mirror of
https://github.com/lightsoutgames/godot-accessible-starter.git
synced 2024-11-22 06:05:57 +00:00
Remove non-existent icon.
This commit is contained in:
parent
9172ea5c9a
commit
26fba3ece8
|
@ -2,13 +2,9 @@
|
||||||
|
|
||||||
[ext_resource path="res://scenes/Main.gd" type="Script" id=1]
|
[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/ScreenReader.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://addons/godot-accessibility/icon.png" type="Texture" id=3]
|
|
||||||
|
|
||||||
[node name="Main" type="Node"]
|
[node name="Main" type="Node"]
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
|
|
||||||
[node name="ScreenReader" type="Node" parent="."]
|
[node name="ScreenReader" type="Node" parent="."]
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
__meta__ = {
|
|
||||||
"_editor_icon": ExtResource( 3 )
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user