From 51c8a8ef5b862d16dce903c43b1e35d11ac1c87e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 28 Nov 2023 16:06:12 -0500 Subject: Fix thing with game update --- Archipelago/load.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Archipelago/load.gd b/Archipelago/load.gd index f536352..a6e428a 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd @@ -489,13 +489,13 @@ func _load(): apclient.mapFinishedLoading() -func _load_user_textures(): +func _load_user_textures(var custom = true): # We are using this function as a hook to process queued Iceland Traps # because it happens after the environment gets set. var effects_node = get_tree().get_root().get_node("Spatial/AP_Effects") effects_node.activate() - ._load_user_textures() + ._load_user_textures(custom) func sort_by_link(a, b): -- cgit 1.4.1