diff --git a/addons/godot-accessibility b/addons/godot-accessibility index d42d913..40cb92d 160000 --- a/addons/godot-accessibility +++ b/addons/godot-accessibility @@ -1 +1 @@ -Subproject commit d42d913f296d9a58d7458cbdc0fe6fd8224ab32e +Subproject commit 40cb92d39b41eca11c4f3b51ae954cecc535f2e4 diff --git a/scripts/Globals.gd b/scripts/Globals.gd index 6c4fef6..7690a05 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/godot-tts.gdns") var tts # Called when the node enters the scene tree for the first time.