mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-21 19:45:55 +00:00
Ensure screen reader always runs, even when game is paused.
This commit is contained in:
parent
548199d647
commit
5852285dd4
|
@ -111,6 +111,7 @@ func set_initial_scene_focus(scene):
|
|||
|
||||
|
||||
func _enter_tree():
|
||||
pause_mode = Node.PAUSE_MODE_PROCESS
|
||||
if enabled:
|
||||
augment_tree(get_tree().root)
|
||||
get_tree().connect("node_added", self, "augment_node")
|
||||
|
|
Loading…
Reference in New Issue
Block a user