mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-12 16:45:56 +00:00
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://player.gd" type="Script" id=1]
|
|
|
|
[node name="Player" type="Area2D"]
|
|
position = Vector2( 2, 3 )
|
|
script = ExtResource( 1 )
|