diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 15:03:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 15:03:18 -0400 |
commit | d77c73397b684faa55f0e95484ac89ca68bde1ad (patch) | |
tree | 84fd35d342b69a9765d8f94473b56998d26e323d /data/maps/the_parthenon/rooms | |
parent | 53ad8e2f3e5fcf9cf9d5d4628498557e0f5500e8 (diff) | |
download | lingo2-archipelago-d77c73397b684faa55f0e95484ac89ca68bde1ad.tar.gz lingo2-archipelago-d77c73397b684faa55f0e95484ac89ca68bde1ad.tar.bz2 lingo2-archipelago-d77c73397b684faa55f0e95484ac89ca68bde1ad.zip |
Added "endings" object type
Diffstat (limited to 'data/maps/the_parthenon/rooms')
-rw-r--r-- | data/maps/the_parthenon/rooms/Ending.txtpb | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
1 | name: "Ending" | 1 | name: "Ending" |
2 | display_name: "Parthenon" | 2 | display_name: "Parthenon" |
3 | # TODO: Cyan Ending | 3 | endings { |
4 | name: "CYAN" | ||
5 | path: "Components/cyan_end" | ||
6 | } | ||