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) ation/atom+xml'/>
about summary refs log tree commit diff stats
path: root/data/maps/control_center/rooms/Ancient Entrance.txtpb
blob: dc018badb3eb1ecece879477b33930abecab737e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
name: "Ancient Entrance"
ports {
  name: "ANCIENT"
  display_name: "Ancient Entrance"
  path: "Components/Warps/worldport8"
  destination { x: -27 y: 0 z: -34 }
  rotation: 90
  # This is because there's no port on the other side of the connection, so if
  # this connection was removed and gallery paintings aren't shuffled then
  # there'd be no way into The Ancient.
  no_shuffle: true
}