Added inheritance for the screen system

basic edge detection for tile rendering
This commit is contained in:
Bram Verhulst
2024-04-04 13:49:38 +02:00
parent eb4c7b4d76
commit 71d364d9d8
23 changed files with 203 additions and 481 deletions

View File

@@ -41,7 +41,7 @@ private:
// ImGui Vars
bool m_ShowTextureManagerWindow { false };
bool m_ShowTextureManagerWindow { true };
bool m_ShowCameraWindow { false };
bool m_ShowPlayerInfo { false };
};