mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-22 03:45:56 +00:00
Set rate to maximum for now.
This commit is contained in:
parent
e68765165c
commit
5bf3bb285b
|
@ -48,4 +48,5 @@ func set_initial_scene_focus(scene):
|
|||
|
||||
func _enter_tree():
|
||||
tts = TTS.new()
|
||||
tts.rate = 255
|
||||
get_tree().connect("node_added", self, "augment_tree")
|
||||
|
|
Loading…
Reference in New Issue
Block a user