mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-09 15:35:55 +00:00
11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://main.gd" type="Script" id=1]
|
|
[ext_resource path="res://player.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="Main" type="Node"]
|
|
editor/display_folded = true
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Player" parent="." instance=ExtResource( 2 )]
|