mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
13 lines
332 B
Plaintext
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"]
|