1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00
Pixelorama/Canvas.tscn
2019-08-18 12:28:38 +03:00

13 lines
332 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/Canvas.gd" type="Script" id=1]
[node name="Canvas" type="Node2D"]
script = ExtResource( 1 )
[node name="Timer" type="Timer" parent="."]
wait_time = 0.2
one_shot = true
autostart = true
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]