1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back! *
3 *----------------------------------------------------------*
4 * (c) 1995-2002 Artsoft Entertainment *
6 * Detmolder Strasse 189 *
9 * e-mail: info@artsoft.org *
10 *----------------------------------------------------------*
12 ***********************************************************/
14 #include "libgame/libgame.h"
18 /* List values that are not defined in the configuration file are set to
19 reliable default values. If that value is GFX_ARG_UNDEFINED, it will
20 be dynamically determined, using some of the other list values. */
22 struct ConfigTypeInfo image_config_suffix[] =
24 { ".x", ARG_UNDEFINED, TYPE_INTEGER },
25 { ".y", ARG_UNDEFINED, TYPE_INTEGER },
26 { ".xpos", ARG_UNDEFINED, TYPE_INTEGER },
27 { ".ypos", ARG_UNDEFINED, TYPE_INTEGER },
28 { ".width", ARG_UNDEFINED, TYPE_INTEGER },
29 { ".height", ARG_UNDEFINED, TYPE_INTEGER },
30 { ".vertical", "false", TYPE_BOOLEAN },
31 { ".offset", ARG_UNDEFINED, TYPE_INTEGER },
32 { ".xoffset", ARG_UNDEFINED, TYPE_INTEGER },
33 { ".yoffset", ARG_UNDEFINED, TYPE_INTEGER },
34 { ".2nd_movement_tile", "false", TYPE_BOOLEAN },
35 { ".2nd_vertical", ARG_UNDEFINED, TYPE_BOOLEAN },
36 { ".2nd_offset", ARG_UNDEFINED, TYPE_INTEGER },
37 { ".2nd_xoffset", ARG_UNDEFINED, TYPE_INTEGER },
38 { ".2nd_yoffset", ARG_UNDEFINED, TYPE_INTEGER },
39 { ".2nd_swap_tiles", ARG_UNDEFINED, TYPE_BOOLEAN },
40 { ".frames", ARG_UNDEFINED, TYPE_INTEGER },
41 { ".frames_per_line", ARG_UNDEFINED, TYPE_INTEGER },
42 { ".start_frame", ARG_UNDEFINED, TYPE_INTEGER },
43 { ".delay", "1", TYPE_INTEGER },
44 { ".anim_mode", ARG_UNDEFINED, TYPE_STRING },
45 { ".global_sync", "false", TYPE_BOOLEAN },
46 { ".crumbled_like", ARG_UNDEFINED, TYPE_TOKEN },
47 { ".diggable_like", ARG_UNDEFINED, TYPE_TOKEN },
48 { ".border_size", ARG_UNDEFINED, TYPE_INTEGER },
49 { ".step_offset", "4", TYPE_INTEGER },
50 { ".step_delay", "1", TYPE_INTEGER },
51 { ".direction", ARG_UNDEFINED, TYPE_STRING },
52 { ".position", ARG_UNDEFINED, TYPE_STRING },
53 { ".draw_xoffset", "0", TYPE_INTEGER },
54 { ".draw_yoffset", "0", TYPE_INTEGER },
55 { ".draw_masked", "false", TYPE_BOOLEAN },
56 { ".anim_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER },
57 { ".anim_delay_random", ARG_UNDEFINED, TYPE_INTEGER },
58 { ".post_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER },
59 { ".post_delay_random", ARG_UNDEFINED, TYPE_INTEGER },
60 { ".name", ARG_UNDEFINED, TYPE_STRING },
61 { ".scale_up_factor", ARG_UNDEFINED, TYPE_INTEGER },
66 struct ConfigInfo image_config[] =
68 /* images for Boulder Dash style elements and actions */
70 { "bd_wall", "RocksDC.pcx" },
71 { "bd_wall.xpos", "12" },
72 { "bd_wall.ypos", "9" },
73 { "bd_wall.frames", "1" },
74 { "bd_wall.EDITOR", "RocksDC.pcx" },
75 { "bd_wall.EDITOR.xpos", "14" },
76 { "bd_wall.EDITOR.ypos", "13" },
78 { "bd_rock", "RocksDC.pcx" },
79 { "bd_rock.xpos", "12" },
80 { "bd_rock.ypos", "10" },
81 { "bd_rock.frames", "1" },
82 { "bd_rock.EDITOR", "RocksDC.pcx" },
83 { "bd_rock.EDITOR.xpos", "14" },
84 { "bd_rock.EDITOR.ypos", "14" },
85 { "bd_rock.moving.left", "RocksDC.pcx" },
86 { "bd_rock.moving.left.xpos", "12" },
87 { "bd_rock.moving.left.ypos", "10" },
88 { "bd_rock.moving.left.frames", "4" },
89 { "bd_rock.moving.left.delay", "2" },
90 { "bd_rock.moving.left.anim_mode", "reverse" },
91 { "bd_rock.moving.right", "RocksDC.pcx" },
92 { "bd_rock.moving.right.xpos", "12" },
93 { "bd_rock.moving.right.ypos", "10" },
94 { "bd_rock.moving.right.frames", "4" },
95 { "bd_rock.moving.right.start_frame", "1" },
96 { "bd_rock.moving.right.delay", "2" },
97 { "bd_rock.pushing.left", "RocksDC.pcx" },
98 { "bd_rock.pushing.left.xpos", "12" },
99 { "bd_rock.pushing.left.ypos", "10" },
100 { "bd_rock.pushing.left.frames", "4" },
101 { "bd_rock.pushing.left.delay", "2" },
102 { "bd_rock.pushing.left.anim_mode", "reverse" },
103 { "bd_rock.pushing.right", "RocksDC.pcx" },
104 { "bd_rock.pushing.right.xpos", "12" },
105 { "bd_rock.pushing.right.ypos", "10" },
106 { "bd_rock.pushing.right.frames", "4" },
107 { "bd_rock.pushing.right.start_frame", "1" },
108 { "bd_rock.pushing.right.delay", "2" },
110 { "bd_diamond", "RocksElements.pcx" },
111 { "bd_diamond.xpos", "0" },
112 { "bd_diamond.ypos", "10" },
113 { "bd_diamond.frames", "4" },
114 { "bd_diamond.delay", "4" },
115 { "bd_diamond.anim_mode", "reverse" },
116 { "bd_diamond.moving", "RocksElements.pcx" },
117 { "bd_diamond.moving.xpos", "3" },
118 { "bd_diamond.moving.ypos", "10" },
119 { "bd_diamond.moving.frames", "2" },
120 { "bd_diamond.moving.delay", "4" },
121 { "bd_diamond.falling", "RocksElements.pcx" },
122 { "bd_diamond.falling.xpos", "3" },
123 { "bd_diamond.falling.ypos", "10" },
124 { "bd_diamond.falling.frames", "2" },
125 { "bd_diamond.falling.delay", "4" },
127 { "bd_magic_wall", "RocksElements.pcx" },
128 { "bd_magic_wall.xpos", "12" },
129 { "bd_magic_wall.ypos", "10" },
130 { "bd_magic_wall.frames", "1" },
131 { "bd_magic_wall.active", "RocksElements.pcx" },
132 { "bd_magic_wall.active.xpos", "12" },
133 { "bd_magic_wall.active.ypos", "10" },
134 { "bd_magic_wall.active.frames", "4" },
135 { "bd_magic_wall.active.anim_mode", "reverse" },
136 { "bd_magic_wall.active.delay", "4" },
137 { "bd_magic_wall.active.global_sync", "true" },
138 { "bd_magic_wall.filling", "RocksElements.pcx" },
139 { "bd_magic_wall.filling.xpos", "12" },
140 { "bd_magic_wall.filling.ypos", "10" },
141 { "bd_magic_wall.filling.frames", "4" },
142 { "bd_magic_wall.filling.anim_mode", "reverse" },
143 { "bd_magic_wall.filling.delay", "4" },
144 { "bd_magic_wall.filling.global_sync", "true" },
145 { "bd_magic_wall_full", "RocksElements.pcx" },
146 { "bd_magic_wall_full.xpos", "12" },
147 { "bd_magic_wall_full.ypos", "10" },
148 { "bd_magic_wall_full.frames", "4" },
149 { "bd_magic_wall_full.anim_mode", "reverse" },
150 { "bd_magic_wall_full.delay", "4" },
151 { "bd_magic_wall_full.global_sync", "true" },
152 { "bd_magic_wall.emptying", "RocksElements.pcx" },
153 { "bd_magic_wall.emptying.xpos", "12" },
154 { "bd_magic_wall.emptying.ypos", "10" },
155 { "bd_magic_wall.emptying.frames", "4" },
156 { "bd_magic_wall.emptying.anim_mode", "reverse" },
157 { "bd_magic_wall.emptying.delay", "4" },
158 { "bd_magic_wall.emptying.global_sync", "true" },
159 { "bd_magic_wall_dead", "RocksElements.pcx" },
160 { "bd_magic_wall_dead.xpos", "12" },
161 { "bd_magic_wall_dead.ypos", "10" },
162 { "bd_magic_wall_dead.frames", "1" },
164 { "bd_amoeba", "RocksElements.pcx" },
165 { "bd_amoeba.xpos", "8" },
166 { "bd_amoeba.ypos", "6" },
167 { "bd_amoeba.frames", "4" },
168 { "bd_amoeba.delay", "1000000" },
169 { "bd_amoeba.anim_mode", "random" },
170 { "bd_amoeba.EDITOR", "RocksElements.pcx" },
171 { "bd_amoeba.EDITOR.xpos", "8" },
172 { "bd_amoeba.EDITOR.ypos", "7" },
174 { "bd_butterfly", "RocksElements.pcx" },
175 { "bd_butterfly.xpos", "4" },
176 { "bd_butterfly.ypos", "12" },
177 { "bd_butterfly.frames", "2" },
178 { "bd_butterfly.anim_mode", "pingpong" },
179 { "bd_butterfly.delay", "4" },
180 { "bd_butterfly.global_sync", "true" },
181 { "bd_butterfly.right.EDITOR", "RocksElements.pcx" },
182 { "bd_butterfly.right.EDITOR.xpos", "8" },
183 { "bd_butterfly.right.EDITOR.ypos", "12" },
184 { "bd_butterfly.up.EDITOR", "RocksElements.pcx" },
185 { "bd_butterfly.up.EDITOR.xpos", "9" },
186 { "bd_butterfly.up.EDITOR.ypos", "12" },
187 { "bd_butterfly.left.EDITOR", "RocksElements.pcx" },
188 { "bd_butterfly.left.EDITOR.xpos", "10" },
189 { "bd_butterfly.left.EDITOR.ypos", "12" },
190 { "bd_butterfly.down.EDITOR", "RocksElements.pcx" },
191 { "bd_butterfly.down.EDITOR.xpos", "11" },
192 { "bd_butterfly.down.EDITOR.ypos", "12" },
194 { "bd_firefly", "RocksElements.pcx" },
195 { "bd_firefly.xpos", "6" },
196 { "bd_firefly.ypos", "12" },
197 { "bd_firefly.frames", "2" },
198 { "bd_firefly.anim_mode", "pingpong" },
199 { "bd_firefly.delay", "4" },
200 { "bd_firefly.global_sync", "true" },
201 { "bd_firefly.right.EDITOR", "RocksElements.pcx" },
202 { "bd_firefly.right.EDITOR.xpos", "12" },
203 { "bd_firefly.right.EDITOR.ypos", "12" },
204 { "bd_firefly.up.EDITOR", "RocksElements.pcx" },
205 { "bd_firefly.up.EDITOR.xpos", "13" },
206 { "bd_firefly.up.EDITOR.ypos", "12" },
207 { "bd_firefly.left.EDITOR", "RocksElements.pcx" },
208 { "bd_firefly.left.EDITOR.xpos", "14" },
209 { "bd_firefly.left.EDITOR.ypos", "12" },
210 { "bd_firefly.down.EDITOR", "RocksElements.pcx" },
211 { "bd_firefly.down.EDITOR.xpos", "15" },
212 { "bd_firefly.down.EDITOR.ypos", "12" },
214 /* images for Supaplex style elements and actions */
216 { "[sp_default].exploding", "RocksSP.pcx" },
217 { "[sp_default].exploding.xpos", "8" },
218 { "[sp_default].exploding.ypos", "3" },
219 { "[sp_default].exploding.frames", "8" },
220 { "[sp_default].exploding.delay", "3" },
221 { "[sp_default].exploding.anim_mode", "linear" },
223 { "sp_zonk", "RocksSP.pcx" },
224 { "sp_zonk.xpos", "1" },
225 { "sp_zonk.ypos", "0" },
226 { "sp_zonk.frames", "1" },
227 { "sp_zonk.moving.left", "RocksSP.pcx" },
228 { "sp_zonk.moving.left.xpos", "0" },
229 { "sp_zonk.moving.left.ypos", "6" },
230 { "sp_zonk.moving.left.frames", "4" },
231 { "sp_zonk.moving.left.delay", "2" },
232 { "sp_zonk.moving.left.anim_mode", "reverse" },
233 { "sp_zonk.moving.right", "RocksSP.pcx" },
234 { "sp_zonk.moving.right.xpos", "0" },
235 { "sp_zonk.moving.right.ypos", "6" },
236 { "sp_zonk.moving.right.frames", "4" },
237 { "sp_zonk.moving.right.start_frame", "1" },
238 { "sp_zonk.moving.right.delay", "2" },
239 { "sp_zonk.pushing.left", "RocksSP.pcx" },
240 { "sp_zonk.pushing.left.xpos", "0" },
241 { "sp_zonk.pushing.left.ypos", "6" },
242 { "sp_zonk.pushing.left.frames", "4" },
243 { "sp_zonk.pushing.left.delay", "2" },
244 { "sp_zonk.pushing.left.anim_mode", "reverse" },
245 { "sp_zonk.pushing.right", "RocksSP.pcx" },
246 { "sp_zonk.pushing.right.xpos", "0" },
247 { "sp_zonk.pushing.right.ypos", "6" },
248 { "sp_zonk.pushing.right.frames", "4" },
249 { "sp_zonk.pushing.right.start_frame", "1" },
250 { "sp_zonk.pushing.right.delay", "2" },
252 { "sp_base", "RocksSP.pcx" },
253 { "sp_base.xpos", "2" },
254 { "sp_base.ypos", "0" },
255 { "sp_base.frames", "1" },
257 { "sp_murphy", "RocksSP.pcx" },
258 { "sp_murphy.xpos", "3" },
259 { "sp_murphy.ypos", "0" },
260 { "sp_murphy.frames", "1" },
261 { "sp_murphy.moving.left", "RocksSP.pcx" },
262 { "sp_murphy.moving.left.xpos", "8" },
263 { "sp_murphy.moving.left.ypos", "0" },
264 { "sp_murphy.moving.left.frames", "3" },
265 { "sp_murphy.moving.left.anim_mode", "pingpong" },
266 { "sp_murphy.moving.left.delay", "2" },
267 { "sp_murphy.moving.right", "RocksSP.pcx" },
268 { "sp_murphy.moving.right.xpos", "11" },
269 { "sp_murphy.moving.right.ypos", "0" },
270 { "sp_murphy.moving.right.frames", "3" },
271 { "sp_murphy.moving.right.anim_mode", "pingpong" },
272 { "sp_murphy.moving.right.delay", "2" },
273 { "sp_murphy.digging.left", "RocksSP.pcx" },
274 { "sp_murphy.digging.left.xpos", "8" },
275 { "sp_murphy.digging.left.ypos", "0" },
276 { "sp_murphy.digging.left.frames", "3" },
277 { "sp_murphy.digging.left.anim_mode", "pingpong" },
278 { "sp_murphy.digging.left.delay", "2" },
279 { "sp_murphy.digging.right", "RocksSP.pcx" },
280 { "sp_murphy.digging.right.xpos", "11" },
281 { "sp_murphy.digging.right.ypos", "0" },
282 { "sp_murphy.digging.right.frames", "3" },
283 { "sp_murphy.digging.right.anim_mode", "pingpong" },
284 { "sp_murphy.digging.right.delay", "2" },
285 { "sp_murphy.collecting.left", "RocksSP.pcx" },
286 { "sp_murphy.collecting.left.xpos", "8" },
287 { "sp_murphy.collecting.left.ypos", "0" },
288 { "sp_murphy.collecting.left.frames", "3" },
289 { "sp_murphy.collecting.left.anim_mode", "pingpong" },
290 { "sp_murphy.collecting.left.delay", "2" },
291 { "sp_murphy.collecting.right", "RocksSP.pcx" },
292 { "sp_murphy.collecting.right.xpos", "11" },
293 { "sp_murphy.collecting.right.ypos", "0" },
294 { "sp_murphy.collecting.right.frames", "3" },
295 { "sp_murphy.collecting.right.anim_mode", "pingpong" },
296 { "sp_murphy.collecting.right.delay", "2" },
297 { "sp_murphy.pushing.left", "RocksSP.pcx" },
298 { "sp_murphy.pushing.left.xpos", "11" },
299 { "sp_murphy.pushing.left.ypos", "1" },
300 { "sp_murphy.pushing.left.frames", "1" },
301 { "sp_murphy.pushing.right", "RocksSP.pcx" },
302 { "sp_murphy.pushing.right.xpos", "10" },
303 { "sp_murphy.pushing.right.ypos", "1" },
304 { "sp_murphy.pushing.right.frames", "1" },
305 { "sp_murphy.snapping.left", "RocksSP.pcx" },
306 { "sp_murphy.snapping.left.xpos", "9" },
307 { "sp_murphy.snapping.left.ypos", "1" },
308 { "sp_murphy.snapping.left.frames", "1" },
309 { "sp_murphy.snapping.right", "RocksSP.pcx" },
310 { "sp_murphy.snapping.right.xpos", "8" },
311 { "sp_murphy.snapping.right.ypos", "1" },
312 { "sp_murphy.snapping.right.frames", "1" },
313 { "sp_murphy.snapping.up", "RocksSP.pcx" },
314 { "sp_murphy.snapping.up.xpos", "14" },
315 { "sp_murphy.snapping.up.ypos", "0" },
316 { "sp_murphy.snapping.up.frames", "1" },
317 { "sp_murphy.snapping.down", "RocksSP.pcx" },
318 { "sp_murphy.snapping.down.xpos", "15" },
319 { "sp_murphy.snapping.down.ypos", "0" },
320 { "sp_murphy.snapping.down.frames", "1" },
322 { "sp_murphy_clone", "RocksSP.pcx" },
323 { "sp_murphy_clone.xpos", "3" },
324 { "sp_murphy_clone.ypos", "0" },
325 { "sp_murphy_clone.frames", "1" },
327 { "sp_infotron", "RocksSP.pcx" },
328 { "sp_infotron.xpos", "4" },
329 { "sp_infotron.ypos", "0" },
330 { "sp_infotron.frames", "1" },
331 { "sp_infotron.EDITOR", "RocksSP.pcx" },
332 { "sp_infotron.EDITOR.xpos", "8" },
333 { "sp_infotron.EDITOR.ypos", "11" },
335 { "sp_chip_single", "RocksSP.pcx" },
336 { "sp_chip_single.xpos", "5" },
337 { "sp_chip_single.ypos", "0" },
338 { "sp_chip_single.frames", "1" },
339 { "sp_chip_left", "RocksSP.pcx" },
340 { "sp_chip_left.xpos", "2" },
341 { "sp_chip_left.ypos", "3" },
342 { "sp_chip_left.frames", "1" },
343 { "sp_chip_right", "RocksSP.pcx" },
344 { "sp_chip_right.xpos", "3" },
345 { "sp_chip_right.ypos", "3" },
346 { "sp_chip_right.frames", "1" },
347 { "sp_chip_top", "RocksSP.pcx" },
348 { "sp_chip_top.xpos", "6" },
349 { "sp_chip_top.ypos", "4" },
350 { "sp_chip_top.frames", "1" },
351 { "sp_chip_bottom", "RocksSP.pcx" },
352 { "sp_chip_bottom.xpos", "7" },
353 { "sp_chip_bottom.ypos", "4" },
354 { "sp_chip_bottom.frames", "1" },
356 { "sp_hardware_gray", "RocksSP.pcx" },
357 { "sp_hardware_gray.xpos", "6" },
358 { "sp_hardware_gray.ypos", "0" },
359 { "sp_hardware_gray.frames", "1" },
360 { "sp_hardware_green", "RocksSP.pcx" },
361 { "sp_hardware_green.xpos", "5" },
362 { "sp_hardware_green.ypos", "3" },
363 { "sp_hardware_green.frames", "1" },
364 { "sp_hardware_blue", "RocksSP.pcx" },
365 { "sp_hardware_blue.xpos", "6" },
366 { "sp_hardware_blue.ypos", "3" },
367 { "sp_hardware_blue.frames", "1" },
368 { "sp_hardware_red", "RocksSP.pcx" },
369 { "sp_hardware_red.xpos", "7" },
370 { "sp_hardware_red.ypos", "3" },
371 { "sp_hardware_red.frames", "1" },
372 { "sp_hardware_yellow", "RocksSP.pcx" },
373 { "sp_hardware_yellow.xpos", "0" },
374 { "sp_hardware_yellow.ypos", "4" },
375 { "sp_hardware_yellow.frames", "1" },
377 { "sp_exit_closed", "RocksSP.pcx" },
378 { "sp_exit_closed.xpos", "7" },
379 { "sp_exit_closed.ypos", "0" },
380 { "sp_exit_closed.frames", "1" },
381 { "sp_exit.opening", "RocksSP.pcx" },
382 { "sp_exit.opening.xpos", "7" },
383 { "sp_exit.opening.ypos", "0" },
384 { "sp_exit.opening.frames", "1" },
385 { "sp_exit_open", "RocksSP.pcx" },
386 { "sp_exit_open.xpos", "7" },
387 { "sp_exit_open.ypos", "0" },
388 { "sp_exit_open.frames", "1" },
389 { "sp_exit.closing", "RocksSP.pcx" },
390 { "sp_exit.closing.xpos", "7" },
391 { "sp_exit.closing.ypos", "0" },
392 { "sp_exit.closing.frames", "1" },
394 { "sp_disk_orange", "RocksSP.pcx" },
395 { "sp_disk_orange.xpos", "0" },
396 { "sp_disk_orange.ypos", "1" },
397 { "sp_disk_orange.frames", "1" },
399 { "sp_disk_yellow", "RocksSP.pcx" },
400 { "sp_disk_yellow.xpos", "2" },
401 { "sp_disk_yellow.ypos", "2" },
402 { "sp_disk_yellow.frames", "1" },
404 { "sp_disk_red", "RocksSP.pcx" },
405 { "sp_disk_red.xpos", "4" },
406 { "sp_disk_red.ypos", "2" },
407 { "sp_disk_red.frames", "1" },
408 { "sp_disk_red.collecting", "RocksSP.pcx" },
409 { "sp_disk_red.collecting.xpos", "8" },
410 { "sp_disk_red.collecting.ypos", "5" },
411 { "sp_disk_red.collecting.frames", "8" },
412 { "sp_disk_red.active", "RocksSP.pcx" },
413 { "sp_disk_red.active.xpos", "4" },
414 { "sp_disk_red.active.ypos", "2" },
415 { "sp_disk_red.active.frames", "1" },
417 { "sp_port_right", "RocksSP.pcx" },
418 { "sp_port_right.xpos", "1" },
419 { "sp_port_right.ypos", "1" },
420 { "sp_port_right.frames", "1" },
421 { "sp_port_down", "RocksSP.pcx" },
422 { "sp_port_down.xpos", "2" },
423 { "sp_port_down.ypos", "1" },
424 { "sp_port_down.frames", "1" },
425 { "sp_port_left", "RocksSP.pcx" },
426 { "sp_port_left.xpos", "3" },
427 { "sp_port_left.ypos", "1" },
428 { "sp_port_left.frames", "1" },
429 { "sp_port_up", "RocksSP.pcx" },
430 { "sp_port_up.xpos", "4" },
431 { "sp_port_up.ypos", "1" },
432 { "sp_port_up.frames", "1" },
433 { "sp_port_horizontal", "RocksSP.pcx" },
434 { "sp_port_horizontal.xpos", "6" },
435 { "sp_port_horizontal.ypos", "2" },
436 { "sp_port_horizontal.frames", "1" },
437 { "sp_port_vertical", "RocksSP.pcx" },
438 { "sp_port_vertical.xpos", "5" },
439 { "sp_port_vertical.ypos", "2" },
440 { "sp_port_vertical.frames", "1" },
441 { "sp_port_any", "RocksSP.pcx" },
442 { "sp_port_any.xpos", "7" },
443 { "sp_port_any.ypos", "2" },
444 { "sp_port_any.frames", "1" },
445 { "sp_gravity_port_right", "RocksSP.pcx" },
446 { "sp_gravity_port_right.xpos", "1" },
447 { "sp_gravity_port_right.ypos", "1" },
448 { "sp_gravity_port_right.frames", "1" },
449 { "sp_gravity_port_right.EDITOR", "RocksSP.pcx" },
450 { "sp_gravity_port_right.EDITOR.xpos", "5" },
451 { "sp_gravity_port_right.EDITOR.ypos", "1" },
452 { "sp_gravity_port_down", "RocksSP.pcx" },
453 { "sp_gravity_port_down.xpos", "2" },
454 { "sp_gravity_port_down.ypos", "1" },
455 { "sp_gravity_port_down.frames", "1" },
456 { "sp_gravity_port_down.EDITOR", "RocksSP.pcx" },
457 { "sp_gravity_port_down.EDITOR.xpos", "6" },
458 { "sp_gravity_port_down.EDITOR.ypos", "1" },
459 { "sp_gravity_port_left", "RocksSP.pcx" },
460 { "sp_gravity_port_left.xpos", "3" },
461 { "sp_gravity_port_left.ypos", "1" },
462 { "sp_gravity_port_left.frames", "1" },
463 { "sp_gravity_port_left.EDITOR", "RocksSP.pcx" },
464 { "sp_gravity_port_left.EDITOR.xpos", "7" },
465 { "sp_gravity_port_left.EDITOR.ypos", "1" },
466 { "sp_gravity_port_up", "RocksSP.pcx" },
467 { "sp_gravity_port_up.xpos", "4" },
468 { "sp_gravity_port_up.ypos", "1" },
469 { "sp_gravity_port_up.frames", "1" },
470 { "sp_gravity_port_up.EDITOR", "RocksSP.pcx" },
471 { "sp_gravity_port_up.EDITOR.xpos", "0" },
472 { "sp_gravity_port_up.EDITOR.ypos", "2" },
473 { "sp_gravity_on_port_right", "RocksSP.pcx" },
474 { "sp_gravity_on_port_right.xpos", "1" },
475 { "sp_gravity_on_port_right.ypos", "1" },
476 { "sp_gravity_on_port_right.frames", "1" },
477 { "sp_gravity_on_port_right.EDITOR", "RocksSP.pcx" },
478 { "sp_gravity_on_port_right.EDITOR.xpos", "5" },
479 { "sp_gravity_on_port_right.EDITOR.ypos", "1" },
480 { "sp_gravity_on_port_down", "RocksSP.pcx" },
481 { "sp_gravity_on_port_down.xpos", "2" },
482 { "sp_gravity_on_port_down.ypos", "1" },
483 { "sp_gravity_on_port_down.frames", "1" },
484 { "sp_gravity_on_port_down.EDITOR", "RocksSP.pcx" },
485 { "sp_gravity_on_port_down.EDITOR.xpos", "6" },
486 { "sp_gravity_on_port_down.EDITOR.ypos", "1" },
487 { "sp_gravity_on_port_left", "RocksSP.pcx" },
488 { "sp_gravity_on_port_left.xpos", "3" },
489 { "sp_gravity_on_port_left.ypos", "1" },
490 { "sp_gravity_on_port_left.frames", "1" },
491 { "sp_gravity_on_port_left.EDITOR", "RocksSP.pcx" },
492 { "sp_gravity_on_port_left.EDITOR.xpos", "7" },
493 { "sp_gravity_on_port_left.EDITOR.ypos", "1" },
494 { "sp_gravity_on_port_up", "RocksSP.pcx" },
495 { "sp_gravity_on_port_up.xpos", "4" },
496 { "sp_gravity_on_port_up.ypos", "1" },
497 { "sp_gravity_on_port_up.frames", "1" },
498 { "sp_gravity_on_port_up.EDITOR", "RocksSP.pcx" },
499 { "sp_gravity_on_port_up.EDITOR.xpos", "0" },
500 { "sp_gravity_on_port_up.EDITOR.ypos", "2" },
501 { "sp_gravity_off_port_right", "RocksSP.pcx" },
502 { "sp_gravity_off_port_right.xpos", "1" },
503 { "sp_gravity_off_port_right.ypos", "1" },
504 { "sp_gravity_off_port_right.frames", "1" },
505 { "sp_gravity_off_port_right.EDITOR", "RocksSP.pcx" },
506 { "sp_gravity_off_port_right.EDITOR.xpos", "5" },
507 { "sp_gravity_off_port_right.EDITOR.ypos", "1" },
508 { "sp_gravity_off_port_down", "RocksSP.pcx" },
509 { "sp_gravity_off_port_down.xpos", "2" },
510 { "sp_gravity_off_port_down.ypos", "1" },
511 { "sp_gravity_off_port_down.frames", "1" },
512 { "sp_gravity_off_port_down.EDITOR", "RocksSP.pcx" },
513 { "sp_gravity_off_port_down.EDITOR.xpos", "6" },
514 { "sp_gravity_off_port_down.EDITOR.ypos", "1" },
515 { "sp_gravity_off_port_left", "RocksSP.pcx" },
516 { "sp_gravity_off_port_left.xpos", "3" },
517 { "sp_gravity_off_port_left.ypos", "1" },
518 { "sp_gravity_off_port_left.frames", "1" },
519 { "sp_gravity_off_port_left.EDITOR", "RocksSP.pcx" },
520 { "sp_gravity_off_port_left.EDITOR.xpos", "7" },
521 { "sp_gravity_off_port_left.EDITOR.ypos", "1" },
522 { "sp_gravity_off_port_up", "RocksSP.pcx" },
523 { "sp_gravity_off_port_up.xpos", "4" },
524 { "sp_gravity_off_port_up.ypos", "1" },
525 { "sp_gravity_off_port_up.frames", "1" },
526 { "sp_gravity_off_port_up.EDITOR", "RocksSP.pcx" },
527 { "sp_gravity_off_port_up.EDITOR.xpos", "0" },
528 { "sp_gravity_off_port_up.EDITOR.ypos", "2" },
530 { "sp_sniksnak", "RocksSP.pcx" },
531 { "sp_sniksnak.xpos", "1" },
532 { "sp_sniksnak.ypos", "2" },
533 { "sp_sniksnak.frames", "1" },
534 { "sp_sniksnak.left", "RocksSP.pcx" },
535 { "sp_sniksnak.left.xpos", "8" },
536 { "sp_sniksnak.left.ypos", "8" },
537 { "sp_sniksnak.left.frames", "4" },
538 { "sp_sniksnak.left.anim_mode", "pingpong2" },
539 { "sp_sniksnak.right", "RocksSP.pcx" },
540 { "sp_sniksnak.right.xpos", "12" },
541 { "sp_sniksnak.right.ypos", "8" },
542 { "sp_sniksnak.right.frames", "4" },
543 { "sp_sniksnak.right.anim_mode", "pingpong2" },
544 { "sp_sniksnak.up", "RocksSP.pcx" },
545 { "sp_sniksnak.up.xpos", "8" },
546 { "sp_sniksnak.up.ypos", "9" },
547 { "sp_sniksnak.up.frames", "4" },
548 { "sp_sniksnak.up.anim_mode", "pingpong2" },
549 { "sp_sniksnak.down", "RocksSP.pcx" },
550 { "sp_sniksnak.down.xpos", "12" },
551 { "sp_sniksnak.down.ypos", "9" },
552 { "sp_sniksnak.down.frames", "4" },
553 { "sp_sniksnak.down.anim_mode", "pingpong2" },
554 { "sp_sniksnak.turning_from_left.up", "RocksSP.pcx" },
555 { "sp_sniksnak.turning_from_left.up.xpos", "12" },
556 { "sp_sniksnak.turning_from_left.up.ypos", "6" },
557 { "sp_sniksnak.turning_from_left.up.frames", "2" },
558 { "sp_sniksnak.turning_from_left.up.delay", "4" },
559 { "sp_sniksnak.turning_from_left.up.offset", "1408" },
560 { "sp_sniksnak.turning_from_left.up.anim_mode","linear" },
561 { "sp_sniksnak.turning_from_left.down", "RocksSP.pcx" },
562 { "sp_sniksnak.turning_from_left.down.xpos", "13" },
563 { "sp_sniksnak.turning_from_left.down.ypos", "6" },
564 { "sp_sniksnak.turning_from_left.down.frames","2" },
565 { "sp_sniksnak.turning_from_left.down.delay", "4" },
566 { "sp_sniksnak.turning_from_left.down.offset","1504" },
567 { "sp_sniksnak.turning_from_left.down.anim_mode","linear" },
568 { "sp_sniksnak.turning_from_right.up", "RocksSP.pcx" },
569 { "sp_sniksnak.turning_from_right.up.xpos", "15" },
570 { "sp_sniksnak.turning_from_right.up.ypos", "6" },
571 { "sp_sniksnak.turning_from_right.up.frames", "2" },
572 { "sp_sniksnak.turning_from_right.up.delay", "4" },
573 { "sp_sniksnak.turning_from_right.up.offset", "1312" },
574 { "sp_sniksnak.turning_from_right.up.anim_mode","linear" },
575 { "sp_sniksnak.turning_from_right.down", "RocksSP.pcx" },
576 { "sp_sniksnak.turning_from_right.down.xpos", "14" },
577 { "sp_sniksnak.turning_from_right.down.ypos", "6" },
578 { "sp_sniksnak.turning_from_right.down.frames","2" },
579 { "sp_sniksnak.turning_from_right.down.delay","4" },
580 { "sp_sniksnak.turning_from_right.down.offset","1472" },
581 { "sp_sniksnak.turning_from_right.down.anim_mode","linear" },
582 { "sp_sniksnak.turning_from_up.left", "RocksSP.pcx" },
583 { "sp_sniksnak.turning_from_up.left.xpos", "12" },
584 { "sp_sniksnak.turning_from_up.left.ypos", "6" },
585 { "sp_sniksnak.turning_from_up.left.frames", "2" },
586 { "sp_sniksnak.turning_from_up.left.delay", "4" },
587 { "sp_sniksnak.turning_from_up.left.offset", "896" },
588 { "sp_sniksnak.turning_from_up.left.anim_mode","linear" },
589 { "sp_sniksnak.turning_from_up.right", "RocksSP.pcx" },
590 { "sp_sniksnak.turning_from_up.right.xpos", "15" },
591 { "sp_sniksnak.turning_from_up.right.ypos", "6" },
592 { "sp_sniksnak.turning_from_up.right.frames", "2" },
593 { "sp_sniksnak.turning_from_up.right.delay", "4" },
594 { "sp_sniksnak.turning_from_up.right.offset", "928" },
595 { "sp_sniksnak.turning_from_up.right.anim_mode","linear" },
596 { "sp_sniksnak.turning_from_down.left", "RocksSP.pcx" },
597 { "sp_sniksnak.turning_from_down.left.xpos", "13" },
598 { "sp_sniksnak.turning_from_down.left.ypos", "6" },
599 { "sp_sniksnak.turning_from_down.left.frames","2" },
600 { "sp_sniksnak.turning_from_down.left.delay", "4" },
601 { "sp_sniksnak.turning_from_down.left.offset","864" },
602 { "sp_sniksnak.turning_from_down.left.anim_mode","linear" },
603 { "sp_sniksnak.turning_from_down.right", "RocksSP.pcx" },
604 { "sp_sniksnak.turning_from_down.right.xpos", "14" },
605 { "sp_sniksnak.turning_from_down.right.ypos", "6" },
606 { "sp_sniksnak.turning_from_down.right.frames","2" },
607 { "sp_sniksnak.turning_from_down.right.delay","4" },
608 { "sp_sniksnak.turning_from_down.right.offset","960" },
609 { "sp_sniksnak.turning_from_down.right.anim_mode","linear" },
611 { "sp_electron", "RocksSP.pcx" },
612 { "sp_electron.xpos", "8" },
613 { "sp_electron.ypos", "10" },
614 { "sp_electron.frames", "8" },
615 { "sp_electron.delay", "4" },
616 { "sp_electron.global_sync", "true" },
617 { "sp_electron.EDITOR", "RocksSP.pcx" },
618 { "sp_electron.EDITOR.xpos", "10" },
619 { "sp_electron.EDITOR.ypos", "11" },
620 { "sp_electron.exploding", "RocksSP.pcx" },
621 { "sp_electron.exploding.xpos", "8" },
622 { "sp_electron.exploding.ypos", "4" },
623 { "sp_electron.exploding.frames", "8" },
624 { "sp_electron.exploding.delay", "3" },
625 { "sp_electron.exploding.anim_mode", "linear" },
627 { "sp_terminal", "RocksSP.pcx" },
628 { "sp_terminal.xpos", "0" },
629 { "sp_terminal.ypos", "10" },
630 { "sp_terminal.frames", "7" },
631 { "sp_terminal.delay", "12" },
632 { "sp_terminal.EDITOR", "RocksSP.pcx" },
633 { "sp_terminal.EDITOR.xpos", "9" },
634 { "sp_terminal.EDITOR.ypos", "11" },
635 { "sp_terminal.active", "RocksSP.pcx" },
636 { "sp_terminal.active.xpos", "0" },
637 { "sp_terminal.active.ypos", "11" },
638 { "sp_terminal.active.frames", "7" },
639 { "sp_terminal.active.delay", "4" },
641 { "sp_buggy_base", "RocksSP.pcx" },
642 { "sp_buggy_base.xpos", "1" },
643 { "sp_buggy_base.ypos", "3" },
644 { "sp_buggy_base.frames", "1" },
645 { "sp_buggy_base.EDITOR", "RocksSP.pcx" },
646 { "sp_buggy_base.EDITOR.xpos", "9" },
647 { "sp_buggy_base.EDITOR.ypos", "6" },
648 { "sp_buggy_base.activating", "RocksSP.pcx" },
649 { "sp_buggy_base.activating.xpos", "15" },
650 { "sp_buggy_base.activating.ypos", "2" },
651 { "sp_buggy_base.activating.frames", "1" },
652 { "sp_buggy_base.active", "RocksSP.pcx" },
653 { "sp_buggy_base.active.xpos", "8" },
654 { "sp_buggy_base.active.ypos", "6" },
655 { "sp_buggy_base.active.frames", "4" },
656 { "sp_buggy_base.active.anim_mode", "random" },
658 { "sp_hardware_base_1", "RocksSP.pcx" },
659 { "sp_hardware_base_1.xpos", "4" },
660 { "sp_hardware_base_1.ypos", "3" },
661 { "sp_hardware_base_1.frames", "1" },
662 { "sp_hardware_base_2", "RocksSP.pcx" },
663 { "sp_hardware_base_2.xpos", "1" },
664 { "sp_hardware_base_2.ypos", "4" },
665 { "sp_hardware_base_2.frames", "1" },
666 { "sp_hardware_base_3", "RocksSP.pcx" },
667 { "sp_hardware_base_3.xpos", "2" },
668 { "sp_hardware_base_3.ypos", "4" },
669 { "sp_hardware_base_3.frames", "1" },
670 { "sp_hardware_base_4", "RocksSP.pcx" },
671 { "sp_hardware_base_4.xpos", "3" },
672 { "sp_hardware_base_4.ypos", "4" },
673 { "sp_hardware_base_4.frames", "1" },
674 { "sp_hardware_base_5", "RocksSP.pcx" },
675 { "sp_hardware_base_5.xpos", "4" },
676 { "sp_hardware_base_5.ypos", "4" },
677 { "sp_hardware_base_5.frames", "1" },
678 { "sp_hardware_base_6", "RocksSP.pcx" },
679 { "sp_hardware_base_6.xpos", "5" },
680 { "sp_hardware_base_6.ypos", "4" },
681 { "sp_hardware_base_6.frames", "1" },
683 /* images for Sokoban style elements and actions */
685 { "sokoban_object", "RocksElements.pcx" },
686 { "sokoban_object.xpos", "9" },
687 { "sokoban_object.ypos", "7" },
688 { "sokoban_object.frames", "1" },
689 { "sokoban_object.EDITOR", "RocksElements.pcx" },
690 { "sokoban_object.EDITOR.xpos", "2" },
691 { "sokoban_object.EDITOR.ypos", "14" },
693 { "sokoban_field_empty", "RocksElements.pcx" },
694 { "sokoban_field_empty.xpos", "10" },
695 { "sokoban_field_empty.ypos", "7" },
696 { "sokoban_field_empty.frames", "1" },
698 { "sokoban_field_full", "RocksElements.pcx" },
699 { "sokoban_field_full.xpos", "11" },
700 { "sokoban_field_full.ypos", "7" },
701 { "sokoban_field_full.frames", "1" },
703 { "sokoban_field_player", "RocksHeroes.pcx" },
704 { "sokoban_field_player.xpos", "0" },
705 { "sokoban_field_player.ypos", "15" },
706 { "sokoban_field_player.frames", "1" },
707 { "sokoban_field_player.EDITOR", "RocksHeroes.pcx" },
708 { "sokoban_field_player.EDITOR.xpos", "1" },
709 { "sokoban_field_player.EDITOR.ypos", "15" },
711 /* images for Emerald Mine style elements and actions */
713 { "empty_space", "RocksSP.pcx" },
714 { "empty_space.xpos", "0" },
715 { "empty_space.ypos", "0" },
716 { "empty_space.frames", "1" },
718 { "sand", "RocksElements.pcx" },
719 { "sand.xpos", "0" },
720 { "sand.ypos", "0" },
721 { "sand.frames", "1" },
722 { "sand.CRUMBLED", "RocksElements.pcx" },
723 { "sand.CRUMBLED.xpos", "1" },
724 { "sand.CRUMBLED.ypos", "0" },
725 { "sand.CRUMBLED.frames", "1" },
726 { "sand.digging.left", "RocksMore.pcx" },
727 { "sand.digging.left.xpos", "6" },
728 { "sand.digging.left.ypos", "3" },
729 { "sand.digging.left.frames", "3" },
730 { "sand.digging.left.delay", "2" },
731 { "sand.digging.left.anim_mode", "linear" },
732 { "sand.digging.right", "RocksMore.pcx" },
733 { "sand.digging.right.xpos", "9" },
734 { "sand.digging.right.ypos", "3" },
735 { "sand.digging.right.frames", "3" },
736 { "sand.digging.right.delay", "2" },
737 { "sand.digging.right.anim_mode", "linear" },
738 { "sand.digging.up", "RocksMore.pcx" },
739 { "sand.digging.up.xpos", "0" },
740 { "sand.digging.up.ypos", "3" },
741 { "sand.digging.up.frames", "3" },
742 { "sand.digging.up.delay", "2" },
743 { "sand.digging.up.anim_mode", "linear" },
744 { "sand.digging.down", "RocksMore.pcx" },
745 { "sand.digging.down.xpos", "3" },
746 { "sand.digging.down.ypos", "3" },
747 { "sand.digging.down.frames", "3" },
748 { "sand.digging.down.delay", "2" },
749 { "sand.digging.down.anim_mode", "linear" },
750 { "sand.digging.left.CRUMBLED", "RocksMore.pcx" },
751 { "sand.digging.left.CRUMBLED.xpos", "6" },
752 { "sand.digging.left.CRUMBLED.ypos", "0" },
753 { "sand.digging.left.CRUMBLED.frames", "3" },
754 { "sand.digging.left.CRUMBLED.delay", "2" },
755 { "sand.digging.left.CRUMBLED.anim_mode", "linear" },
756 { "sand.digging.right.CRUMBLED", "RocksMore.pcx" },
757 { "sand.digging.right.CRUMBLED.xpos", "9" },
758 { "sand.digging.right.CRUMBLED.ypos", "0" },
759 { "sand.digging.right.CRUMBLED.frames", "3" },
760 { "sand.digging.right.CRUMBLED.delay", "2" },
761 { "sand.digging.right.CRUMBLED.anim_mode", "linear" },
762 { "sand.digging.up.CRUMBLED", "RocksMore.pcx" },
763 { "sand.digging.up.CRUMBLED.xpos", "0" },
764 { "sand.digging.up.CRUMBLED.ypos", "0" },
765 { "sand.digging.up.CRUMBLED.frames", "3" },
766 { "sand.digging.up.CRUMBLED.delay", "2" },
767 { "sand.digging.up.CRUMBLED.anim_mode", "linear" },
768 { "sand.digging.down.CRUMBLED", "RocksMore.pcx" },
769 { "sand.digging.down.CRUMBLED.xpos", "3" },
770 { "sand.digging.down.CRUMBLED.ypos", "0" },
771 { "sand.digging.down.CRUMBLED.frames", "3" },
772 { "sand.digging.down.CRUMBLED.delay", "2" },
773 { "sand.digging.down.CRUMBLED.anim_mode", "linear" },
775 { "wall", "RocksElements.pcx" },
776 { "wall.xpos", "5" },
777 { "wall.ypos", "0" },
778 { "wall.frames", "1" },
780 { "wall_slippery", "RocksElements.pcx" },
781 { "wall_slippery.xpos", "6" },
782 { "wall_slippery.ypos", "0" },
783 { "wall_slippery.frames", "1" },
785 { "steelwall", "RocksElements.pcx" },
786 { "steelwall.xpos", "4" },
787 { "steelwall.ypos", "0" },
788 { "steelwall.frames", "1" },
790 { "rock", "RocksElements.pcx" },
791 { "rock.xpos", "12" },
792 { "rock.ypos", "0" },
793 { "rock.frames", "1" },
794 { "rock.moving.left", "RocksElements.pcx" },
795 { "rock.moving.left.xpos", "12" },
796 { "rock.moving.left.ypos", "0" },
797 { "rock.moving.left.frames", "4" },
798 { "rock.moving.left.delay", "2" },
799 { "rock.moving.left.anim_mode", "reverse" },
800 { "rock.moving.right", "RocksElements.pcx" },
801 { "rock.moving.right.xpos", "12" },
802 { "rock.moving.right.ypos", "0" },
803 { "rock.moving.right.frames", "4" },
804 { "rock.moving.right.start_frame", "1" },
805 { "rock.moving.right.delay", "2" },
806 { "rock.pushing.left", "RocksElements.pcx" },
807 { "rock.pushing.left.xpos", "12" },
808 { "rock.pushing.left.ypos", "0" },
809 { "rock.pushing.left.frames", "4" },
810 { "rock.pushing.left.delay", "2" },
811 { "rock.pushing.left.anim_mode", "reverse" },
812 { "rock.pushing.right", "RocksElements.pcx" },
813 { "rock.pushing.right.xpos", "12" },
814 { "rock.pushing.right.ypos", "0" },
815 { "rock.pushing.right.frames", "4" },
816 { "rock.pushing.right.start_frame", "1" },
817 { "rock.pushing.right.delay", "2" },
819 { "emerald", "RocksElements.pcx" },
820 { "emerald.xpos", "8" },
821 { "emerald.ypos", "0" },
822 { "emerald.frames", "1" },
823 { "emerald.moving", "RocksElements.pcx" },
824 { "emerald.moving.xpos", "8" },
825 { "emerald.moving.ypos", "0" },
826 { "emerald.moving.frames", "2" },
827 { "emerald.moving.delay", "4" },
828 { "emerald.falling", "RocksElements.pcx" },
829 { "emerald.falling.xpos", "8" },
830 { "emerald.falling.ypos", "0" },
831 { "emerald.falling.frames", "2" },
832 { "emerald.falling.delay", "4" },
833 { "emerald.collecting", "RocksMore.pcx" },
834 { "emerald.collecting.xpos", "3" },
835 { "emerald.collecting.ypos", "2" },
836 { "emerald.collecting.frames", "3" },
837 { "emerald.collecting.delay", "2" },
838 { "emerald.collecting.anim_mode", "linear" },
840 { "diamond", "RocksElements.pcx" },
841 { "diamond.xpos", "10" },
842 { "diamond.ypos", "0" },
843 { "diamond.frames", "1" },
844 { "diamond.moving", "RocksElements.pcx" },
845 { "diamond.moving.xpos", "10" },
846 { "diamond.moving.ypos", "0" },
847 { "diamond.moving.frames", "2" },
848 { "diamond.moving.delay", "4" },
849 { "diamond.falling", "RocksElements.pcx" },
850 { "diamond.falling.xpos", "10" },
851 { "diamond.falling.ypos", "0" },
852 { "diamond.falling.frames", "2" },
853 { "diamond.falling.delay", "4" },
854 { "diamond.collecting", "RocksMore.pcx" },
855 { "diamond.collecting.xpos", "7" },
856 { "diamond.collecting.ypos", "2" },
857 { "diamond.collecting.frames", "3" },
858 { "diamond.collecting.delay", "2" },
859 { "diamond.collecting.anim_mode", "linear" },
861 { "bomb", "RocksElements.pcx" },
862 { "bomb.xpos", "11" },
863 { "bomb.ypos", "1" },
864 { "bomb.frames", "1" },
866 { "nut", "RocksElements.pcx" },
867 { "nut.xpos", "12" },
869 { "nut.frames", "1" },
870 { "nut.breaking", "RocksElements.pcx" },
871 { "nut.breaking.xpos", "13" },
872 { "nut.breaking.ypos", "1" },
873 { "nut.breaking.frames", "3" },
874 { "nut.breaking.delay", "2" },
875 { "nut.breaking.anim_mode", "linear" },
877 { "dynamite", "RocksElements.pcx" },
878 { "dynamite.xpos", "0" },
879 { "dynamite.ypos", "3" },
880 { "dynamite.frames", "1" },
881 { "dynamite.EDITOR", "RocksElements.pcx" },
882 { "dynamite.EDITOR.xpos", "0" },
883 { "dynamite.EDITOR.ypos", "14" },
884 { "dynamite.active", "RocksElements.pcx" },
885 { "dynamite.active.xpos", "1" },
886 { "dynamite.active.ypos", "3" },
887 { "dynamite.active.frames", "7" },
888 { "dynamite.active.delay", "12" },
889 { "dynamite.active.anim_mode", "linear" },
890 { "dynamite.active.EDITOR", "RocksElements.pcx" },
891 { "dynamite.active.EDITOR.xpos", "1" },
892 { "dynamite.active.EDITOR.ypos", "14" },
894 { "wall_emerald", "RocksElements.pcx" },
895 { "wall_emerald.xpos", "4" },
896 { "wall_emerald.ypos", "8" },
897 { "wall_emerald.frames", "1" },
899 { "wall_diamond", "RocksElements.pcx" },
900 { "wall_diamond.xpos", "5" },
901 { "wall_diamond.ypos", "8" },
902 { "wall_diamond.frames", "1" },
904 { "bug", "RocksElements.pcx" },
907 { "bug.frames", "4" },
908 { "bug.delay", "8" },
909 { "bug.right", "RocksElements.pcx" },
910 { "bug.right.xpos", "8" },
911 { "bug.right.ypos", "4" },
912 { "bug.right.frames", "1" },
913 { "bug.up", "RocksElements.pcx" },
914 { "bug.up.xpos", "9" },
915 { "bug.up.ypos", "4" },
916 { "bug.up.frames", "1" },
917 { "bug.left", "RocksElements.pcx" },
918 { "bug.left.xpos", "10" },
919 { "bug.left.ypos", "4" },
920 { "bug.left.frames", "1" },
921 { "bug.down", "RocksElements.pcx" },
922 { "bug.down.xpos", "11" },
923 { "bug.down.ypos", "4" },
924 { "bug.down.frames", "1" },
925 { "bug.moving.right", "RocksElements.pcx" },
926 { "bug.moving.right.xpos", "8" },
927 { "bug.moving.right.ypos", "4" },
928 { "bug.moving.right.frames", "2" },
929 { "bug.moving.right.delay", "4" },
930 { "bug.moving.right.offset", "128" },
931 { "bug.moving.up", "RocksElements.pcx" },
932 { "bug.moving.up.xpos", "9" },
933 { "bug.moving.up.ypos", "4" },
934 { "bug.moving.up.frames", "2" },
935 { "bug.moving.up.delay", "4" },
936 { "bug.moving.up.offset", "128" },
937 { "bug.moving.left", "RocksElements.pcx" },
938 { "bug.moving.left.xpos", "10" },
939 { "bug.moving.left.ypos", "4" },
940 { "bug.moving.left.frames", "2" },
941 { "bug.moving.left.delay", "4" },
942 { "bug.moving.left.offset", "128" },
943 { "bug.moving.down", "RocksElements.pcx" },
944 { "bug.moving.down.xpos", "11" },
945 { "bug.moving.down.ypos", "4" },
946 { "bug.moving.down.frames", "2" },
947 { "bug.moving.down.delay", "4" },
948 { "bug.moving.down.offset", "128" },
949 { "bug.turning_from_right.up", "RocksMore.pcx" },
950 { "bug.turning_from_right.up.xpos", "0" },
951 { "bug.turning_from_right.up.ypos", "6" },
952 { "bug.turning_from_right.up.frames", "4" },
953 { "bug.turning_from_right.up.delay", "2" },
954 { "bug.turning_from_right.up.anim_mode", "linear,reverse" },
955 { "bug.turning_from_up.left", "RocksMore.pcx" },
956 { "bug.turning_from_up.left.xpos", "12" },
957 { "bug.turning_from_up.left.ypos", "6" },
958 { "bug.turning_from_up.left.frames", "4" },
959 { "bug.turning_from_up.left.delay", "2" },
960 { "bug.turning_from_up.left.anim_mode", "linear,reverse" },
961 { "bug.turning_from_left.down", "RocksMore.pcx" },
962 { "bug.turning_from_left.down.xpos", "8" },
963 { "bug.turning_from_left.down.ypos", "6" },
964 { "bug.turning_from_left.down.frames", "4" },
965 { "bug.turning_from_left.down.delay", "2" },
966 { "bug.turning_from_left.down.anim_mode", "linear,reverse" },
967 { "bug.turning_from_down.right", "RocksMore.pcx" },
968 { "bug.turning_from_down.right.xpos", "4" },
969 { "bug.turning_from_down.right.ypos", "6" },
970 { "bug.turning_from_down.right.frames", "4" },
971 { "bug.turning_from_down.right.delay", "2" },
972 { "bug.turning_from_down.right.anim_mode", "linear,reverse" },
973 { "bug.turning_from_right.down", "RocksMore.pcx" },
974 { "bug.turning_from_right.down.xpos", "5" },
975 { "bug.turning_from_right.down.ypos", "6" },
976 { "bug.turning_from_right.down.frames", "4" },
977 { "bug.turning_from_right.down.delay", "2" },
978 { "bug.turning_from_right.down.anim_mode", "linear" },
979 { "bug.turning_from_up.right", "RocksMore.pcx" },
980 { "bug.turning_from_up.right.xpos", "1" },
981 { "bug.turning_from_up.right.ypos", "6" },
982 { "bug.turning_from_up.right.frames", "4" },
983 { "bug.turning_from_up.right.delay", "2" },
984 { "bug.turning_from_up.right.anim_mode", "linear" },
985 { "bug.turning_from_left.up", "RocksMore.pcx" },
986 { "bug.turning_from_left.up.xpos", "13" },
987 { "bug.turning_from_left.up.ypos", "6" },
988 { "bug.turning_from_left.up.frames", "4" },
989 { "bug.turning_from_left.up.delay", "2" },
990 { "bug.turning_from_left.up.anim_mode", "linear" },
991 { "bug.turning_from_down.left", "RocksMore.pcx" },
992 { "bug.turning_from_down.left.xpos", "9" },
993 { "bug.turning_from_down.left.ypos", "6" },
994 { "bug.turning_from_down.left.frames", "4" },
995 { "bug.turning_from_down.left.delay", "2" },
996 { "bug.turning_from_down.left.anim_mode", "linear" },
998 { "spaceship", "RocksElements.pcx" },
999 { "spaceship.xpos", "8" },
1000 { "spaceship.ypos", "3" },
1001 { "spaceship.frames", "4" },
1002 { "spaceship.delay", "8" },
1003 { "spaceship.right", "RocksElements.pcx" },
1004 { "spaceship.right.xpos", "8" },
1005 { "spaceship.right.ypos", "3" },
1006 { "spaceship.right.frames", "1" },
1007 { "spaceship.up", "RocksElements.pcx" },
1008 { "spaceship.up.xpos", "9" },
1009 { "spaceship.up.ypos", "3" },
1010 { "spaceship.up.frames", "1" },
1011 { "spaceship.left", "RocksElements.pcx" },
1012 { "spaceship.left.xpos", "10" },
1013 { "spaceship.left.ypos", "3" },
1014 { "spaceship.left.frames", "1" },
1015 { "spaceship.down", "RocksElements.pcx" },
1016 { "spaceship.down.xpos", "11" },
1017 { "spaceship.down.ypos", "3" },
1018 { "spaceship.down.frames", "1" },
1019 { "spaceship.moving.right", "RocksElements.pcx" },
1020 { "spaceship.moving.right.xpos", "8" },
1021 { "spaceship.moving.right.ypos", "3" },
1022 { "spaceship.moving.right.frames", "2" },
1023 { "spaceship.moving.right.delay", "4" },
1024 { "spaceship.moving.right.offset", "128" },
1025 { "spaceship.moving.up", "RocksElements.pcx" },
1026 { "spaceship.moving.up.xpos", "9" },
1027 { "spaceship.moving.up.ypos", "3" },
1028 { "spaceship.moving.up.frames", "2" },
1029 { "spaceship.moving.up.delay", "4" },
1030 { "spaceship.moving.up.offset", "128" },
1031 { "spaceship.moving.left", "RocksElements.pcx" },
1032 { "spaceship.moving.left.xpos", "10" },
1033 { "spaceship.moving.left.ypos", "3" },
1034 { "spaceship.moving.left.frames", "2" },
1035 { "spaceship.moving.left.delay", "4" },
1036 { "spaceship.moving.left.offset", "128" },
1037 { "spaceship.moving.down", "RocksElements.pcx" },
1038 { "spaceship.moving.down.xpos", "11" },
1039 { "spaceship.moving.down.ypos", "3" },
1040 { "spaceship.moving.down.frames", "2" },
1041 { "spaceship.moving.down.delay", "4" },
1042 { "spaceship.moving.down.offset", "128" },
1043 { "spaceship.turning_from_right.up", "RocksMore.pcx" },
1044 { "spaceship.turning_from_right.up.xpos", "0" },
1045 { "spaceship.turning_from_right.up.ypos", "5" },
1046 { "spaceship.turning_from_right.up.frames", "4" },
1047 { "spaceship.turning_from_right.up.delay", "2" },
1048 { "spaceship.turning_from_right.up.anim_mode","linear,reverse" },
1049 { "spaceship.turning_from_up.left", "RocksMore.pcx" },
1050 { "spaceship.turning_from_up.left.xpos", "12" },
1051 { "spaceship.turning_from_up.left.ypos", "5" },
1052 { "spaceship.turning_from_up.left.frames", "4" },
1053 { "spaceship.turning_from_up.left.delay", "2" },
1054 { "spaceship.turning_from_up.left.anim_mode", "linear,reverse" },
1055 { "spaceship.turning_from_left.down", "RocksMore.pcx" },
1056 { "spaceship.turning_from_left.down.xpos", "8" },
1057 { "spaceship.turning_from_left.down.ypos", "5" },
1058 { "spaceship.turning_from_left.down.frames", "4" },
1059 { "spaceship.turning_from_left.down.delay", "2" },
1060 { "spaceship.turning_from_left.down.anim_mode","linear,reverse" },
1061 { "spaceship.turning_from_down.right", "RocksMore.pcx" },
1062 { "spaceship.turning_from_down.right.xpos", "4" },
1063 { "spaceship.turning_from_down.right.ypos", "5" },
1064 { "spaceship.turning_from_down.right.frames", "4" },
1065 { "spaceship.turning_from_down.right.delay", "2" },
1066 { "spaceship.turning_from_down.right.anim_mode","linear,reverse" },
1067 { "spaceship.turning_from_right.down", "RocksMore.pcx" },
1068 { "spaceship.turning_from_right.down.xpos", "5" },
1069 { "spaceship.turning_from_right.down.ypos", "5" },
1070 { "spaceship.turning_from_right.down.frames", "4" },
1071 { "spaceship.turning_from_right.down.delay", "2" },
1072 { "spaceship.turning_from_right.down.anim_mode","linear" },
1073 { "spaceship.turning_from_up.right", "RocksMore.pcx" },
1074 { "spaceship.turning_from_up.right.xpos", "1" },
1075 { "spaceship.turning_from_up.right.ypos", "5" },
1076 { "spaceship.turning_from_up.right.frames", "4" },
1077 { "spaceship.turning_from_up.right.delay", "2" },
1078 { "spaceship.turning_from_up.right.anim_mode","linear" },
1079 { "spaceship.turning_from_left.up", "RocksMore.pcx" },
1080 { "spaceship.turning_from_left.up.xpos", "13" },
1081 { "spaceship.turning_from_left.up.ypos", "5" },
1082 { "spaceship.turning_from_left.up.frames", "4" },
1083 { "spaceship.turning_from_left.up.delay", "2" },
1084 { "spaceship.turning_from_left.up.anim_mode", "linear" },
1085 { "spaceship.turning_from_down.left", "RocksMore.pcx" },
1086 { "spaceship.turning_from_down.left.xpos", "9" },
1087 { "spaceship.turning_from_down.left.ypos", "5" },
1088 { "spaceship.turning_from_down.left.frames", "4" },
1089 { "spaceship.turning_from_down.left.delay", "2" },
1090 { "spaceship.turning_from_down.left.anim_mode","linear" },
1092 { "yamyam", "RocksElements.pcx" },
1093 { "yamyam.xpos", "0" },
1094 { "yamyam.ypos", "5" },
1095 { "yamyam.frames", "4" },
1096 { "yamyam.anim_mode", "pingpong2" },
1097 { "yamyam.moving", "RocksElements.pcx" },
1098 { "yamyam.moving.xpos", "0" },
1099 { "yamyam.moving.ypos", "5" },
1100 { "yamyam.moving.frames", "1" },
1102 { "robot", "RocksElements.pcx" },
1103 { "robot.xpos", "4" },
1104 { "robot.ypos", "5" },
1105 { "robot.frames", "4" },
1106 { "robot.anim_mode", "pingpong2" },
1107 { "robot.moving", "RocksElements.pcx" },
1108 { "robot.moving.xpos", "4" },
1109 { "robot.moving.ypos", "5" },
1110 { "robot.moving.frames", "1" },
1112 { "robot_wheel", "RocksElements.pcx" },
1113 { "robot_wheel.xpos", "0" },
1114 { "robot_wheel.ypos", "6" },
1115 { "robot_wheel.frames", "1" },
1116 { "robot_wheel.active", "RocksElements.pcx" },
1117 { "robot_wheel.active.xpos", "0" },
1118 { "robot_wheel.active.ypos", "6" },
1119 { "robot_wheel.active.frames", "4" },
1121 { "magic_wall", "RocksElements.pcx" },
1122 { "magic_wall.xpos", "0" },
1123 { "magic_wall.ypos", "8" },
1124 { "magic_wall.frames", "1" },
1125 { "magic_wall.active", "RocksElements.pcx" },
1126 { "magic_wall.active.xpos", "0" },
1127 { "magic_wall.active.ypos", "8" },
1128 { "magic_wall.active.frames", "4" },
1129 { "magic_wall.active.anim_mode", "reverse" },
1130 { "magic_wall.active.delay", "4" },
1131 { "magic_wall.active.global_sync", "true" },
1132 { "magic_wall.filling", "RocksElements.pcx" },
1133 { "magic_wall.filling.xpos", "0" },
1134 { "magic_wall.filling.ypos", "8" },
1135 { "magic_wall.filling.frames", "4" },
1136 { "magic_wall.filling.anim_mode", "reverse" },
1137 { "magic_wall.filling.delay", "4" },
1138 { "magic_wall.filling.global_sync", "true" },
1139 { "magic_wall_full", "RocksElements.pcx" },
1140 { "magic_wall_full.xpos", "0" },
1141 { "magic_wall_full.ypos", "8" },
1142 { "magic_wall_full.frames", "4" },
1143 { "magic_wall_full.anim_mode", "reverse" },
1144 { "magic_wall_full.delay", "4" },
1145 { "magic_wall_full.global_sync", "true" },
1146 { "magic_wall.emptying", "RocksElements.pcx" },
1147 { "magic_wall.emptying.xpos", "0" },
1148 { "magic_wall.emptying.ypos", "8" },
1149 { "magic_wall.emptying.frames", "4" },
1150 { "magic_wall.emptying.anim_mode", "reverse" },
1151 { "magic_wall.emptying.delay", "4" },
1152 { "magic_wall.emptying.global_sync", "true" },
1153 { "magic_wall_dead", "RocksElements.pcx" },
1154 { "magic_wall_dead.xpos", "0" },
1155 { "magic_wall_dead.ypos", "8" },
1156 { "magic_wall_dead.frames", "1" },
1158 { "quicksand_empty", "RocksElements.pcx" },
1159 { "quicksand_empty.xpos", "2" },
1160 { "quicksand_empty.ypos", "0" },
1161 { "quicksand_empty.frames", "1" },
1162 { "quicksand.filling", "RocksElements.pcx" },
1163 { "quicksand.filling.xpos", "3" },
1164 { "quicksand.filling.ypos", "0" },
1165 { "quicksand.filling.frames", "1" },
1166 { "quicksand_full", "RocksElements.pcx" },
1167 { "quicksand_full.xpos", "3" },
1168 { "quicksand_full.ypos", "0" },
1169 { "quicksand_full.frames", "1" },
1170 { "quicksand_full.EDITOR", "RocksElements.pcx" },
1171 { "quicksand_full.EDITOR.xpos", "3" },
1172 { "quicksand_full.EDITOR.ypos", "14" },
1173 { "quicksand.emptying", "RocksElements.pcx" },
1174 { "quicksand.emptying.xpos", "3" },
1175 { "quicksand.emptying.ypos", "0" },
1176 { "quicksand.emptying.frames", "1" },
1178 { "acid_pool_topleft", "RocksElements.pcx" },
1179 { "acid_pool_topleft.xpos", "0" },
1180 { "acid_pool_topleft.ypos", "1" },
1181 { "acid_pool_topleft.frames", "1" },
1182 { "acid_pool_topright", "RocksElements.pcx" },
1183 { "acid_pool_topright.xpos", "2" },
1184 { "acid_pool_topright.ypos", "1" },
1185 { "acid_pool_topright.frames", "1" },
1186 { "acid_pool_bottomleft", "RocksElements.pcx" },
1187 { "acid_pool_bottomleft.xpos", "0" },
1188 { "acid_pool_bottomleft.ypos", "2" },
1189 { "acid_pool_bottomleft.frames", "1" },
1190 { "acid_pool_bottom", "RocksElements.pcx" },
1191 { "acid_pool_bottom.xpos", "1" },
1192 { "acid_pool_bottom.ypos", "2" },
1193 { "acid_pool_bottom.frames", "1" },
1194 { "acid_pool_bottomright", "RocksElements.pcx" },
1195 { "acid_pool_bottomright.xpos", "2" },
1196 { "acid_pool_bottomright.ypos", "2" },
1197 { "acid_pool_bottomright.frames", "1" },
1199 { "acid", "RocksElements.pcx" },
1200 { "acid.xpos", "12" },
1201 { "acid.ypos", "7" },
1202 { "acid.frames", "4" },
1203 { "acid.delay", "10" },
1204 { "acid.global_sync", "true" },
1206 { "acid_splash_left", "RocksHeroes.pcx" },
1207 { "acid_splash_left.xpos", "8" },
1208 { "acid_splash_left.ypos", "10" },
1209 { "acid_splash_left.frames", "4" },
1210 { "acid_splash_left.delay", "2" },
1211 { "acid_splash_left.anim_mode", "linear" },
1212 { "acid_splash_right", "RocksHeroes.pcx" },
1213 { "acid_splash_right.xpos", "12" },
1214 { "acid_splash_right.ypos", "10" },
1215 { "acid_splash_right.frames", "4" },
1216 { "acid_splash_right.delay", "2" },
1217 { "acid_splash_right.anim_mode", "linear" },
1219 { "amoeba_drop", "RocksElements.pcx" },
1220 { "amoeba_drop.xpos", "5" },
1221 { "amoeba_drop.ypos", "6" },
1222 { "amoeba_drop.frames", "1" },
1223 { "amoeba.growing", "RocksElements.pcx" },
1224 { "amoeba.growing.xpos", "5" },
1225 { "amoeba.growing.ypos", "6" },
1226 { "amoeba.growing.frames", "3" },
1227 { "amoeba.growing.delay", "2" },
1228 { "amoeba.growing.anim_mode", "linear" },
1229 { "amoeba.shrinking", "RocksElements.pcx" },
1230 { "amoeba.shrinking.xpos", "5" },
1231 { "amoeba.shrinking.ypos", "6" },
1232 { "amoeba.shrinking.frames", "3" },
1233 { "amoeba.shrinking.delay", "2" },
1234 { "amoeba.shrinking.anim_mode", "linear,reverse" },
1235 { "amoeba_wet", "RocksElements.pcx" },
1236 { "amoeba_wet.xpos", "8" },
1237 { "amoeba_wet.ypos", "6" },
1238 { "amoeba_wet.frames", "4" },
1239 { "amoeba_wet.delay", "1000000" },
1240 { "amoeba_wet.anim_mode", "random" },
1241 { "amoeba_wet.EDITOR", "RocksElements.pcx" },
1242 { "amoeba_wet.EDITOR.xpos", "4" },
1243 { "amoeba_wet.EDITOR.ypos", "6" },
1244 { "amoeba.dropping", "RocksElements.pcx" },
1245 { "amoeba.dropping.xpos", "8" },
1246 { "amoeba.dropping.ypos", "6" },
1247 { "amoeba.dropping.frames", "4" },
1248 { "amoeba.dropping.delay", "1000000" },
1249 { "amoeba.dropping.anim_mode", "random" },
1250 { "amoeba_dry", "RocksElements.pcx" },
1251 { "amoeba_dry.xpos", "8" },
1252 { "amoeba_dry.ypos", "6" },
1253 { "amoeba_dry.frames", "4" },
1254 { "amoeba_dry.delay", "1000000" },
1255 { "amoeba_dry.anim_mode", "random" },
1256 { "amoeba_full", "RocksElements.pcx" },
1257 { "amoeba_full.xpos", "8" },
1258 { "amoeba_full.ypos", "6" },
1259 { "amoeba_full.frames", "4" },
1260 { "amoeba_full.delay", "1000000" },
1261 { "amoeba_full.anim_mode", "random" },
1262 { "amoeba_full.EDITOR", "RocksElements.pcx" },
1263 { "amoeba_full.EDITOR.xpos", "8" },
1264 { "amoeba_full.EDITOR.ypos", "7" },
1265 { "amoeba_dead", "RocksElements.pcx" },
1266 { "amoeba_dead.xpos", "12" },
1267 { "amoeba_dead.ypos", "6" },
1268 { "amoeba_dead.frames", "4" },
1269 { "amoeba_dead.delay", "1000000" },
1270 { "amoeba_dead.anim_mode", "random" },
1271 { "amoeba_dead.EDITOR", "RocksElements.pcx" },
1272 { "amoeba_dead.EDITOR.xpos", "12" },
1273 { "amoeba_dead.EDITOR.ypos", "6" },
1275 { "em_key_1", "RocksSP.pcx" },
1276 { "em_key_1.xpos", "4" },
1277 { "em_key_1.ypos", "6" },
1278 { "em_key_1.frames", "1" },
1279 { "em_key_2", "RocksSP.pcx" },
1280 { "em_key_2.xpos", "5" },
1281 { "em_key_2.ypos", "6" },
1282 { "em_key_2.frames", "1" },
1283 { "em_key_3", "RocksSP.pcx" },
1284 { "em_key_3.xpos", "6" },
1285 { "em_key_3.ypos", "6" },
1286 { "em_key_3.frames", "1" },
1287 { "em_key_4", "RocksSP.pcx" },
1288 { "em_key_4.xpos", "7" },
1289 { "em_key_4.ypos", "6" },
1290 { "em_key_4.frames", "1" },
1292 { "em_gate_1", "RocksSP.pcx" },
1293 { "em_gate_1.xpos", "0" },
1294 { "em_gate_1.ypos", "7" },
1295 { "em_gate_1.frames", "1" },
1296 { "em_gate_2", "RocksSP.pcx" },
1297 { "em_gate_2.xpos", "1" },
1298 { "em_gate_2.ypos", "7" },
1299 { "em_gate_2.frames", "1" },
1300 { "em_gate_3", "RocksSP.pcx" },
1301 { "em_gate_3.xpos", "2" },
1302 { "em_gate_3.ypos", "7" },
1303 { "em_gate_3.frames", "1" },
1304 { "em_gate_4", "RocksSP.pcx" },
1305 { "em_gate_4.xpos", "3" },
1306 { "em_gate_4.ypos", "7" },
1307 { "em_gate_4.frames", "1" },
1308 { "em_gate_1_gray", "RocksSP.pcx" },
1309 { "em_gate_1_gray.xpos", "4" },
1310 { "em_gate_1_gray.ypos", "7" },
1311 { "em_gate_1_gray.frames", "1" },
1312 { "em_gate_1_gray.EDITOR", "RocksSP.pcx" },
1313 { "em_gate_1_gray.EDITOR.xpos", "12" },
1314 { "em_gate_1_gray.EDITOR.ypos", "11" },
1315 { "em_gate_2_gray", "RocksSP.pcx" },
1316 { "em_gate_2_gray.xpos", "5" },
1317 { "em_gate_2_gray.ypos", "7" },
1318 { "em_gate_2_gray.frames", "1" },
1319 { "em_gate_2_gray.EDITOR", "RocksSP.pcx" },
1320 { "em_gate_2_gray.EDITOR.xpos", "13" },
1321 { "em_gate_2_gray.EDITOR.ypos", "11" },
1322 { "em_gate_3_gray", "RocksSP.pcx" },
1323 { "em_gate_3_gray.xpos", "6" },
1324 { "em_gate_3_gray.ypos", "7" },
1325 { "em_gate_3_gray.frames", "1" },
1326 { "em_gate_3_gray.EDITOR", "RocksSP.pcx" },
1327 { "em_gate_3_gray.EDITOR.xpos", "14" },
1328 { "em_gate_3_gray.EDITOR.ypos", "11" },
1329 { "em_gate_4_gray", "RocksSP.pcx" },
1330 { "em_gate_4_gray.xpos", "7" },
1331 { "em_gate_4_gray.ypos", "7" },
1332 { "em_gate_4_gray.frames", "1" },
1333 { "em_gate_4_gray.EDITOR", "RocksSP.pcx" },
1334 { "em_gate_4_gray.EDITOR.xpos", "15" },
1335 { "em_gate_4_gray.EDITOR.ypos", "11" },
1337 { "exit_closed", "RocksElements.pcx" },
1338 { "exit_closed.xpos", "0" },
1339 { "exit_closed.ypos", "11" },
1340 { "exit_closed.frames", "1" },
1341 { "exit.opening", "RocksElements.pcx" },
1342 { "exit.opening.xpos", "0" },
1343 { "exit.opening.ypos", "11" },
1344 { "exit.opening.frames", "5" },
1345 { "exit.opening.delay", "6" },
1346 { "exit.opening.anim_mode", "linear" },
1347 { "exit_open", "RocksElements.pcx" },
1348 { "exit_open.xpos", "4" },
1349 { "exit_open.ypos", "11" },
1350 { "exit_open.frames", "4" },
1351 { "exit_open.delay", "4" },
1352 { "exit_open.anim_mode", "pingpong" },
1353 { "exit.closing", "RocksElements.pcx" },
1354 { "exit.closing.xpos", "0" },
1355 { "exit.closing.ypos", "11" },
1356 { "exit.closing.frames", "5" },
1357 { "exit.closing.delay", "6" },
1358 { "exit.closing.anim_mode", "linear,reverse" },
1360 /* images for Emerald Mine Club style elements and actions */
1362 { "balloon", "RocksDC.pcx" },
1363 { "balloon.xpos", "12" },
1364 { "balloon.ypos", "7" },
1365 { "balloon.frames", "1" },
1366 { "balloon.moving", "RocksDC.pcx" },
1367 { "balloon.moving.xpos", "12" },
1368 { "balloon.moving.ypos", "7" },
1369 { "balloon.moving.frames", "4" },
1370 { "balloon.moving.anim_mode", "pingpong" },
1371 { "balloon.moving.delay", "2" },
1372 { "balloon.pushing", "RocksDC.pcx" },
1373 { "balloon.pushing.xpos", "12" },
1374 { "balloon.pushing.ypos", "7" },
1375 { "balloon.pushing.frames", "4" },
1376 { "balloon.pushing.anim_mode", "pingpong" },
1377 { "balloon.pushing.delay", "2" },
1378 { "balloon_switch_left", "RocksDC.pcx" },
1379 { "balloon_switch_left.xpos", "8" },
1380 { "balloon_switch_left.ypos", "7" },
1381 { "balloon_switch_left.frames", "1" },
1382 { "balloon_switch_right", "RocksDC.pcx" },
1383 { "balloon_switch_right.xpos", "9" },
1384 { "balloon_switch_right.ypos", "7" },
1385 { "balloon_switch_right.frames", "1" },
1386 { "balloon_switch_up", "RocksDC.pcx" },
1387 { "balloon_switch_up.xpos", "10" },
1388 { "balloon_switch_up.ypos", "7" },
1389 { "balloon_switch_up.frames", "1" },
1390 { "balloon_switch_down", "RocksDC.pcx" },
1391 { "balloon_switch_down.xpos", "11" },
1392 { "balloon_switch_down.ypos", "7" },
1393 { "balloon_switch_down.frames", "1" },
1394 { "balloon_switch_any", "RocksDC.pcx" },
1395 { "balloon_switch_any.xpos", "15" },
1396 { "balloon_switch_any.ypos", "0" },
1397 { "balloon_switch_any.frames", "1" },
1398 { "balloon_switch_none", "RocksDC.pcx" },
1399 { "balloon_switch_none.xpos", "13" },
1400 { "balloon_switch_none.ypos", "5" },
1401 { "balloon_switch_none.frames", "1" },
1403 { "spring", "RocksDC.pcx" },
1404 { "spring.xpos", "8" },
1405 { "spring.ypos", "13" },
1406 { "spring.frames", "1" },
1408 { "emc_steelwall_1", "RocksDC.pcx" },
1409 { "emc_steelwall_1.xpos", "14" },
1410 { "emc_steelwall_1.ypos", "0" },
1411 { "emc_steelwall_1.frames", "1" },
1412 { "emc_steelwall_2", "emc_object.pcx" },
1413 { "emc_steelwall_2.xpos", "25" },
1414 { "emc_steelwall_2.ypos", "20" },
1415 { "emc_steelwall_2.frames", "1" },
1416 { "emc_steelwall_2.scale_up_factor", "2" },
1417 { "emc_steelwall_3", "emc_object.pcx" },
1418 { "emc_steelwall_3.xpos", "25" },
1419 { "emc_steelwall_3.ypos", "21" },
1420 { "emc_steelwall_3.frames", "1" },
1421 { "emc_steelwall_3.scale_up_factor", "2" },
1422 { "emc_steelwall_4", "emc_object.pcx" },
1423 { "emc_steelwall_4.xpos", "25" },
1424 { "emc_steelwall_4.ypos", "22" },
1425 { "emc_steelwall_4.frames", "1" },
1426 { "emc_steelwall_4.scale_up_factor", "2" },
1428 { "emc_wall_1", "RocksDC.pcx" },
1429 { "emc_wall_1.xpos", "13" },
1430 { "emc_wall_1.ypos", "6" },
1431 { "emc_wall_1.frames", "1" },
1432 { "emc_wall_2", "RocksDC.pcx" },
1433 { "emc_wall_2.xpos", "14" },
1434 { "emc_wall_2.ypos", "6" },
1435 { "emc_wall_2.frames", "1" },
1436 { "emc_wall_3", "RocksDC.pcx" },
1437 { "emc_wall_3.xpos", "15" },
1438 { "emc_wall_3.ypos", "6" },
1439 { "emc_wall_3.frames", "1" },
1440 { "emc_wall_4", "RocksDC.pcx" },
1441 { "emc_wall_4.xpos", "14" },
1442 { "emc_wall_4.ypos", "1" },
1443 { "emc_wall_4.frames", "1" },
1444 { "emc_wall_5", "RocksDC.pcx" },
1445 { "emc_wall_5.xpos", "15" },
1446 { "emc_wall_5.ypos", "1" },
1447 { "emc_wall_5.frames", "1" },
1448 { "emc_wall_6", "RocksDC.pcx" },
1449 { "emc_wall_6.xpos", "14" },
1450 { "emc_wall_6.ypos", "2" },
1451 { "emc_wall_6.frames", "1" },
1452 { "emc_wall_7", "RocksDC.pcx" },
1453 { "emc_wall_7.xpos", "15" },
1454 { "emc_wall_7.ypos", "2" },
1455 { "emc_wall_7.frames", "1" },
1456 { "emc_wall_8", "emc_object.pcx" },
1457 { "emc_wall_8.xpos", "25" },
1458 { "emc_wall_8.ypos", "31" },
1459 { "emc_wall_8.frames", "1" },
1460 { "emc_wall_8.scale_up_factor", "2" },
1462 /* images for Diamond Caves style elements and actions */
1464 { "invisible_steelwall", "RocksSP.pcx" },
1465 { "invisible_steelwall.xpos", "3" },
1466 { "invisible_steelwall.ypos", "5" },
1467 { "invisible_steelwall.frames", "1" },
1468 { "invisible_steelwall.EDITOR", "RocksSP.pcx" },
1469 { "invisible_steelwall.EDITOR.xpos", "1" },
1470 { "invisible_steelwall.EDITOR.ypos", "5" },
1471 { "invisible_steelwall.active", "RocksSP.pcx" },
1472 { "invisible_steelwall.active.xpos", "1" },
1473 { "invisible_steelwall.active.ypos", "5" },
1474 { "invisible_steelwall.active.frames", "1" },
1476 { "invisible_wall", "RocksSP.pcx" },
1477 { "invisible_wall.xpos", "7" },
1478 { "invisible_wall.ypos", "5" },
1479 { "invisible_wall.frames", "1" },
1480 { "invisible_wall.EDITOR", "RocksSP.pcx" },
1481 { "invisible_wall.EDITOR.xpos", "5" },
1482 { "invisible_wall.EDITOR.ypos", "5" },
1483 { "invisible_wall.active", "RocksSP.pcx" },
1484 { "invisible_wall.active.xpos", "5" },
1485 { "invisible_wall.active.ypos", "5" },
1486 { "invisible_wall.active.frames", "1" },
1488 { "invisible_sand", "RocksSP.pcx" },
1489 { "invisible_sand.xpos", "0" },
1490 { "invisible_sand.ypos", "0" },
1491 { "invisible_sand.frames", "1" },
1492 { "invisible_sand.EDITOR", "RocksEMC.pcx" },
1493 { "invisible_sand.EDITOR.xpos", "2" },
1494 { "invisible_sand.EDITOR.ypos", "4" },
1495 { "invisible_sand.active", "RocksEMC.pcx" },
1496 { "invisible_sand.active.xpos", "2" },
1497 { "invisible_sand.active.ypos", "4" },
1498 { "invisible_sand.active.frames", "1" },
1499 { "invisible_sand.active.CRUMBLED", "RocksEMC.pcx" },
1500 { "invisible_sand.active.CRUMBLED.xpos", "3" },
1501 { "invisible_sand.active.CRUMBLED.ypos", "4" },
1502 { "invisible_sand.active.CRUMBLED.frames", "1" },
1503 { "invisible_sand.active.digging.left", "RocksEMC.pcx" },
1504 { "invisible_sand.active.digging.left.xpos", "6" },
1505 { "invisible_sand.active.digging.left.ypos", "2" },
1506 { "invisible_sand.active.digging.left.frames","3" },
1507 { "invisible_sand.active.digging.left.delay", "2" },
1508 { "invisible_sand.active.digging.left.anim_mode","linear" },
1509 { "invisible_sand.active.digging.right", "RocksEMC.pcx" },
1510 { "invisible_sand.active.digging.right.xpos", "9" },
1511 { "invisible_sand.active.digging.right.ypos", "2" },
1512 { "invisible_sand.active.digging.right.frames","3" },
1513 { "invisible_sand.active.digging.right.delay","2" },
1514 { "invisible_sand.active.digging.right.anim_mode","linear" },
1515 { "invisible_sand.active.digging.up", "RocksEMC.pcx" },
1516 { "invisible_sand.active.digging.up.xpos", "0" },
1517 { "invisible_sand.active.digging.up.ypos", "2" },
1518 { "invisible_sand.active.digging.up.frames", "3" },
1519 { "invisible_sand.active.digging.up.delay", "2" },
1520 { "invisible_sand.active.digging.up.anim_mode","linear" },
1521 { "invisible_sand.active.digging.down", "RocksEMC.pcx" },
1522 { "invisible_sand.active.digging.down.xpos", "3" },
1523 { "invisible_sand.active.digging.down.ypos", "2" },
1524 { "invisible_sand.active.digging.down.frames","3" },
1525 { "invisible_sand.active.digging.down.delay", "2" },
1526 { "invisible_sand.active.digging.down.anim_mode","linear" },
1527 { "invisible_sand.active.digging.left.CRUMBLED", "RocksEMC.pcx" },
1528 { "invisible_sand.active.digging.left.CRUMBLED.xpos", "6" },
1529 { "invisible_sand.active.digging.left.CRUMBLED.ypos", "3" },
1530 { "invisible_sand.active.digging.left.CRUMBLED.frames","3" },
1531 { "invisible_sand.active.digging.left.CRUMBLED.delay","2" },
1532 { "invisible_sand.active.digging.left.CRUMBLED.anim_mode","linear" },
1533 { "invisible_sand.active.digging.right.CRUMBLED", "RocksEMC.pcx" },
1534 { "invisible_sand.active.digging.right.CRUMBLED.xpos","9" },
1535 { "invisible_sand.active.digging.right.CRUMBLED.ypos","3" },
1536 { "invisible_sand.active.digging.right.CRUMBLED.frames","3" },
1537 { "invisible_sand.active.digging.right.CRUMBLED.delay","2" },
1538 { "invisible_sand.active.digging.right.CRUMBLED.anim_mode","linear" },
1539 { "invisible_sand.active.digging.up.CRUMBLED", "RocksEMC.pcx" },
1540 { "invisible_sand.active.digging.up.CRUMBLED.xpos", "0" },
1541 { "invisible_sand.active.digging.up.CRUMBLED.ypos", "3" },
1542 { "invisible_sand.active.digging.up.CRUMBLED.frames", "3" },
1543 { "invisible_sand.active.digging.up.CRUMBLED.delay", "2" },
1544 { "invisible_sand.active.digging.up.CRUMBLED.anim_mode","linear" },
1545 { "invisible_sand.active.digging.down.CRUMBLED", "RocksEMC.pcx" },
1546 { "invisible_sand.active.digging.down.CRUMBLED.xpos", "3" },
1547 { "invisible_sand.active.digging.down.CRUMBLED.ypos", "3" },
1548 { "invisible_sand.active.digging.down.CRUMBLED.frames","3" },
1549 { "invisible_sand.active.digging.down.CRUMBLED.delay","2" },
1550 { "invisible_sand.active.digging.down.CRUMBLED.anim_mode","linear" },
1552 { "conveyor_belt_1_middle", "RocksDC.pcx" },
1553 { "conveyor_belt_1_middle.xpos", "0" },
1554 { "conveyor_belt_1_middle.ypos", "0" },
1555 { "conveyor_belt_1_middle.frames", "1" },
1556 { "conveyor_belt_1_middle.active", "RocksDC.pcx" },
1557 { "conveyor_belt_1_middle.active.xpos", "0" },
1558 { "conveyor_belt_1_middle.active.ypos", "0" },
1559 { "conveyor_belt_1_middle.active.frames", "8" },
1560 { "conveyor_belt_1_middle.active.delay", "2" },
1561 { "conveyor_belt_1_left", "RocksDC.pcx" },
1562 { "conveyor_belt_1_left.xpos", "0" },
1563 { "conveyor_belt_1_left.ypos", "1" },
1564 { "conveyor_belt_1_left.frames", "1" },
1565 { "conveyor_belt_1_left.active", "RocksDC.pcx" },
1566 { "conveyor_belt_1_left.active.xpos", "0" },
1567 { "conveyor_belt_1_left.active.ypos", "1" },
1568 { "conveyor_belt_1_left.active.frames", "8" },
1569 { "conveyor_belt_1_left.active.delay", "2" },
1570 { "conveyor_belt_1_right", "RocksDC.pcx" },
1571 { "conveyor_belt_1_right.xpos", "0" },
1572 { "conveyor_belt_1_right.ypos", "2" },
1573 { "conveyor_belt_1_right.frames", "1" },
1574 { "conveyor_belt_1_right.active", "RocksDC.pcx" },
1575 { "conveyor_belt_1_right.active.xpos", "0" },
1576 { "conveyor_belt_1_right.active.ypos", "2" },
1577 { "conveyor_belt_1_right.active.frames", "8" },
1578 { "conveyor_belt_1_right.active.delay", "2" },
1579 { "conveyor_belt_1_switch_left", "RocksDC.pcx" },
1580 { "conveyor_belt_1_switch_left.xpos", "0" },
1581 { "conveyor_belt_1_switch_left.ypos", "12" },
1582 { "conveyor_belt_1_switch_left.frames", "1" },
1583 { "conveyor_belt_1_switch_middle", "RocksDC.pcx" },
1584 { "conveyor_belt_1_switch_middle.xpos", "0" },
1585 { "conveyor_belt_1_switch_middle.ypos", "13" },
1586 { "conveyor_belt_1_switch_middle.frames", "1" },
1587 { "conveyor_belt_1_switch_right", "RocksDC.pcx" },
1588 { "conveyor_belt_1_switch_right.xpos", "0" },
1589 { "conveyor_belt_1_switch_right.ypos", "14" },
1590 { "conveyor_belt_1_switch_right.frames", "1" },
1592 { "conveyor_belt_2_middle", "RocksDC.pcx" },
1593 { "conveyor_belt_2_middle.xpos", "0" },
1594 { "conveyor_belt_2_middle.ypos", "3" },
1595 { "conveyor_belt_2_middle.frames", "1" },
1596 { "conveyor_belt_2_middle.active", "RocksDC.pcx" },
1597 { "conveyor_belt_2_middle.active.xpos", "0" },
1598 { "conveyor_belt_2_middle.active.ypos", "3" },
1599 { "conveyor_belt_2_middle.active.frames", "8" },
1600 { "conveyor_belt_2_middle.active.delay", "2" },
1601 { "conveyor_belt_2_left", "RocksDC.pcx" },
1602 { "conveyor_belt_2_left.xpos", "0" },
1603 { "conveyor_belt_2_left.ypos", "4" },
1604 { "conveyor_belt_2_left.frames", "1" },
1605 { "conveyor_belt_2_left.active", "RocksDC.pcx" },
1606 { "conveyor_belt_2_left.active.xpos", "0" },
1607 { "conveyor_belt_2_left.active.ypos", "4" },
1608 { "conveyor_belt_2_left.active.frames", "8" },
1609 { "conveyor_belt_2_left.active.delay", "2" },
1610 { "conveyor_belt_2_right", "RocksDC.pcx" },
1611 { "conveyor_belt_2_right.xpos", "0" },
1612 { "conveyor_belt_2_right.ypos", "5" },
1613 { "conveyor_belt_2_right.frames", "1" },
1614 { "conveyor_belt_2_right.active", "RocksDC.pcx" },
1615 { "conveyor_belt_2_right.active.xpos", "0" },
1616 { "conveyor_belt_2_right.active.ypos", "5" },
1617 { "conveyor_belt_2_right.active.frames", "8" },
1618 { "conveyor_belt_2_right.active.delay", "2" },
1619 { "conveyor_belt_2_switch_left", "RocksDC.pcx" },
1620 { "conveyor_belt_2_switch_left.xpos", "1" },
1621 { "conveyor_belt_2_switch_left.ypos", "12" },
1622 { "conveyor_belt_2_switch_left.frames", "1" },
1623 { "conveyor_belt_2_switch_middle", "RocksDC.pcx" },
1624 { "conveyor_belt_2_switch_middle.xpos", "1" },
1625 { "conveyor_belt_2_switch_middle.ypos", "13" },
1626 { "conveyor_belt_2_switch_middle.frames", "1" },
1627 { "conveyor_belt_2_switch_right", "RocksDC.pcx" },
1628 { "conveyor_belt_2_switch_right.xpos", "1" },
1629 { "conveyor_belt_2_switch_right.ypos", "14" },
1630 { "conveyor_belt_2_switch_right.frames", "1" },
1632 { "conveyor_belt_3_middle", "RocksDC.pcx" },
1633 { "conveyor_belt_3_middle.xpos", "0" },
1634 { "conveyor_belt_3_middle.ypos", "6" },
1635 { "conveyor_belt_3_middle.frames", "1" },
1636 { "conveyor_belt_3_middle.active", "RocksDC.pcx" },
1637 { "conveyor_belt_3_middle.active.xpos", "0" },
1638 { "conveyor_belt_3_middle.active.ypos", "6" },
1639 { "conveyor_belt_3_middle.active.frames", "8" },
1640 { "conveyor_belt_3_middle.active.delay", "2" },
1641 { "conveyor_belt_3_left", "RocksDC.pcx" },
1642 { "conveyor_belt_3_left.xpos", "0" },
1643 { "conveyor_belt_3_left.ypos", "7" },
1644 { "conveyor_belt_3_left.frames", "1" },
1645 { "conveyor_belt_3_left.active", "RocksDC.pcx" },
1646 { "conveyor_belt_3_left.active.xpos", "0" },
1647 { "conveyor_belt_3_left.active.ypos", "7" },
1648 { "conveyor_belt_3_left.active.frames", "8" },
1649 { "conveyor_belt_3_left.active.delay", "2" },
1650 { "conveyor_belt_3_right", "RocksDC.pcx" },
1651 { "conveyor_belt_3_right.xpos", "0" },
1652 { "conveyor_belt_3_right.ypos", "8" },
1653 { "conveyor_belt_3_right.frames", "1" },
1654 { "conveyor_belt_3_right.active", "RocksDC.pcx" },
1655 { "conveyor_belt_3_right.active.xpos", "0" },
1656 { "conveyor_belt_3_right.active.ypos", "8" },
1657 { "conveyor_belt_3_right.active.frames", "8" },
1658 { "conveyor_belt_3_right.active.delay", "2" },
1659 { "conveyor_belt_3_switch_left", "RocksDC.pcx" },
1660 { "conveyor_belt_3_switch_left.xpos", "2" },
1661 { "conveyor_belt_3_switch_left.ypos", "12" },
1662 { "conveyor_belt_3_switch_left.frames", "1" },
1663 { "conveyor_belt_3_switch_middle", "RocksDC.pcx" },
1664 { "conveyor_belt_3_switch_middle.xpos", "2" },
1665 { "conveyor_belt_3_switch_middle.ypos", "13" },
1666 { "conveyor_belt_3_switch_middle.frames", "1" },
1667 { "conveyor_belt_3_switch_right", "RocksDC.pcx" },
1668 { "conveyor_belt_3_switch_right.xpos", "2" },
1669 { "conveyor_belt_3_switch_right.ypos", "14" },
1670 { "conveyor_belt_3_switch_right.frames", "1" },
1672 { "conveyor_belt_4_middle", "RocksDC.pcx" },
1673 { "conveyor_belt_4_middle.xpos", "0" },
1674 { "conveyor_belt_4_middle.ypos", "9" },
1675 { "conveyor_belt_4_middle.frames", "1" },
1676 { "conveyor_belt_4_middle.active", "RocksDC.pcx" },
1677 { "conveyor_belt_4_middle.active.xpos", "0" },
1678 { "conveyor_belt_4_middle.active.ypos", "9" },
1679 { "conveyor_belt_4_middle.active.frames", "8" },
1680 { "conveyor_belt_4_middle.active.delay", "2" },
1681 { "conveyor_belt_4_left", "RocksDC.pcx" },
1682 { "conveyor_belt_4_left.xpos", "0" },
1683 { "conveyor_belt_4_left.ypos", "10" },
1684 { "conveyor_belt_4_left.frames", "1" },
1685 { "conveyor_belt_4_left.active", "RocksDC.pcx" },
1686 { "conveyor_belt_4_left.active.xpos", "0" },
1687 { "conveyor_belt_4_left.active.ypos", "10" },
1688 { "conveyor_belt_4_left.active.frames", "8" },
1689 { "conveyor_belt_4_left.active.delay", "2" },
1690 { "conveyor_belt_4_right", "RocksDC.pcx" },
1691 { "conveyor_belt_4_right.xpos", "0" },
1692 { "conveyor_belt_4_right.ypos", "11" },
1693 { "conveyor_belt_4_right.frames", "1" },
1694 { "conveyor_belt_4_right.active", "RocksDC.pcx" },
1695 { "conveyor_belt_4_right.active.xpos", "0" },
1696 { "conveyor_belt_4_right.active.ypos", "11" },
1697 { "conveyor_belt_4_right.active.frames", "8" },
1698 { "conveyor_belt_4_right.active.delay", "2" },
1699 { "conveyor_belt_4_switch_left", "RocksDC.pcx" },
1700 { "conveyor_belt_4_switch_left.xpos", "3" },
1701 { "conveyor_belt_4_switch_left.ypos", "12" },
1702 { "conveyor_belt_4_switch_left.frames", "1" },
1703 { "conveyor_belt_4_switch_middle", "RocksDC.pcx" },
1704 { "conveyor_belt_4_switch_middle.xpos", "3" },
1705 { "conveyor_belt_4_switch_middle.ypos", "13" },
1706 { "conveyor_belt_4_switch_middle.frames", "1" },
1707 { "conveyor_belt_4_switch_right", "RocksDC.pcx" },
1708 { "conveyor_belt_4_switch_right.xpos", "3" },
1709 { "conveyor_belt_4_switch_right.ypos", "14" },
1710 { "conveyor_belt_4_switch_right.frames", "1" },
1712 { "switchgate_switch_up", "RocksDC.pcx" },
1713 { "switchgate_switch_up.xpos", "4" },
1714 { "switchgate_switch_up.ypos", "12" },
1715 { "switchgate_switch_up.frames", "1" },
1716 { "switchgate_switch_down", "RocksDC.pcx" },
1717 { "switchgate_switch_down.xpos", "5" },
1718 { "switchgate_switch_down.ypos", "12" },
1719 { "switchgate_switch_down.frames", "1" },
1721 { "light_switch", "RocksDC.pcx" },
1722 { "light_switch.xpos", "6" },
1723 { "light_switch.ypos", "12" },
1724 { "light_switch.frames", "1" },
1725 { "light_switch.active", "RocksDC.pcx" },
1726 { "light_switch.active.xpos", "7" },
1727 { "light_switch.active.ypos", "12" },
1728 { "light_switch.active.frames", "1" },
1730 { "timegate_switch", "RocksDC.pcx" },
1731 { "timegate_switch.xpos", "0" },
1732 { "timegate_switch.ypos", "15" },
1733 { "timegate_switch.frames", "1" },
1734 { "timegate_switch.active", "RocksDC.pcx" },
1735 { "timegate_switch.active.xpos", "0" },
1736 { "timegate_switch.active.ypos", "15" },
1737 { "timegate_switch.active.frames", "4" },
1739 { "envelope_1", "RocksMore.pcx" },
1740 { "envelope_1.xpos", "0" },
1741 { "envelope_1.ypos", "4" },
1742 { "envelope_1.frames", "1" },
1743 { "envelope_1.collecting", "RocksMore.pcx" },
1744 { "envelope_1.collecting.xpos", "5" },
1745 { "envelope_1.collecting.ypos", "4" },
1746 { "envelope_1.collecting.frames", "3" },
1747 { "envelope_1.collecting.delay", "2" },
1748 { "envelope_1.collecting.anim_mode", "linear" },
1749 { "envelope_2", "RocksMore.pcx" },
1750 { "envelope_2.xpos", "1" },
1751 { "envelope_2.ypos", "4" },
1752 { "envelope_2.frames", "1" },
1753 { "envelope_2.collecting", "RocksMore.pcx" },
1754 { "envelope_2.collecting.xpos", "5" },
1755 { "envelope_2.collecting.ypos", "4" },
1756 { "envelope_2.collecting.frames", "3" },
1757 { "envelope_2.collecting.delay", "2" },
1758 { "envelope_2.collecting.anim_mode", "linear" },
1759 { "envelope_3", "RocksMore.pcx" },
1760 { "envelope_3.xpos", "2" },
1761 { "envelope_3.ypos", "4" },
1762 { "envelope_3.frames", "1" },
1763 { "envelope_3.collecting", "RocksMore.pcx" },
1764 { "envelope_3.collecting.xpos", "5" },
1765 { "envelope_3.collecting.ypos", "4" },
1766 { "envelope_3.collecting.frames", "3" },
1767 { "envelope_3.collecting.delay", "2" },
1768 { "envelope_3.collecting.anim_mode", "linear" },
1769 { "envelope_4", "RocksMore.pcx" },
1770 { "envelope_4.xpos", "3" },
1771 { "envelope_4.ypos", "4" },
1772 { "envelope_4.frames", "1" },
1773 { "envelope_4.collecting", "RocksMore.pcx" },
1774 { "envelope_4.collecting.xpos", "5" },
1775 { "envelope_4.collecting.ypos", "4" },
1776 { "envelope_4.collecting.frames", "3" },
1777 { "envelope_4.collecting.delay", "2" },
1778 { "envelope_4.collecting.anim_mode", "linear" },
1780 { "sign_exclamation", "RocksDC.pcx" },
1781 { "sign_exclamation.xpos", "5" },
1782 { "sign_exclamation.ypos", "14" },
1783 { "sign_exclamation.frames", "1" },
1785 { "sign_stop", "RocksDC.pcx" },
1786 { "sign_stop.xpos", "6" },
1787 { "sign_stop.ypos", "14" },
1788 { "sign_stop.frames", "1" },
1790 { "landmine", "RocksDC.pcx" },
1791 { "landmine.xpos", "7" },
1792 { "landmine.ypos", "14" },
1793 { "landmine.frames", "1" },
1794 { "landmine.crumbled_like", "sand" },
1796 { "steelwall_slippery", "RocksDC.pcx" },
1797 { "steelwall_slippery.xpos", "5" },
1798 { "steelwall_slippery.ypos", "15" },
1799 { "steelwall_slippery.frames", "1" },
1801 { "extra_time", "RocksDC.pcx" },
1802 { "extra_time.xpos", "8" },
1803 { "extra_time.ypos", "0" },
1804 { "extra_time.frames", "6" },
1805 { "extra_time.delay", "4" },
1807 { "shield_normal", "RocksDC.pcx" },
1808 { "shield_normal.xpos", "8" },
1809 { "shield_normal.ypos", "2" },
1810 { "shield_normal.frames", "6" },
1811 { "shield_normal.delay", "4" },
1812 { "shield_normal.active", "RocksHeroes.pcx" },
1813 { "shield_normal.active.xpos", "1" },
1814 { "shield_normal.active.ypos", "13" },
1815 { "shield_normal.active.frames", "3" },
1816 { "shield_normal.active.delay", "8" },
1817 { "shield_normal.active.anim_mode", "pingpong" },
1819 { "shield_deadly", "RocksDC.pcx" },
1820 { "shield_deadly.xpos", "8" },
1821 { "shield_deadly.ypos", "1" },
1822 { "shield_deadly.frames", "6" },
1823 { "shield_deadly.delay", "4" },
1824 { "shield_deadly.active", "RocksHeroes.pcx" },
1825 { "shield_deadly.active.xpos", "5" },
1826 { "shield_deadly.active.ypos", "13" },
1827 { "shield_deadly.active.frames", "3" },
1828 { "shield_deadly.active.delay", "8" },
1829 { "shield_deadly.active.anim_mode", "pingpong" },
1831 { "switchgate_closed", "RocksDC.pcx" },
1832 { "switchgate_closed.xpos", "8" },
1833 { "switchgate_closed.ypos", "5" },
1834 { "switchgate_closed.frames", "1" },
1835 { "switchgate.opening", "RocksDC.pcx" },
1836 { "switchgate.opening.xpos", "8" },
1837 { "switchgate.opening.ypos", "5" },
1838 { "switchgate.opening.frames", "5" },
1839 { "switchgate.opening.delay", "6" },
1840 { "switchgate_open", "RocksDC.pcx" },
1841 { "switchgate_open.xpos", "12" },
1842 { "switchgate_open.ypos", "5" },
1843 { "switchgate_open.frames", "1" },
1844 { "switchgate.closing", "RocksDC.pcx" },
1845 { "switchgate.closing.xpos", "8" },
1846 { "switchgate.closing.ypos", "5" },
1847 { "switchgate.closing.frames", "5" },
1848 { "switchgate.closing.delay", "6" },
1849 { "switchgate.closing.anim_mode", "reverse" },
1851 { "timegate_closed", "RocksDC.pcx" },
1852 { "timegate_closed.xpos", "8" },
1853 { "timegate_closed.ypos", "6" },
1854 { "timegate_closed.frames", "1" },
1855 { "timegate.opening", "RocksDC.pcx" },
1856 { "timegate.opening.xpos", "8" },
1857 { "timegate.opening.ypos", "6" },
1858 { "timegate.opening.frames", "5" },
1859 { "timegate.opening.delay", "6" },
1860 { "timegate_open", "RocksDC.pcx" },
1861 { "timegate_open.xpos", "12" },
1862 { "timegate_open.ypos", "6" },
1863 { "timegate_open.frames", "1" },
1864 { "timegate.closing", "RocksDC.pcx" },
1865 { "timegate.closing.xpos", "8" },
1866 { "timegate.closing.ypos", "6" },
1867 { "timegate.closing.frames", "5" },
1868 { "timegate.closing.delay", "6" },
1869 { "timegate.closing.anim_mode", "reverse" },
1871 { "pearl", "RocksDC.pcx" },
1872 { "pearl.xpos", "8" },
1873 { "pearl.ypos", "11" },
1874 { "pearl.frames", "1" },
1875 { "pearl.breaking", "RocksDC.pcx" },
1876 { "pearl.breaking.xpos", "8" },
1877 { "pearl.breaking.ypos", "12" },
1878 { "pearl.breaking.frames", "4" },
1879 { "pearl.breaking.delay", "2" },
1880 { "pearl.breaking.anim_mode", "linear" },
1882 { "crystal", "RocksDC.pcx" },
1883 { "crystal.xpos", "9" },
1884 { "crystal.ypos", "11" },
1885 { "crystal.frames", "1" },
1887 { "wall_pearl", "RocksDC.pcx" },
1888 { "wall_pearl.xpos", "10" },
1889 { "wall_pearl.ypos", "11" },
1890 { "wall_pearl.frames", "1" },
1892 { "wall_crystal", "RocksDC.pcx" },
1893 { "wall_crystal.xpos", "11" },
1894 { "wall_crystal.ypos", "11" },
1895 { "wall_crystal.frames", "1" },
1897 /* images for DX Boulderdash style elements and actions */
1899 { "tube_right_down", "RocksDC.pcx" },
1900 { "tube_right_down.xpos", "9" },
1901 { "tube_right_down.ypos", "13" },
1902 { "tube_right_down.frames", "1" },
1904 { "tube_horizontal_down", "RocksDC.pcx" },
1905 { "tube_horizontal_down.xpos", "10" },
1906 { "tube_horizontal_down.ypos", "13" },
1907 { "tube_horizontal_down.frames", "1" },
1909 { "tube_left_down", "RocksDC.pcx" },
1910 { "tube_left_down.xpos", "11" },
1911 { "tube_left_down.ypos", "13" },
1912 { "tube_left_down.frames", "1" },
1914 { "tube_horizontal", "RocksDC.pcx" },
1915 { "tube_horizontal.xpos", "8" },
1916 { "tube_horizontal.ypos", "14" },
1917 { "tube_horizontal.frames", "1" },
1919 { "tube_vertical_right", "RocksDC.pcx" },
1920 { "tube_vertical_right.xpos", "9" },
1921 { "tube_vertical_right.ypos", "14" },
1922 { "tube_vertical_right.frames", "1" },
1924 { "tube_any", "RocksDC.pcx" },
1925 { "tube_any.xpos", "10" },
1926 { "tube_any.ypos", "14" },
1927 { "tube_any.frames", "1" },
1929 { "tube_vertical_left", "RocksDC.pcx" },
1930 { "tube_vertical_left.xpos", "11" },
1931 { "tube_vertical_left.ypos", "14" },
1932 { "tube_vertical_left.frames", "1" },
1934 { "tube_vertical", "RocksDC.pcx" },
1935 { "tube_vertical.xpos", "8" },
1936 { "tube_vertical.ypos", "15" },
1937 { "tube_vertical.frames", "1" },
1939 { "tube_right_up", "RocksDC.pcx" },
1940 { "tube_right_up.xpos", "9" },
1941 { "tube_right_up.ypos", "15" },
1942 { "tube_right_up.frames", "1" },
1944 { "tube_horizontal_up", "RocksDC.pcx" },
1945 { "tube_horizontal_up.xpos", "10" },
1946 { "tube_horizontal_up.ypos", "15" },
1947 { "tube_horizontal_up.frames", "1" },
1949 { "tube_left_up", "RocksDC.pcx" },
1950 { "tube_left_up.xpos", "11" },
1951 { "tube_left_up.ypos", "15" },
1952 { "tube_left_up.frames", "1" },
1954 { "trap", "RocksDC.pcx" },
1955 { "trap.xpos", "12" },
1956 { "trap.ypos", "8" },
1957 { "trap.frames", "1" },
1958 { "trap.crumbled_like", "sand" },
1959 { "trap.diggable_like", "sand" },
1960 { "trap.active", "RocksDC.pcx" },
1961 { "trap.active.xpos", "12" },
1962 { "trap.active.ypos", "8" },
1963 { "trap.active.frames", "4" },
1964 { "trap.active.delay", "4" },
1965 { "trap.active.anim_mode", "pingpong2" },
1966 { "trap.active.crumbled_like", "sand" },
1968 { "dx_supabomb", "RocksDC.pcx" },
1969 { "dx_supabomb.xpos", "15" },
1970 { "dx_supabomb.ypos", "9" },
1971 { "dx_supabomb.frames", "1" },
1973 /* images for Rocks'n'Diamonds style elements and actions */
1975 { "key_1", "RocksElements.pcx" },
1976 { "key_1.xpos", "4" },
1977 { "key_1.ypos", "1" },
1978 { "key_1.frames", "1" },
1979 { "key_1.EDITOR", "RocksElements.pcx" },
1980 { "key_1.EDITOR.xpos", "4" },
1981 { "key_1.EDITOR.ypos", "14" },
1982 { "key_2", "RocksElements.pcx" },
1983 { "key_2.xpos", "5" },
1984 { "key_2.ypos", "1" },
1985 { "key_2.frames", "1" },
1986 { "key_2.EDITOR", "RocksElements.pcx" },
1987 { "key_2.EDITOR.xpos", "5" },
1988 { "key_2.EDITOR.ypos", "14" },
1989 { "key_3", "RocksElements.pcx" },
1990 { "key_3.xpos", "6" },
1991 { "key_3.ypos", "1" },
1992 { "key_3.frames", "1" },
1993 { "key_3.EDITOR", "RocksElements.pcx" },
1994 { "key_3.EDITOR.xpos", "6" },
1995 { "key_3.EDITOR.ypos", "14" },
1996 { "key_4", "RocksElements.pcx" },
1997 { "key_4.xpos", "7" },
1998 { "key_4.ypos", "1" },
1999 { "key_4.frames", "1" },
2000 { "key_4.EDITOR", "RocksElements.pcx" },
2001 { "key_4.EDITOR.xpos", "7" },
2002 { "key_4.EDITOR.ypos", "14" },
2004 { "gate_1", "RocksElements.pcx" },
2005 { "gate_1.xpos", "4" },
2006 { "gate_1.ypos", "2" },
2007 { "gate_1.frames", "1" },
2008 { "gate_2", "RocksElements.pcx" },
2009 { "gate_2.xpos", "5" },
2010 { "gate_2.ypos", "2" },
2011 { "gate_2.frames", "1" },
2012 { "gate_3", "RocksElements.pcx" },
2013 { "gate_3.xpos", "6" },
2014 { "gate_3.ypos", "2" },
2015 { "gate_3.frames", "1" },
2016 { "gate_4", "RocksElements.pcx" },
2017 { "gate_4.xpos", "7" },
2018 { "gate_4.ypos", "2" },
2019 { "gate_4.frames", "1" },
2020 { "gate_1_gray", "RocksElements.pcx" },
2021 { "gate_1_gray.xpos", "8" },
2022 { "gate_1_gray.ypos", "2" },
2023 { "gate_1_gray.frames", "1" },
2024 { "gate_1_gray.EDITOR", "RocksElements.pcx" },
2025 { "gate_1_gray.EDITOR.xpos", "8" },
2026 { "gate_1_gray.EDITOR.ypos", "14" },
2027 { "gate_2_gray", "RocksElements.pcx" },
2028 { "gate_2_gray.xpos", "9" },
2029 { "gate_2_gray.ypos", "2" },
2030 { "gate_2_gray.frames", "1" },
2031 { "gate_2_gray.EDITOR", "RocksElements.pcx" },
2032 { "gate_2_gray.EDITOR.xpos", "9" },
2033 { "gate_2_gray.EDITOR.ypos", "14" },
2034 { "gate_3_gray", "RocksElements.pcx" },
2035 { "gate_3_gray.xpos", "10" },
2036 { "gate_3_gray.ypos", "2" },
2037 { "gate_3_gray.frames", "1" },
2038 { "gate_3_gray.EDITOR", "RocksElements.pcx" },
2039 { "gate_3_gray.EDITOR.xpos", "10" },
2040 { "gate_3_gray.EDITOR.ypos", "14" },
2041 { "gate_4_gray", "RocksElements.pcx" },
2042 { "gate_4_gray.xpos", "11" },
2043 { "gate_4_gray.ypos", "2" },
2044 { "gate_4_gray.frames", "1" },
2045 { "gate_4_gray.EDITOR", "RocksElements.pcx" },
2046 { "gate_4_gray.EDITOR.xpos", "11" },
2047 { "gate_4_gray.EDITOR.ypos", "14" },
2049 { "game_of_life", "RocksElements.pcx" },
2050 { "game_of_life.xpos", "8" },
2051 { "game_of_life.ypos", "1" },
2052 { "game_of_life.frames", "1" },
2054 { "biomaze", "RocksElements.pcx" },
2055 { "biomaze.xpos", "9" },
2056 { "biomaze.ypos", "1" },
2057 { "biomaze.frames", "1" },
2059 { "pacman", "RocksElements.pcx" },
2060 { "pacman.xpos", "8" },
2061 { "pacman.ypos", "5" },
2062 { "pacman.frames", "1" },
2063 { "pacman.right", "RocksElements.pcx" },
2064 { "pacman.right.xpos", "8" },
2065 { "pacman.right.ypos", "5" },
2066 { "pacman.right.frames", "2" },
2067 { "pacman.right.delay", "4" },
2068 { "pacman.right.offset", "128" },
2069 { "pacman.up", "RocksElements.pcx" },
2070 { "pacman.up.xpos", "9" },
2071 { "pacman.up.ypos", "5" },
2072 { "pacman.up.frames", "2" },
2073 { "pacman.up.delay", "4" },
2074 { "pacman.up.offset", "128" },
2075 { "pacman.left", "RocksElements.pcx" },
2076 { "pacman.left.xpos", "10" },
2077 { "pacman.left.ypos", "5" },
2078 { "pacman.left.frames", "2" },
2079 { "pacman.left.delay", "4" },
2080 { "pacman.left.offset", "128" },
2081 { "pacman.down", "RocksElements.pcx" },
2082 { "pacman.down.xpos", "11" },
2083 { "pacman.down.ypos", "5" },
2084 { "pacman.down.frames", "2" },
2085 { "pacman.down.delay", "4" },
2086 { "pacman.down.offset", "128" },
2087 { "pacman.turning_from_right", "RocksElements.pcx" },
2088 { "pacman.turning_from_right.xpos", "12" },
2089 { "pacman.turning_from_right.ypos", "5" },
2090 { "pacman.turning_from_right.frames", "1" },
2091 { "pacman.turning_from_up", "RocksElements.pcx" },
2092 { "pacman.turning_from_up.xpos", "13" },
2093 { "pacman.turning_from_up.ypos", "5" },
2094 { "pacman.turning_from_up.frames", "1" },
2095 { "pacman.turning_from_left", "RocksElements.pcx" },
2096 { "pacman.turning_from_left.xpos", "14" },
2097 { "pacman.turning_from_left.ypos", "5" },
2098 { "pacman.turning_from_left.frames", "1" },
2099 { "pacman.turning_from_down", "RocksElements.pcx" },
2100 { "pacman.turning_from_down.xpos", "15" },
2101 { "pacman.turning_from_down.ypos", "5" },
2102 { "pacman.turning_from_down.frames", "1" },
2104 { "lamp", "RocksElements.pcx" },
2105 { "lamp.xpos", "0" },
2106 { "lamp.ypos", "7" },
2107 { "lamp.frames", "1" },
2108 { "lamp.EDITOR", "RocksElements.pcx" },
2109 { "lamp.EDITOR.xpos", "2" },
2110 { "lamp.EDITOR.ypos", "14" },
2111 { "lamp.active", "RocksElements.pcx" },
2112 { "lamp.active.xpos", "1" },
2113 { "lamp.active.ypos", "7" },
2114 { "lamp.active.frames", "1" },
2116 { "time_orb_full", "RocksElements.pcx" },
2117 { "time_orb_full.xpos", "2" },
2118 { "time_orb_full.ypos", "7" },
2119 { "time_orb_full.frames", "1" },
2120 { "time_orb_empty", "RocksElements.pcx" },
2121 { "time_orb_empty.xpos", "3" },
2122 { "time_orb_empty.ypos", "7" },
2123 { "time_orb_empty.frames", "1" },
2125 { "emerald_yellow", "RocksElements.pcx" },
2126 { "emerald_yellow.xpos", "10" },
2127 { "emerald_yellow.ypos", "8" },
2128 { "emerald_yellow.frames", "1" },
2129 { "emerald_yellow.moving", "RocksElements.pcx" },
2130 { "emerald_yellow.moving.xpos", "10" },
2131 { "emerald_yellow.moving.ypos", "8" },
2132 { "emerald_yellow.moving.frames", "2" },
2133 { "emerald_yellow.moving.delay", "4" },
2134 { "emerald_yellow.falling", "RocksElements.pcx" },
2135 { "emerald_yellow.falling.xpos", "10" },
2136 { "emerald_yellow.falling.ypos", "8" },
2137 { "emerald_yellow.falling.frames", "2" },
2138 { "emerald_yellow.falling.delay", "4" },
2139 { "emerald_red", "RocksElements.pcx" },
2140 { "emerald_red.xpos", "8" },
2141 { "emerald_red.ypos", "9" },
2142 { "emerald_red.frames", "1" },
2143 { "emerald_red.moving", "RocksElements.pcx" },
2144 { "emerald_red.moving.xpos", "8" },
2145 { "emerald_red.moving.ypos", "9" },
2146 { "emerald_red.moving.frames", "2" },
2147 { "emerald_red.moving.delay", "4" },
2148 { "emerald_red.falling", "RocksElements.pcx" },
2149 { "emerald_red.falling.xpos", "8" },
2150 { "emerald_red.falling.ypos", "9" },
2151 { "emerald_red.falling.frames", "2" },
2152 { "emerald_red.falling.delay", "4" },
2153 { "emerald_purple", "RocksElements.pcx" },
2154 { "emerald_purple.xpos", "10" },
2155 { "emerald_purple.ypos", "9" },
2156 { "emerald_purple.frames", "1" },
2157 { "emerald_purple.moving", "RocksElements.pcx" },
2158 { "emerald_purple.moving.xpos", "10" },
2159 { "emerald_purple.moving.ypos", "9" },
2160 { "emerald_purple.moving.frames", "2" },
2161 { "emerald_purple.moving.delay", "4" },
2162 { "emerald_purple.falling", "RocksElements.pcx" },
2163 { "emerald_purple.falling.xpos", "10" },
2164 { "emerald_purple.falling.ypos", "9" },
2165 { "emerald_purple.falling.frames", "2" },
2166 { "emerald_purple.falling.delay", "4" },
2168 { "wall_emerald_yellow", "RocksElements.pcx" },
2169 { "wall_emerald_yellow.xpos", "8" },
2170 { "wall_emerald_yellow.ypos", "8" },
2171 { "wall_emerald_yellow.frames", "1" },
2172 { "wall_emerald_red", "RocksElements.pcx" },
2173 { "wall_emerald_red.xpos", "6" },
2174 { "wall_emerald_red.ypos", "8" },
2175 { "wall_emerald_red.frames", "1" },
2176 { "wall_emerald_purple", "RocksElements.pcx" },
2177 { "wall_emerald_purple.xpos", "7" },
2178 { "wall_emerald_purple.ypos", "8" },
2179 { "wall_emerald_purple.frames", "1" },
2180 { "wall_bd_diamond", "RocksElements.pcx" },
2181 { "wall_bd_diamond.xpos", "9" },
2182 { "wall_bd_diamond.ypos", "8" },
2183 { "wall_bd_diamond.frames", "1" },
2185 { "expandable_wall", "RocksElements.pcx" },
2186 { "expandable_wall.xpos", "11" },
2187 { "expandable_wall.ypos", "10" },
2188 { "expandable_wall.frames", "1" },
2189 { "expandable_wall_horizontal", "RocksElements.pcx" },
2190 { "expandable_wall_horizontal.xpos", "5" },
2191 { "expandable_wall_horizontal.ypos", "9" },
2192 { "expandable_wall_horizontal.frames", "1" },
2193 { "expandable_wall_horizontal.EDITOR", "RocksElements.pcx" },
2194 { "expandable_wall_horizontal.EDITOR.xpos", "13" },
2195 { "expandable_wall_horizontal.EDITOR.ypos", "13" },
2196 { "expandable_wall_vertical", "RocksElements.pcx" },
2197 { "expandable_wall_vertical.xpos", "6" },
2198 { "expandable_wall_vertical.ypos", "9" },
2199 { "expandable_wall_vertical.frames", "1" },
2200 { "expandable_wall_vertical.EDITOR", "RocksElements.pcx" },
2201 { "expandable_wall_vertical.EDITOR.xpos", "14" },
2202 { "expandable_wall_vertical.EDITOR.ypos", "13" },
2203 { "expandable_wall_any", "RocksElements.pcx" },
2204 { "expandable_wall_any.xpos", "4" },
2205 { "expandable_wall_any.ypos", "9" },
2206 { "expandable_wall_any.frames", "1" },
2207 { "expandable_wall_any.EDITOR", "RocksElements.pcx" },
2208 { "expandable_wall_any.EDITOR.xpos", "12" },
2209 { "expandable_wall_any.EDITOR.ypos", "13" },
2211 { "expandable_wall.growing.left", "RocksElements.pcx" },
2212 { "expandable_wall.growing.left.xpos", "8" },
2213 { "expandable_wall.growing.left.ypos", "10" },
2214 { "expandable_wall.growing.left.frames", "3" },
2215 { "expandable_wall.growing.left.delay", "6" },
2216 { "expandable_wall.growing.left.anim_mode", "linear" },
2217 { "expandable_wall.growing.right", "RocksElements.pcx" },
2218 { "expandable_wall.growing.right.xpos", "5" },
2219 { "expandable_wall.growing.right.ypos", "10" },
2220 { "expandable_wall.growing.right.frames", "3" },
2221 { "expandable_wall.growing.right.delay", "6" },
2222 { "expandable_wall.growing.right.anim_mode", "linear" },
2223 { "expandable_wall.growing.up", "RocksHeroes.pcx" },
2224 { "expandable_wall.growing.up.xpos", "3" },
2225 { "expandable_wall.growing.up.ypos", "12" },
2226 { "expandable_wall.growing.up.frames", "3" },
2227 { "expandable_wall.growing.up.delay", "6" },
2228 { "expandable_wall.growing.up.anim_mode", "linear" },
2229 { "expandable_wall.growing.down", "RocksHeroes.pcx" },
2230 { "expandable_wall.growing.down.xpos", "0" },
2231 { "expandable_wall.growing.down.ypos", "12" },
2232 { "expandable_wall.growing.down.frames", "3" },
2233 { "expandable_wall.growing.down.delay", "6" },
2234 { "expandable_wall.growing.down.anim_mode", "linear" },
2236 { "black_orb", "RocksElements.pcx" },
2237 { "black_orb.xpos", "13" },
2238 { "black_orb.ypos", "9" },
2239 { "black_orb.frames", "1" },
2241 { "speed_pill", "RocksElements.pcx" },
2242 { "speed_pill.xpos", "14" },
2243 { "speed_pill.ypos", "9" },
2244 { "speed_pill.frames", "1" },
2246 { "dark_yamyam", "RocksElements.pcx" },
2247 { "dark_yamyam.xpos", "8" },
2248 { "dark_yamyam.ypos", "11" },
2249 { "dark_yamyam.frames", "4" },
2250 { "dark_yamyam.anim_mode", "pingpong2" },
2252 { "dynabomb", "RocksElements.pcx" },
2253 { "dynabomb.xpos", "12" },
2254 { "dynabomb.ypos", "11" },
2255 { "dynabomb.frames", "1" },
2256 { "dynabomb.active", "RocksElements.pcx" },
2257 { "dynabomb.active.xpos", "12" },
2258 { "dynabomb.active.ypos", "11" },
2259 { "dynabomb.active.frames", "4" },
2260 { "dynabomb.active.delay", "6" },
2261 { "dynabomb.active.anim_mode", "pingpong" },
2262 { "dynabomb_player_1", "RocksElements.pcx" },
2263 { "dynabomb_player_1.xpos", "12" },
2264 { "dynabomb_player_1.ypos", "11" },
2265 { "dynabomb_player_1.frames", "1" },
2266 { "dynabomb_player_1.active", "RocksElements.pcx" },
2267 { "dynabomb_player_1.active.xpos", "12" },
2268 { "dynabomb_player_1.active.ypos", "11" },
2269 { "dynabomb_player_1.active.frames", "4" },
2270 { "dynabomb_player_1.active.delay", "6" },
2271 { "dynabomb_player_1.active.anim_mode", "pingpong" },
2272 { "dynabomb_player_2", "RocksElements.pcx" },
2273 { "dynabomb_player_2.xpos", "12" },
2274 { "dynabomb_player_2.ypos", "11" },
2275 { "dynabomb_player_2.frames", "1" },
2276 { "dynabomb_player_2.active", "RocksElements.pcx" },
2277 { "dynabomb_player_2.active.xpos", "12" },
2278 { "dynabomb_player_2.active.ypos", "11" },
2279 { "dynabomb_player_2.active.frames", "4" },
2280 { "dynabomb_player_2.active.delay", "6" },
2281 { "dynabomb_player_2.active.anim_mode", "pingpong" },
2282 { "dynabomb_player_3", "RocksElements.pcx" },
2283 { "dynabomb_player_3.xpos", "12" },
2284 { "dynabomb_player_3.ypos", "11" },
2285 { "dynabomb_player_3.frames", "1" },
2286 { "dynabomb_player_3.active", "RocksElements.pcx" },
2287 { "dynabomb_player_3.active.xpos", "12" },
2288 { "dynabomb_player_3.active.ypos", "11" },
2289 { "dynabomb_player_3.active.frames", "4" },
2290 { "dynabomb_player_3.active.delay", "6" },
2291 { "dynabomb_player_3.active.anim_mode", "pingpong" },
2292 { "dynabomb_player_4", "RocksElements.pcx" },
2293 { "dynabomb_player_4.xpos", "12" },
2294 { "dynabomb_player_4.ypos", "11" },
2295 { "dynabomb_player_4.frames", "1" },
2296 { "dynabomb_player_4.active", "RocksElements.pcx" },
2297 { "dynabomb_player_4.active.xpos", "12" },
2298 { "dynabomb_player_4.active.ypos", "11" },
2299 { "dynabomb_player_4.active.frames", "4" },
2300 { "dynabomb_player_4.active.delay", "6" },
2301 { "dynabomb_player_4.active.anim_mode", "pingpong" },
2302 { "dynabomb_increase_number", "RocksElements.pcx" },
2303 { "dynabomb_increase_number.xpos", "12" },
2304 { "dynabomb_increase_number.ypos", "11" },
2305 { "dynabomb_increase_number.frames", "1" },
2306 { "dynabomb_increase_size", "RocksElements.pcx" },
2307 { "dynabomb_increase_size.xpos", "15" },
2308 { "dynabomb_increase_size.ypos", "11" },
2309 { "dynabomb_increase_size.frames", "1" },
2310 { "dynabomb_increase_power", "RocksElements.pcx" },
2311 { "dynabomb_increase_power.xpos", "12" },
2312 { "dynabomb_increase_power.ypos", "9" },
2313 { "dynabomb_increase_power.frames", "1" },
2315 { "pig", "RocksHeroes.pcx" },
2316 { "pig.xpos", "8" },
2317 { "pig.ypos", "0" },
2318 { "pig.frames", "1" },
2319 { "pig.down", "RocksHeroes.pcx" },
2320 { "pig.down.xpos", "8" },
2321 { "pig.down.ypos", "0" },
2322 { "pig.down.frames", "1" },
2323 { "pig.up", "RocksHeroes.pcx" },
2324 { "pig.up.xpos", "12" },
2325 { "pig.up.ypos", "0" },
2326 { "pig.up.frames", "1" },
2327 { "pig.left", "RocksHeroes.pcx" },
2328 { "pig.left.xpos", "8" },
2329 { "pig.left.ypos", "1" },
2330 { "pig.left.frames", "1" },
2331 { "pig.right", "RocksHeroes.pcx" },
2332 { "pig.right.xpos", "12" },
2333 { "pig.right.ypos", "1" },
2334 { "pig.right.frames", "1" },
2335 { "pig.moving.down", "RocksHeroes.pcx" },
2336 { "pig.moving.down.xpos", "8" },
2337 { "pig.moving.down.ypos", "0" },
2338 { "pig.moving.down.frames", "4" },
2339 { "pig.moving.down.delay", "2" },
2340 { "pig.moving.up", "RocksHeroes.pcx" },
2341 { "pig.moving.up.xpos", "12" },
2342 { "pig.moving.up.ypos", "0" },
2343 { "pig.moving.up.frames", "4" },
2344 { "pig.moving.up.delay", "2" },
2345 { "pig.moving.left", "RocksHeroes.pcx" },
2346 { "pig.moving.left.xpos", "8" },
2347 { "pig.moving.left.ypos", "1" },
2348 { "pig.moving.left.frames", "4" },
2349 { "pig.moving.left.delay", "2" },
2350 { "pig.moving.right", "RocksHeroes.pcx" },
2351 { "pig.moving.right.xpos", "12" },
2352 { "pig.moving.right.ypos", "1" },
2353 { "pig.moving.right.frames", "4" },
2354 { "pig.moving.right.delay", "2" },
2355 { "pig.digging.down", "RocksHeroes.pcx" },
2356 { "pig.digging.down.xpos", "8" },
2357 { "pig.digging.down.ypos", "0" },
2358 { "pig.digging.down.frames", "4" },
2359 { "pig.digging.down.delay", "2" },
2360 { "pig.digging.up", "RocksHeroes.pcx" },
2361 { "pig.digging.up.xpos", "12" },
2362 { "pig.digging.up.ypos", "0" },
2363 { "pig.digging.up.frames", "4" },
2364 { "pig.digging.up.delay", "2" },
2365 { "pig.digging.left", "RocksHeroes.pcx" },
2366 { "pig.digging.left.xpos", "8" },
2367 { "pig.digging.left.ypos", "1" },
2368 { "pig.digging.left.frames", "4" },
2369 { "pig.digging.left.delay", "2" },
2370 { "pig.digging.right", "RocksHeroes.pcx" },
2371 { "pig.digging.right.xpos", "12" },
2372 { "pig.digging.right.ypos", "1" },
2373 { "pig.digging.right.frames", "4" },
2374 { "pig.digging.right.delay", "2" },
2376 { "dragon", "RocksHeroes.pcx" },
2377 { "dragon.xpos", "8" },
2378 { "dragon.ypos", "2" },
2379 { "dragon.frames", "1" },
2380 { "dragon.down", "RocksHeroes.pcx" },
2381 { "dragon.down.xpos", "8" },
2382 { "dragon.down.ypos", "2" },
2383 { "dragon.down.frames", "1" },
2384 { "dragon.up", "RocksHeroes.pcx" },
2385 { "dragon.up.xpos", "12" },
2386 { "dragon.up.ypos", "2" },
2387 { "dragon.up.frames", "1" },
2388 { "dragon.left", "RocksHeroes.pcx" },
2389 { "dragon.left.xpos", "8" },
2390 { "dragon.left.ypos", "3" },
2391 { "dragon.left.frames", "1" },
2392 { "dragon.right", "RocksHeroes.pcx" },
2393 { "dragon.right.xpos", "12" },
2394 { "dragon.right.ypos", "3" },
2395 { "dragon.right.frames", "1" },
2396 { "dragon.moving.down", "RocksHeroes.pcx" },
2397 { "dragon.moving.down.xpos", "8" },
2398 { "dragon.moving.down.ypos", "2" },
2399 { "dragon.moving.down.frames", "4" },
2400 { "dragon.moving.down.delay", "2" },
2401 { "dragon.moving.up", "RocksHeroes.pcx" },
2402 { "dragon.moving.up.xpos", "12" },
2403 { "dragon.moving.up.ypos", "2" },
2404 { "dragon.moving.up.frames", "4" },
2405 { "dragon.moving.up.delay", "2" },
2406 { "dragon.moving.left", "RocksHeroes.pcx" },
2407 { "dragon.moving.left.xpos", "8" },
2408 { "dragon.moving.left.ypos", "3" },
2409 { "dragon.moving.left.frames", "4" },
2410 { "dragon.moving.left.delay", "2" },
2411 { "dragon.moving.right", "RocksHeroes.pcx" },
2412 { "dragon.moving.right.xpos", "12" },
2413 { "dragon.moving.right.ypos", "3" },
2414 { "dragon.moving.right.frames", "4" },
2415 { "dragon.moving.right.delay", "2" },
2416 { "dragon.attacking.down", "RocksHeroes.pcx" },
2417 { "dragon.attacking.down.xpos", "8" },
2418 { "dragon.attacking.down.ypos", "2" },
2419 { "dragon.attacking.down.frames", "1" },
2420 { "dragon.attacking.up", "RocksHeroes.pcx" },
2421 { "dragon.attacking.up.xpos", "12" },
2422 { "dragon.attacking.up.ypos", "2" },
2423 { "dragon.attacking.up.frames", "1" },
2424 { "dragon.attacking.left", "RocksHeroes.pcx" },
2425 { "dragon.attacking.left.xpos", "8" },
2426 { "dragon.attacking.left.ypos", "3" },
2427 { "dragon.attacking.left.frames", "1" },
2428 { "dragon.attacking.right", "RocksHeroes.pcx" },
2429 { "dragon.attacking.right.xpos", "12" },
2430 { "dragon.attacking.right.ypos", "3" },
2431 { "dragon.attacking.right.frames", "1" },
2433 { "mole", "RocksHeroes.pcx" },
2434 { "mole.xpos", "8" },
2435 { "mole.ypos", "4" },
2436 { "mole.frames", "1" },
2437 { "mole.down", "RocksHeroes.pcx" },
2438 { "mole.down.xpos", "8" },
2439 { "mole.down.ypos", "4" },
2440 { "mole.down.frames", "1" },
2441 { "mole.up", "RocksHeroes.pcx" },
2442 { "mole.up.xpos", "12" },
2443 { "mole.up.ypos", "4" },
2444 { "mole.up.frames", "1" },
2445 { "mole.left", "RocksHeroes.pcx" },
2446 { "mole.left.xpos", "8" },
2447 { "mole.left.ypos", "5" },
2448 { "mole.left.frames", "1" },
2449 { "mole.right", "RocksHeroes.pcx" },
2450 { "mole.right.xpos", "12" },
2451 { "mole.right.ypos", "5" },
2452 { "mole.right.frames", "1" },
2453 { "mole.moving.down", "RocksHeroes.pcx" },
2454 { "mole.moving.down.xpos", "8" },
2455 { "mole.moving.down.ypos", "4" },
2456 { "mole.moving.down.frames", "4" },
2457 { "mole.moving.down.delay", "2" },
2458 { "mole.moving.up", "RocksHeroes.pcx" },
2459 { "mole.moving.up.xpos", "12" },
2460 { "mole.moving.up.ypos", "4" },
2461 { "mole.moving.up.frames", "4" },
2462 { "mole.moving.up.delay", "2" },
2463 { "mole.moving.left", "RocksHeroes.pcx" },
2464 { "mole.moving.left.xpos", "8" },
2465 { "mole.moving.left.ypos", "5" },
2466 { "mole.moving.left.frames", "4" },
2467 { "mole.moving.left.delay", "2" },
2468 { "mole.moving.right", "RocksHeroes.pcx" },
2469 { "mole.moving.right.xpos", "12" },
2470 { "mole.moving.right.ypos", "5" },
2471 { "mole.moving.right.frames", "4" },
2472 { "mole.moving.right.delay", "2" },
2473 { "mole.digging.down", "RocksHeroes.pcx" },
2474 { "mole.digging.down.xpos", "8" },
2475 { "mole.digging.down.ypos", "4" },
2476 { "mole.digging.down.frames", "4" },
2477 { "mole.digging.down.delay", "2" },
2478 { "mole.digging.up", "RocksHeroes.pcx" },
2479 { "mole.digging.up.xpos", "12" },
2480 { "mole.digging.up.ypos", "4" },
2481 { "mole.digging.up.frames", "4" },
2482 { "mole.digging.up.delay", "2" },
2483 { "mole.digging.left", "RocksHeroes.pcx" },
2484 { "mole.digging.left.xpos", "8" },
2485 { "mole.digging.left.ypos", "5" },
2486 { "mole.digging.left.frames", "4" },
2487 { "mole.digging.left.delay", "2" },
2488 { "mole.digging.right", "RocksHeroes.pcx" },
2489 { "mole.digging.right.xpos", "12" },
2490 { "mole.digging.right.ypos", "5" },
2491 { "mole.digging.right.frames", "4" },
2492 { "mole.digging.right.delay", "2" },
2494 { "penguin", "RocksHeroes.pcx" },
2495 { "penguin.xpos", "8" },
2496 { "penguin.ypos", "6" },
2497 { "penguin.frames", "1" },
2498 { "penguin.EDITOR", "RocksElements.pcx" },
2499 { "penguin.EDITOR.xpos", "12" },
2500 { "penguin.EDITOR.ypos", "14" },
2501 { "penguin.down", "RocksHeroes.pcx" },
2502 { "penguin.down.xpos", "8" },
2503 { "penguin.down.ypos", "6" },
2504 { "penguin.down.frames", "1" },
2505 { "penguin.up", "RocksHeroes.pcx" },
2506 { "penguin.up.xpos", "12" },
2507 { "penguin.up.ypos", "6" },
2508 { "penguin.up.frames", "1" },
2509 { "penguin.left", "RocksHeroes.pcx" },
2510 { "penguin.left.xpos", "8" },
2511 { "penguin.left.ypos", "7" },
2512 { "penguin.left.frames", "1" },
2513 { "penguin.right", "RocksHeroes.pcx" },
2514 { "penguin.right.xpos", "12" },
2515 { "penguin.right.ypos", "7" },
2516 { "penguin.right.frames", "1" },
2517 { "penguin.moving.down", "RocksHeroes.pcx" },
2518 { "penguin.moving.down.xpos", "8" },
2519 { "penguin.moving.down.ypos", "6" },
2520 { "penguin.moving.down.frames", "4" },
2521 { "penguin.moving.down.delay", "2" },
2522 { "penguin.moving.up", "RocksHeroes.pcx" },
2523 { "penguin.moving.up.xpos", "12" },
2524 { "penguin.moving.up.ypos", "6" },
2525 { "penguin.moving.up.frames", "4" },
2526 { "penguin.moving.up.delay", "2" },
2527 { "penguin.moving.left", "RocksHeroes.pcx" },
2528 { "penguin.moving.left.xpos", "8" },
2529 { "penguin.moving.left.ypos", "7" },
2530 { "penguin.moving.left.frames", "4" },
2531 { "penguin.moving.left.delay", "2" },
2532 { "penguin.moving.right", "RocksHeroes.pcx" },
2533 { "penguin.moving.right.xpos", "12" },
2534 { "penguin.moving.right.ypos", "7" },
2535 { "penguin.moving.right.frames", "4" },
2536 { "penguin.moving.right.delay", "2" },
2538 { "satellite", "RocksHeroes.pcx" },
2539 { "satellite.xpos", "8" },
2540 { "satellite.ypos", "9" },
2541 { "satellite.frames", "8" },
2542 { "satellite.delay", "2" },
2543 { "satellite.global_sync", "true" },
2545 { "flames_1_left", "RocksHeroes.pcx" },
2546 { "flames_1_left.xpos", "8" },
2547 { "flames_1_left.ypos", "12" },
2548 { "flames_1_left.frames", "2" },
2549 { "flames_1_left.offset", "96" },
2550 { "flames_2_left", "RocksHeroes.pcx" },
2551 { "flames_2_left.xpos", "9" },
2552 { "flames_2_left.ypos", "12" },
2553 { "flames_2_left.frames", "2" },
2554 { "flames_2_left.offset", "96" },
2555 { "flames_3_left", "RocksHeroes.pcx" },
2556 { "flames_3_left.xpos", "10" },
2557 { "flames_3_left.ypos", "12" },
2558 { "flames_3_left.frames", "2" },
2559 { "flames_3_left.offset", "96" },
2561 { "flames_1_right", "RocksHeroes.pcx" },
2562 { "flames_1_right.xpos", "8" },
2563 { "flames_1_right.ypos", "13" },
2564 { "flames_1_right.frames", "2" },
2565 { "flames_1_right.offset", "96" },
2566 { "flames_2_right", "RocksHeroes.pcx" },
2567 { "flames_2_right.xpos", "9" },
2568 { "flames_2_right.ypos", "13" },
2569 { "flames_2_right.frames", "2" },
2570 { "flames_2_right.offset", "96" },
2571 { "flames_3_right", "RocksHeroes.pcx" },
2572 { "flames_3_right.xpos", "10" },
2573 { "flames_3_right.ypos", "13" },
2574 { "flames_3_right.frames", "2" },
2575 { "flames_3_right.offset", "96" },
2577 { "flames_1_up", "RocksHeroes.pcx" },
2578 { "flames_1_up.xpos", "8" },
2579 { "flames_1_up.ypos", "14" },
2580 { "flames_1_up.frames", "2" },
2581 { "flames_1_up.offset", "96" },
2582 { "flames_2_up", "RocksHeroes.pcx" },
2583 { "flames_2_up.xpos", "9" },
2584 { "flames_2_up.ypos", "14" },
2585 { "flames_2_up.frames", "2" },
2586 { "flames_2_up.offset", "96" },
2587 { "flames_3_up", "RocksHeroes.pcx" },
2588 { "flames_3_up.xpos", "10" },
2589 { "flames_3_up.ypos", "14" },
2590 { "flames_3_up.frames", "2" },
2591 { "flames_3_up.offset", "96" },
2593 { "flames_1_down", "RocksHeroes.pcx" },
2594 { "flames_1_down.xpos", "8" },
2595 { "flames_1_down.ypos", "15" },
2596 { "flames_1_down.frames", "2" },
2597 { "flames_1_down.offset", "96" },
2598 { "flames_2_down", "RocksHeroes.pcx" },
2599 { "flames_2_down.xpos", "9" },
2600 { "flames_2_down.ypos", "15" },
2601 { "flames_2_down.frames", "2" },
2602 { "flames_2_down.offset", "96" },
2603 { "flames_3_down", "RocksHeroes.pcx" },
2604 { "flames_3_down.xpos", "10" },
2605 { "flames_3_down.ypos", "15" },
2606 { "flames_3_down.frames", "2" },
2607 { "flames_3_down.offset", "96" },
2609 { "stoneblock", "RocksElements.pcx" },
2610 { "stoneblock.xpos", "10" },
2611 { "stoneblock.ypos", "1" },
2612 { "stoneblock.frames", "1" },
2614 /* images for other elements and actions */
2616 { "player_1", "RocksHeroes.pcx" },
2617 { "player_1.xpos", "0" },
2618 { "player_1.ypos", "0" },
2619 { "player_1.frames", "1" },
2620 { "player_1.EDITOR", "RocksElements.pcx" },
2621 { "player_1.EDITOR.xpos", "4" },
2622 { "player_1.EDITOR.ypos", "7" },
2623 { "player_1.down", "RocksHeroes.pcx" },
2624 { "player_1.down.xpos", "0" },
2625 { "player_1.down.ypos", "0" },
2626 { "player_1.down.frames", "1" },
2627 { "player_1.up", "RocksHeroes.pcx" },
2628 { "player_1.up.xpos", "4" },
2629 { "player_1.up.ypos", "0" },
2630 { "player_1.up.frames", "1" },
2631 { "player_1.left", "RocksHeroes.pcx" },
2632 { "player_1.left.xpos", "0" },
2633 { "player_1.left.ypos", "1" },
2634 { "player_1.left.frames", "1" },
2635 { "player_1.right", "RocksHeroes.pcx" },
2636 { "player_1.right.xpos", "4" },
2637 { "player_1.right.ypos", "1" },
2638 { "player_1.right.frames", "1" },
2639 { "player_1.moving.down", "RocksHeroes.pcx" },
2640 { "player_1.moving.down.xpos", "0" },
2641 { "player_1.moving.down.ypos", "0" },
2642 { "player_1.moving.down.frames", "4" },
2643 { "player_1.moving.down.start_frame", "1" },
2644 { "player_1.moving.down.delay", "4" },
2645 { "player_1.moving.up", "RocksHeroes.pcx" },
2646 { "player_1.moving.up.xpos", "4" },
2647 { "player_1.moving.up.ypos", "0" },
2648 { "player_1.moving.up.frames", "4" },
2649 { "player_1.moving.up.start_frame", "1" },
2650 { "player_1.moving.up.delay", "4" },
2651 { "player_1.moving.left", "RocksHeroes.pcx" },
2652 { "player_1.moving.left.xpos", "0" },
2653 { "player_1.moving.left.ypos", "1" },
2654 { "player_1.moving.left.frames", "4" },
2655 { "player_1.moving.left.start_frame", "1" },
2656 { "player_1.moving.left.delay", "4" },
2657 { "player_1.moving.right", "RocksHeroes.pcx" },
2658 { "player_1.moving.right.xpos", "4" },
2659 { "player_1.moving.right.ypos", "1" },
2660 { "player_1.moving.right.frames", "4" },
2661 { "player_1.moving.right.start_frame", "1" },
2662 { "player_1.moving.right.delay", "4" },
2663 { "player_1.digging.down", "RocksHeroes.pcx" },
2664 { "player_1.digging.down.xpos", "0" },
2665 { "player_1.digging.down.ypos", "0" },
2666 { "player_1.digging.down.frames", "4" },
2667 { "player_1.digging.down.start_frame", "1" },
2668 { "player_1.digging.down.delay", "4" },
2669 { "player_1.digging.up", "RocksHeroes.pcx" },
2670 { "player_1.digging.up.xpos", "4" },
2671 { "player_1.digging.up.ypos", "0" },
2672 { "player_1.digging.up.frames", "4" },
2673 { "player_1.digging.up.start_frame", "1" },
2674 { "player_1.digging.up.delay", "4" },
2675 { "player_1.digging.left", "RocksHeroes.pcx" },
2676 { "player_1.digging.left.xpos", "0" },
2677 { "player_1.digging.left.ypos", "1" },
2678 { "player_1.digging.left.frames", "4" },
2679 { "player_1.digging.left.start_frame", "1" },
2680 { "player_1.digging.left.delay", "4" },
2681 { "player_1.digging.right", "RocksHeroes.pcx" },
2682 { "player_1.digging.right.xpos", "4" },
2683 { "player_1.digging.right.ypos", "1" },
2684 { "player_1.digging.right.frames", "4" },
2685 { "player_1.digging.right.start_frame", "1" },
2686 { "player_1.digging.right.delay", "4" },
2687 { "player_1.collecting.down", "RocksHeroes.pcx" },
2688 { "player_1.collecting.down.xpos", "0" },
2689 { "player_1.collecting.down.ypos", "0" },
2690 { "player_1.collecting.down.frames", "4" },
2691 { "player_1.collecting.down.start_frame", "1" },
2692 { "player_1.collecting.down.delay", "4" },
2693 { "player_1.collecting.up", "RocksHeroes.pcx" },
2694 { "player_1.collecting.up.xpos", "4" },
2695 { "player_1.collecting.up.ypos", "0" },
2696 { "player_1.collecting.up.frames", "4" },
2697 { "player_1.collecting.up.start_frame", "1" },
2698 { "player_1.collecting.up.delay", "4" },
2699 { "player_1.collecting.left", "RocksHeroes.pcx" },
2700 { "player_1.collecting.left.xpos", "0" },
2701 { "player_1.collecting.left.ypos", "1" },
2702 { "player_1.collecting.left.frames", "4" },
2703 { "player_1.collecting.left.start_frame", "1" },
2704 { "player_1.collecting.left.delay", "4" },
2705 { "player_1.collecting.right", "RocksHeroes.pcx" },
2706 { "player_1.collecting.right.xpos", "4" },
2707 { "player_1.collecting.right.ypos", "1" },
2708 { "player_1.collecting.right.frames", "4" },
2709 { "player_1.collecting.right.start_frame", "1" },
2710 { "player_1.collecting.right.delay", "4" },
2711 { "player_1.pushing.down", "RocksHeroes.pcx" },
2712 { "player_1.pushing.down.xpos", "0" },
2713 { "player_1.pushing.down.ypos", "0" },
2714 { "player_1.pushing.down.frames", "4" },
2715 { "player_1.pushing.down.delay", "4" },
2716 { "player_1.pushing.up", "RocksHeroes.pcx" },
2717 { "player_1.pushing.up.xpos", "4" },
2718 { "player_1.pushing.up.ypos", "0" },
2719 { "player_1.pushing.up.frames", "4" },
2720 { "player_1.pushing.up.delay", "4" },
2721 { "player_1.pushing.left", "RocksHeroes.pcx" },
2722 { "player_1.pushing.left.xpos", "4" },
2723 { "player_1.pushing.left.ypos", "2" },
2724 { "player_1.pushing.left.frames", "4" },
2725 { "player_1.pushing.left.delay", "4" },
2726 { "player_1.pushing.right", "RocksHeroes.pcx" },
2727 { "player_1.pushing.right.xpos", "0" },
2728 { "player_1.pushing.right.ypos", "2" },
2729 { "player_1.pushing.right.frames", "4" },
2730 { "player_1.pushing.right.delay", "4" },
2731 { "player_1.snapping.down", "RocksHeroes.pcx" },
2732 { "player_1.snapping.down.xpos", "0" },
2733 { "player_1.snapping.down.ypos", "0" },
2734 { "player_1.snapping.down.frames", "1" },
2735 { "player_1.snapping.up", "RocksHeroes.pcx" },
2736 { "player_1.snapping.up.xpos", "4" },
2737 { "player_1.snapping.up.ypos", "0" },
2738 { "player_1.snapping.up.frames", "1" },
2739 { "player_1.snapping.left", "RocksHeroes.pcx" },
2740 { "player_1.snapping.left.xpos", "0" },
2741 { "player_1.snapping.left.ypos", "1" },
2742 { "player_1.snapping.left.frames", "1" },
2743 { "player_1.snapping.right", "RocksHeroes.pcx" },
2744 { "player_1.snapping.right.xpos", "4" },
2745 { "player_1.snapping.right.ypos", "1" },
2746 { "player_1.snapping.right.frames", "1" },
2748 { "player_2", "RocksHeroes.pcx" },
2749 { "player_2.xpos", "0" },
2750 { "player_2.ypos", "3" },
2751 { "player_2.frames", "1" },
2752 { "player_2.EDITOR", "RocksElements.pcx" },
2753 { "player_2.EDITOR.xpos", "5" },
2754 { "player_2.EDITOR.ypos", "7" },
2755 { "player_2.down", "RocksHeroes.pcx" },
2756 { "player_2.down.xpos", "0" },
2757 { "player_2.down.ypos", "3" },
2758 { "player_2.down.frames", "1" },
2759 { "player_2.up", "RocksHeroes.pcx" },
2760 { "player_2.up.xpos", "4" },
2761 { "player_2.up.ypos", "3" },
2762 { "player_2.up.frames", "1" },
2763 { "player_2.left", "RocksHeroes.pcx" },
2764 { "player_2.left.xpos", "0" },
2765 { "player_2.left.ypos", "4" },
2766 { "player_2.left.frames", "1" },
2767 { "player_2.right", "RocksHeroes.pcx" },
2768 { "player_2.right.xpos", "4" },
2769 { "player_2.right.ypos", "4" },
2770 { "player_2.right.frames", "1" },
2771 { "player_2.moving.down", "RocksHeroes.pcx" },
2772 { "player_2.moving.down.xpos", "0" },
2773 { "player_2.moving.down.ypos", "3" },
2774 { "player_2.moving.down.frames", "4" },
2775 { "player_2.moving.down.start_frame", "1" },
2776 { "player_2.moving.down.delay", "4" },
2777 { "player_2.moving.up", "RocksHeroes.pcx" },
2778 { "player_2.moving.up.xpos", "4" },
2779 { "player_2.moving.up.ypos", "3" },
2780 { "player_2.moving.up.frames", "4" },
2781 { "player_2.moving.up.start_frame", "1" },
2782 { "player_2.moving.up.delay", "4" },
2783 { "player_2.moving.left", "RocksHeroes.pcx" },
2784 { "player_2.moving.left.xpos", "0" },
2785 { "player_2.moving.left.ypos", "4" },
2786 { "player_2.moving.left.frames", "4" },
2787 { "player_2.moving.left.start_frame", "1" },
2788 { "player_2.moving.left.delay", "4" },
2789 { "player_2.moving.right", "RocksHeroes.pcx" },
2790 { "player_2.moving.right.xpos", "4" },
2791 { "player_2.moving.right.ypos", "4" },
2792 { "player_2.moving.right.frames", "4" },
2793 { "player_2.moving.right.start_frame", "1" },
2794 { "player_2.moving.right.delay", "4" },
2795 { "player_2.digging.down", "RocksHeroes.pcx" },
2796 { "player_2.digging.down.xpos", "0" },
2797 { "player_2.digging.down.ypos", "3" },
2798 { "player_2.digging.down.frames", "4" },
2799 { "player_2.digging.down.start_frame", "1" },
2800 { "player_2.digging.down.delay", "4" },
2801 { "player_2.digging.up", "RocksHeroes.pcx" },
2802 { "player_2.digging.up.xpos", "4" },
2803 { "player_2.digging.up.ypos", "3" },
2804 { "player_2.digging.up.frames", "4" },
2805 { "player_2.digging.up.start_frame", "1" },
2806 { "player_2.digging.up.delay", "4" },
2807 { "player_2.digging.left", "RocksHeroes.pcx" },
2808 { "player_2.digging.left.xpos", "0" },
2809 { "player_2.digging.left.ypos", "4" },
2810 { "player_2.digging.left.frames", "4" },
2811 { "player_2.digging.left.start_frame", "1" },
2812 { "player_2.digging.left.delay", "4" },
2813 { "player_2.digging.right", "RocksHeroes.pcx" },
2814 { "player_2.digging.right.xpos", "4" },
2815 { "player_2.digging.right.ypos", "4" },
2816 { "player_2.digging.right.frames", "4" },
2817 { "player_2.digging.right.start_frame", "1" },
2818 { "player_2.digging.right.delay", "4" },
2819 { "player_2.collecting.down", "RocksHeroes.pcx" },
2820 { "player_2.collecting.down.xpos", "0" },
2821 { "player_2.collecting.down.ypos", "3" },
2822 { "player_2.collecting.down.frames", "4" },
2823 { "player_2.collecting.down.start_frame", "1" },
2824 { "player_2.collecting.down.delay", "4" },
2825 { "player_2.collecting.up", "RocksHeroes.pcx" },
2826 { "player_2.collecting.up.xpos", "4" },
2827 { "player_2.collecting.up.ypos", "3" },
2828 { "player_2.collecting.up.frames", "4" },
2829 { "player_2.collecting.up.start_frame", "1" },
2830 { "player_2.collecting.up.delay", "4" },
2831 { "player_2.collecting.left", "RocksHeroes.pcx" },
2832 { "player_2.collecting.left.xpos", "0" },
2833 { "player_2.collecting.left.ypos", "4" },
2834 { "player_2.collecting.left.frames", "4" },
2835 { "player_2.collecting.left.start_frame", "1" },
2836 { "player_2.collecting.left.delay", "4" },
2837 { "player_2.collecting.right", "RocksHeroes.pcx" },
2838 { "player_2.collecting.right.xpos", "4" },
2839 { "player_2.collecting.right.ypos", "4" },
2840 { "player_2.collecting.right.frames", "4" },
2841 { "player_2.collecting.right.start_frame", "1" },
2842 { "player_2.collecting.right.delay", "4" },
2843 { "player_2.pushing.down", "RocksHeroes.pcx" },
2844 { "player_2.pushing.down.xpos", "0" },
2845 { "player_2.pushing.down.ypos", "3" },
2846 { "player_2.pushing.down.frames", "4" },
2847 { "player_2.pushing.down.delay", "4" },
2848 { "player_2.pushing.up", "RocksHeroes.pcx" },
2849 { "player_2.pushing.up.xpos", "4" },
2850 { "player_2.pushing.up.ypos", "3" },
2851 { "player_2.pushing.up.frames", "4" },
2852 { "player_2.pushing.up.delay", "4" },
2853 { "player_2.pushing.left", "RocksHeroes.pcx" },
2854 { "player_2.pushing.left.xpos", "4" },
2855 { "player_2.pushing.left.ypos", "5" },
2856 { "player_2.pushing.left.frames", "4" },
2857 { "player_2.pushing.left.delay", "4" },
2858 { "player_2.pushing.right", "RocksHeroes.pcx" },
2859 { "player_2.pushing.right.xpos", "0" },
2860 { "player_2.pushing.right.ypos", "5" },
2861 { "player_2.pushing.right.frames", "4" },
2862 { "player_2.pushing.right.delay", "4" },
2863 { "player_2.snapping.down", "RocksHeroes.pcx" },
2864 { "player_2.snapping.down.xpos", "0" },
2865 { "player_2.snapping.down.ypos", "3" },
2866 { "player_2.snapping.down.frames", "1" },
2867 { "player_2.snapping.up", "RocksHeroes.pcx" },
2868 { "player_2.snapping.up.xpos", "4" },
2869 { "player_2.snapping.up.ypos", "3" },
2870 { "player_2.snapping.up.frames", "1" },
2871 { "player_2.snapping.left", "RocksHeroes.pcx" },
2872 { "player_2.snapping.left.xpos", "0" },
2873 { "player_2.snapping.left.ypos", "4" },
2874 { "player_2.snapping.left.frames", "1" },
2875 { "player_2.snapping.right", "RocksHeroes.pcx" },
2876 { "player_2.snapping.right.xpos", "4" },
2877 { "player_2.snapping.right.ypos", "4" },
2878 { "player_2.snapping.right.frames", "1" },
2880 { "player_3", "RocksHeroes.pcx" },
2881 { "player_3.xpos", "0" },
2882 { "player_3.ypos", "6" },
2883 { "player_3.frames", "1" },
2884 { "player_3.EDITOR", "RocksElements.pcx" },
2885 { "player_3.EDITOR.xpos", "6" },
2886 { "player_3.EDITOR.ypos", "7" },
2887 { "player_3.down", "RocksHeroes.pcx" },
2888 { "player_3.down.xpos", "0" },
2889 { "player_3.down.ypos", "6" },
2890 { "player_3.down.frames", "1" },
2891 { "player_3.up", "RocksHeroes.pcx" },
2892 { "player_3.up.xpos", "4" },
2893 { "player_3.up.ypos", "6" },
2894 { "player_3.up.frames", "1" },
2895 { "player_3.left", "RocksHeroes.pcx" },
2896 { "player_3.left.xpos", "0" },
2897 { "player_3.left.ypos", "7" },
2898 { "player_3.left.frames", "1" },
2899 { "player_3.right", "RocksHeroes.pcx" },
2900 { "player_3.right.xpos", "4" },
2901 { "player_3.right.ypos", "7" },
2902 { "player_3.right.frames", "1" },
2903 { "player_3.moving.down", "RocksHeroes.pcx" },
2904 { "player_3.moving.down.xpos", "0" },
2905 { "player_3.moving.down.ypos", "6" },
2906 { "player_3.moving.down.frames", "4" },
2907 { "player_3.moving.down.start_frame", "1" },
2908 { "player_3.moving.down.delay", "4" },
2909 { "player_3.moving.up", "RocksHeroes.pcx" },
2910 { "player_3.moving.up.xpos", "4" },
2911 { "player_3.moving.up.ypos", "6" },
2912 { "player_3.moving.up.frames", "4" },
2913 { "player_3.moving.up.start_frame", "1" },
2914 { "player_3.moving.up.delay", "4" },
2915 { "player_3.moving.left", "RocksHeroes.pcx" },
2916 { "player_3.moving.left.xpos", "0" },
2917 { "player_3.moving.left.ypos", "7" },
2918 { "player_3.moving.left.frames", "4" },
2919 { "player_3.moving.left.start_frame", "1" },
2920 { "player_3.moving.left.delay", "4" },
2921 { "player_3.moving.right", "RocksHeroes.pcx" },
2922 { "player_3.moving.right.xpos", "4" },
2923 { "player_3.moving.right.ypos", "7" },
2924 { "player_3.moving.right.frames", "4" },
2925 { "player_3.moving.right.start_frame", "1" },
2926 { "player_3.moving.right.delay", "4" },
2927 { "player_3.digging.down", "RocksHeroes.pcx" },
2928 { "player_3.digging.down.xpos", "0" },
2929 { "player_3.digging.down.ypos", "6" },
2930 { "player_3.digging.down.frames", "4" },
2931 { "player_3.digging.down.start_frame", "1" },
2932 { "player_3.digging.down.delay", "4" },
2933 { "player_3.digging.up", "RocksHeroes.pcx" },
2934 { "player_3.digging.up.xpos", "4" },
2935 { "player_3.digging.up.ypos", "6" },
2936 { "player_3.digging.up.frames", "4" },
2937 { "player_3.digging.up.start_frame", "1" },
2938 { "player_3.digging.up.delay", "4" },
2939 { "player_3.digging.left", "RocksHeroes.pcx" },
2940 { "player_3.digging.left.xpos", "0" },
2941 { "player_3.digging.left.ypos", "7" },
2942 { "player_3.digging.left.frames", "4" },
2943 { "player_3.digging.left.start_frame", "1" },
2944 { "player_3.digging.left.delay", "4" },
2945 { "player_3.digging.right", "RocksHeroes.pcx" },
2946 { "player_3.digging.right.xpos", "4" },
2947 { "player_3.digging.right.ypos", "7" },
2948 { "player_3.digging.right.frames", "4" },
2949 { "player_3.digging.right.start_frame", "1" },
2950 { "player_3.digging.right.delay", "4" },
2951 { "player_3.collecting.down", "RocksHeroes.pcx" },
2952 { "player_3.collecting.down.xpos", "0" },
2953 { "player_3.collecting.down.ypos", "6" },
2954 { "player_3.collecting.down.frames", "4" },
2955 { "player_3.collecting.down.start_frame", "1" },
2956 { "player_3.collecting.down.delay", "4" },
2957 { "player_3.collecting.up", "RocksHeroes.pcx" },
2958 { "player_3.collecting.up.xpos", "4" },
2959 { "player_3.collecting.up.ypos", "6" },
2960 { "player_3.collecting.up.frames", "4" },
2961 { "player_3.collecting.up.start_frame", "1" },
2962 { "player_3.collecting.up.delay", "4" },
2963 { "player_3.collecting.left", "RocksHeroes.pcx" },
2964 { "player_3.collecting.left.xpos", "0" },
2965 { "player_3.collecting.left.ypos", "7" },
2966 { "player_3.collecting.left.frames", "4" },
2967 { "player_3.collecting.left.start_frame", "1" },
2968 { "player_3.collecting.left.delay", "4" },
2969 { "player_3.collecting.right", "RocksHeroes.pcx" },
2970 { "player_3.collecting.right.xpos", "4" },
2971 { "player_3.collecting.right.ypos", "7" },
2972 { "player_3.collecting.right.frames", "4" },
2973 { "player_3.collecting.right.start_frame", "1" },
2974 { "player_3.collecting.right.delay", "4" },
2975 { "player_3.pushing.down", "RocksHeroes.pcx" },
2976 { "player_3.pushing.down.xpos", "0" },
2977 { "player_3.pushing.down.ypos", "6" },
2978 { "player_3.pushing.down.frames", "4" },
2979 { "player_3.pushing.down.delay", "4" },
2980 { "player_3.pushing.up", "RocksHeroes.pcx" },
2981 { "player_3.pushing.up.xpos", "4" },
2982 { "player_3.pushing.up.ypos", "6" },
2983 { "player_3.pushing.up.frames", "4" },
2984 { "player_3.pushing.up.delay", "4" },
2985 { "player_3.pushing.left", "RocksHeroes.pcx" },
2986 { "player_3.pushing.left.xpos", "4" },
2987 { "player_3.pushing.left.ypos", "8" },
2988 { "player_3.pushing.left.frames", "4" },
2989 { "player_3.pushing.left.delay", "4" },
2990 { "player_3.pushing.right", "RocksHeroes.pcx" },
2991 { "player_3.pushing.right.xpos", "0" },
2992 { "player_3.pushing.right.ypos", "8" },
2993 { "player_3.pushing.right.frames", "4" },
2994 { "player_3.pushing.right.delay", "4" },
2995 { "player_3.snapping.down", "RocksHeroes.pcx" },
2996 { "player_3.snapping.down.xpos", "0" },
2997 { "player_3.snapping.down.ypos", "6" },
2998 { "player_3.snapping.down.frames", "1" },
2999 { "player_3.snapping.up", "RocksHeroes.pcx" },
3000 { "player_3.snapping.up.xpos", "4" },
3001 { "player_3.snapping.up.ypos", "6" },
3002 { "player_3.snapping.up.frames", "1" },
3003 { "player_3.snapping.left", "RocksHeroes.pcx" },
3004 { "player_3.snapping.left.xpos", "0" },
3005 { "player_3.snapping.left.ypos", "7" },
3006 { "player_3.snapping.left.frames", "1" },
3007 { "player_3.snapping.right", "RocksHeroes.pcx" },
3008 { "player_3.snapping.right.xpos", "4" },
3009 { "player_3.snapping.right.ypos", "7" },
3010 { "player_3.snapping.right.frames", "1" },
3012 { "player_4", "RocksHeroes.pcx" },
3013 { "player_4.xpos", "0" },
3014 { "player_4.ypos", "9" },
3015 { "player_4.frames", "1" },
3016 { "player_4.EDITOR", "RocksElements.pcx" },
3017 { "player_4.EDITOR.xpos", "7" },
3018 { "player_4.EDITOR.ypos", "7" },
3019 { "player_4.down", "RocksHeroes.pcx" },
3020 { "player_4.down.xpos", "0" },
3021 { "player_4.down.ypos", "9" },
3022 { "player_4.down.frames", "1" },
3023 { "player_4.up", "RocksHeroes.pcx" },
3024 { "player_4.up.xpos", "4" },
3025 { "player_4.up.ypos", "9" },
3026 { "player_4.up.frames", "1" },
3027 { "player_4.left", "RocksHeroes.pcx" },
3028 { "player_4.left.xpos", "0" },
3029 { "player_4.left.ypos", "10" },
3030 { "player_4.left.frames", "1" },
3031 { "player_4.right", "RocksHeroes.pcx" },
3032 { "player_4.right.xpos", "4" },
3033 { "player_4.right.ypos", "10" },
3034 { "player_4.right.frames", "1" },
3035 { "player_4.moving.down", "RocksHeroes.pcx" },
3036 { "player_4.moving.down.xpos", "0" },
3037 { "player_4.moving.down.ypos", "9" },
3038 { "player_4.moving.down.frames", "4" },
3039 { "player_4.moving.down.start_frame", "1" },
3040 { "player_4.moving.down.delay", "4" },
3041 { "player_4.moving.up", "RocksHeroes.pcx" },
3042 { "player_4.moving.up.xpos", "4" },
3043 { "player_4.moving.up.ypos", "9" },
3044 { "player_4.moving.up.frames", "4" },
3045 { "player_4.moving.up.start_frame", "1" },
3046 { "player_4.moving.up.delay", "4" },
3047 { "player_4.moving.left", "RocksHeroes.pcx" },
3048 { "player_4.moving.left.xpos", "0" },
3049 { "player_4.moving.left.ypos", "10" },
3050 { "player_4.moving.left.frames", "4" },
3051 { "player_4.moving.left.start_frame", "1" },
3052 { "player_4.moving.left.delay", "4" },
3053 { "player_4.moving.right", "RocksHeroes.pcx" },
3054 { "player_4.moving.right.xpos", "4" },
3055 { "player_4.moving.right.ypos", "10" },
3056 { "player_4.moving.right.frames", "4" },
3057 { "player_4.moving.right.start_frame", "1" },
3058 { "player_4.moving.right.delay", "4" },
3059 { "player_4.digging.down", "RocksHeroes.pcx" },
3060 { "player_4.digging.down.xpos", "0" },
3061 { "player_4.digging.down.ypos", "9" },
3062 { "player_4.digging.down.frames", "4" },
3063 { "player_4.digging.down.start_frame", "1" },
3064 { "player_4.digging.down.delay", "4" },
3065 { "player_4.digging.up", "RocksHeroes.pcx" },
3066 { "player_4.digging.up.xpos", "4" },
3067 { "player_4.digging.up.ypos", "9" },
3068 { "player_4.digging.up.frames", "4" },
3069 { "player_4.digging.up.start_frame", "1" },
3070 { "player_4.digging.up.delay", "4" },
3071 { "player_4.digging.left", "RocksHeroes.pcx" },
3072 { "player_4.digging.left.xpos", "0" },
3073 { "player_4.digging.left.ypos", "10" },
3074 { "player_4.digging.left.frames", "4" },
3075 { "player_4.digging.left.start_frame", "1" },
3076 { "player_4.digging.left.delay", "4" },
3077 { "player_4.digging.right", "RocksHeroes.pcx" },
3078 { "player_4.digging.right.xpos", "4" },
3079 { "player_4.digging.right.ypos", "10" },
3080 { "player_4.digging.right.frames", "4" },
3081 { "player_4.digging.right.start_frame", "1" },
3082 { "player_4.digging.right.delay", "4" },
3083 { "player_4.collecting.down", "RocksHeroes.pcx" },
3084 { "player_4.collecting.down.xpos", "0" },
3085 { "player_4.collecting.down.ypos", "9" },
3086 { "player_4.collecting.down.frames", "4" },
3087 { "player_4.collecting.down.start_frame", "1" },
3088 { "player_4.collecting.down.delay", "4" },
3089 { "player_4.collecting.up", "RocksHeroes.pcx" },
3090 { "player_4.collecting.up.xpos", "4" },
3091 { "player_4.collecting.up.ypos", "9" },
3092 { "player_4.collecting.up.frames", "4" },
3093 { "player_4.collecting.up.start_frame", "1" },
3094 { "player_4.collecting.up.delay", "4" },
3095 { "player_4.collecting.left", "RocksHeroes.pcx" },
3096 { "player_4.collecting.left.xpos", "0" },
3097 { "player_4.collecting.left.ypos", "10" },
3098 { "player_4.collecting.left.frames", "4" },
3099 { "player_4.collecting.left.start_frame", "1" },
3100 { "player_4.collecting.left.delay", "4" },
3101 { "player_4.collecting.right", "RocksHeroes.pcx" },
3102 { "player_4.collecting.right.xpos", "4" },
3103 { "player_4.collecting.right.ypos", "10" },
3104 { "player_4.collecting.right.frames", "4" },
3105 { "player_4.collecting.right.start_frame", "1" },
3106 { "player_4.collecting.right.delay", "4" },
3107 { "player_4.pushing.down", "RocksHeroes.pcx" },
3108 { "player_4.pushing.down.xpos", "0" },
3109 { "player_4.pushing.down.ypos", "9" },
3110 { "player_4.pushing.down.frames", "4" },
3111 { "player_4.pushing.down.delay", "4" },
3112 { "player_4.pushing.up", "RocksHeroes.pcx" },
3113 { "player_4.pushing.up.xpos", "4" },
3114 { "player_4.pushing.up.ypos", "9" },
3115 { "player_4.pushing.up.frames", "4" },
3116 { "player_4.pushing.up.delay", "4" },
3117 { "player_4.pushing.left", "RocksHeroes.pcx" },
3118 { "player_4.pushing.left.xpos", "4" },
3119 { "player_4.pushing.left.ypos", "11" },
3120 { "player_4.pushing.left.frames", "4" },
3121 { "player_4.pushing.left.delay", "4" },
3122 { "player_4.pushing.right", "RocksHeroes.pcx" },
3123 { "player_4.pushing.right.xpos", "0" },
3124 { "player_4.pushing.right.ypos", "11" },
3125 { "player_4.pushing.right.frames", "4" },
3126 { "player_4.pushing.right.delay", "4" },
3127 { "player_4.snapping.down", "RocksHeroes.pcx" },
3128 { "player_4.snapping.down.xpos", "0" },
3129 { "player_4.snapping.down.ypos", "9" },
3130 { "player_4.snapping.down.frames", "1" },
3131 { "player_4.snapping.up", "RocksHeroes.pcx" },
3132 { "player_4.snapping.up.xpos", "4" },
3133 { "player_4.snapping.up.ypos", "9" },
3134 { "player_4.snapping.up.frames", "1" },
3135 { "player_4.snapping.left", "RocksHeroes.pcx" },
3136 { "player_4.snapping.left.xpos", "0" },
3137 { "player_4.snapping.left.ypos", "10" },
3138 { "player_4.snapping.left.frames", "1" },
3139 { "player_4.snapping.right", "RocksHeroes.pcx" },
3140 { "player_4.snapping.right.xpos", "4" },
3141 { "player_4.snapping.right.ypos", "10" },
3142 { "player_4.snapping.right.frames", "1" },
3144 { "[default].exploding", "RocksElements.pcx" },
3145 { "[default].exploding.xpos", "0" },
3146 { "[default].exploding.ypos", "4" },
3147 { "[default].exploding.frames", "8" },
3148 { "[default].exploding.delay", "2" },
3149 { "[default].exploding.anim_mode", "linear" },
3151 { "twinkle_blue", "RocksHeroes.pcx" },
3152 { "twinkle_blue.xpos", "9" },
3153 { "twinkle_blue.ypos", "11" },
3154 { "twinkle_blue.frames", "3" },
3155 { "twinkle_blue.delay", "2" },
3156 { "twinkle_blue.anim_mode", "pingpong" },
3157 { "twinkle_blue.global_sync", "false" },
3158 { "twinkle_white", "RocksHeroes.pcx" },
3159 { "twinkle_white.xpos", "13" },
3160 { "twinkle_white.ypos", "11" },
3161 { "twinkle_white.frames", "3" },
3162 { "twinkle_white.delay", "2" },
3163 { "twinkle_white.anim_mode", "pingpong" },
3164 { "twinkle_white.global_sync", "false" },
3166 { "steelwall_topleft", "RocksElements.pcx" },
3167 { "steelwall_topleft.xpos", "4" },
3168 { "steelwall_topleft.ypos", "0" },
3169 { "steelwall_topleft.frames", "1" },
3170 { "steelwall_topright", "RocksElements.pcx" },
3171 { "steelwall_topright.xpos", "4" },
3172 { "steelwall_topright.ypos", "0" },
3173 { "steelwall_topright.frames", "1" },
3174 { "steelwall_bottomleft", "RocksElements.pcx" },
3175 { "steelwall_bottomleft.xpos", "4" },
3176 { "steelwall_bottomleft.ypos", "0" },
3177 { "steelwall_bottomleft.frames", "1" },
3178 { "steelwall_bottomright", "RocksElements.pcx" },
3179 { "steelwall_bottomright.xpos", "4" },
3180 { "steelwall_bottomright.ypos", "0" },
3181 { "steelwall_bottomright.frames", "1" },
3182 { "steelwall_horizontal", "RocksElements.pcx" },
3183 { "steelwall_horizontal.xpos", "4" },
3184 { "steelwall_horizontal.ypos", "0" },
3185 { "steelwall_horizontal.frames", "1" },
3186 { "steelwall_vertical", "RocksElements.pcx" },
3187 { "steelwall_vertical.xpos", "4" },
3188 { "steelwall_vertical.ypos", "0" },
3189 { "steelwall_vertical.frames", "1" },
3191 { "steelwall_topleft.EDITOR", "RocksElements.pcx" },
3192 { "steelwall_topleft.EDITOR.xpos", "0" },
3193 { "steelwall_topleft.EDITOR.ypos", "13" },
3194 { "steelwall_topright.EDITOR", "RocksElements.pcx" },
3195 { "steelwall_topright.EDITOR.xpos", "1" },
3196 { "steelwall_topright.EDITOR.ypos", "13" },
3197 { "steelwall_bottomleft.EDITOR", "RocksElements.pcx" },
3198 { "steelwall_bottomleft.EDITOR.xpos", "2" },
3199 { "steelwall_bottomleft.EDITOR.ypos", "13" },
3200 { "steelwall_bottomright.EDITOR", "RocksElements.pcx" },
3201 { "steelwall_bottomright.EDITOR.xpos", "3" },
3202 { "steelwall_bottomright.EDITOR.ypos", "13" },
3203 { "steelwall_horizontal.EDITOR", "RocksElements.pcx" },
3204 { "steelwall_horizontal.EDITOR.xpos", "4" },
3205 { "steelwall_horizontal.EDITOR.ypos", "13" },
3206 { "steelwall_vertical.EDITOR", "RocksElements.pcx" },
3207 { "steelwall_vertical.EDITOR.xpos", "5" },
3208 { "steelwall_vertical.EDITOR.ypos", "13" },
3210 { "invisible_steelwall_topleft", "RocksSP.pcx" },
3211 { "invisible_steelwall_topleft.xpos", "0" },
3212 { "invisible_steelwall_topleft.ypos", "0" },
3213 { "invisible_steelwall_topleft.frames", "1" },
3214 { "invisible_steelwall_topright", "RocksSP.pcx" },
3215 { "invisible_steelwall_topright.xpos", "0" },
3216 { "invisible_steelwall_topright.ypos", "0" },
3217 { "invisible_steelwall_topright.frames", "1" },
3218 { "invisible_steelwall_bottomleft", "RocksSP.pcx" },
3219 { "invisible_steelwall_bottomleft.xpos", "0" },
3220 { "invisible_steelwall_bottomleft.ypos", "0" },
3221 { "invisible_steelwall_bottomleft.frames", "1" },
3222 { "invisible_steelwall_bottomright", "RocksSP.pcx" },
3223 { "invisible_steelwall_bottomright.xpos", "0" },
3224 { "invisible_steelwall_bottomright.ypos", "0" },
3225 { "invisible_steelwall_bottomright.frames", "1" },
3226 { "invisible_steelwall_horizontal", "RocksSP.pcx" },
3227 { "invisible_steelwall_horizontal.xpos", "0" },
3228 { "invisible_steelwall_horizontal.ypos", "0" },
3229 { "invisible_steelwall_horizontal.frames", "1" },
3230 { "invisible_steelwall_vertical", "RocksSP.pcx" },
3231 { "invisible_steelwall_vertical.xpos", "0" },
3232 { "invisible_steelwall_vertical.ypos", "0" },
3233 { "invisible_steelwall_vertical.frames", "1" },
3235 { "invisible_steelwall_topleft.EDITOR", "RocksElements.pcx" },
3236 { "invisible_steelwall_topleft.EDITOR.xpos", "6" },
3237 { "invisible_steelwall_topleft.EDITOR.ypos", "13" },
3238 { "invisible_steelwall_topright.EDITOR", "RocksElements.pcx" },
3239 { "invisible_steelwall_topright.EDITOR.xpos", "7" },
3240 { "invisible_steelwall_topright.EDITOR.ypos", "13" },
3241 { "invisible_steelwall_bottomleft.EDITOR", "RocksElements.pcx" },
3242 { "invisible_steelwall_bottomleft.EDITOR.xpos","8" },
3243 { "invisible_steelwall_bottomleft.EDITOR.ypos","13" },
3244 { "invisible_steelwall_bottomright.EDITOR", "RocksElements.pcx" },
3245 { "invisible_steelwall_bottomright.EDITOR.xpos","9" },
3246 { "invisible_steelwall_bottomright.EDITOR.ypos","13" },
3247 { "invisible_steelwall_horizontal.EDITOR", "RocksElements.pcx" },
3248 { "invisible_steelwall_horizontal.EDITOR.xpos","10" },
3249 { "invisible_steelwall_horizontal.EDITOR.ypos","13" },
3250 { "invisible_steelwall_vertical.EDITOR", "RocksElements.pcx" },
3251 { "invisible_steelwall_vertical.EDITOR.xpos", "11" },
3252 { "invisible_steelwall_vertical.EDITOR.ypos", "13" },
3254 { "arrow_left", "RocksDC.pcx" },
3255 { "arrow_left.xpos", "8" },
3256 { "arrow_left.ypos", "8" },
3257 { "arrow_left.frames", "1" },
3258 { "arrow_right", "RocksDC.pcx" },
3259 { "arrow_right.xpos", "9" },
3260 { "arrow_right.ypos", "8" },
3261 { "arrow_right.frames", "1" },
3262 { "arrow_up", "RocksDC.pcx" },
3263 { "arrow_up.xpos", "10" },
3264 { "arrow_up.ypos", "8" },
3265 { "arrow_up.frames", "1" },
3266 { "arrow_down", "RocksDC.pcx" },
3267 { "arrow_down.xpos", "11" },
3268 { "arrow_down.ypos", "8" },
3269 { "arrow_down.frames", "1" },
3271 { "unknown", "RocksFontEM.pcx" },
3272 { "unknown.xpos", "15" },
3273 { "unknown.ypos", "1" },
3274 { "unknown.frames", "1" },
3276 { "trigger_element", "RocksDC.pcx" },
3277 { "trigger_element.xpos", "15" },
3278 { "trigger_element.ypos", "14" },
3279 { "trigger_element.frames", "1" },
3281 { "trigger_player", "RocksDC.pcx" },
3282 { "trigger_player.xpos", "15" },
3283 { "trigger_player.ypos", "13" },
3284 { "trigger_player.frames", "1" },
3286 { "em_key_5", "RocksEMC.pcx" },
3287 { "em_key_5.xpos", "0" },
3288 { "em_key_5.ypos", "5" },
3289 { "em_key_5.frames", "1" },
3290 { "em_key_6", "RocksEMC.pcx" },
3291 { "em_key_6.xpos", "1" },
3292 { "em_key_6.ypos", "5" },
3293 { "em_key_6.frames", "1" },
3294 { "em_key_7", "RocksEMC.pcx" },
3295 { "em_key_7.xpos", "2" },
3296 { "em_key_7.ypos", "5" },
3297 { "em_key_7.frames", "1" },
3298 { "em_key_8", "RocksEMC.pcx" },
3299 { "em_key_8.xpos", "3" },
3300 { "em_key_8.ypos", "5" },
3301 { "em_key_8.frames", "1" },
3303 { "em_gate_5", "RocksEMC.pcx" },
3304 { "em_gate_5.xpos", "0" },
3305 { "em_gate_5.ypos", "6" },
3306 { "em_gate_5.frames", "1" },
3307 { "em_gate_5_gray", "RocksEMC.pcx" },
3308 { "em_gate_5_gray.xpos", "4" },
3309 { "em_gate_5_gray.ypos", "7" },
3310 { "em_gate_5_gray.frames", "1" },
3311 { "em_gate_5_gray.EDITOR", "RocksEMC.pcx" },
3312 { "em_gate_5_gray.EDITOR.xpos", "0" },
3313 { "em_gate_5_gray.EDITOR.ypos", "7" },
3314 { "em_gate_5_gray.EDITOR.frames", "1" },
3315 { "em_gate_6", "RocksEMC.pcx" },
3316 { "em_gate_6.xpos", "1" },
3317 { "em_gate_6.ypos", "6" },
3318 { "em_gate_6.frames", "1" },
3319 { "em_gate_6_gray", "RocksEMC.pcx" },
3320 { "em_gate_6_gray.xpos", "4" },
3321 { "em_gate_6_gray.ypos", "7" },
3322 { "em_gate_6_gray.frames", "1" },
3323 { "em_gate_6_gray.EDITOR", "RocksEMC.pcx" },
3324 { "em_gate_6_gray.EDITOR.xpos", "1" },
3325 { "em_gate_6_gray.EDITOR.ypos", "7" },
3326 { "em_gate_6_gray.EDITOR.frames", "1" },
3327 { "em_gate_7", "RocksEMC.pcx" },
3328 { "em_gate_7.xpos", "2" },
3329 { "em_gate_7.ypos", "6" },
3330 { "em_gate_7.frames", "1" },
3331 { "em_gate_7_gray", "RocksEMC.pcx" },
3332 { "em_gate_7_gray.xpos", "4" },
3333 { "em_gate_7_gray.ypos", "7" },
3334 { "em_gate_7_gray.frames", "1" },
3335 { "em_gate_7_gray.EDITOR", "RocksEMC.pcx" },
3336 { "em_gate_7_gray.EDITOR.xpos", "2" },
3337 { "em_gate_7_gray.EDITOR.ypos", "7" },
3338 { "em_gate_7_gray.EDITOR.frames", "1" },
3339 { "em_gate_8", "RocksEMC.pcx" },
3340 { "em_gate_8.xpos", "3" },
3341 { "em_gate_8.ypos", "6" },
3342 { "em_gate_8.frames", "1" },
3343 { "em_gate_8_gray", "RocksEMC.pcx" },
3344 { "em_gate_8_gray.xpos", "4" },
3345 { "em_gate_8_gray.ypos", "7" },
3346 { "em_gate_8_gray.frames", "1" },
3347 { "em_gate_8_gray.EDITOR", "RocksEMC.pcx" },
3348 { "em_gate_8_gray.EDITOR.xpos", "3" },
3349 { "em_gate_8_gray.EDITOR.ypos", "7" },
3350 { "em_gate_8_gray.EDITOR.frames", "1" },
3352 { "emc_android", "emc_object.pcx" },
3353 { "emc_android.xpos", "7" },
3354 { "emc_android.ypos", "13" },
3355 { "emc_android.frames", "8" },
3356 { "emc_android.vertical", "true" },
3357 { "emc_android.scale_up_factor", "2" },
3359 { "emc_grass", "RocksEMC.pcx" },
3360 { "emc_grass.xpos", "0" },
3361 { "emc_grass.ypos", "4" },
3362 { "emc_grass.frames", "1" },
3363 { "emc_grass.CRUMBLED", "RocksEMC.pcx" },
3364 { "emc_grass.CRUMBLED.xpos", "1" },
3365 { "emc_grass.CRUMBLED.ypos", "4" },
3366 { "emc_grass.CRUMBLED.frames", "1" },
3367 { "emc_grass.digging.left", "RocksEMC.pcx" },
3368 { "emc_grass.digging.left.xpos", "6" },
3369 { "emc_grass.digging.left.ypos", "0" },
3370 { "emc_grass.digging.left.frames", "3" },
3371 { "emc_grass.digging.left.delay", "2" },
3372 { "emc_grass.digging.left.anim_mode", "linear" },
3373 { "emc_grass.digging.right", "RocksEMC.pcx" },
3374 { "emc_grass.digging.right.xpos", "9" },
3375 { "emc_grass.digging.right.ypos", "0" },
3376 { "emc_grass.digging.right.frames", "3" },
3377 { "emc_grass.digging.right.delay", "2" },
3378 { "emc_grass.digging.right.anim_mode", "linear" },
3379 { "emc_grass.digging.up", "RocksEMC.pcx" },
3380 { "emc_grass.digging.up.xpos", "0" },
3381 { "emc_grass.digging.up.ypos", "0" },
3382 { "emc_grass.digging.up.frames", "3" },
3383 { "emc_grass.digging.up.delay", "2" },
3384 { "emc_grass.digging.up.anim_mode", "linear" },
3385 { "emc_grass.digging.down", "RocksEMC.pcx" },
3386 { "emc_grass.digging.down.xpos", "3" },
3387 { "emc_grass.digging.down.ypos", "0" },
3388 { "emc_grass.digging.down.frames", "3" },
3389 { "emc_grass.digging.down.delay", "2" },
3390 { "emc_grass.digging.down.anim_mode", "linear" },
3391 { "emc_grass.digging.left.CRUMBLED", "RocksEMC.pcx" },
3392 { "emc_grass.digging.left.CRUMBLED.xpos", "6" },
3393 { "emc_grass.digging.left.CRUMBLED.ypos", "1" },
3394 { "emc_grass.digging.left.CRUMBLED.frames", "3" },
3395 { "emc_grass.digging.left.CRUMBLED.delay", "2" },
3396 { "emc_grass.digging.left.CRUMBLED.anim_mode","linear" },
3397 { "emc_grass.digging.right.CRUMBLED", "RocksEMC.pcx" },
3398 { "emc_grass.digging.right.CRUMBLED.xpos", "9" },
3399 { "emc_grass.digging.right.CRUMBLED.ypos", "1" },
3400 { "emc_grass.digging.right.CRUMBLED.frames", "3" },
3401 { "emc_grass.digging.right.CRUMBLED.delay", "2" },
3402 { "emc_grass.digging.right.CRUMBLED.anim_mode","linear" },
3403 { "emc_grass.digging.up.CRUMBLED", "RocksEMC.pcx" },
3404 { "emc_grass.digging.up.CRUMBLED.xpos", "0" },
3405 { "emc_grass.digging.up.CRUMBLED.ypos", "1" },
3406 { "emc_grass.digging.up.CRUMBLED.frames", "3" },
3407 { "emc_grass.digging.up.CRUMBLED.delay", "2" },
3408 { "emc_grass.digging.up.CRUMBLED.anim_mode", "linear" },
3409 { "emc_grass.digging.down.CRUMBLED", "RocksEMC.pcx" },
3410 { "emc_grass.digging.down.CRUMBLED.xpos", "3" },
3411 { "emc_grass.digging.down.CRUMBLED.ypos", "1" },
3412 { "emc_grass.digging.down.CRUMBLED.frames", "3" },
3413 { "emc_grass.digging.down.CRUMBLED.delay", "2" },
3414 { "emc_grass.digging.down.CRUMBLED.anim_mode","linear" },
3416 { "emc_magic_ball", "emc_object.pcx" },
3417 { "emc_magic_ball.xpos", "22" },
3418 { "emc_magic_ball.ypos", "18" },
3419 { "emc_magic_ball.frames", "1" },
3420 { "emc_magic_ball.scale_up_factor", "2" },
3422 { "emc_magic_ball.active", "emc_object.pcx" },
3423 { "emc_magic_ball.active.xpos", "22" },
3424 { "emc_magic_ball.active.ypos", "18" },
3425 { "emc_magic_ball.active.frames", "16" },
3426 { "emc_magic_ball.active.vertical", "true" },
3427 { "emc_magic_ball.active.scale_up_factor", "2" },
3429 { "emc_magic_ball_switch", "emc_object.pcx" },
3430 { "emc_magic_ball_switch.xpos", "25" },
3431 { "emc_magic_ball_switch.ypos", "10" },
3432 { "emc_magic_ball_switch.frames", "1" },
3433 { "emc_magic_ball_switch.scale_up_factor", "2" },
3435 { "emc_magic_ball_switch.active", "emc_object.pcx" },
3436 { "emc_magic_ball_switch.active.xpos", "25" },
3437 { "emc_magic_ball_switch.active.ypos", "9" },
3438 { "emc_magic_ball_switch.active.frames", "1" },
3439 { "emc_magic_ball_switch.active.scale_up_factor", "2" },
3441 { "emc_spring_bumper", "RocksEMC.pcx" },
3442 { "emc_spring_bumper.xpos", "8" },
3443 { "emc_spring_bumper.ypos", "4" },
3444 { "emc_spring_bumper.frames", "1" },
3446 { "emc_spring_bumper.active", "RocksEMC.pcx" },
3447 { "emc_spring_bumper.active.xpos", "8" },
3448 { "emc_spring_bumper.active.ypos", "4" },
3449 { "emc_spring_bumper.active.frames", "4" },
3450 { "emc_spring_bumper.active.anim_mode", "pingpong2" },
3452 { "emc_plant", "RocksEMC.pcx" },
3453 { "emc_plant.xpos", "4" },
3454 { "emc_plant.ypos", "4" },
3455 { "emc_plant.frames", "1" },
3456 { "emc_plant.CRUMBLED", "RocksEMC.pcx" },
3457 { "emc_plant.CRUMBLED.xpos", "5" },
3458 { "emc_plant.CRUMBLED.ypos", "4" },
3459 { "emc_plant.CRUMBLED.frames", "1" },
3461 { "emc_lenses", "RocksEMC.pcx" },
3462 { "emc_lenses.xpos", "6" },
3463 { "emc_lenses.ypos", "4" },
3464 { "emc_lenses.frames", "1" },
3466 { "emc_magnifier", "RocksEMC.pcx" },
3467 { "emc_magnifier.xpos", "7" },
3468 { "emc_magnifier.ypos", "4" },
3469 { "emc_magnifier.frames", "1" },
3471 { "emc_wall_9", "emc_object.pcx" },
3472 { "emc_wall_9.xpos", "26" },
3473 { "emc_wall_9.ypos", "4" },
3474 { "emc_wall_9.frames", "1" },
3475 { "emc_wall_9.scale_up_factor", "2" },
3476 { "emc_wall_10", "emc_object.pcx" },
3477 { "emc_wall_10.xpos", "26" },
3478 { "emc_wall_10.ypos", "5" },
3479 { "emc_wall_10.frames", "1" },
3480 { "emc_wall_10.scale_up_factor", "2" },
3481 { "emc_wall_11", "emc_object.pcx" },
3482 { "emc_wall_11.xpos", "26" },
3483 { "emc_wall_11.ypos", "9" },
3484 { "emc_wall_11.frames", "1" },
3485 { "emc_wall_11.scale_up_factor", "2" },
3486 { "emc_wall_12", "emc_object.pcx" },
3487 { "emc_wall_12.xpos", "26" },
3488 { "emc_wall_12.ypos", "10" },
3489 { "emc_wall_12.frames", "1" },
3490 { "emc_wall_12.scale_up_factor", "2" },
3491 { "emc_wall_13", "emc_object.pcx" },
3492 { "emc_wall_13.xpos", "25" },
3493 { "emc_wall_13.ypos", "23" },
3494 { "emc_wall_13.frames", "1" },
3495 { "emc_wall_13.scale_up_factor", "2" },
3496 { "emc_wall_14", "emc_object.pcx" },
3497 { "emc_wall_14.xpos", "25" },
3498 { "emc_wall_14.ypos", "24" },
3499 { "emc_wall_14.frames", "1" },
3500 { "emc_wall_14.scale_up_factor", "2" },
3501 { "emc_wall_15", "emc_object.pcx" },
3502 { "emc_wall_15.xpos", "25" },
3503 { "emc_wall_15.ypos", "25" },
3504 { "emc_wall_15.frames", "1" },
3505 { "emc_wall_15.scale_up_factor", "2" },
3506 { "emc_wall_16", "emc_object.pcx" },
3507 { "emc_wall_16.xpos", "25" },
3508 { "emc_wall_16.ypos", "26" },
3509 { "emc_wall_16.frames", "1" },
3510 { "emc_wall_16.scale_up_factor", "2" },
3512 { "emc_wall_slippery_1", "emc_object.pcx" },
3513 { "emc_wall_slippery_1.xpos", "25" },
3514 { "emc_wall_slippery_1.ypos", "27" },
3515 { "emc_wall_slippery_1.frames", "1" },
3516 { "emc_wall_slippery_1.scale_up_factor", "2" },
3517 { "emc_wall_slippery_2", "emc_object.pcx" },
3518 { "emc_wall_slippery_2.xpos", "25" },
3519 { "emc_wall_slippery_2.ypos", "28" },
3520 { "emc_wall_slippery_2.frames", "1" },
3521 { "emc_wall_slippery_2.scale_up_factor", "2" },
3522 { "emc_wall_slippery_3", "emc_object.pcx" },
3523 { "emc_wall_slippery_3.xpos", "25" },
3524 { "emc_wall_slippery_3.ypos", "29" },
3525 { "emc_wall_slippery_3.frames", "1" },
3526 { "emc_wall_slippery_3.scale_up_factor", "2" },
3527 { "emc_wall_slippery_4", "emc_object.pcx" },
3528 { "emc_wall_slippery_4.xpos", "25" },
3529 { "emc_wall_slippery_4.ypos", "30" },
3530 { "emc_wall_slippery_4.frames", "1" },
3531 { "emc_wall_slippery_4.scale_up_factor", "2" },
3533 { "emc_fake_grass", "RocksEMC.pcx" },
3534 { "emc_fake_grass.xpos", "0" },
3535 { "emc_fake_grass.ypos", "4" },
3536 { "emc_fake_grass.frames", "1" },
3537 { "emc_fake_grass.CRUMBLED", "RocksEMC.pcx" },
3538 { "emc_fake_grass.CRUMBLED.xpos", "1" },
3539 { "emc_fake_grass.CRUMBLED.ypos", "4" },
3540 { "emc_fake_grass.CRUMBLED.frames", "1" },
3541 { "emc_fake_grass.active", "RocksEMC.pcx" },
3542 { "emc_fake_grass.active.xpos", "2" },
3543 { "emc_fake_grass.active.ypos", "4" },
3544 { "emc_fake_grass.active.frames", "1" },
3545 { "emc_fake_grass.active.CRUMBLED", "RocksEMC.pcx" },
3546 { "emc_fake_grass.active.CRUMBLED.xpos", "3" },
3547 { "emc_fake_grass.active.CRUMBLED.ypos", "4" },
3548 { "emc_fake_grass.active.CRUMBLED.frames", "1" },
3550 { "emc_fake_acid", "RocksElements.pcx" },
3551 { "emc_fake_acid.xpos", "12" },
3552 { "emc_fake_acid.ypos", "7" },
3553 { "emc_fake_acid.frames", "4" },
3554 { "emc_fake_acid.delay", "10" },
3555 { "emc_fake_acid.global_sync", "true" },
3557 { "emc_dripper", "RocksSP.pcx" },
3558 { "emc_dripper.xpos", "0" },
3559 { "emc_dripper.ypos", "0" },
3560 { "emc_dripper.frames", "1" },
3561 { "emc_dripper.EDITOR", "emc_object.pcx" },
3562 { "emc_dripper.EDITOR.xpos", "25" },
3563 { "emc_dripper.EDITOR.ypos", "15" },
3564 { "emc_dripper.EDITOR.frames", "1" },
3565 { "emc_dripper.EDITOR.scale_up_factor", "2" },
3566 { "emc_dripper.active", "emc_object.pcx" },
3567 { "emc_dripper.active.xpos", "25" },
3568 { "emc_dripper.active.ypos", "15" },
3569 { "emc_dripper.active.frames", "1" },
3570 { "emc_dripper.active.scale_up_factor", "2" },
3572 #include "conf_chr.c" /* include auto-generated data structure definitions */
3573 #include "conf_cus.c" /* include auto-generated data structure definitions */
3574 #include "conf_grp.c" /* include auto-generated data structure definitions */
3576 /* images not associated to game elements (used for menu screens etc.) */
3577 /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */
3579 /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */
3581 { "emc_object", "emc_object.pcx" },
3582 { "emc_object.scale_up_factor", "2" },
3584 { "emc_sprite", "emc_sprite.pcx" },
3585 { "emc_sprite.scale_up_factor", "2" },
3587 { "toon_1", "RocksToons.pcx" },
3588 { "toon_1.x", "2" },
3589 { "toon_1.y", "72" },
3590 { "toon_1.width", "40" },
3591 { "toon_1.height", "48" },
3592 { "toon_1.frames", "8" },
3593 { "toon_1.delay", "1" },
3594 { "toon_1.step_offset", "4" },
3595 { "toon_1.step_delay", "5" },
3596 { "toon_1.direction", "right" },
3597 { "toon_1.position", "bottom" },
3599 { "toon_2", "RocksToons.pcx" },
3600 { "toon_2.x", "2" },
3601 { "toon_2.y", "186" },
3602 { "toon_2.width", "40" },
3603 { "toon_2.height", "48" },
3604 { "toon_2.frames", "8" },
3605 { "toon_2.delay", "1" },
3606 { "toon_2.step_offset", "4" },
3607 { "toon_2.step_delay", "5" },
3608 { "toon_2.direction", "left" },
3609 { "toon_2.position", "bottom" },
3611 { "toon_3", "RocksToons.pcx" },
3612 { "toon_3.x", "2" },
3613 { "toon_3.y", "125" },
3614 { "toon_3.width", "48" },
3615 { "toon_3.height", "56" },
3616 { "toon_3.frames", "8" },
3617 { "toon_3.delay", "1" },
3618 { "toon_3.step_offset", "4" },
3619 { "toon_3.step_delay", "5" },
3620 { "toon_3.direction", "right" },
3621 { "toon_3.position", "bottom" },
3623 { "toon_4", "RocksToons.pcx" },
3624 { "toon_4.x", "327" },
3625 { "toon_4.y", "10" },
3626 { "toon_4.width", "80" },
3627 { "toon_4.height", "110" },
3628 { "toon_4.frames", "1" },
3629 { "toon_4.delay", "1" },
3630 { "toon_4.step_offset", "1" },
3631 { "toon_4.step_delay", "1" },
3632 { "toon_4.direction", "up" },
3633 { "toon_4.position", "any" },
3635 { "toon_5", "RocksToons.pcx" },
3636 { "toon_5.x", "2" },
3637 { "toon_5.y", "2" },
3638 { "toon_5.width", "32" },
3639 { "toon_5.height", "30" },
3640 { "toon_5.frames", "8" },
3641 { "toon_5.delay", "2" },
3642 { "toon_5.anim_mode", "pingpong2" },
3643 { "toon_5.step_offset", "2" },
3644 { "toon_5.step_delay", "1" },
3645 { "toon_5.direction", "right" },
3646 { "toon_5.position", "upper" },
3648 { "toon_6", "RocksToons.pcx" },
3649 { "toon_6.x", "2" },
3650 { "toon_6.y", "37" },
3651 { "toon_6.width", "32" },
3652 { "toon_6.height", "30" },
3653 { "toon_6.frames", "8" },
3654 { "toon_6.delay", "2" },
3655 { "toon_6.anim_mode", "pingpong2" },
3656 { "toon_6.step_offset", "2" },
3657 { "toon_6.step_delay", "1" },
3658 { "toon_6.direction", "left" },
3659 { "toon_6.position", "upper" },
3661 { "toon_7", "RocksMore.pcx" },
3662 { "toon_7.xpos", "0" },
3663 { "toon_7.ypos", "6" },
3664 { "toon_7.frames", "16" },
3665 { "toon_7.delay", "2" },
3666 { "toon_7.direction", "down" },
3667 { "toon_7.position", "any" },
3669 { "toon_8", "RocksHeroes.pcx" },
3670 { "toon_8.xpos", "4" },
3671 { "toon_8.ypos", "1" },
3672 { "toon_8.frames", "4" },
3673 { "toon_8.delay", "4" },
3674 { "toon_8.direction", "right" },
3675 { "toon_8.position", "bottom" },
3677 { "toon_9", "RocksHeroes.pcx" },
3678 { "toon_9.xpos", "8" },
3679 { "toon_9.ypos", "7" },
3680 { "toon_9.frames", "4" },
3681 { "toon_9.delay", "2" },
3682 { "toon_9.direction", "left" },
3683 { "toon_9.position", "bottom" },
3685 { "toon_10", "RocksHeroes.pcx" },
3686 { "toon_10.xpos", "12" },
3687 { "toon_10.ypos", "7" },
3688 { "toon_10.frames", "4" },
3689 { "toon_10.delay", "2" },
3690 { "toon_10.direction", "right" },
3691 { "toon_10.position", "bottom" },
3693 { "toon_11", "RocksHeroes.pcx" },
3694 { "toon_11.xpos", "8" },
3695 { "toon_11.ypos", "5" },
3696 { "toon_11.frames", "4" },
3697 { "toon_11.delay", "2" },
3698 { "toon_11.direction", "left" },
3699 { "toon_11.position", "bottom" },
3701 { "toon_12", "RocksHeroes.pcx" },
3702 { "toon_12.xpos", "12" },
3703 { "toon_12.ypos", "5" },
3704 { "toon_12.frames", "4" },
3705 { "toon_12.delay", "2" },
3706 { "toon_12.direction", "right" },
3707 { "toon_12.position", "bottom" },
3709 { "toon_13", "RocksHeroes.pcx" },
3710 { "toon_13.xpos", "8" },
3711 { "toon_13.ypos", "1" },
3712 { "toon_13.frames", "4" },
3713 { "toon_13.delay", "2" },
3714 { "toon_13.direction", "left" },
3715 { "toon_13.position", "bottom" },
3717 { "toon_14", "RocksHeroes.pcx" },
3718 { "toon_14.xpos", "12" },
3719 { "toon_14.ypos", "1" },
3720 { "toon_14.frames", "4" },
3721 { "toon_14.delay", "2" },
3722 { "toon_14.direction", "right" },
3723 { "toon_14.position", "bottom" },
3725 { "toon_15", "RocksHeroes.pcx" },
3726 { "toon_15.xpos", "8" },
3727 { "toon_15.ypos", "3" },
3728 { "toon_15.frames", "4" },
3729 { "toon_15.delay", "2" },
3730 { "toon_15.direction", "left" },
3731 { "toon_15.position", "bottom" },
3733 { "toon_16", "RocksHeroes.pcx" },
3734 { "toon_16.xpos", "12" },
3735 { "toon_16.ypos", "3" },
3736 { "toon_16.frames", "4" },
3737 { "toon_16.delay", "2" },
3738 { "toon_16.direction", "right" },
3739 { "toon_16.position", "bottom" },
3741 { "toon_17", "RocksHeroes.pcx" },
3742 { "toon_17.xpos", "8" },
3743 { "toon_17.ypos", "9" },
3744 { "toon_17.frames", "8" },
3745 { "toon_17.delay", "2" },
3746 { "toon_17.direction", "left" },
3747 { "toon_17.position", "any" },
3749 { "toon_18", "RocksHeroes.pcx" },
3750 { "toon_18.xpos", "8" },
3751 { "toon_18.ypos", "9" },
3752 { "toon_18.frames", "8" },
3753 { "toon_18.delay", "2" },
3754 { "toon_18.direction", "right" },
3755 { "toon_18.position", "any" },
3757 { "toon_19", "RocksElements.pcx" },
3758 { "toon_19.xpos", "8" },
3759 { "toon_19.ypos", "0" },
3760 { "toon_19.frames", "2" },
3761 { "toon_19.delay", "4" },
3762 { "toon_19.direction", "down" },
3763 { "toon_19.position", "any" },
3765 { "toon_20", "RocksElements.pcx" },
3766 { "toon_20.xpos", "10" },
3767 { "toon_20.ypos", "0" },
3768 { "toon_20.frames", "2" },
3769 { "toon_20.delay", "4" },
3770 { "toon_20.direction", "down" },
3771 { "toon_20.position", "any" },
3773 { "menu.calibrate_red", "RocksElements.pcx" },
3774 { "menu.calibrate_red.xpos", "12" },
3775 { "menu.calibrate_red.ypos", "8" },
3776 { "menu.calibrate_red.frames", "1" },
3777 { "menu.calibrate_blue", "RocksElements.pcx" },
3778 { "menu.calibrate_blue.xpos", "13" },
3779 { "menu.calibrate_blue.ypos", "8" },
3780 { "menu.calibrate_blue.frames", "1" },
3781 { "menu.calibrate_yellow", "RocksElements.pcx" },
3782 { "menu.calibrate_yellow.xpos", "14" },
3783 { "menu.calibrate_yellow.ypos", "8" },
3784 { "menu.calibrate_yellow.frames", "1" },
3786 { "menu.button", "RocksElements.pcx" },
3787 { "menu.button.xpos", "13" },
3788 { "menu.button.ypos", "8" },
3789 { "menu.button.frames", "1" },
3790 { "menu.button.active", "RocksElements.pcx" },
3791 { "menu.button.active.xpos", "12" },
3792 { "menu.button.active.ypos", "8" },
3793 { "menu.button.active.frames", "1" },
3795 { "menu.button_left", "RocksDC.pcx" },
3796 { "menu.button_left.xpos", "8" },
3797 { "menu.button_left.ypos", "8" },
3798 { "menu.button_left.frames", "1" },
3799 { "menu.button_right", "RocksDC.pcx" },
3800 { "menu.button_right.xpos", "9" },
3801 { "menu.button_right.ypos", "8" },
3802 { "menu.button_right.frames", "1" },
3803 { "menu.button_up", "RocksDC.pcx" },
3804 { "menu.button_up.xpos", "10" },
3805 { "menu.button_up.ypos", "8" },
3806 { "menu.button_up.frames", "1" },
3807 { "menu.button_down", "RocksDC.pcx" },
3808 { "menu.button_down.xpos", "11" },
3809 { "menu.button_down.ypos", "8" },
3810 { "menu.button_down.frames", "1" },
3811 { "menu.button_left.active", "RocksDC.pcx" },
3812 { "menu.button_left.active.xpos", "8" },
3813 { "menu.button_left.active.ypos", "9" },
3814 { "menu.button_left.active.frames", "1" },
3815 { "menu.button_right.active", "RocksDC.pcx" },
3816 { "menu.button_right.active.xpos", "9" },
3817 { "menu.button_right.active.ypos", "9" },
3818 { "menu.button_right.active.frames", "1" },
3819 { "menu.button_up.active", "RocksDC.pcx" },
3820 { "menu.button_up.active.xpos", "10" },
3821 { "menu.button_up.active.ypos", "9" },
3822 { "menu.button_up.active.frames", "1" },
3823 { "menu.button_down.active", "RocksDC.pcx" },
3824 { "menu.button_down.active.xpos", "11" },
3825 { "menu.button_down.active.ypos", "9" },
3826 { "menu.button_down.active.frames", "1" },
3828 { "menu.scrollbar", "RocksDC.pcx" },
3829 { "menu.scrollbar.xpos", "8" },
3830 { "menu.scrollbar.ypos", "10" },
3831 { "menu.scrollbar.frames", "1" },
3832 { "menu.scrollbar.active", "RocksDC.pcx" },
3833 { "menu.scrollbar.active.xpos", "9" },
3834 { "menu.scrollbar.active.ypos", "10" },
3835 { "menu.scrollbar.active.frames", "1" },
3837 { "font.initial_1", "RocksFontSmall.pcx" },
3838 { "font.initial_1.x", "0" },
3839 { "font.initial_1.y", "0" },
3840 { "font.initial_1.width", "14" },
3841 { "font.initial_1.height", "14" },
3842 { "font.initial_2", "RocksFontSmall.pcx" },
3843 { "font.initial_2.x", "0" },
3844 { "font.initial_2.y", "70" },
3845 { "font.initial_2.width", "14" },
3846 { "font.initial_2.height", "14" },
3847 { "font.initial_3", "RocksFontSmall.pcx" },
3848 { "font.initial_3.x", "0" },
3849 { "font.initial_3.y", "140" },
3850 { "font.initial_3.width", "14" },
3851 { "font.initial_3.height", "14" },
3852 { "font.initial_4", "RocksFontSmall.pcx" },
3853 { "font.initial_4.x", "0" },
3854 { "font.initial_4.y", "210" },
3855 { "font.initial_4.width", "14" },
3856 { "font.initial_4.height", "14" },
3858 { "font.title_1", "RocksFontBig.pcx" },
3859 { "font.title_1.x", "0" },
3860 { "font.title_1.y", "480" },
3861 { "font.title_1.width", "32" },
3862 { "font.title_1.height", "32" },
3863 { "font.title_1.LEVELS", "RocksFontBig.pcx" },
3864 { "font.title_1.LEVELS.x", "0" },
3865 { "font.title_1.LEVELS.y", "320" },
3866 { "font.title_1.LEVELS.width", "32" },
3867 { "font.title_1.LEVELS.height", "32" },
3868 { "font.title_2", "RocksFontSmall.pcx" },
3869 { "font.title_2.x", "0" },
3870 { "font.title_2.y", "0" },
3871 { "font.title_2.width", "14" },
3872 { "font.title_2.height", "14" },
3874 { "font.menu_1", "RocksFontBig.pcx" },
3875 { "font.menu_1.x", "0" },
3876 { "font.menu_1.y", "320" },
3877 { "font.menu_1.width", "32" },
3878 { "font.menu_1.height", "32" },
3879 { "font.menu_2", "RocksFontMedium.pcx" },
3880 { "font.menu_2.x", "0" },
3881 { "font.menu_2.y", "320" },
3882 { "font.menu_2.width", "16" },
3883 { "font.menu_2.height", "32" },
3885 { "font.text_1", "RocksFontSmall.pcx" },
3886 { "font.text_1.x", "0" },
3887 { "font.text_1.y", "140" },
3888 { "font.text_1.width", "14" },
3889 { "font.text_1.height", "14" },
3890 { "font.text_1.LEVELS", "RocksFontMedium.pcx" },
3891 { "font.text_1.LEVELS.x", "0" },
3892 { "font.text_1.LEVELS.y", "0" },
3893 { "font.text_1.LEVELS.width", "16" },
3894 { "font.text_1.LEVELS.height", "32" },
3895 { "font.text_1.PREVIEW", "RocksFontEM.pcx" },
3896 { "font.text_1.PREVIEW.x", "0" },
3897 { "font.text_1.PREVIEW.y", "160" },
3898 { "font.text_1.PREVIEW.width", "16" },
3899 { "font.text_1.PREVIEW.height", "16" },
3900 { "font.text_1.SCORES", "RocksFontMedium.pcx" },
3901 { "font.text_1.SCORES.x", "0" },
3902 { "font.text_1.SCORES.y", "480" },
3903 { "font.text_1.SCORES.width", "16" },
3904 { "font.text_1.SCORES.height", "32" },
3905 { "font.text_1.active.SCORES", "RocksFontMedium.pcx" },
3906 { "font.text_1.active.SCORES.x", "0" },
3907 { "font.text_1.active.SCORES.y", "0" },
3908 { "font.text_1.active.SCORES.width", "16" },
3909 { "font.text_1.active.SCORES.height", "32" },
3910 { "font.text_2", "RocksFontSmall.pcx" },
3911 { "font.text_2.x", "0" },
3912 { "font.text_2.y", "210" },
3913 { "font.text_2.width", "14" },
3914 { "font.text_2.height", "14" },
3915 { "font.text_2.LEVELS", "RocksFontMedium.pcx" },
3916 { "font.text_2.LEVELS.x", "0" },
3917 { "font.text_2.LEVELS.y", "160" },
3918 { "font.text_2.LEVELS.width", "16" },
3919 { "font.text_2.LEVELS.height", "32" },
3920 { "font.text_2.PREVIEW", "RocksFontEM.pcx" },
3921 { "font.text_2.PREVIEW.x", "0" },
3922 { "font.text_2.PREVIEW.y", "160" },
3923 { "font.text_2.PREVIEW.width", "16" },
3924 { "font.text_2.PREVIEW.height", "16" },
3925 { "font.text_2.SCORES", "RocksFontBig.pcx" },
3926 { "font.text_2.SCORES.x", "0" },
3927 { "font.text_2.SCORES.y", "320" },
3928 { "font.text_2.SCORES.width", "32" },
3929 { "font.text_2.SCORES.height", "32" },
3930 { "font.text_2.active.SCORES", "RocksFontBig.pcx" },
3931 { "font.text_2.active.SCORES.x", "0" },
3932 { "font.text_2.active.SCORES.y", "0" },
3933 { "font.text_2.active.SCORES.width", "32" },
3934 { "font.text_2.active.SCORES.height", "32" },
3935 { "font.text_3", "RocksFontSmall.pcx" },
3936 { "font.text_3.x", "0" },
3937 { "font.text_3.y", "0" },
3938 { "font.text_3.width", "14" },
3939 { "font.text_3.height", "14" },
3940 { "font.text_3.LEVELS", "RocksFontMedium.pcx" },
3941 { "font.text_3.LEVELS.x", "0" },
3942 { "font.text_3.LEVELS.y", "320" },
3943 { "font.text_3.LEVELS.width", "16" },
3944 { "font.text_3.LEVELS.height", "32" },
3945 { "font.text_3.PREVIEW", "RocksFontEM.pcx" },
3946 { "font.text_3.PREVIEW.x", "0" },
3947 { "font.text_3.PREVIEW.y", "160" },
3948 { "font.text_3.PREVIEW.width", "16" },
3949 { "font.text_3.PREVIEW.height", "16" },
3950 { "font.text_3.SCORES", "RocksFontMedium.pcx" },
3951 { "font.text_3.SCORES.x", "0" },
3952 { "font.text_3.SCORES.y", "480" },
3953 { "font.text_3.SCORES.width", "16" },
3954 { "font.text_3.SCORES.height", "32" },
3955 { "font.text_3.active.SCORES", "RocksFontMedium.pcx" },
3956 { "font.text_3.active.SCORES.x", "0" },
3957 { "font.text_3.active.SCORES.y", "0" },
3958 { "font.text_3.active.SCORES.width", "16" },
3959 { "font.text_3.active.SCORES.height", "32" },
3960 { "font.text_4", "RocksFontSmall.pcx" },
3961 { "font.text_4.x", "0" },
3962 { "font.text_4.y", "70" },
3963 { "font.text_4.width", "14" },
3964 { "font.text_4.height", "14" },
3965 { "font.text_4.LEVELS", "RocksFontMedium.pcx" },
3966 { "font.text_4.LEVELS.x", "0" },
3967 { "font.text_4.LEVELS.y", "480" },
3968 { "font.text_4.LEVELS.width", "16" },
3969 { "font.text_4.LEVELS.height", "32" },
3970 { "font.text_4.SCORES", "RocksFontMedium.pcx" },
3971 { "font.text_4.SCORES.x", "0" },
3972 { "font.text_4.SCORES.y", "480" },
3973 { "font.text_4.SCORES.width", "16" },
3974 { "font.text_4.SCORES.height", "32" },
3975 { "font.text_4.active.SCORES", "RocksFontMedium.pcx" },
3976 { "font.text_4.active.SCORES.x", "0" },
3977 { "font.text_4.active.SCORES.y", "0" },
3978 { "font.text_4.active.SCORES.width", "16" },
3979 { "font.text_4.active.SCORES.height", "32" },
3981 { "font.envelope_1", "RocksFontEM.pcx" },
3982 { "font.envelope_1.x", "0" },
3983 { "font.envelope_1.y", "160" },
3984 { "font.envelope_1.width", "16" },
3985 { "font.envelope_1.height", "16" },
3986 { "font.envelope_2", "RocksFontEM.pcx" },
3987 { "font.envelope_2.x", "0" },
3988 { "font.envelope_2.y", "160" },
3989 { "font.envelope_2.width", "16" },
3990 { "font.envelope_2.height", "16" },
3991 { "font.envelope_3", "RocksFontEM.pcx" },
3992 { "font.envelope_3.x", "0" },
3993 { "font.envelope_3.y", "160" },
3994 { "font.envelope_3.width", "16" },
3995 { "font.envelope_3.height", "16" },
3996 { "font.envelope_4", "RocksFontEM.pcx" },
3997 { "font.envelope_4.x", "0" },
3998 { "font.envelope_4.y", "160" },
3999 { "font.envelope_4.width", "16" },
4000 { "font.envelope_4.height", "16" },
4002 { "font.input_1", "RocksFontSmall.pcx" },
4003 { "font.input_1.x", "0" },
4004 { "font.input_1.y", "210" },
4005 { "font.input_1.width", "14" },
4006 { "font.input_1.height", "14" },
4007 { "font.input_1.MAIN", "RocksFontBig.pcx" },
4008 { "font.input_1.MAIN.x", "0" },
4009 { "font.input_1.MAIN.y", "0" },
4010 { "font.input_1.MAIN.width", "32" },
4011 { "font.input_1.MAIN.height", "32" },
4012 { "font.input_1.active", "RocksFontSmall.pcx" },
4013 { "font.input_1.active.x", "0" },
4014 { "font.input_1.active.y", "210" },
4015 { "font.input_1.active.width", "14" },
4016 { "font.input_1.active.height", "14" },
4017 { "font.input_1.active.MAIN", "RocksFontBig.pcx" },
4018 { "font.input_1.active.MAIN.x", "0" },
4019 { "font.input_1.active.MAIN.y", "480" },
4020 { "font.input_1.active.MAIN.width", "32" },
4021 { "font.input_1.active.MAIN.height", "32" },
4022 { "font.input_1.active.SETUP", "RocksFontBig.pcx" },
4023 { "font.input_1.active.SETUP.x", "0" },
4024 { "font.input_1.active.SETUP.y", "0" },
4025 { "font.input_1.active.SETUP.width", "32" },
4026 { "font.input_1.active.SETUP.height", "32" },
4027 { "font.input_2", "RocksFontSmall.pcx" },
4028 { "font.input_2.x", "0" },
4029 { "font.input_2.y", "210" },
4030 { "font.input_2.width", "14" },
4031 { "font.input_2.height", "14" },
4032 { "font.input_2.active", "RocksFontSmall.pcx" },
4033 { "font.input_2.active.x", "0" },
4034 { "font.input_2.active.y", "210" },
4035 { "font.input_2.active.width", "14" },
4036 { "font.input_2.active.height", "14" },
4038 { "font.option_off", "RocksFontBig.pcx" },
4039 { "font.option_off.x", "0" },
4040 { "font.option_off.y", "160" },
4041 { "font.option_off.width", "32" },
4042 { "font.option_off.height", "32" },
4043 { "font.option_on", "RocksFontBig.pcx" },
4044 { "font.option_on.x", "0" },
4045 { "font.option_on.y", "480" },
4046 { "font.option_on.width", "32" },
4047 { "font.option_on.height", "32" },
4049 { "font.value_1", "RocksFontBig.pcx" },
4050 { "font.value_1.x", "0" },
4051 { "font.value_1.y", "480" },
4052 { "font.value_1.width", "32" },
4053 { "font.value_1.height", "32" },
4054 { "font.value_2", "RocksFontMedium.pcx" },
4055 { "font.value_2.x", "0" },
4056 { "font.value_2.y", "480" },
4057 { "font.value_2.width", "16" },
4058 { "font.value_2.height", "32" },
4059 { "font.value_old", "RocksFontBig.pcx" },
4060 { "font.value_old.x", "0" },
4061 { "font.value_old.y", "160" },
4062 { "font.value_old.width", "32" },
4063 { "font.value_old.height", "32" },
4065 { "font.level_number", "RocksFontSmall.pcx" },
4066 { "font.level_number.x", "0" },
4067 { "font.level_number.y", "350" },
4068 { "font.level_number.width", "10" },
4069 { "font.level_number.height", "14" },
4071 { "font.tape_recorder", "RocksFontSmall.pcx" },
4072 { "font.tape_recorder.x", "0" },
4073 { "font.tape_recorder.y", "280" },
4074 { "font.tape_recorder.width", "11" },
4075 { "font.tape_recorder.height", "14" },
4077 { "font.game_info", "RocksFontEM.pcx" },
4078 { "font.game_info.xpos", "0" },
4079 { "font.game_info.ypos", "0" },
4080 { "font.game_info.delay", "10" },
4082 { "global.border", "RocksScreen.pcx" },
4083 { "global.door", "RocksDoor.pcx" },
4085 { "editor.element_border", "RocksElements.pcx" },
4086 { "editor.element_border.xpos", "0" },
4087 { "editor.element_border.ypos", "0" },
4089 { "editor.element_border_input", "RocksElements.pcx" },
4090 { "editor.element_border_input.xpos", "0" },
4091 { "editor.element_border_input.ypos", "0" },
4093 { "background.envelope_1", "RocksScreen.pcx" },
4094 { "background.envelope_1.x", "0" },
4095 { "background.envelope_1.y", "0" },
4096 { "background.envelope_1.width", "560" },
4097 { "background.envelope_1.height", "560" },
4098 { "background.envelope_1.anim_mode", "default" },
4099 { "background.envelope_1.draw_masked", "false" },
4100 { "background.envelope_2", "RocksScreen.pcx" },
4101 { "background.envelope_2.x", "0" },
4102 { "background.envelope_2.y", "0" },
4103 { "background.envelope_2.width", "560" },
4104 { "background.envelope_2.height", "560" },
4105 { "background.envelope_2.anim_mode", "default" },
4106 { "background.envelope_2.draw_masked", "false" },
4107 { "background.envelope_3", "RocksScreen.pcx" },
4108 { "background.envelope_3.x", "0" },
4109 { "background.envelope_3.y", "0" },
4110 { "background.envelope_3.width", "560" },
4111 { "background.envelope_3.height", "560" },
4112 { "background.envelope_3.anim_mode", "default" },
4113 { "background.envelope_3.draw_masked", "false" },
4114 { "background.envelope_4", "RocksScreen.pcx" },
4115 { "background.envelope_4.x", "0" },
4116 { "background.envelope_4.y", "0" },
4117 { "background.envelope_4.width", "560" },
4118 { "background.envelope_4.height", "560" },
4119 { "background.envelope_4.anim_mode", "default" },
4120 { "background.envelope_4.draw_masked", "false" },
4122 { "background", UNDEFINED_FILENAME },
4123 { "background.MAIN", UNDEFINED_FILENAME },
4124 { "background.LEVELS", UNDEFINED_FILENAME },
4125 { "background.SCORES", UNDEFINED_FILENAME },
4126 { "background.EDITOR", UNDEFINED_FILENAME },
4127 { "background.INFO", UNDEFINED_FILENAME },
4128 { "background.INFO[ELEMENTS]", UNDEFINED_FILENAME },
4129 { "background.SETUP", UNDEFINED_FILENAME },
4130 { "background.DOOR", UNDEFINED_FILENAME },
4132 /* the following directives are not associated with an image, but
4133 probably make sense to be defined in "graphicsinfo.conf", too */
4135 { "global.num_toons", "20" },
4137 { "menu.draw_xoffset", "0" },
4138 { "menu.draw_yoffset", "0" },
4139 { "menu.draw_xoffset.MAIN", "0" },
4140 { "menu.draw_yoffset.MAIN", "0" },
4141 { "menu.draw_xoffset.LEVELS", "0" },
4142 { "menu.draw_yoffset.LEVELS", "0" },
4143 { "menu.draw_xoffset.SCORES", "0" },
4144 { "menu.draw_yoffset.SCORES", "0" },
4145 { "menu.draw_xoffset.EDITOR", "0" },
4146 { "menu.draw_yoffset.EDITOR", "0" },
4147 { "menu.draw_xoffset.INFO", "0" },
4148 { "menu.draw_yoffset.INFO", "0" },
4149 { "menu.draw_xoffset.SETUP", "0" },
4150 { "menu.draw_yoffset.SETUP", "0" },
4152 { "menu.scrollbar_xoffset", "0" },
4154 { "menu.list_size", "-1" },
4155 { "menu.list_size.LEVELS", "-1" },
4156 { "menu.list_size.SCORES", "-1" },
4157 { "menu.list_size.INFO", "-1" },
4159 { "door_1.step_offset", "2" },
4160 { "door_1.step_delay", "10" },
4161 { "door_1.anim_mode", "default" },
4162 { "door_2.step_offset", "2" },
4163 { "door_2.step_delay", "10" },
4164 { "door_2.anim_mode", "default" },
4166 { "[player].boring_delay_fixed", "-1" },
4167 { "[player].boring_delay_random", "-1" },
4168 { "[player].sleeping_delay_fixed", "-1" },
4169 { "[player].sleeping_delay_random", "-1" },