Rewrite scene switching logic (with bugs!!)

This commit is contained in:
2026-01-12 21:48:12 +01:00
parent 91961ec216
commit 8c1da5e4e2
4 changed files with 104 additions and 108 deletions

View File

@@ -29,7 +29,6 @@ APP.UI.pauseAudio = function(triggerSelector) {
// You can place here UI setup (HTML), events handling, etc.
APP.setup = ()=>{
Map.init('map');
Scene.toggleScene('back');
APP.UI.pauseAudio('[data-bs-dismiss="modal"');
//APP.UI.showClipper('#clipper');
};