mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
646fc19a70
Made a new "src" folder that will contain the source code files, like all the GDScript and scene files. Please read this for more details: https://www.gdquest.com/docs/guidelines/best-practices/godot-gdscript/ It made no sense to keep scenes separate from their scripts. More file organizing will follow soon.
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://src/Canvas.gd" type="Script" id=1]
|
|
|
|
|
|
[node name="Canvas" type="Node2D"]
|
|
script = ExtResource( 1 )
|