mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 08:44:48 -04:00
10 lines
307 B
Text
10 lines
307 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://src/UI/Canvas/Canvas.gd" type="Script" id=1]
|
|
[ext_resource path="res://src/UI/Canvas/Grid.gd" type="Script" id=2]
|
|
|
|
[node name="Canvas" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Grid" type="Node2D" parent="."]
|
|
script = ExtResource( 2 )
|