This commit is contained in:
MihailRis
2024-01-10 16:41:51 +03:00
parent e2bb7a34aa
commit 9760cff8f4
10 changed files with 76 additions and 85 deletions
+1
View File
@@ -35,6 +35,7 @@ class HudRenderer {
bool pause = false;
std::unique_ptr<InventoryView> contentAccess;
std::unique_ptr<InventoryView> hotbarView;
std::shared_ptr<gui::UINode> debugPanel;
gui::GUI* gui;
LevelFrontend* frontend;