mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://Main.vs" type="Script" id=1]
|
|
|
|
[node name="Main" type="Node2D" index="0"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|