mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
13 lines
349 B
Text
13 lines
349 B
Text
|
[gd_scene load_steps=2 format=3 uid="uid://c67lfbk4gf1ga"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://spawner/spawner.gd" id="1_xqfmg"]
|
||
|
|
||
|
[node name="Spawner" type="Node2D"]
|
||
|
script = ExtResource("1_xqfmg")
|
||
|
|
||
|
[node name="Timer" type="Timer" parent="."]
|
||
|
wait_time = 2.908
|
||
|
autostart = true
|
||
|
|
||
|
[connection signal="timeout" from="Timer" to="." method="spawn"]
|