about summary refs log tree commit diff stats
path: root/apworld/client/run_from_source.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/client/run_from_source.tscn')
-rw-r--r--apworld/client/run_from_source.tscn3
1 files changed, 1 insertions, 2 deletions
diff --git a/apworld/client/run_from_source.tscn b/apworld/client/run_from_source.tscn index b710677..59a914d 100644 --- a/apworld/client/run_from_source.tscn +++ b/apworld/client/run_from_source.tscn
@@ -14,8 +14,7 @@ func _ready():
14 14
15 global.add_child(runtime) 15 global.add_child(runtime)
16 16
17 var settings_screen = runtime.load_path(\"settings_screen.tscn\") 17 runtime.load_script_as_scene.call_deferred(\"settings_screen.gd\", \"settings_screen\")
18 get_tree().change_scene_to_packed(settings_screen)
19 18
20" 19"
21 20