about summary refs log tree commit diff stats
path: root/data/maps/the_digital/rooms
ModeNameSize
-rw-r--r--C Room.txtpb74log stats plain blame
-rw-r--r--Chamber.txtpb766log stats plain blame
-rw-r--r--Gallery Maze.txtpb180log stats plain blame
-rw-r--r--Main Area.txtpb861log stats plain blame
-rw-r--r--Tree Area.txtpb274log stats plain blame
-rw-r--r--U Room.txtpb74log stats plain blame
-rw-r--r--Unyielding Entrance.txtpb184log stats plain blame
.sd { color: #dd2200; background-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: "Main Area"
panels {
  name: "COURTYARD"
  path: "Panels/Entrances/panel_1"
  clue: "courtyard"
  answer: "plaza"
  symbols: SUN
}
panels {
  name: "ASTOUNDING"
  path: "Panels/Entrances/panel_2"
  clue: "astounding"
  answer: "impressive"
  symbols: PYRAMID
}
panels {
  name: "INFLEXIBLE"
  path: "Panels/Entrances/panel_3"
  clue: "inflexible"
  answer: "unyielding"
  symbols: SUN
}
panels {
  name: "AMONG"
  path: "Panels/Entrances/panel_4"
  clue: "among"
  answer: "between"
  symbols: SUN
}
panels {
  name: "AFFABLE"
  path: "Panels/Entrances/panel_7"
  clue: "affable"
  answer: "charismatic"
  symbols: SUN
}
ports {
  name: "UNYIELDING"
  display_name: "Unyielding Hallway"
  path: "Components/Warps/worldport"
  destination { x: 1 y: 0 z: 10 }
  rotation: 270
}
ports {
  name: "IMPRESSIVE"
  display_name: "Impressive Hallway"
  path: "Components/Warps/worldport2"
  destination { x: 11 y: 0 z: 10 }
  rotation: 270
}
ports {
  name: "BETWEEN"
  display_name: "Between Hallway"
  path: "Components/Warps/worldport3"
  destination { x: -9 y: 0 z: 10 }
  rotation: 270
}