about summary refs log tree commit diff stats
path: root/apworld/client/maps/the_plaza.gd
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/client/maps/the_plaza.gd')
-rw-r--r--apworld/client/maps/the_plaza.gd4
1 files changed, 4 insertions, 0 deletions
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 @@
1func on_map_load(root):
2 # Move the Plaza RTE trigger outside of the turtle.
3 var rte_trigger = root.get_node("/root/scene/Components/Warps/triggerArea")
4 rte_trigger.position.z = 0