about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/D Room.txtpb
Commit message (Expand)AuthorAgeFilesLines
* Changed how door location names are formattedStar Rauchenberger2025-08-301-1/+1
* Converted puzzle symbols to an enumStar Rauchenberger2025-08-201-9/+9
* Trying out protobuf I guessStar Rauchenberger2025-08-071-0/+65
c.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #00
name: "Puzzle Room"
panels {
  name: "WATER"
  path: "Panels/entry_1"
  clue: "water"
  answer: "ice"
  symbols: CROSS
}
panels {
  name: "JUICE"
  path: "Panels/entry_2"
  clue: "juice"
  answer: "popsicle"
  symbols: CROSS
}
panels {
  name: "MAGMA"
  path: "Panels/entry_3"
  clue: "magma"
  answer: "rock"
  symbols: CROSS
}
panels {
  name: "CREATURE"
  path: "Panels/entry_4"
  clue: "creature"
  answer: "corpse"
  symbols: CROSS
}
panels {
  name: "SAND"
  path: "Panels/entry_5"
  clue: "sand"
  answer: "glass"
  symbols: CROSS
}
panels {
  name: "LIQUID"
  path: "Panels/entry_6"
  clue: "liquid"
  answer: "gas"
  symbols: CROSS
}
panels {
  name: "STICK"
  path: "Panels/entry_7"
  clue: "stick"
  answer: "torch"
  symbols: CROSS
}
panels {
  name: "BREAD"
  path: "Panels/entry_8"
  clue: "bread"
  answer: "toast"
  symbols: CROSS
}
ports {
  name: "ENTRY"
  display_name: "Entrance"
  path: "Components/Warps/worldport"
  destination { x: 0 y: 0 z: 7.5 }
  rotation: 0
}