mirror of
https://github.com/lightsoutgames/godot-accessible-starter.git
synced 2024-11-22 06:05:57 +00:00
Update to latest godot-accessibility and fix GitLab redirect.
This commit is contained in:
parent
13e0dd3311
commit
e715474825
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -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
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user