✨ Gun and rose
This commit is contained in:
12
scenes/farms/enemy_farm.tscn
Normal file
12
scenes/farms/enemy_farm.tscn
Normal 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"]
|
Reference in New Issue
Block a user