Added inventory background and fixes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user