Pools scene update
This commit is contained in:
parent
5c66ccc19f
commit
95272afe7a
1 changed files with 12 additions and 4 deletions
|
|
@ -9,10 +9,18 @@ Plants = NodePath("Plants")
|
||||||
Projectiles = NodePath("Projectiles")
|
Projectiles = NodePath("Projectiles")
|
||||||
Structures = NodePath("Structures")
|
Structures = NodePath("Structures")
|
||||||
|
|
||||||
[node name="Zombies" type="Node" parent="."]
|
[node name="Zombies" type="Node2D" parent="."]
|
||||||
|
z_index = 3
|
||||||
|
y_sort_enabled = true
|
||||||
|
|
||||||
[node name="Plants" type="Node" parent="."]
|
[node name="Plants" type="Node2D" parent="."]
|
||||||
|
z_index = 1
|
||||||
|
y_sort_enabled = true
|
||||||
|
|
||||||
[node name="Projectiles" type="Node" parent="."]
|
[node name="Projectiles" type="Node2D" parent="."]
|
||||||
|
z_index = 4
|
||||||
|
y_sort_enabled = true
|
||||||
|
|
||||||
[node name="Structures" type="Node" parent="."]
|
[node name="Structures" type="Node2D" parent="."]
|
||||||
|
z_index = 2
|
||||||
|
y_sort_enabled = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue