diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 22:23:04 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 22:23:04 -0400 |
commit | fcedfcf605ca0ed9781e0788f9c0b7c124586caa (patch) | |
tree | 4bea12185c267decdc054e5ef59694bc3aaf7f5b /data/maps/the_ancient/rooms | |
parent | e3fa52a3e21d982e63b487db50673e383b045494 (diff) | |
download | lingo2-archipelago-fcedfcf605ca0ed9781e0788f9c0b7c124586caa.tar.gz lingo2-archipelago-fcedfcf605ca0ed9781e0788f9c0b7c124586caa.tar.bz2 lingo2-archipelago-fcedfcf605ca0ed9781e0788f9c0b7c124586caa.zip |
Added the_ancient
Diffstat (limited to 'data/maps/the_ancient/rooms')
-rw-r--r-- | data/maps/the_ancient/rooms/Ending.txtpb | 3 | ||||
-rw-r--r-- | data/maps/the_ancient/rooms/Inside.txtpb | 10 | ||||
-rw-r--r-- | data/maps/the_ancient/rooms/Outside.txtpb | 8 |
3 files changed, 21 insertions, 0 deletions
diff --git a/data/maps/the_ancient/rooms/Ending.txtpb b/data/maps/the_ancient/rooms/Ending.txtpb new file mode 100644 index 0000000..486ed26 --- /dev/null +++ b/data/maps/the_ancient/rooms/Ending.txtpb | |||
@@ -0,0 +1,3 @@ | |||
1 | name: "Ending" | ||
2 | display_name: "Ending" | ||
3 | # TODO: Green Ending | ||
diff --git a/data/maps/the_ancient/rooms/Inside.txtpb b/data/maps/the_ancient/rooms/Inside.txtpb new file mode 100644 index 0000000..d5f869b --- /dev/null +++ b/data/maps/the_ancient/rooms/Inside.txtpb | |||
@@ -0,0 +1,10 @@ | |||
1 | name: "Inside" | ||
2 | display_name: "Inside" | ||
3 | panels { | ||
4 | name: "COLOR" | ||
5 | path: "Panels/panel_2" | ||
6 | clue: "color" | ||
7 | answer: "lavender" | ||
8 | symbols: "example" | ||
9 | # TODO: how does this connect to the "lavender_cubes" switch? | ||
10 | } | ||
diff --git a/data/maps/the_ancient/rooms/Outside.txtpb b/data/maps/the_ancient/rooms/Outside.txtpb new file mode 100644 index 0000000..6f49bba --- /dev/null +++ b/data/maps/the_ancient/rooms/Outside.txtpb | |||
@@ -0,0 +1,8 @@ | |||
1 | name: "Outside" | ||
2 | display_name: "Outside" | ||
3 | panels { | ||
4 | name: "THIS" | ||
5 | path: "Panels/panel_1" | ||
6 | clue: "this" | ||
7 | answer: "sphinx" | ||
8 | } | ||