summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb51
1 files changed, 49 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 139e8f9..2b71f7d 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -1,9 +1,7 @@
1# TODO 1# TODO
2# the_entry/Starting Room/HI/thewords
3# control center -> the_ancient 2# control center -> the_ancient
4# the_between/Control Center Side/CC 3# the_between/Control Center Side/CC
5# the_gallery/Main Area/CC 4# the_gallery/Main Area/CC
6# the_gallery/Main Area/WORDS
7# the_great/West Side/CC 5# the_great/West Side/CC
8# the_hinterlands/Main Area/LEFT 6# the_hinterlands/Main Area/LEFT
9# the_hinterlands/Main Area/RIGHT 7# the_hinterlands/Main Area/RIGHT
@@ -2059,3 +2057,52 @@ connections {
2059 } 2057 }
2060 } 2058 }
2061} 2059}
2060connections {
2061 from {
2062 panel {
2063 map: "the_entry"
2064 room: "Starting Room"
2065 name: "HI"
2066 answer: "thewords"
2067 }
2068 }
2069 to {
2070 room {
2071 map: "the_words"
2072 name: "Main Area"
2073 }
2074 }
2075 oneway: true
2076}
2077connections {
2078 from {
2079 port {
2080 map: "the_words"
2081 room: "Main Area"
2082 name: "ENTRY"
2083 }
2084 }
2085 to {
2086 room {
2087 map: "the_entry"
2088 name: "Starting Room"
2089 }
2090 }
2091 oneway: true
2092}
2093connections {
2094 from {
2095 painting {
2096 map: "the_gallery"
2097 room: "Main Area"
2098 name: "WORDS"
2099 }
2100 }
2101 to {
2102 room {
2103 map: "the_words"
2104 name: "Main Area"
2105 }
2106 }
2107 oneway: true
2108}