Inventory system is mostly working and I can pick up everything and use it.

This commit is contained in:
Zed A. Shaw 2025-01-04 13:32:26 -05:00
parent aaa6d9f9f3
commit 14b3ea7676
8 changed files with 56 additions and 47 deletions

View file

@ -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;