Added inventory scroll + minor refactor

This commit is contained in:
MihailRis
2024-01-04 16:34:52 +03:00
parent ee691f8c3f
commit 374e5654ad
6 changed files with 34 additions and 31 deletions
+1
View File
@@ -37,6 +37,7 @@ class HudRenderer {
int fpsMax = 60;
std::wstring fpsString;
bool inventoryOpen = false;
int inventoryScroll = 0;
bool pause = false;
std::shared_ptr<gui::UINode> debugPanel;