feat: add scene loading imgui testing things

This commit is contained in:
2026-08-09 02:53:17 +02:00
parent 05384debbf
commit f298c7ada5
7 changed files with 87 additions and 5 deletions
+6
View File
@@ -1,6 +1,8 @@
#ifndef LIGHTKEEPER_H
#define LIGHTKEEPER_H
#include <string>
#include <destrum/App.h>
#include <destrum/Scene/SceneManager.h>
#include <destrum/Graphics/RenderResources.h>
@@ -28,6 +30,10 @@ private:
std::unique_ptr<CubeMap> skyboxCubemap;
GameObject* capybara = nullptr;
char scenePath[512]{"game://scenes/debug_scene.json"};
char newSceneName[128]{"EmptyScene"};
std::string sceneStatus;
};
#endif //LIGHTKEEPER_H