mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-02 14:39:37 +01:00
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Main.vs" type="Script" id=1]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|