diff options
Diffstat (limited to 'data/maps/the_gold')
| -rw-r--r-- | data/maps/the_gold/doors.txtpb | 7 | ||||
| -rw-r--r-- | data/maps/the_gold/metadata.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_gold/rooms/The Whole Thing.txtpb | 12 |
3 files changed, 20 insertions, 0 deletions
| diff --git a/data/maps/the_gold/doors.txtpb b/data/maps/the_gold/doors.txtpb new file mode 100644 index 0000000..d3329cb --- /dev/null +++ b/data/maps/the_gold/doors.txtpb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | doors { | ||
| 2 | name: "The Panel" | ||
| 3 | type: LOCATION_ONLY | ||
| 4 | panels { room: "The Whole Thing" name: "PANEL" } | ||
| 5 | location_room: "The Whole Thing" | ||
| 6 | location_name: "Panel" | ||
| 7 | } | ||
| diff --git a/data/maps/the_gold/metadata.txtpb b/data/maps/the_gold/metadata.txtpb new file mode 100644 index 0000000..fef3e34 --- /dev/null +++ b/data/maps/the_gold/metadata.txtpb | |||
| @@ -0,0 +1 @@ | |||
| display_name: "The Gold" | |||
| diff --git a/data/maps/the_gold/rooms/The Whole Thing.txtpb b/data/maps/the_gold/rooms/The Whole Thing.txtpb new file mode 100644 index 0000000..4848c1f --- /dev/null +++ b/data/maps/the_gold/rooms/The Whole Thing.txtpb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | name: "The Whole Thing" | ||
| 2 | panels { | ||
| 3 | name: "PANEL" | ||
| 4 | path: "Panels/Room_1/panel_1" | ||
| 5 | clue: "" | ||
| 6 | answer: "colors" | ||
| 7 | symbols: QUESTION | ||
| 8 | } | ||
| 9 | endings { | ||
| 10 | name: "GOLD" | ||
| 11 | path: "Components/gold_ending" | ||
| 12 | } | ||
