feat: fix scene loading that it loads from disk if not already loaded

This commit is contained in:
2026-08-11 01:52:14 +02:00
parent f298c7ada5
commit 662940793e
20 changed files with 964 additions and 434 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ private:
GameObject* capybara = nullptr;
char scenePath[512]{"game://scenes/debug_scene.json"};
char scenePath[512]{"scenes/debug_scene.json"};
char newSceneName[128]{"EmptyScene"};
std::string sceneStatus;
};