blob: 22b201b7ab6754268a7236edaa57a9224b2827df (
plain)
1
2
3
4
5
6
7
8
9
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/spawner.gd" type="Script" id=1]
[node name="timer_batch" type="Timer"]
one_shot = true
script = ExtResource( 1 )
[connection signal="timeout" from="." to="." method="_on_timer_batch_timeout"]
|