inventory ui

This commit is contained in:
Janis Meister
2023-02-21 15:11:53 +01:00
parent 0b5f3d445f
commit 5773aa0af7
19 changed files with 4725 additions and 28 deletions

View File

@@ -8,6 +8,7 @@ public class Item : ScriptableObject
public string uuid;
public string itemName;
public Sprite sprite;
public bool stackable = true;
public int maxStackSize = 100;