From cb2eca4fed1eb3692eaa13715f65ebcaf8472b64 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 25 Sep 2025 14:14:22 -0400 Subject: Client can be run from zipped apworld now --- apworld/client/run_from_source.tscn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apworld/client/run_from_source.tscn') 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(): global.add_child(runtime) - var settings_screen = runtime.load_path(\"settings_screen.tscn\") - get_tree().change_scene_to_packed(settings_screen) + runtime.load_script_as_scene.call_deferred(\"settings_screen.gd\", \"settings_screen\") " -- cgit 1.4.1