🐛 added preset fields to main outdoor scene and made them farmable

This commit is contained in:
2025-11-12 15:14:10 +01:00
parent 554a319428
commit 443741f5f1
10 changed files with 163 additions and 45 deletions
@@ -67,7 +67,6 @@ public partial class PlantBehaviour2D : Node2D
return;
}
GD.Print("Growing plant.");
switch (_state)
{
case PlantState.None: