Added inventory background and fixes

This commit is contained in:
cblech
2025-05-19 21:35:55 +02:00
parent 2ab1c38de9
commit 9a5caef52f
9 changed files with 405 additions and 31 deletions
@@ -17,7 +17,7 @@ public partial class InventoryManager : Node
public override void _Ready()
{
playerInventory = new InventoryInstance();
playerInventory.SlotAmount = 30;
playerInventory.SlotAmount = 37;
}
public InventoryActionResult CreateItem(