mirror of
https://github.com/lightsoutgames/godot-accessible-starter.git
synced 2024-11-12 18:15:56 +00:00
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://scenes/Main.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/godot-accessibility/ScreenReader.gd" type="Script" id=2]
|
|
[ext_resource path="res://addons/godot-accessibility/icon.png" type="Texture" id=3]
|
|
|
|
[node name="Main" type="Node"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="ScreenReader" type="Node" parent="."]
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_editor_icon": ExtResource( 3 )
|
|
}
|