Feature #152 and potential fix #320

- Added Lua scripts hud.open, inventory.create and inventory.remove
- Window now resizes even if it is not focused
This commit is contained in:
opchik98
2024-11-07 18:38:24 +02:00
parent 5faca685ec
commit 8e549fe806
11 changed files with 117 additions and 13 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public:
Chunk(int x, int z);
bool isEmpty();
bool isEmpty() const;
void updateHeights();