mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-21 19:45:55 +00:00
Put 'dialog:' before message.
This commit is contained in:
parent
fb56a4e37d
commit
b55bdb1547
|
@ -45,7 +45,7 @@ func guess_label():
|
|||
|
||||
func _accept_dialog_speak():
|
||||
if node.dialog_text != "":
|
||||
TTS.speak("%s: dialog" % node.dialog_text)
|
||||
TTS.speak("dialog: %s" % node.dialog_text)
|
||||
|
||||
func accept_dialog_focused():
|
||||
_accept_dialog_speak()
|
||||
|
|
Loading…
Reference in New Issue
Block a user