mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-22 11:55: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():
|
func _enter_tree():
|
||||||
tts = TTS.new()
|
tts = TTS.new()
|
||||||
|
tts.rate = 255
|
||||||
get_tree().connect("node_added", self, "augment_tree")
|
get_tree().connect("node_added", self, "augment_tree")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user