find_package(Protobuf REQUIRED) add_executable(datapacker main.cpp container.cpp ) set_property(TARGET datapacker PROPERTY CXX_STANDARD 20) set_property(TARGET datapacker PROPERTY CXX_STANDARD_REQUIRED ON) target_include_directories(datapacker PUBLIC ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/tools) target_link_libraries(datapacker PUBLIC protos util protobuf::libprotobuf) atom+xml'/>
about summary refs log tree commit diff stats
path: root/data/maps/the_between/rooms/B2 Back Room.txtpb
blob: 0972ed96cac2e3536badd20c3eeb66b826699d87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "B2 Back Room"
letters {
  key: "b"
  level2: true
  path: "Components/Collectables/collectable"
}
paintings {
  name: "EYES2"
  path: "Components/Paintings/eyes2"
  orientation: "east"
}
paintings {
  name: "EYES3"
  path: "Components/Paintings/eyes3"
  orientation: "west"
}