Added inventory scroll + minor refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user