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_gold/rooms/The Whole Thing.txtpb | |
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_gold/rooms/The Whole Thing.txtpb')
-rw-r--r-- | data/maps/the_gold/rooms/The Whole Thing.txtpb | 5 |
1 files changed, 4 insertions, 1 deletions
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 | 10 | endings { |
11 | name: "GOLD" | ||
12 | path: "Components/gold_ending" | ||
13 | } | ||