diff options
Diffstat (limited to 'data/maps/the_door/rooms')
-rw-r--r-- | data/maps/the_door/rooms/Ending.txtpb | 3 | ||||
-rw-r--r-- | data/maps/the_door/rooms/Main Area.txtpb | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/data/maps/the_door/rooms/Ending.txtpb b/data/maps/the_door/rooms/Ending.txtpb new file mode 100644 index 0000000..67937c5 --- /dev/null +++ b/data/maps/the_door/rooms/Ending.txtpb | |||
@@ -0,0 +1,3 @@ | |||
1 | name: "Ending" | ||
2 | display_name: "Main Area" | ||
3 | # TODO: Plum Ending | ||
diff --git a/data/maps/the_door/rooms/Main Area.txtpb b/data/maps/the_door/rooms/Main Area.txtpb new file mode 100644 index 0000000..47d2224 --- /dev/null +++ b/data/maps/the_door/rooms/Main Area.txtpb | |||
@@ -0,0 +1,16 @@ | |||
1 | name: "Main Area" | ||
2 | display_name: "Main Area" | ||
3 | panels { | ||
4 | name: "HAIR" | ||
5 | path: "Panels/Room_1/panel" | ||
6 | clue: "hair" | ||
7 | answer: "rabbit" | ||
8 | symbols: "question" | ||
9 | } | ||
10 | panels { | ||
11 | name: "PART" | ||
12 | path: "Panels/Room_1/panel2" | ||
13 | clue: "part" | ||
14 | answer: "hole" | ||
15 | symbols: "question" | ||
16 | } | ||