🚧 days are counted, plants know which day it is, but harvestables are still broken

This commit is contained in:
2025-11-28 20:25:47 +01:00
parent a1fb71119f
commit 41b30a4274
6 changed files with 41 additions and 31 deletions
@@ -15,6 +15,7 @@ public partial class ItemOnGround2D : Node, ISaveable
private int pickUpCounter = 0;
[Signal] public delegate void SuccessfulPickUpEventHandler();
private Label _itemLabel => GetNode<Label>("ItemLabel");
private Label _pickupErrorLabel => GetNode<Label>("PickupErrorLabel");
@@ -92,6 +93,7 @@ public partial class ItemOnGround2D : Node, ISaveable
}
}
// todo: What do we do with instances that are created at runtime?
public void UpdateSaveData()
{
var payloadData = new Dictionary<string, Variant>