mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-09 15:35:55 +00:00
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://player.gd" type="Script" id=1]
|
|
|
|
[node name="Player" type="Area2D"]
|
|
script = ExtResource( 1 )
|