This commit is contained in:
jonathan
2026-01-29 17:42:32 +01:00
parent 59d313d97d
commit 745f54b375
11 changed files with 2641 additions and 34 deletions
@@ -186,7 +186,7 @@ public partial class PlantBehaviour2D : Node2D
private void SetActiveHarvestablePlant(bool active)
{
_harvestablePlant.IsActive = active;
//_harvestablePlant.IsActive = active;
_harvestablePlant.UpdateVisuals();
}