From e715474825042d1bd6676e130ae9f8cba01bb6ee Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 18 Sep 2019 10:16:10 -0500 Subject: [PATCH] Update to latest godot-accessibility and fix GitLab redirect. --- .gitmodules | 5 ++++- addons/godot-accessibility | 2 +- scripts/Globals.gd | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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.