planting / growth works again

This commit is contained in:
2025-05-17 19:04:46 +02:00
parent 38fdad7690
commit 0f8eb244e9
2 changed files with 3 additions and 1 deletions
@@ -19,7 +19,7 @@ public partial class PlantBehaviour2D : Node2D
/// <summary>
/// Transitions the plant to its next groth stage.
/// </summary>
public void Grow()
public void Grow(int id)
{
switch (_state)
{