From 4fc4e1610d34e908a0f7c8ece66830467664cbd2 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 13 Sep 2019 09:34:45 -0500 Subject: [PATCH] Naming consistency. --- addons/godot-accessibility | 2 +- scripts/Globals.gd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/godot-accessibility b/addons/godot-accessibility index d42d913..40cb92d 160000 --- a/addons/godot-accessibility +++ b/addons/godot-accessibility @@ -1 +1 @@ -Subproject commit d42d913f296d9a58d7458cbdc0fe6fd8224ab32e +Subproject commit 40cb92d39b41eca11c4f3b51ae954cecc535f2e4 diff --git a/scripts/Globals.gd b/scripts/Globals.gd index 6c4fef6..7690a05 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/godot-tts.gdns") var tts # Called when the node enters the scene tree for the first time.