From 452289b3b6247bb512b9353e0f2c6a9b7090be55 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 4 Nov 2025 14:56:04 -0500 Subject: Split map-specific initialization into separate files --- apworld/client/maps/the_plaza.gd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 apworld/client/maps/the_plaza.gd (limited to 'apworld/client/maps/the_plaza.gd') diff --git a/apworld/client/maps/the_plaza.gd b/apworld/client/maps/the_plaza.gd new file mode 100644 index 0000000..13e002d --- /dev/null +++ b/apworld/client/maps/the_plaza.gd @@ -0,0 +1,4 @@ +func on_map_load(root): + # Move the Plaza RTE trigger outside of the turtle. + var rte_trigger = root.get_node("/root/scene/Components/Warps/triggerArea") + rte_trigger.position.z = 0 -- cgit 1.4.1