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/pauseMenu.gd | |
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/pauseMenu.gd')
-rw-r--r-- | apworld/client/pauseMenu.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apworld/client/pauseMenu.gd b/apworld/client/pauseMenu.gd index 448f690..8bc12c6 100644 --- a/apworld/client/pauseMenu.gd +++ b/apworld/client/pauseMenu.gd | |||
@@ -39,7 +39,7 @@ func _main_menu(): | |||
39 | musicPlayer.stop() | 39 | musicPlayer.stop() |
40 | 40 | ||
41 | var runtime = global.get_node("Runtime") | 41 | var runtime = global.get_node("Runtime") |
42 | get_tree().change_scene_to_packed(runtime.load_path("settings_screen.tscn")) | 42 | runtime.load_script_as_scene.call_deferred("settings_screen.gd", "settings_screen") |
43 | 43 | ||
44 | 44 | ||
45 | func _toggle_compass(): | 45 | func _toggle_compass(): |