Naming consistency.

This commit is contained in:
Nolan Darilek 2019-09-13 09:34:45 -05:00
parent 2c5cde7457
commit 4fc4e1610d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit d42d913f296d9a58d7458cbdc0fe6fd8224ab32e
Subproject commit 40cb92d39b41eca11c4f3b51ae954cecc535f2e4

View File

@ -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.