bugfix, scenario loading in game studio mode

This commit is contained in:
2026-02-05 17:35:06 +02:00
parent 758fc6be42
commit 7a69ea59ff
+3 -1
View File
@@ -26,7 +26,9 @@ export default {
this.resize(); this.resize();
//gameEngine.setCamera(gameEngine.orthographicCamera) //gameEngine.setCamera(gameEngine.orthographicCamera)
//gameEngine.setCameraOrthographic(); //gameEngine.setCameraOrthographic();
//await this.loadScenario(); if (!this.scenario) {
await this.loadScenario();
}
window.addEventListener('resize', this.resize); window.addEventListener('resize', this.resize);
}, },