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 | |
| 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')
| -rw-r--r-- | data/maps/the_entry/rooms/D Room Final.txtpb | 5 | ||||
| -rw-r--r-- | data/maps/the_entry/rooms/Least Blue Last.txtpb | 5 | ||||
| -rw-r--r-- | data/maps/the_entry/rooms/Starting Room.txtpb | 22 | ||||
| -rw-r--r-- | data/maps/the_entry/rooms/X Area.txtpb | 7 |
4 files changed, 30 insertions, 9 deletions
| diff --git a/data/maps/the_entry/rooms/D Room Final.txtpb b/data/maps/the_entry/rooms/D Room Final.txtpb index f125a79..960cb1c 100644 --- a/data/maps/the_entry/rooms/D Room Final.txtpb +++ b/data/maps/the_entry/rooms/D Room Final.txtpb | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | name: "D Room Final" | 1 | name: "D Room Final" |
| 2 | display_name: "D Room" | 2 | display_name: "D Room" |
| 3 | letters { key: "d" } \ No newline at end of file | 3 | letters { |
| 4 | key: "d" | ||
| 5 | path: "Components/Collectables/d" | ||
| 6 | } | ||
| 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 | } | ||
| diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index eaf493c..93c9df5 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb | |||
| @@ -43,10 +43,22 @@ panels { | |||
| 43 | clue: "than" | 43 | clue: "than" |
| 44 | answer: "than" | 44 | answer: "than" |
| 45 | } | 45 | } |
| 46 | letters { key: "h" } | 46 | letters { |
| 47 | letters { key: "i" } | 47 | key: "h" |
| 48 | letters { key: "n" } | 48 | path: "Components/Collectables/h" |
| 49 | letters { key: "t" } | 49 | } |
| 50 | letters { | ||
| 51 | key: "i" | ||
| 52 | path: "Components/Collectables/i" | ||
| 53 | } | ||
| 54 | letters { | ||
| 55 | key: "n" | ||
| 56 | path: "Components/Collectables/n" | ||
| 57 | } | ||
| 58 | letters { | ||
| 59 | key: "t" | ||
| 60 | path: "Components/Collectables/t" | ||
| 61 | } | ||
| 50 | # Maze painting should stay vanilla as a hint. | 62 | # Maze painting should stay vanilla as a hint. |
| 51 | paintings { | 63 | paintings { |
| 52 | name: "OWL" | 64 | name: "OWL" |
| @@ -88,4 +100,4 @@ ports { | |||
| 88 | path: "Components/Warps/worldport12" | 100 | path: "Components/Warps/worldport12" |
| 89 | orientation: "east" | 101 | orientation: "east" |
| 90 | required_door { name: "Composite Room Entrance" } | 102 | required_door { name: "Composite Room Entrance" } |
| 91 | } \ No newline at end of file | 103 | } |
| diff --git a/data/maps/the_entry/rooms/X Area.txtpb b/data/maps/the_entry/rooms/X Area.txtpb index ef19a33..ada16f8 100644 --- a/data/maps/the_entry/rooms/X Area.txtpb +++ b/data/maps/the_entry/rooms/X Area.txtpb | |||
| @@ -1,8 +1,11 @@ | |||
| 1 | name: "X Area" | 1 | name: "X Area" |
| 2 | display_name: "Starting Room" | 2 | display_name: "Starting Room" |
| 3 | letters { key: "x" } | 3 | letters { |
| 4 | key: "x" | ||
| 5 | path: "Components/Collectables/x" | ||
| 6 | } | ||
| 4 | ports { | 7 | ports { |
| 5 | name: "CC" | 8 | name: "CC" |
| 6 | path: "Components/Warps/worldport3" | 9 | path: "Components/Warps/worldport3" |
| 7 | orientation: "west" | 10 | orientation: "west" |
| 8 | } \ No newline at end of file | 11 | } |
