Gun and rose

This commit is contained in:
2024-02-16 20:35:30 +08:00
parent 23143ba9bf
commit 7cc86d8546
20 changed files with 370 additions and 42 deletions

View File

@@ -0,0 +1,12 @@
[gd_scene load_steps=2 format=3 uid="uid://cy2xpilh8v7vx"]
[ext_resource type="Script" path="res://scripts/enemy_farm.gd" id="1_66qev"]
[node name="EnemyFarm" type="Node2D" node_paths=PackedStringArray("common_parent")]
script = ExtResource("1_66qev")
common_parent = NodePath(".")
[node name="RespawnTimer" type="Timer" parent="."]
autostart = true
[connection signal="timeout" from="RespawnTimer" to="." method="spawn"]