Inventory system is mostly working and I can pick up everything and use it.
This commit is contained in:
parent
aaa6d9f9f3
commit
14b3ea7676
8 changed files with 56 additions and 47 deletions
1
gui.hpp
1
gui.hpp
|
@ -53,6 +53,7 @@ class InventoryUI : public Panel {
|
|||
|
||||
int $selected = 0;
|
||||
Component $inventory_box;
|
||||
Component $inventory_render;
|
||||
Component $inventory_table;
|
||||
DinkyECS::World& $world;
|
||||
std::vector<std::string> $menu_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue