find_package(Protobuf REQUIRED) add_library(protos) protobuf_generate( LANGUAGE cpp TARGET protos PROTOS human.proto data.proto ) target_link_libraries(protos PUBLIC protobuf::libprotobuf) icon' href='/favicon.ico'/>
about summary refs log tree commit diff stats
path: root/data/maps/the_revitalized/rooms/Bye Room.txtpb
blob: 6cefe701400db7ebdd28497e2231cf7416300e7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Bye Room"
panels {
  name: "BYE"
  path: "Panels/panel_1"
  clue: "bye"
  answer: "hi"
  symbols: SUN
}
ports {
  name: "PARTHENON"
  path: "Components/Warps/worldport"
  orientation: "south"
}