SupaLidlGame/UI/Inventory
HumanoidSandvichDispenser b8a5e641b6
Implement Vendor NPCs (#37)
* Add WIP vendors

* Add TimerExtensions

* chore: Update dialogue manager version

* Add Inventory.EquippedItem signal

* Move files to UI.Inventory namespace

* Modify Hotbar and InventorySlot organization

Made InventorySlot a bit more modular.

* Modify hotbar icons

* Implement request to display shop

* Add forsenLevel placeholder icon

* Add shop UI

* Update UI to use theme and click through

* Update item metadata

Added placeholder icons for items without an icon.

* Add Snus Dealer example vendor NPC

* Implement factions with bitflags instead

* Fix typo in Doc dialogue

* Hide and show shop menu

* Add shaders

* Add newline to console output

* Add modal interface
2024-06-04 22:12:01 -07:00
..
Hotbar.cs Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
Hotbar.tscn Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
HotbarSlot.cs Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
HotbarSlot.tscn Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
InventoryGrid.cs Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
InventoryGrid.tscn Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
InventorySlot.cs Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
InventorySlot.tscn Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
ItemTooltip.cs Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
ItemTooltip.tscn Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
ShopMenu.cs Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
ShopMenu.tscn Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00
ShopSlot.tscn Implement Vendor NPCs (#37) 2024-06-04 22:12:01 -07:00