Fixed tomato farming again

This commit is contained in:
2025-08-17 21:57:57 +02:00
parent d36b9d56e7
commit 6ccd9e8ef7
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;
}
}