Atrocities

This commit is contained in:
Rendo 2025-06-14 21:20:28 +05:00
commit 9680b21792
90 changed files with 324 additions and 69 deletions

View file

@ -25,7 +25,8 @@ public partial class PlantField : Node2D
_slot = slot;
if (plant == null)
{
_plantSetter.GetChild(0).QueueFree();
foreach(var child in _plantSetter.GetChildren())
child.QueueFree();
}
else
{