about summary refs log tree commit diff stats
path: root/Archipelago
diff options
context:
space:
mode:
Diffstat (limited to 'Archipelago')
-rw-r--r--Archipelago/client.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/Archipelago/client.gd b/Archipelago/client.gd index 8cddb83..8f9d3e0 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd
@@ -19,8 +19,8 @@ var enable_multiplayer = false
19var track_player = false 19var track_player = false
20var connection_history = [] 20var connection_history = []
21 21
22const my_version = "4.2.1" 22const my_version = "5.0.0"
23const ap_version = {"major": 0, "minor": 5, "build": 0, "class": "Version"} 23const ap_version = {"major": 0, "minor": 5, "build": 1, "class": "Version"}
24const color_items = [ 24const color_items = [
25 "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow" 25 "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow"
26] 26]
ground-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
name: "Eye Temple 1F"
panel_display_name: "Temple of the Eyes"
paintings {
  name: "EYEREDTOEXITMAIN2"
  path: "Components/Paintings/Temple of the Eyes/eyeRedToExitMain2"
}
paintings {
  name: "EYEREDTOBACKSIDE3"
  path: "Components/Paintings/Temple of the Eyes/eyeRedToBackside3"
}
paintings {
  name: "EYEREDTOPILLAR3"
  path: "Components/Paintings/Temple of the Eyes/eyeRedToPillar3"
}
paintings {
  name: "EYEREDTOPILLAR2"
  path: "Components/Paintings/Temple of the Eyes/eyeRedToPillar2"
}
paintings {
  name: "EYEREDTOPILLAR1"
  path: "Components/Paintings/Temple of the Eyes/eyeRedToPillar1"
}
paintings {
  name: "EYEREDEXITBACKSIDE"
  path: "Components/Paintings/Temple of the Eyes/eyeRedExitBackside"
  exit_only: true
}