about summary refs log tree commit diff stats
path: root/data/maps/the_words/connections.txtpb
Commit message (Expand)AuthorAgeFilesLines
* Added the_wordsStar Rauchenberger2025-08-261-0/+5
a> 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
name: "Main Area"
panels {
  name: "HIT"
  path: "Panels/open_c"
  clue: "hit"
  answer: "hit"
}
panels {
  name: "TIN"
  path: "Panels/open_u"
  clue: "tin"
  answer: "tin"
}
panels {
  name: "PAINTING"
  path: "Panels/open_maze"
  clue: "painting"
  answer: "art"
  symbols: EXAMPLE
}
panels {
  name: "COLOR"
  path: "Panels/open_maze2"
  clue: "color"
  answer: "blue"
  symbols: EXAMPLE
}
ports {
  name: "ENTRY1"
  path: "Components/Worldports/worldport3"
  destination { x: -33 y: 0 z: 28 }
  rotation: 270
}
ports {
  name: "ENTRY2"
  path: "Components/Worldports/worldport"
  destination { x: -30 y: 0 z: 51 }
  rotation: 0
}
ports {
  name: "ENTRY3"
  path: "Components/Worldports/worldport2"
  destination { x: 0 y: 0 z: 51 }
  rotation: 0
}