diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-25 14:14:22 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-25 14:14:22 -0400 |
commit | cb2eca4fed1eb3692eaa13715f65ebcaf8472b64 (patch) | |
tree | 7d11ad1db462c0af4de9da02bde8e44899e0e282 /apworld/client/run_from_source.tscn | |
parent | 72b9d1f0952aee6e72b9478118dc99e08ff1fa54 (diff) | |
download | lingo2-archipelago-cb2eca4fed1eb3692eaa13715f65ebcaf8472b64.tar.gz lingo2-archipelago-cb2eca4fed1eb3692eaa13715f65ebcaf8472b64.tar.bz2 lingo2-archipelago-cb2eca4fed1eb3692eaa13715f65ebcaf8472b64.zip |
Client can be run from zipped apworld now
Diffstat (limited to 'apworld/client/run_from_source.tscn')
-rw-r--r-- | apworld/client/run_from_source.tscn | 3 |
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 | ||