Basic screen system

This commit is contained in:
Bram Verhulst
2024-04-02 10:17:20 +02:00
parent 0f9bb76973
commit df9e2f0b64
15 changed files with 404 additions and 410 deletions

View File

@@ -3,8 +3,8 @@
#include "Level.h"
#include "Player.h"
#include "utils.h"
#include "WorldLevel.h"
#include "GridSystem/WorldGridManager.h"
#include "Gui/Screen.h"
class WorldLevel : public Level
@@ -35,6 +35,8 @@ private:
Rectf m_viewport;
Screen m_screen;
// ImGui Vars
bool m_ShowTextureManagerWindow { false };
bool m_ShowCameraWindow { false };