Start moving UI elements around

This commit is contained in:
2025-06-28 15:36:08 -07:00
parent bdc3bdf61d
commit 3efab7e233
4 changed files with 134 additions and 90 deletions

View File

@@ -34,7 +34,7 @@ public partial class InventoryMenu : Control, IInventoryMenu
private InventoryPageNumber _currentPageNumber = InventoryPageNumber.FirstPage;
private string ITEM_SLOT_SCENE = "res://src/inventory_menu/ItemSlot.tscn";
private string ITEM_SLOT_SCENE = "res://src/ui/inventory_menu/ItemSlot.tscn";
private const int _itemsPerPage = 10;