mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 16:30:06 +01:00
I have not tested if these work, but I made minimal changes to them (only things like comments and newlines).
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=1]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
script = ExtResource( 1 )
|