🚧 WIP binding the plant growth to the day count in the savefile
This commit is contained in:
@@ -14,6 +14,7 @@ public partial class CalendarController : Node
|
||||
int days = _dayCounter.Payload.AsInt32();
|
||||
days++;
|
||||
_dayCounter.Payload = days;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user