Fixed tomato farming again

This commit is contained in:
2025-08-17 21:57:57 +02:00
parent ce2d7eb773
commit 7fd26ffed3
11 changed files with 40 additions and 51 deletions
@@ -15,11 +15,15 @@ public partial class ItemResource : Resource
[Export]
public int maxStack;
[Export]
public PackedScene? itemPrefab;
public ItemResource()
{
name = "";
color = Colors.Red;
maxStack = 1;
itemPrefab = null;
}
}