Added icon to slot

This commit is contained in:
cblech
2025-05-20 19:48:49 +02:00
parent 60928c520c
commit 8fdb395ae8
10 changed files with 90 additions and 28 deletions
@@ -10,6 +10,9 @@ public partial class ItemResource : Resource
[Export]
public Color color;
[Export]
public Texture2D? icon;
[Export]
public int maxStack;