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/connections.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/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 6aaf273..992982b 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -8,12 +8,12 @@ | |||
8 | # the_bearer/Back Area/TREE | 8 | # the_bearer/Back Area/TREE |
9 | # the_bearer/Entry/UNYIELDING | 9 | # the_bearer/Entry/UNYIELDING |
10 | # the_bearer/Back Area/DAEDALUS | 10 | # the_bearer/Back Area/DAEDALUS |
11 | # the_bearer/Butterfly Room/BUTTERFLY | ||
12 | # the_between/Main Area/GREAT | 11 | # the_between/Main Area/GREAT |
13 | # the_between/Main Area/PLAZA | 12 | # the_between/Main Area/PLAZA |
14 | # gallery -> between | 13 | # gallery -> between |
15 | # the_between/Control Center Side/CC | 14 | # the_between/Control Center Side/CC |
16 | # the_between/Control Center Side/LIVELY | 15 | # the_between/Control Center Side/LIVELY |
16 | # butterfly -> gallery | ||
17 | connections { | 17 | connections { |
18 | from { | 18 | from { |
19 | panel { | 19 | panel { |
@@ -192,3 +192,19 @@ connections { | |||
192 | } | 192 | } |
193 | oneway: true | 193 | oneway: true |
194 | } | 194 | } |
195 | connections { | ||
196 | from { | ||
197 | painting { | ||
198 | map: "the_bearer" | ||
199 | room: "Butterfly" | ||
200 | name: "BUTTERFLY" | ||
201 | } | ||
202 | } | ||
203 | to { | ||
204 | room { | ||
205 | map: "the_butterfly" | ||
206 | name: "Main Area" | ||
207 | } | ||
208 | } | ||
209 | oneway: true | ||
210 | } | ||