summary refs log tree commit diff stats
path: root/data/maps
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps')
-rw-r--r--data/maps/the_ancient/rooms/Ending.txtpb5
-rw-r--r--data/maps/the_colorful/rooms/Ending.txtpb5
-rw-r--r--data/maps/the_door/rooms/Ending.txtpb5
-rw-r--r--data/maps/the_gallery/rooms/Ending.txtpb5
-rw-r--r--data/maps/the_gold/rooms/The Whole Thing.txtpb5
-rw-r--r--data/maps/the_graveyard/rooms/Inside.txtpb5
-rw-r--r--data/maps/the_parthenon/rooms/Ending.txtpb5
7 files changed, 28 insertions, 7 deletions
diff --git a/data/maps/the_ancient/rooms/Ending.txtpb b/data/maps/the_ancient/rooms/Ending.txtpb index 486ed26..eea1228 100644 --- a/data/maps/the_ancient/rooms/Ending.txtpb +++ b/data/maps/the_ancient/rooms/Ending.txtpb
@@ -1,3 +1,6 @@
1name: "Ending" 1name: "Ending"
2display_name: "Ending" 2display_name: "Ending"
3# TODO: Green Ending 3endings {
4 name: "GREEN"
5 path: "Components/Ending/green_ending"
6}
diff --git a/data/maps/the_colorful/rooms/Ending.txtpb b/data/maps/the_colorful/rooms/Ending.txtpb index 8e38d4f..060e72e 100644 --- a/data/maps/the_colorful/rooms/Ending.txtpb +++ b/data/maps/the_colorful/rooms/Ending.txtpb
@@ -1,3 +1,6 @@
1name: "Ending" 1name: "Ending"
2display_name: "Ending" 2display_name: "Ending"
3# TODO: Gray Ending 3endings {
4 name: "GRAY"
5 path: "Components/Endings/gray_ending"
6}
diff --git a/data/maps/the_door/rooms/Ending.txtpb b/data/maps/the_door/rooms/Ending.txtpb index 67937c5..4a4a995 100644 --- a/data/maps/the_door/rooms/Ending.txtpb +++ b/data/maps/the_door/rooms/Ending.txtpb
@@ -1,3 +1,6 @@
1name: "Ending" 1name: "Ending"
2display_name: "Main Area" 2display_name: "Main Area"
3# TODO: Plum Ending 3endings {
4 name: "PLUM"
5 path: "Components/plum_ending"
6}
diff --git a/data/maps/the_gallery/rooms/Ending.txtpb b/data/maps/the_gallery/rooms/Ending.txtpb index 28894e0..72c8e72 100644 --- a/data/maps/the_gallery/rooms/Ending.txtpb +++ b/data/maps/the_gallery/rooms/Ending.txtpb
@@ -1,3 +1,6 @@
1name: "Ending" 1name: "Ending"
2display_name: "Back Room" 2display_name: "Back Room"
3# TODO: Yellow Ending 3endings {
4 name: "YELLOW"
5 path: "Components/Endings/yellow_ending"
6}
diff --git a/data/maps/the_gold/rooms/The Whole Thing.txtpb b/data/maps/the_gold/rooms/The Whole Thing.txtpb index a24f48e..e636723 100644 --- a/data/maps/the_gold/rooms/The Whole Thing.txtpb +++ b/data/maps/the_gold/rooms/The Whole Thing.txtpb
@@ -7,4 +7,7 @@ panels {
7 answer: "colors" 7 answer: "colors"
8 symbols: "question" 8 symbols: "question"
9} 9}
10# TODO: Gold Ending 10endings {
11 name: "GOLD"
12 path: "Components/gold_ending"
13}
diff --git a/data/maps/the_graveyard/rooms/Inside.txtpb b/data/maps/the_graveyard/rooms/Inside.txtpb index e8b3e41..fd2fc9d 100644 --- a/data/maps/the_graveyard/rooms/Inside.txtpb +++ b/data/maps/the_graveyard/rooms/Inside.txtpb
@@ -7,5 +7,8 @@ panels {
7 answer: "remember" 7 answer: "remember"
8 required_door { name: "Double Letters" } 8 required_door { name: "Double Letters" }
9} 9}
10# TODO: Black Ending 10endings {
11 name: "BLACK"
12 path: "Components/Ending/black_ending"
13}
11# TODO: Not sure if the paintings in here should be randomized. 14# TODO: Not sure if the paintings in here should be randomized.
diff --git a/data/maps/the_parthenon/rooms/Ending.txtpb b/data/maps/the_parthenon/rooms/Ending.txtpb index c14ab78..8fa805f 100644 --- a/data/maps/the_parthenon/rooms/Ending.txtpb +++ b/data/maps/the_parthenon/rooms/Ending.txtpb
@@ -1,3 +1,6 @@
1name: "Ending" 1name: "Ending"
2display_name: "Parthenon" 2display_name: "Parthenon"
3# TODO: Cyan Ending 3endings {
4 name: "CYAN"
5 path: "Components/cyan_end"
6}