about summary refs log tree commit diff stats
path: root/data/maps/four_rooms/rooms/A2 Room.txtpb
blob: 236ce01b83df8eb054bdb8810a38e7a08bf467db (plain) (blame)
1
2
3
4
5
6
7
name: "A2 Room"
display_name: "Hallway"
letters {
  key: "a"
  level2: true
  path: "Components/Collectables/a2"
}
ight .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: "First Room"
panel_display_name: "First Room"
panels {
  name: "BISON"
  path: "Panels/Room 1/panel_1"
  clue: "bison"
  answer: "bison"
}
panels {
  name: "FISH"
  path: "Panels/Room 1/panel_2"
  clue: "fish"
  answer: "fish"
}
panels {
  name: "SHEEP"
  path: "Panels/Room 1/panel_3"
  clue: "sheep"
  answer: "sheep"
  required_door { name: "Double Letter Panel Blockers" }
}
panels {
  name: "KOI"
  path: "Panels/Room 1/panel_4"
  clue: "koi"
  answer: "koi"
}
panels {
  name: "TUNA"
  path: "Panels/Room 1/panel_5"
  clue: "tuna"
  answer: "tuna"
}
ports {
  name: "ENTRY"
  path: "Components/Warps/worldport"
  orientation: "south"
}
ports {
  name: "NEXT"
  path: "Components/Warps/worldport2"
  orientation: "north"
  required_door { name: "Second Room Entrance" }
}
ports {
  name: "COLORFUL"
  path: "Components/Warps/worldport8"
  orientation: "north"
  required_door { name: "Colorful Entrance" }
}
ports {
  name: "DOUBLESIDED"
  path: "Components/Warps/worldport6"
  orientation: "east"
  required_door { name: "Double Sided Entrance" }
}