about summary refs log tree commit diff stats
path: root/data/maps/the_great/metadata.txtpb
blob: b01faf7a6020ca48c133caa575f735d64124a267 (plain) (blame)
1
2
3
4
5
6
7
8
display_name: "The Great"
# This can't be shuffled because it is tilted.
excluded_nodes: "Components/Paintings/u"
# This can't be shuffled because it is on the ground.
excluded_nodes: "Components/blare"
# This is the fake HI panel that used to be in the Control Center entrance. It
# is neither visible nor accessible.
excluded_nodes: "Panels/General/entry_4"
s="bp">true var apclient = global.get_node("Archipelago") apclient.ap_server = self.get_parent().get_node("server_box").text apclient.ap_user = self.get_parent().get_node("player_box").text apclient.ap_pass = self.get_parent().get_node("password_box").text apclient.confusify_world = self.get_parent().get_node("confusing_box").pressed apclient.enable_multiplayer = self.get_parent().get_node("multiplayer_box").pressed apclient.saveSettings() apclient.connectToServer() func _back_pressed(): var apclient = global.get_node("Archipelago") apclient.disconnect_from_ap() fader._fade_start("main_menu")