Hi all!
Thank you very much in advance for helping!
I have a virtual tour with several scenes, all happening in the same room.
Because each scene has different functionality, it's in my interest use 'loadscene', so I can get rid of all the previous scene content and then load the new content and run some actions when the new scene starts.
What I'd like to do is be able to load a new scene but without loading a new set of tiles.Is this possible?
It looks like <image> tag is mandatory within the <scene> tag, and if I don't include then the screen goes black when the scene is loaded.
I know I can load the same tiles and take advantage that the tiles are cached by the browser, but ideally I'd like to don't load any tiles at all
Thanks!