mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 16:34:48 -04:00
12 lines
332 B
Text
12 lines
332 B
Text
[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"]
|