diff options
Diffstat (limited to 'data/maps/the_linear/rooms')
| -rw-r--r-- | data/maps/the_linear/rooms/Room.txtpb | 63 |
1 files changed, 63 insertions, 0 deletions
| diff --git a/data/maps/the_linear/rooms/Room.txtpb b/data/maps/the_linear/rooms/Room.txtpb new file mode 100644 index 0000000..375eced --- /dev/null +++ b/data/maps/the_linear/rooms/Room.txtpb | |||
| @@ -0,0 +1,63 @@ | |||
| 1 | name: "Room" | ||
| 2 | display_name: "Room" | ||
| 3 | panels { | ||
| 4 | name: "HORN" | ||
| 5 | path: "Panels/entry_1" | ||
| 6 | clue: "horn" | ||
| 7 | answer: "thorn" | ||
| 8 | symbols: "sparkles" | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "ION" | ||
| 12 | path: "Panels/entry_2" | ||
| 13 | clue: "ion" | ||
| 14 | answer: "iron" | ||
| 15 | symbols: "sparkles" | ||
| 16 | } | ||
| 17 | panels { | ||
| 18 | name: "TON" | ||
| 19 | path: "Panels/entry_3" | ||
| 20 | clue: "ton" | ||
| 21 | answer: "torn" | ||
| 22 | symbols: "sparkles" | ||
| 23 | } | ||
| 24 | panels { | ||
| 25 | name: "ROT" | ||
| 26 | path: "Panels/entry_4" | ||
| 27 | clue: "rot" | ||
| 28 | answer: "riot" | ||
| 29 | symbols: "sparkles" | ||
| 30 | } | ||
| 31 | panels { | ||
| 32 | name: "IT" | ||
| 33 | path: "Panels/entry_5" | ||
| 34 | clue: "it" | ||
| 35 | answer: "hit" | ||
| 36 | symbols: "sparkles" | ||
| 37 | } | ||
| 38 | panels { | ||
| 39 | name: "HIT" | ||
| 40 | path: "Panels/entry_6" | ||
| 41 | clue: "hit" | ||
| 42 | answer: "hint" | ||
| 43 | symbols: "sparkles" | ||
| 44 | } | ||
| 45 | panels { | ||
| 46 | name: "INTO" | ||
| 47 | path: "Panels/entry_7" | ||
| 48 | clue: "into" | ||
| 49 | answer: "intro" | ||
| 50 | symbols: "sparkles" | ||
| 51 | } | ||
| 52 | panels { | ||
| 53 | name: "NOR" | ||
| 54 | path: "Panels/entry_8" | ||
| 55 | clue: "nor" | ||
| 56 | answer: "north" | ||
| 57 | symbols: "sparkles" | ||
| 58 | } | ||
| 59 | ports { | ||
| 60 | name: "GREAT" | ||
| 61 | path: "Components/Warps/worldport" | ||
| 62 | orientation: "south" | ||
| 63 | } | ||
