mirror of
https://github.com/lightsoutgames/godot-accessible-starter.git
synced 2024-11-21 21:55:56 +00:00
Naming consistency.
This commit is contained in:
parent
2c5cde7457
commit
4fc4e1610d
|
@ -1 +1 @@
|
||||||
Subproject commit d42d913f296d9a58d7458cbdc0fe6fd8224ab32e
|
Subproject commit 40cb92d39b41eca11c4f3b51ae954cecc535f2e4
|
|
@ -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/godot-tts.gdns")
|
||||||
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