diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 10:58:45 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 10:58:45 -0400 |
commit | 3fcc676cd3b9b3b24a8755612a459d498879b1df (patch) | |
tree | 3b94528d182fef58befbca1fa58956b90ef98d8f /data/maps/the_entry/rooms/Least Blue Last.txtpb | |
parent | 4db9ccf6adc4c90b5899a2bf8bf4c47a7392004b (diff) | |
download | lingo2-archipelago-3fcc676cd3b9b3b24a8755612a459d498879b1df.tar.gz lingo2-archipelago-3fcc676cd3b9b3b24a8755612a459d498879b1df.tar.bz2 lingo2-archipelago-3fcc676cd3b9b3b24a8755612a459d498879b1df.zip |
Added the_butterfly
The proto representation of letters has changed, so the C++ tools need to be updated.
Diffstat (limited to 'data/maps/the_entry/rooms/Least Blue Last.txtpb')
-rw-r--r-- | data/maps/the_entry/rooms/Least Blue Last.txtpb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/maps/the_entry/rooms/Least Blue Last.txtpb b/data/maps/the_entry/rooms/Least Blue Last.txtpb index 08d3dd8..d1d4da1 100644 --- a/data/maps/the_entry/rooms/Least Blue Last.txtpb +++ b/data/maps/the_entry/rooms/Least Blue Last.txtpb | |||
@@ -83,4 +83,7 @@ paintings { | |||
83 | required_door { name: "Corners Painting" } | 83 | required_door { name: "Corners Painting" } |
84 | display_name: "Corners Painting" | 84 | display_name: "Corners Painting" |
85 | } | 85 | } |
86 | letters { key: "l" } \ No newline at end of file | 86 | letters { |
87 | key: "l" | ||
88 | path: "Components/Collectables/l" | ||
89 | } | ||