diff --git a/.gitmodules b/.gitmodules index b9f1e60..61f1eba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ +[submodule "godot-accessibility.git"] + path = godot-accessibility.git + url = https://gitlab.com/lightsoutgames/godot-accessibility [submodule "addons/godot-accessibility"] path = addons/godot-accessibility - url = https://gitlab.com/lightsoutgames/godot-accessibility.git + url = https://gitlab.com/lightsoutgames/godot-accessibility.git/ diff --git a/addons/godot-accessibility b/addons/godot-accessibility index 40cb92d..56a7652 160000 --- a/addons/godot-accessibility +++ b/addons/godot-accessibility @@ -1 +1 @@ -Subproject commit 40cb92d39b41eca11c4f3b51ae954cecc535f2e4 +Subproject commit 56a7652656ca781e49de1a631edae76b7f1aa9b3 diff --git a/scripts/Globals.gd b/scripts/Globals.gd index 7690a05..ac7466b 100644 --- a/scripts/Globals.gd +++ b/scripts/Globals.gd @@ -1,6 +1,6 @@ extends Node -const TTS = preload("res://addons/godot-tts/godot-tts.gdns") +const TTS = preload("res://addons/godot-tts/TTS.gd") var tts # Called when the node enters the scene tree for the first time.