diff options
Diffstat (limited to 'data/maps/the_extravagant/rooms/Engine Room.txtpb')
-rw-r--r-- | data/maps/the_extravagant/rooms/Engine Room.txtpb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/maps/the_extravagant/rooms/Engine Room.txtpb b/data/maps/the_extravagant/rooms/Engine Room.txtpb new file mode 100644 index 0000000..b724a65 --- /dev/null +++ b/data/maps/the_extravagant/rooms/Engine Room.txtpb | |||
@@ -0,0 +1,29 @@ | |||
1 | name: "Engine Room" | ||
2 | display_name: "Engine Room" | ||
3 | panels { | ||
4 | name: "ENGINE" | ||
5 | path: "Panels/panel_8" | ||
6 | clue: "engine" | ||
7 | answer: "train" | ||
8 | symbols: "boxes" | ||
9 | } | ||
10 | panels { | ||
11 | name: "CABOOSE" | ||
12 | path: "Panels/panel_9" | ||
13 | clue: "caboose" | ||
14 | answer: "train" | ||
15 | symbols: "boxes" | ||
16 | } | ||
17 | paintings { | ||
18 | name: "UNDUE" | ||
19 | path: "Components/Paintings/undue3" | ||
20 | gravity: Z_PLUS | ||
21 | orientation: "south" # TODO: this is meaningless with Z-axis gravity :/ | ||
22 | display_name: "E Side Painting On E" | ||
23 | } | ||
24 | ports { | ||
25 | name: "GALLERY" | ||
26 | path: "Components/Warps/worldport2" | ||
27 | gravity: Z_PLUS | ||
28 | # TODO: orientation is not well defined with Z-axis gravity | ||
29 | } | ||