about summary refs log tree commit diff stats
path: root/apworld/client/maps/the_gallery.gd
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/client/maps/the_gallery.gd')
-rw-r--r--apworld/client/maps/the_gallery.gd7
1 files changed, 7 insertions, 0 deletions
diff --git a/apworld/client/maps/the_gallery.gd b/apworld/client/maps/the_gallery.gd new file mode 100644 index 0000000..6731c16 --- /dev/null +++ b/apworld/client/maps/the_gallery.gd
@@ -0,0 +1,7 @@
1func on_map_load(root):
2 var ap = global.get_node("Archipelago")
3
4 if ap.daedalus_only:
5 # Prevent QUESTION door from opening on Daedalus Only mode.
6 var door = root.get_node("/root/scene/Components/Doors/entry_2")
7 door.animate_distance_y = 0