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

@@ -2,7 +2,7 @@
import {config} from '../config.js';
import Scene from './scene.js';
import { AppState } from './state.js';
import AppState from './state.js';
const Map = {};