summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/ids.txtpb35
1 files changed, 35 insertions, 0 deletions
diff --git a/data/ids.txtpb b/data/ids.txtpb index 613b793..7f75d1b 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb
@@ -181,6 +181,41 @@ maps {
181 } 181 }
182} 182}
183maps { 183maps {
184 key: "the_ancient"
185 value {
186 doors {
187 key: "End Door"
188 value: 170
189 }
190 doors {
191 key: "Front Door"
192 value: 169
193 }
194 doors {
195 key: "Lavender Cubes"
196 value: 171
197 }
198 rooms {
199 key: "Inside"
200 value {
201 panels {
202 key: "COLOR"
203 value: 173
204 }
205 }
206 }
207 rooms {
208 key: "Outside"
209 value {
210 panels {
211 key: "THIS"
212 value: 172
213 }
214 }
215 }
216 }
217}
218maps {
184 key: "the_entry" 219 key: "the_entry"
185 value { 220 value {
186 doors { 221 doors {