mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-22 03:45:56 +00:00
Name consistency fix.
This commit is contained in:
parent
d42d913f29
commit
2ca275d7fe
|
@ -3,7 +3,7 @@ extends EditorPlugin
|
||||||
|
|
||||||
var Accessible = preload("accessible.gd")
|
var Accessible = preload("accessible.gd")
|
||||||
|
|
||||||
const TTS = preload("res://addons/godot-tts/godot_tts.gdns")
|
const TTS = preload("res://addons/godot-tts/godot-tts.gdns")
|
||||||
var tts
|
var tts
|
||||||
|
|
||||||
func augment_node(node):
|
func augment_node(node):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user