Update to latest godot-accessibility and fix GitLab redirect.

This commit is contained in:
Nolan Darilek 2019-09-18 10:16:10 -05:00
parent 13e0dd3311
commit e715474825
3 changed files with 6 additions and 3 deletions

5
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "godot-accessibility.git"]
path = godot-accessibility.git
url = https://gitlab.com/lightsoutgames/godot-accessibility
[submodule "addons/godot-accessibility"] [submodule "addons/godot-accessibility"]
path = addons/godot-accessibility path = addons/godot-accessibility
url = https://gitlab.com/lightsoutgames/godot-accessibility.git url = https://gitlab.com/lightsoutgames/godot-accessibility.git/

@ -1 +1 @@
Subproject commit 40cb92d39b41eca11c4f3b51ae954cecc535f2e4 Subproject commit 56a7652656ca781e49de1a631edae76b7f1aa9b3

View File

@ -1,6 +1,6 @@
extends Node extends Node
const TTS = preload("res://addons/godot-tts/godot-tts.gdns") const TTS = preload("res://addons/godot-tts/TTS.gd")
var tts var tts
# Called when the node enters the scene tree for the first time. # Called when the node enters the scene tree for the first time.