From 3fcc676cd3b9b3b24a8755612a459d498879b1df Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 9 Aug 2025 10:58:45 -0400 Subject: Added the_butterfly The proto representation of letters has changed, so the C++ tools need to be updated. --- data/connections.txtpb | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'data/connections.txtpb') 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 @@ # the_bearer/Back Area/TREE # the_bearer/Entry/UNYIELDING # the_bearer/Back Area/DAEDALUS -# the_bearer/Butterfly Room/BUTTERFLY # the_between/Main Area/GREAT # the_between/Main Area/PLAZA # gallery -> between # the_between/Control Center Side/CC # the_between/Control Center Side/LIVELY +# butterfly -> gallery connections { from { panel { @@ -192,3 +192,19 @@ connections { } oneway: true } +connections { + from { + painting { + map: "the_bearer" + room: "Butterfly" + name: "BUTTERFLY" + } + } + to { + room { + map: "the_butterfly" + name: "Main Area" + } + } + oneway: true +} -- cgit 1.4.1