{
sceneID: "Woods3", //unqiue identification of your scene
src: "https://mediocremetastasis.neocities.org/Assets/Myst/12.webp", //direct image link (not webpage link) to your scene's image
imageMaps: [new ImageMapRect(274,300,544,50), new ImageMapRect(274,161,300,322)], //areas you can click
destinationSceneIDs: ["Woods2",""], ///SceneIDs of the locations each imagemap sends you if you click them
mousePointer: ["url('https://mediocremetastasis.neocities.org/Assets/cursors/up-down.png'), auto", "url('https://mediocremetastasis.neocities.org/Assets/cursors/question.png'), auto"], //cursor displayed if you hover over the respective image map
music: "https://files.catbox.moe/24co5o.mp3", //music played in that location
transition: true //doesn't do anything.
},