about summary refs log tree commit diff stats
path: root/apworld/client/maps/the_gallery.gd
blob: 6731c1653792aee3ee5e43d13d81ec4fb84e843c (plain) (blame)
1
2
3
4
5
6
7
func on_map_load(root):
	var ap = global.get_node("Archipelago")

	if ap.daedalus_only:
		# Prevent QUESTION door from opening on Daedalus Only mode.
		var door = root.get_node("/root/scene/Components/Doors/entry_2")
		door.animate_distance_y = 0