Initial commit
This commit is contained in:
commit
c266d22f58
85 changed files with 1649 additions and 0 deletions
18
scenes/pools.tscn
Normal file
18
scenes/pools.tscn
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cg8713v6c5w15"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/components/level/PoolContainer.cs" id="1_31ggc"]
|
||||
|
||||
[node name="Pools" type="Node" node_paths=PackedStringArray("Zombies", "Plants", "Projectiles", "Structures")]
|
||||
script = ExtResource("1_31ggc")
|
||||
Zombies = NodePath("Zombies")
|
||||
Plants = NodePath("Plants")
|
||||
Projectiles = NodePath("Projectiles")
|
||||
Structures = NodePath("Structures")
|
||||
|
||||
[node name="Zombies" type="Node" parent="."]
|
||||
|
||||
[node name="Plants" type="Node" parent="."]
|
||||
|
||||
[node name="Projectiles" type="Node" parent="."]
|
||||
|
||||
[node name="Structures" type="Node" parent="."]
|
||||
Loading…
Add table
Add a link
Reference in a new issue