🚧 WIP binding the plant growth to the day count in the savefile

This commit is contained in:
2025-11-26 20:12:27 +01:00
parent 67d5b67c21
commit a1fb71119f
4 changed files with 70 additions and 9 deletions
@@ -14,6 +14,7 @@ public partial class CalendarController : Node
int days = _dayCounter.Payload.AsInt32();
days++;
_dayCounter.Payload = days;
}
}
}