mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-01 16:09:49 +00:00
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://src/UI/Canvas/CanvasPreview.gd" type="Script" id=1]
|
|
|
|
[node name="CanvasPreview" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="AnimationTimer" type="Timer" parent="."]
|
|
[connection signal="timeout" from="AnimationTimer" to="." method="_on_AnimationTimer_timeout"]
|