2023-09-30 20:53:38 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://c67lfbk4gf1ga"]
|
2023-09-30 18:16:14 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://spawner/spawner.gd" id="1_xqfmg"]
|
|
|
|
|
2023-09-30 20:53:38 +00:00
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_xnebx"]
|
|
|
|
size = Vector2(100, 20)
|
|
|
|
|
2023-09-30 18:16:14 +00:00
|
|
|
[node name="Spawner" type="Node2D"]
|
|
|
|
script = ExtResource("1_xqfmg")
|
|
|
|
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
2023-09-30 20:53:38 +00:00
|
|
|
wait_time = 0.02
|
2023-09-30 18:16:14 +00:00
|
|
|
autostart = true
|
|
|
|
|
2023-09-30 20:53:38 +00:00
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
collision_mask = 4
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
|
|
position = Vector2(0, -10)
|
|
|
|
shape = SubResource("RectangleShape2D_xnebx")
|
|
|
|
|
2023-09-30 18:16:14 +00:00
|
|
|
[connection signal="timeout" from="Timer" to="." method="spawn"]
|