Atrocities
This commit is contained in:
parent
8e0f90ae3d
commit
9680b21792
90 changed files with 324 additions and 69 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
1
scripts/components/level/PlantField.cs.uid
Normal file
1
scripts/components/level/PlantField.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bj7rw2f6qu1lg
|
||||
1
scripts/components/level/PoolContainer.cs.uid
Normal file
1
scripts/components/level/PoolContainer.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bso32xkw738sy
|
||||
1
scripts/components/level/RuntimeLevelData.cs.uid
Normal file
1
scripts/components/level/RuntimeLevelData.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bndu1h5kgcde8
|
||||
1
scripts/components/level/SunSpawner.cs.uid
Normal file
1
scripts/components/level/SunSpawner.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://cslqjdd5wq4rc
|
||||
Loading…
Add table
Add a link
Reference in a new issue