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
+1 -1
View File
@@ -24,7 +24,7 @@ namespace {
public:
explicit TestComponent(GameObject& owner) : Component(owner, "TestComponent") {}
void Update() override {}
void Update(float) override {}
std::string GetTypeName() const override { return "TestComponent"; }
};