Ensure screen reader always runs, even when game is paused.

This commit is contained in:
Nolan Darilek 2020-06-08 10:45:38 -05:00
parent 548199d647
commit 5852285dd4

View File

@ -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")