rnd-20030104-1-src
[rocksndiamonds.git] / src / conf_gfx.c
1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
3 *----------------------------------------------------------*
4 * (c) 1995-2002 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * conf_gfx.c                                               *
12 ***********************************************************/
13
14 #include "libgame/libgame.h"
15 #include "main.h"
16
17
18 struct ConfigInfo image_config_suffix[] =
19 {
20   { ".xpos",                            "0"                     },
21   { ".ypos",                            "0"                     },
22   { ".offset",                          "32"                    },
23   { ".vertical",                        "0"                     },
24   { ".xoffset",                         GFX_ARG_UNDEFINED       },
25   { ".yoffset",                         GFX_ARG_UNDEFINED       },
26   { ".frames",                          "1"                     },
27   { ".start_frame",                     GFX_ARG_UNDEFINED       },
28   { ".delay",                           "1"                     },
29   { ".mode_loop",                       "0"                     },
30   { ".mode_linear",                     "0"                     },
31   { ".mode_pingpong",                   "0"                     },
32   { ".mode_pingpong2",                  "0"                     },
33   { ".mode_reverse",                    "0"                     },
34   { ".global_sync",                     GFX_ARG_UNDEFINED       },
35
36   { NULL,                               NULL                    }
37 };
38
39 struct ConfigInfo image_config[] =
40 {
41   /* images for Boulder Dash style elements and actions */
42
43   { "bd_wall",                                  "RocksDC.pcx"           },
44   { "bd_wall.xpos",                             "12"                    },
45   { "bd_wall.ypos",                             "9"                     },
46   { "bd_wall.frames",                           "1"                     },
47
48   { "bd_rock",                                  "RocksDC.pcx"           },
49   { "bd_rock.xpos",                             "12"                    },
50   { "bd_rock.ypos",                             "10"                    },
51   { "bd_rock.frames",                           "1"                     },
52   { "bd_rock.falling",                          "RocksDC.pcx"           },
53   { "bd_rock.falling.xpos",                     "12"                    },
54   { "bd_rock.falling.ypos",                     "10"                    },
55   { "bd_rock.falling.frames",                   "1"                     },
56   { "bd_rock.moving_left",                      "RocksDC.pcx"           },
57   { "bd_rock.moving_left.xpos",                 "12"                    },
58   { "bd_rock.moving_left.ypos",                 "10"                    },
59   { "bd_rock.moving_left.frames",               "4"                     },
60   { "bd_rock.moving_left.delay",                "2"                     },
61   { "bd_rock.moving_left.mode_reverse",         "1"                     },
62   { "bd_rock.moving_right",                     "RocksDC.pcx"           },
63   { "bd_rock.moving_right.xpos",                "12"                    },
64   { "bd_rock.moving_right.ypos",                "10"                    },
65   { "bd_rock.moving_right.frames",              "4"                     },
66   { "bd_rock.moving_right.start_frame",         "1"                     },
67   { "bd_rock.moving_right.delay",               "2"                     },
68
69   { "bd_diamond",                               "RocksElements.pcx"     },
70   { "bd_diamond.xpos",                          "0"                     },
71   { "bd_diamond.ypos",                          "10"                    },
72   { "bd_diamond.frames",                        "4"                     },
73   { "bd_diamond.delay",                         "4"                     },
74   { "bd_diamond.mode_reverse",                  "1"                     },
75   { "bd_diamond.moving",                        "RocksElements.pcx"     },
76   { "bd_diamond.moving.xpos",                   "3"                     },
77   { "bd_diamond.moving.ypos",                   "10"                    },
78   { "bd_diamond.moving.frames",                 "2"                     },
79   { "bd_diamond.moving.delay",                  "4"                     },
80   { "bd_diamond.falling",                       "RocksElements.pcx"     },
81   { "bd_diamond.falling.xpos",                  "3"                     },
82   { "bd_diamond.falling.ypos",                  "10"                    },
83   { "bd_diamond.falling.frames",                "2"                     },
84   { "bd_diamond.falling.delay",                 "4"                     },
85
86   { "bd_magic_wall",                            "RocksElements.pcx"     },
87   { "bd_magic_wall.xpos",                       "12"                    },
88   { "bd_magic_wall.ypos",                       "10"                    },
89   { "bd_magic_wall.frames",                     "1"                     },
90   { "bd_magic_wall.active",                     "RocksElements.pcx"     },
91   { "bd_magic_wall.active.xpos",                "12"                    },
92   { "bd_magic_wall.active.ypos",                "10"                    },
93   { "bd_magic_wall.active.frames",              "4"                     },
94   { "bd_magic_wall.active.mode_reverse",        "1"                     },
95   { "bd_magic_wall.active.delay",               "4"                     },
96   { "bd_magic_wall.filling",                    "RocksElements.pcx"     },
97   { "bd_magic_wall.filling.xpos",               "12"                    },
98   { "bd_magic_wall.filling.ypos",               "10"                    },
99   { "bd_magic_wall.filling.frames",             "4"                     },
100   { "bd_magic_wall.filling.mode_reverse",       "1"                     },
101   { "bd_magic_wall.filling.delay",              "4"                     },
102   { "bd_magic_wall.full",                       "RocksElements.pcx"     },
103   { "bd_magic_wall.full.xpos",                  "12"                    },
104   { "bd_magic_wall.full.ypos",                  "10"                    },
105   { "bd_magic_wall.full.frames",                "4"                     },
106   { "bd_magic_wall.full.mode_reverse",          "1"                     },
107   { "bd_magic_wall.full.delay",                 "4"                     },
108   { "bd_magic_wall.emptying",                   "RocksElements.pcx"     },
109   { "bd_magic_wall.emptying.xpos",              "12"                    },
110   { "bd_magic_wall.emptying.ypos",              "10"                    },
111   { "bd_magic_wall.emptying.frames",            "4"                     },
112   { "bd_magic_wall.emptying.mode_reverse",      "1"                     },
113   { "bd_magic_wall.emptying.delay",             "4"                     },
114   { "bd_magic_wall.dead",                       "RocksElements.pcx"     },
115   { "bd_magic_wall.dead.xpos",                  "12"                    },
116   { "bd_magic_wall.dead.ypos",                  "10"                    },
117   { "bd_magic_wall.dead.frames",                "1"                     },
118
119   { "bd_amoeba",                                "RocksElements.pcx"     },
120   { "bd_amoeba.xpos",                           "8"                     },
121   { "bd_amoeba.ypos",                           "7"                     },
122   { "bd_amoeba.frames",                         "1"                     },
123   { "bd_amoeba.part1",                          "RocksElements.pcx"     },
124   { "bd_amoeba.part1.xpos",                     "8"                     },
125   { "bd_amoeba.part1.ypos",                     "6"                     },
126   { "bd_amoeba.part1.frames",                   "1"                     },
127   { "bd_amoeba.part2",                          "RocksElements.pcx"     },
128   { "bd_amoeba.part2.xpos",                     "9"                     },
129   { "bd_amoeba.part2.ypos",                     "6"                     },
130   { "bd_amoeba.part2.frames",                   "1"                     },
131   { "bd_amoeba.part3",                          "RocksElements.pcx"     },
132   { "bd_amoeba.part3.xpos",                     "10"                    },
133   { "bd_amoeba.part3.ypos",                     "6"                     },
134   { "bd_amoeba.part3.frames",                   "1"                     },
135   { "bd_amoeba.part4",                          "RocksElements.pcx"     },
136   { "bd_amoeba.part4.xpos",                     "11"                    },
137   { "bd_amoeba.part4.ypos",                     "6"                     },
138   { "bd_amoeba.part4.frames",                   "1"                     },
139
140   { "bd_butterfly",                             "RocksElements.pcx"     },
141   { "bd_butterfly.xpos",                        "4"                     },
142   { "bd_butterfly.ypos",                        "12"                    },
143   { "bd_butterfly.frames",                      "2"                     },
144   { "bd_butterfly.mode_pingpong",               "1"                     },
145   { "bd_butterfly.delay",                       "4"                     },
146   { "bd_butterfly.moving",                      "RocksElements.pcx"     },
147   { "bd_butterfly.moving.xpos",                 "4"                     },
148   { "bd_butterfly.moving.ypos",                 "12"                    },
149   { "bd_butterfly.moving.frames",               "2"                     },
150   { "bd_butterfly.moving.mode_pingpong",        "1"                     },
151   { "bd_butterfly.moving.delay",                "4"                     },
152   { "bd_butterfly_right",                       "RocksElements.pcx"     },
153   { "bd_butterfly_right.xpos",                  "8"                     },
154   { "bd_butterfly_right.ypos",                  "12"                    },
155   { "bd_butterfly_right.frames",                "1"                     },
156   { "bd_butterfly_up",                          "RocksElements.pcx"     },
157   { "bd_butterfly_up.xpos",                     "9"                     },
158   { "bd_butterfly_up.ypos",                     "12"                    },
159   { "bd_butterfly_up.frames",                   "1"                     },
160   { "bd_butterfly_left",                        "RocksElements.pcx"     },
161   { "bd_butterfly_left.xpos",                   "10"                    },
162   { "bd_butterfly_left.ypos",                   "12"                    },
163   { "bd_butterfly_left.frames",                 "1"                     },
164   { "bd_butterfly_down",                        "RocksElements.pcx"     },
165   { "bd_butterfly_down.xpos",                   "11"                    },
166   { "bd_butterfly_down.ypos",                   "12"                    },
167   { "bd_butterfly_down.frames",                 "1"                     },
168
169   { "bd_firefly",                               "RocksElements.pcx"     },
170   { "bd_firefly.xpos",                          "6"                     },
171   { "bd_firefly.ypos",                          "12"                    },
172   { "bd_firefly.frames",                        "2"                     },
173   { "bd_firefly.mode_pingpong",                 "1"                     },
174   { "bd_firefly.delay",                         "4"                     },
175   { "bd_firefly.moving",                        "RocksElements.pcx"     },
176   { "bd_firefly.moving.xpos",                   "6"                     },
177   { "bd_firefly.moving.ypos",                   "12"                    },
178   { "bd_firefly.moving.frames",                 "2"                     },
179   { "bd_firefly.moving.mode_pingpong",          "1"                     },
180   { "bd_firefly.moving.delay",                  "4"                     },
181   { "bd_firefly_right",                         "RocksElements.pcx"     },
182   { "bd_firefly_right.xpos",                    "12"                    },
183   { "bd_firefly_right.ypos",                    "12"                    },
184   { "bd_firefly_right.frames",                  "1"                     },
185   { "bd_firefly_up",                            "RocksElements.pcx"     },
186   { "bd_firefly_up.xpos",                       "13"                    },
187   { "bd_firefly_up.ypos",                       "12"                    },
188   { "bd_firefly_up.frames",                     "1"                     },
189   { "bd_firefly_left",                          "RocksElements.pcx"     },
190   { "bd_firefly_left.xpos",                     "14"                    },
191   { "bd_firefly_left.ypos",                     "12"                    },
192   { "bd_firefly_left.frames",                   "1"                     },
193   { "bd_firefly_down",                          "RocksElements.pcx"     },
194   { "bd_firefly_down.xpos",                     "15"                    },
195   { "bd_firefly_down.ypos",                     "12"                    },
196   { "bd_firefly_down.frames",                   "1"                     },
197
198   /* images for Supaplex style elements and actions */
199
200   { "sp_empty_space",                           "RocksSP.pcx"           },
201   { "sp_empty_space.xpos",                      "0"                     },
202   { "sp_empty_space.ypos",                      "0"                     },
203   { "sp_empty_space.frames",                    "1"                     },
204
205   { "sp_zonk",                                  "RocksSP.pcx"           },
206   { "sp_zonk.xpos",                             "1"                     },
207   { "sp_zonk.ypos",                             "0"                     },
208   { "sp_zonk.frames",                           "1"                     },
209   { "sp_zonk.falling",                          "RocksSP.pcx"           },
210   { "sp_zonk.falling.xpos",                     "1"                     },
211   { "sp_zonk.falling.ypos",                     "0"                     },
212   { "sp_zonk.falling.frames",                   "1"                     },
213   { "sp_zonk.moving_left",                      "RocksSP.pcx"           },
214   { "sp_zonk.moving_left.xpos",                 "0"                     },
215   { "sp_zonk.moving_left.ypos",                 "6"                     },
216   { "sp_zonk.moving_left.frames",               "4"                     },
217   { "sp_zonk.moving_left.delay",                "2"                     },
218   { "sp_zonk.moving_left.mode_reverse",         "1"                     },
219   { "sp_zonk.moving_right",                     "RocksSP.pcx"           },
220   { "sp_zonk.moving_right.xpos",                "0"                     },
221   { "sp_zonk.moving_right.ypos",                "6"                     },
222   { "sp_zonk.moving_right.frames",              "4"                     },
223   { "sp_zonk.moving_right.start_frame",         "1"                     },
224   { "sp_zonk.moving_right.delay",               "2"                     },
225
226   { "sp_base",                                  "RocksSP.pcx"           },
227   { "sp_base.xpos",                             "2"                     },
228   { "sp_base.ypos",                             "0"                     },
229   { "sp_base.frames",                           "1"                     },
230
231   { "sp_murphy",                                "RocksSP.pcx"           },
232   { "sp_murphy.xpos",                           "3"                     },
233   { "sp_murphy.ypos",                           "0"                     },
234   { "sp_murphy.frames",                         "1"                     },
235   { "sp_murphy_left",                           "RocksSP.pcx"           },
236   { "sp_murphy_left.xpos",                      "8"                     },
237   { "sp_murphy_left.ypos",                      "0"                     },
238   { "sp_murphy_left.frames",                    "1"                     },
239   { "sp_murphy_left.moving",                    "RocksSP.pcx"           },
240   { "sp_murphy_left.moving.xpos",               "8"                     },
241   { "sp_murphy_left.moving.ypos",               "0"                     },
242   { "sp_murphy_left.moving.frames",             "3"                     },
243   { "sp_murphy_left.moving.mode_pingpong",      "1"                     },
244   { "sp_murphy_left.moving.delay",              "2"                     },
245   { "sp_murphy_left.digging",                   "RocksSP.pcx"           },
246   { "sp_murphy_left.digging.xpos",              "8"                     },
247   { "sp_murphy_left.digging.ypos",              "0"                     },
248   { "sp_murphy_left.digging.frames",            "3"                     },
249   { "sp_murphy_left.digging.mode_pingpong",     "1"                     },
250   { "sp_murphy_left.digging.delay",             "2"                     },
251   { "sp_murphy_left.pushing",                   "RocksSP.pcx"           },
252   { "sp_murphy_left.pushing.xpos",              "11"                    },
253   { "sp_murphy_left.pushing.ypos",              "1"                     },
254   { "sp_murphy_left.pushing.frames",            "1"                     },
255   { "sp_murphy_left.snapping",                  "RocksSP.pcx"           },
256   { "sp_murphy_left.snapping.xpos",             "9"                     },
257   { "sp_murphy_left.snapping.ypos",             "1"                     },
258   { "sp_murphy_left.snapping.frames",           "1"                     },
259
260   { "sp_murphy_right",                          "RocksSP.pcx"           },
261   { "sp_murphy_right.xpos",                     "11"                    },
262   { "sp_murphy_right.ypos",                     "0"                     },
263   { "sp_murphy_right.frames",                   "1"                     },
264   { "sp_murphy_right.moving",                   "RocksSP.pcx"           },
265   { "sp_murphy_right.moving.xpos",              "11"                    },
266   { "sp_murphy_right.moving.ypos",              "0"                     },
267   { "sp_murphy_right.moving.frames",            "3"                     },
268   { "sp_murphy_right.moving.mode_pingpong",     "1"                     },
269   { "sp_murphy_right.moving.delay",             "2"                     },
270   { "sp_murphy_right.digging",                  "RocksSP.pcx"           },
271   { "sp_murphy_right.digging.xpos",             "11"                    },
272   { "sp_murphy_right.digging.ypos",             "0"                     },
273   { "sp_murphy_right.digging.frames",           "3"                     },
274   { "sp_murphy_right.digging.mode_pingpong",    "1"                     },
275   { "sp_murphy_right.digging.delay",            "2"                     },
276   { "sp_murphy_right.pushing",                  "RocksSP.pcx"           },
277   { "sp_murphy_right.pushing.xpos",             "10"                    },
278   { "sp_murphy_right.pushing.ypos",             "1"                     },
279   { "sp_murphy_right.pushing.frames",           "1"                     },
280   { "sp_murphy_right.snapping",                 "RocksSP.pcx"           },
281   { "sp_murphy_right.snapping.xpos",            "8"                     },
282   { "sp_murphy_right.snapping.ypos",            "1"                     },
283   { "sp_murphy_right.snapping.frames",          "1"                     },
284
285   { "sp_murphy_up",                             "RocksSP.pcx"           },
286   { "sp_murphy_up.xpos",                        "14"                    },
287   { "sp_murphy_up.ypos",                        "0"                     },
288   { "sp_murphy_up.frames",                      "1"                     },
289   { "sp_murphy_up.snapping",                    "RocksSP.pcx"           },
290   { "sp_murphy_up.snapping.xpos",               "14"                    },
291   { "sp_murphy_up.snapping.ypos",               "0"                     },
292   { "sp_murphy_up.snapping.frames",             "1"                     },
293
294   { "sp_murphy_down",                           "RocksSP.pcx"           },
295   { "sp_murphy_down.xpos",                      "15"                    },
296   { "sp_murphy_down.ypos",                      "0"                     },
297   { "sp_murphy_down.frames",                    "1"                     },
298   { "sp_murphy_down.snapping",                  "RocksSP.pcx"           },
299   { "sp_murphy_down.snapping.xpos",             "15"                    },
300   { "sp_murphy_down.snapping.ypos",             "0"                     },
301   { "sp_murphy_down.snapping.frames",           "1"                     },
302
303   { "sp_murphy_clone",                          "RocksSP.pcx"           },
304   { "sp_murphy_clone.xpos",                     "3"                     },
305   { "sp_murphy_clone.ypos",                     "0"                     },
306   { "sp_murphy_clone.frames",                   "1"                     },
307
308   { "sp_infotron",                              "RocksSP.pcx"           },
309   { "sp_infotron.xpos",                         "4"                     },
310   { "sp_infotron.ypos",                         "0"                     },
311   { "sp_infotron.frames",                       "1"                     },
312   { "sp_infotron.falling",                      "RocksSP.pcx"           },
313   { "sp_infotron.falling.xpos",                 "4"                     },
314   { "sp_infotron.falling.ypos",                 "0"                     },
315   { "sp_infotron.falling.frames",               "1"                     },
316
317   { "sp_chip_single",                           "RocksSP.pcx"           },
318   { "sp_chip_single.xpos",                      "5"                     },
319   { "sp_chip_single.ypos",                      "0"                     },
320   { "sp_chip_single.frames",                    "1"                     },
321   { "sp_chip_left",                             "RocksSP.pcx"           },
322   { "sp_chip_left.xpos",                        "2"                     },
323   { "sp_chip_left.ypos",                        "3"                     },
324   { "sp_chip_left.frames",                      "1"                     },
325   { "sp_chip_right",                            "RocksSP.pcx"           },
326   { "sp_chip_right.xpos",                       "3"                     },
327   { "sp_chip_right.ypos",                       "3"                     },
328   { "sp_chip_right.frames",                     "1"                     },
329   { "sp_chip_upper",                            "RocksSP.pcx"           },
330   { "sp_chip_upper.xpos",                       "6"                     },
331   { "sp_chip_upper.ypos",                       "4"                     },
332   { "sp_chip_upper.frames",                     "1"                     },
333   { "sp_chip_lower",                            "RocksSP.pcx"           },
334   { "sp_chip_lower.xpos",                       "7"                     },
335   { "sp_chip_lower.ypos",                       "4"                     },
336   { "sp_chip_lower.frames",                     "1"                     },
337
338   { "sp_hard_gray",                             "RocksSP.pcx"           },
339   { "sp_hard_gray.xpos",                        "6"                     },
340   { "sp_hard_gray.ypos",                        "0"                     },
341   { "sp_hard_gray.frames",                      "1"                     },
342   { "sp_hard_green",                            "RocksSP.pcx"           },
343   { "sp_hard_green.xpos",                       "5"                     },
344   { "sp_hard_green.ypos",                       "3"                     },
345   { "sp_hard_green.frames",                     "1"                     },
346   { "sp_hard_blue",                             "RocksSP.pcx"           },
347   { "sp_hard_blue.xpos",                        "6"                     },
348   { "sp_hard_blue.ypos",                        "3"                     },
349   { "sp_hard_blue.frames",                      "1"                     },
350   { "sp_hard_red",                              "RocksSP.pcx"           },
351   { "sp_hard_red.xpos",                         "7"                     },
352   { "sp_hard_red.ypos",                         "3"                     },
353   { "sp_hard_red.frames",                       "1"                     },
354   { "sp_hard_yellow",                           "RocksSP.pcx"           },
355   { "sp_hard_yellow.xpos",                      "0"                     },
356   { "sp_hard_yellow.ypos",                      "4"                     },
357   { "sp_hard_yellow.frames",                    "1"                     },
358
359   { "sp_exit_closed",                           "RocksSP.pcx"           },
360   { "sp_exit_closed.xpos",                      "7"                     },
361   { "sp_exit_closed.ypos",                      "0"                     },
362   { "sp_exit_closed.frames",                    "1"                     },
363   { "sp_exit_open",                             "RocksSP.pcx"           },
364   { "sp_exit_open.xpos",                        "7"                     },
365   { "sp_exit_open.ypos",                        "0"                     },
366   { "sp_exit_open.frames",                      "1"                     },
367
368   { "sp_disk_orange",                           "RocksSP.pcx"           },
369   { "sp_disk_orange.xpos",                      "0"                     },
370   { "sp_disk_orange.ypos",                      "1"                     },
371   { "sp_disk_orange.frames",                    "1"                     },
372   { "sp_disk_orange.falling",                   "RocksSP.pcx"           },
373   { "sp_disk_orange.falling.xpos",              "0"                     },
374   { "sp_disk_orange.falling.ypos",              "1"                     },
375   { "sp_disk_orange.falling.frames",            "1"                     },
376   { "sp_disk_orange.pushing",                   "RocksSP.pcx"           },
377   { "sp_disk_orange.pushing.xpos",              "0"                     },
378   { "sp_disk_orange.pushing.ypos",              "1"                     },
379   { "sp_disk_orange.pushing.frames",            "1"                     },
380
381   { "sp_disk_yellow",                           "RocksSP.pcx"           },
382   { "sp_disk_yellow.xpos",                      "2"                     },
383   { "sp_disk_yellow.ypos",                      "2"                     },
384   { "sp_disk_yellow.frames",                    "1"                     },
385   { "sp_disk_yellow.pushing",                   "RocksSP.pcx"           },
386   { "sp_disk_yellow.pushing.xpos",              "2"                     },
387   { "sp_disk_yellow.pushing.ypos",              "2"                     },
388   { "sp_disk_yellow.pushing.frames",            "1"                     },
389
390   { "sp_disk_red",                              "RocksSP.pcx"           },
391   { "sp_disk_red.xpos",                         "4"                     },
392   { "sp_disk_red.ypos",                         "2"                     },
393   { "sp_disk_red.frames",                       "1"                     },
394   { "sp_disk_red.collecting",                   "RocksSP.pcx"           },
395   { "sp_disk_red.collecting.xpos",              "8"                     },
396   { "sp_disk_red.collecting.ypos",              "5"                     },
397   { "sp_disk_red.collecting.frames",            "8"                     },
398
399   { "sp_port1_right",                           "RocksSP.pcx"           },
400   { "sp_port1_right.xpos",                      "1"                     },
401   { "sp_port1_right.ypos",                      "1"                     },
402   { "sp_port1_right.frames",                    "1"                     },
403   { "sp_port1_down",                            "RocksSP.pcx"           },
404   { "sp_port1_down.xpos",                       "2"                     },
405   { "sp_port1_down.ypos",                       "1"                     },
406   { "sp_port1_down.frames",                     "1"                     },
407   { "sp_port1_left",                            "RocksSP.pcx"           },
408   { "sp_port1_left.xpos",                       "3"                     },
409   { "sp_port1_left.ypos",                       "1"                     },
410   { "sp_port1_left.frames",                     "1"                     },
411   { "sp_port1_up",                              "RocksSP.pcx"           },
412   { "sp_port1_up.xpos",                         "4"                     },
413   { "sp_port1_up.ypos",                         "1"                     },
414   { "sp_port1_up.frames",                       "1"                     },
415   { "sp_port2_right",                           "RocksSP.pcx"           },
416   { "sp_port2_right.xpos",                      "5"                     },
417   { "sp_port2_right.ypos",                      "1"                     },
418   { "sp_port2_right.frames",                    "1"                     },
419   { "sp_port2_down",                            "RocksSP.pcx"           },
420   { "sp_port2_down.xpos",                       "6"                     },
421   { "sp_port2_down.ypos",                       "1"                     },
422   { "sp_port2_down.frames",                     "1"                     },
423   { "sp_port2_left",                            "RocksSP.pcx"           },
424   { "sp_port2_left.xpos",                       "7"                     },
425   { "sp_port2_left.ypos",                       "1"                     },
426   { "sp_port2_left.frames",                     "1"                     },
427   { "sp_port2_up",                              "RocksSP.pcx"           },
428   { "sp_port2_up.xpos",                         "0"                     },
429   { "sp_port2_up.ypos",                         "2"                     },
430   { "sp_port2_up.frames",                       "1"                     },
431   { "sp_port_x",                                "RocksSP.pcx"           },
432   { "sp_port_x.xpos",                           "6"                     },
433   { "sp_port_x.ypos",                           "2"                     },
434   { "sp_port_x.frames",                         "1"                     },
435   { "sp_port_y",                                "RocksSP.pcx"           },
436   { "sp_port_y.xpos",                           "5"                     },
437   { "sp_port_y.ypos",                           "2"                     },
438   { "sp_port_y.frames",                         "1"                     },
439   { "sp_port_xy",                               "RocksSP.pcx"           },
440   { "sp_port_xy.xpos",                          "7"                     },
441   { "sp_port_xy.ypos",                          "2"                     },
442   { "sp_port_xy.frames",                        "1"                     },
443
444   { "sp_sniksnak",                              "RocksSP.pcx"           },
445   { "sp_sniksnak.xpos",                         "1"                     },
446   { "sp_sniksnak.ypos",                         "2"                     },
447   { "sp_sniksnak.frames",                       "1"                     },
448   { "sp_sniksnak_left",                         "RocksSP.pcx"           },
449   { "sp_sniksnak_left.xpos",                    "8"                     },
450   { "sp_sniksnak_left.ypos",                    "8"                     },
451   { "sp_sniksnak_left.frames",                  "4"                     },
452   { "sp_sniksnak_left.mode_pingpong2",          "1"                     },
453   { "sp_sniksnak_right",                        "RocksSP.pcx"           },
454   { "sp_sniksnak_right.xpos",                   "12"                    },
455   { "sp_sniksnak_right.ypos",                   "8"                     },
456   { "sp_sniksnak_right.frames",                 "4"                     },
457   { "sp_sniksnak_right.mode_pingpong2",         "1"                     },
458   { "sp_sniksnak_up",                           "RocksSP.pcx"           },
459   { "sp_sniksnak_up.xpos",                      "8"                     },
460   { "sp_sniksnak_up.ypos",                      "9"                     },
461   { "sp_sniksnak_up.frames",                    "4"                     },
462   { "sp_sniksnak_up.mode_pingpong2",            "1"                     },
463   { "sp_sniksnak_down",                         "RocksSP.pcx"           },
464   { "sp_sniksnak_down.xpos",                    "12"                    },
465   { "sp_sniksnak_down.ypos",                    "9"                     },
466   { "sp_sniksnak_down.frames",                  "4"                     },
467   { "sp_sniksnak_down.mode_pingpong2",          "1"                     },
468
469   { "sp_electron",                              "RocksSP.pcx"           },
470   { "sp_electron.xpos",                         "8"                     },
471   { "sp_electron.ypos",                         "10"                    },
472   { "sp_electron.frames",                       "8"                     },
473   { "sp_electron.delay",                        "2"                     },
474
475   { "sp_terminal",                              "RocksSP.pcx"           },
476   { "sp_terminal.xpos",                         "0"                     },
477   { "sp_terminal.ypos",                         "10"                    },
478   { "sp_terminal.frames",                       "7"                     },
479   { "sp_terminal.delay",                        "12"                    },
480   { "sp_terminal.active",                       "RocksSP.pcx"           },
481   { "sp_terminal.active.xpos",                  "0"                     },
482   { "sp_terminal.active.ypos",                  "11"                    },
483   { "sp_terminal.active.frames",                "7"                     },
484   { "sp_terminal.active.delay",                 "4"                     },
485
486   { "sp_buggy_base",                            "RocksSP.pcx"           },
487   { "sp_buggy_base.xpos",                       "1"                     },
488   { "sp_buggy_base.ypos",                       "3"                     },
489   { "sp_buggy_base.frames",                     "1"                     },
490   { "sp_buggy_base.active",                     "RocksSP.pcx"           },
491   { "sp_buggy_base.active.xpos",                "8"                     },
492   { "sp_buggy_base.active.ypos",                "6"                     },
493   { "sp_buggy_base.active.frames",              "4"                     },
494
495   { "sp_hard_base1",                            "RocksSP.pcx"           },
496   { "sp_hard_base1.xpos",                       "4"                     },
497   { "sp_hard_base1.ypos",                       "3"                     },
498   { "sp_hard_base1.frames",                     "1"                     },
499   { "sp_hard_base2",                            "RocksSP.pcx"           },
500   { "sp_hard_base2.xpos",                       "1"                     },
501   { "sp_hard_base2.ypos",                       "4"                     },
502   { "sp_hard_base2.frames",                     "1"                     },
503   { "sp_hard_base3",                            "RocksSP.pcx"           },
504   { "sp_hard_base3.xpos",                       "2"                     },
505   { "sp_hard_base3.ypos",                       "4"                     },
506   { "sp_hard_base3.frames",                     "1"                     },
507   { "sp_hard_base4",                            "RocksSP.pcx"           },
508   { "sp_hard_base4.xpos",                       "3"                     },
509   { "sp_hard_base4.ypos",                       "4"                     },
510   { "sp_hard_base4.frames",                     "1"                     },
511   { "sp_hard_base5",                            "RocksSP.pcx"           },
512   { "sp_hard_base5.xpos",                       "4"                     },
513   { "sp_hard_base5.ypos",                       "4"                     },
514   { "sp_hard_base5.frames",                     "1"                     },
515   { "sp_hard_base6",                            "RocksSP.pcx"           },
516   { "sp_hard_base6.xpos",                       "5"                     },
517   { "sp_hard_base6.ypos",                       "4"                     },
518   { "sp_hard_base6.frames",                     "1"                     },
519
520   { "sp_explosion",                             "RocksSP.pcx"           },
521   { "sp_explosion.xpos",                        "8"                     },
522   { "sp_explosion.ypos",                        "3"                     },
523   { "sp_explosion.frames",                      "8"                     },
524   { "sp_explosion_infotron",                    "RocksSP.pcx"           },
525   { "sp_explosion_infotron.xpos",               "8"                     },
526   { "sp_explosion_infotron.ypos",               "4"                     },
527   { "sp_explosion_infotron.frames",             "8"                     },
528
529   /* images for Sokoban style elements and actions */
530
531   { "sokoban_object",                           "RocksElements.pcx"     },
532   { "sokoban_object.xpos",                      "9"                     },
533   { "sokoban_object.ypos",                      "7"                     },
534   { "sokoban_object.frames",                    "1"                     },
535
536   { "sokoban_field_empty",                      "RocksElements.pcx"     },
537   { "sokoban_field_empty.xpos",                 "10"                    },
538   { "sokoban_field_empty.ypos",                 "7"                     },
539   { "sokoban_field_empty.frames",               "1"                     },
540
541   { "sokoban_field_full",                       "RocksElements.pcx"     },
542   { "sokoban_field_full.xpos",                  "11"                    },
543   { "sokoban_field_full.ypos",                  "7"                     },
544   { "sokoban_field_full.frames",                "1"                     },
545
546   /* images for Emerald Mine style elements and actions */
547
548   { "empty_space",                              "RocksSP.pcx"           },
549   { "empty_space.xpos",                         "0"                     },
550   { "empty_space.ypos",                         "0"                     },
551   { "empty_space.frames",                       "1"                     },
552
553   { "sand",                                     "RocksElements.pcx"     },
554   { "sand.xpos",                                "0"                     },
555   { "sand.ypos",                                "0"                     },
556   { "sand.frames",                              "1"                     },
557   { "sand_crumbled",                            "RocksElements.pcx"     },
558   { "sand_crumbled.xpos",                       "1"                     },
559   { "sand_crumbled.ypos",                       "0"                     },
560   { "sand_crumbled.frames",                     "1"                     },
561
562   { "wall",                                     "RocksElements.pcx"     },
563   { "wall.xpos",                                "5"                     },
564   { "wall.ypos",                                "0"                     },
565   { "wall.frames",                              "1"                     },
566   { "wall_crumbled",                            "RocksElements.pcx"     },
567   { "wall_crumbled.xpos",                       "6"                     },
568   { "wall_crumbled.ypos",                       "0"                     },
569   { "wall_crumbled.frames",                     "1"                     },
570
571   { "steelwall",                                "RocksElements.pcx"     },
572   { "steelwall.xpos",                           "4"                     },
573   { "steelwall.ypos",                           "0"                     },
574   { "steelwall.frames",                         "1"                     },
575
576   { "rock",                                     "RocksElements.pcx"     },
577   { "rock.xpos",                                "12"                    },
578   { "rock.ypos",                                "0"                     },
579   { "rock.frames",                              "1"                     },
580   { "rock.falling",                             "RocksElements.pcx"     },
581   { "rock.falling.xpos",                        "12"                    },
582   { "rock.falling.ypos",                        "0"                     },
583   { "rock.falling.frames",                      "1"                     },
584   { "rock.moving_left",                         "RocksElements.pcx"     },
585   { "rock.moving_left.xpos",                    "12"                    },
586   { "rock.moving_left.ypos",                    "0"                     },
587   { "rock.moving_left.frames",                  "4"                     },
588   { "rock.moving_left.delay",                   "2"                     },
589   { "rock.moving_left.mode_reverse",            "1"                     },
590   { "rock.moving_right",                        "RocksElements.pcx"     },
591   { "rock.moving_right.xpos",                   "12"                    },
592   { "rock.moving_right.ypos",                   "0"                     },
593   { "rock.moving_right.frames",                 "4"                     },
594   { "rock.moving_right.start_frame",            "1"                     },
595   { "rock.moving_right.delay",                  "2"                     },
596
597   { "emerald",                                  "RocksElements.pcx"     },
598   { "emerald.xpos",                             "8"                     },
599   { "emerald.ypos",                             "0"                     },
600   { "emerald.frames",                           "1"                     },
601   { "emerald.moving",                           "RocksElements.pcx"     },
602   { "emerald.moving.xpos",                      "8"                     },
603   { "emerald.moving.ypos",                      "0"                     },
604   { "emerald.moving.frames",                    "2"                     },
605   { "emerald.moving.delay",                     "4"                     },
606   { "emerald.falling",                          "RocksElements.pcx"     },
607   { "emerald.falling.xpos",                     "8"                     },
608   { "emerald.falling.ypos",                     "0"                     },
609   { "emerald.falling.frames",                   "2"                     },
610   { "emerald.falling.delay",                    "4"                     },
611
612   { "diamond",                                  "RocksElements.pcx"     },
613   { "diamond.xpos",                             "10"                    },
614   { "diamond.ypos",                             "0"                     },
615   { "diamond.frames",                           "1"                     },
616   { "diamond.moving",                           "RocksElements.pcx"     },
617   { "diamond.moving.xpos",                      "10"                    },
618   { "diamond.moving.ypos",                      "0"                     },
619   { "diamond.moving.frames",                    "2"                     },
620   { "diamond.moving.delay",                     "4"                     },
621   { "diamond.falling",                          "RocksElements.pcx"     },
622   { "diamond.falling.xpos",                     "10"                    },
623   { "diamond.falling.ypos",                     "0"                     },
624   { "diamond.falling.frames",                   "2"                     },
625   { "diamond.falling.delay",                    "4"                     },
626
627   { "bomb",                                     "RocksElements.pcx"     },
628   { "bomb.xpos",                                "11"                    },
629   { "bomb.ypos",                                "1"                     },
630   { "bomb.frames",                              "1"                     },
631
632   { "nut",                                      "RocksElements.pcx"     },
633   { "nut.xpos",                                 "12"                    },
634   { "nut.ypos",                                 "1"                     },
635   { "nut.frames",                               "1"                     },
636   { "nut.cracking",                             "RocksElements.pcx"     },
637   { "nut.cracking.xpos",                        "13"                    },
638   { "nut.cracking.ypos",                        "1"                     },
639   { "nut.cracking.frames",                      "3"                     },
640   { "nut.cracking.delay",                       "2"                     },
641   { "nut.cracking.mode_linear",                 "1"                     },
642
643   { "dynamite",                                 "RocksElements.pcx"     },
644   { "dynamite.xpos",                            "0"                     },
645   { "dynamite.ypos",                            "3"                     },
646   { "dynamite.frames",                          "1"                     },
647   { "dynamite.active",                          "RocksElements.pcx"     },
648   { "dynamite.active.xpos",                     "1"                     },
649   { "dynamite.active.ypos",                     "3"                     },
650   { "dynamite.active.frames",                   "7"                     },
651   { "dynamite.active.delay",                    "12"                    },
652   { "dynamite.active.mode_linear",              "1"                     },
653
654   { "wall_emerald",                             "RocksElements.pcx"     },
655   { "wall_emerald.xpos",                        "4"                     },
656   { "wall_emerald.ypos",                        "8"                     },
657   { "wall_emerald.frames",                      "1"                     },
658
659   { "wall_diamond",                             "RocksElements.pcx"     },
660   { "wall_diamond.xpos",                        "5"                     },
661   { "wall_diamond.ypos",                        "8"                     },
662   { "wall_diamond.frames",                      "1"                     },
663
664   { "bug_right",                                "RocksElements.pcx"     },
665   { "bug_right.xpos",                           "8"                     },
666   { "bug_right.ypos",                           "4"                     },
667   { "bug_right.frames",                         "2"                     },
668   { "bug_right.delay",                          "4"                     },
669   { "bug_right.offset",                         "128"                   },
670   { "bug_up",                                   "RocksElements.pcx"     },
671   { "bug_up.xpos",                              "9"                     },
672   { "bug_up.ypos",                              "4"                     },
673   { "bug_up.frames",                            "2"                     },
674   { "bug_up.delay",                             "4"                     },
675   { "bug_up.offset",                            "128"                   },
676   { "bug_left",                                 "RocksElements.pcx"     },
677   { "bug_left.xpos",                            "10"                    },
678   { "bug_left.ypos",                            "4"                     },
679   { "bug_left.frames",                          "2"                     },
680   { "bug_left.delay",                           "4"                     },
681   { "bug_left.offset",                          "128"                   },
682   { "bug_down",                                 "RocksElements.pcx"     },
683   { "bug_down.xpos",                            "11"                    },
684   { "bug_down.ypos",                            "4"                     },
685   { "bug_down.frames",                          "2"                     },
686   { "bug_down.delay",                           "4"                     },
687   { "bug_down.offset",                          "128"                   },
688
689   { "spaceship_right",                          "RocksElements.pcx"     },
690   { "spaceship_right.xpos",                     "8"                     },
691   { "spaceship_right.ypos",                     "3"                     },
692   { "spaceship_right.frames",                   "2"                     },
693   { "spaceship_right.delay",                    "4"                     },
694   { "spaceship_right.offset",                   "128"                   },
695   { "spaceship_up",                             "RocksElements.pcx"     },
696   { "spaceship_up.xpos",                        "9"                     },
697   { "spaceship_up.ypos",                        "3"                     },
698   { "spaceship_up.frames",                      "2"                     },
699   { "spaceship_up.delay",                       "4"                     },
700   { "spaceship_up.offset",                      "128"                   },
701   { "spaceship_left",                           "RocksElements.pcx"     },
702   { "spaceship_left.xpos",                      "10"                    },
703   { "spaceship_left.ypos",                      "3"                     },
704   { "spaceship_left.frames",                    "2"                     },
705   { "spaceship_left.delay",                     "4"                     },
706   { "spaceship_left.offset",                    "128"                   },
707   { "spaceship_down",                           "RocksElements.pcx"     },
708   { "spaceship_down.xpos",                      "11"                    },
709   { "spaceship_down.ypos",                      "3"                     },
710   { "spaceship_down.frames",                    "2"                     },
711   { "spaceship_down.delay",                     "4"                     },
712   { "spaceship_down.offset",                    "128"                   },
713
714   { "yamyam",                                   "RocksElements.pcx"     },
715   { "yamyam.xpos",                              "0"                     },
716   { "yamyam.ypos",                              "5"                     },
717   { "yamyam.frames",                            "4"                     },
718   { "yamyam.mode_pingpong2",                    "1"                     },
719   { "yamyam.moving",                            "RocksElements.pcx"     },
720   { "yamyam.moving.xpos",                       "0"                     },
721   { "yamyam.moving.ypos",                       "5"                     },
722   { "yamyam.moving.frames",                     "1"                     },
723
724   { "robot",                                    "RocksElements.pcx"     },
725   { "robot.xpos",                               "4"                     },
726   { "robot.ypos",                               "5"                     },
727   { "robot.frames",                             "4"                     },
728   { "robot.mode_pingpong2",                     "1"                     },
729   { "robot.moving",                             "RocksElements.pcx"     },
730   { "robot.moving.xpos",                        "4"                     },
731   { "robot.moving.ypos",                        "5"                     },
732   { "robot.moving.frames",                      "1"                     },
733
734   { "robot_wheel",                              "RocksElements.pcx"     },
735   { "robot_wheel.xpos",                         "0"                     },
736   { "robot_wheel.ypos",                         "6"                     },
737   { "robot_wheel.frames",                       "1"                     },
738   { "robot_wheel.active",                       "RocksElements.pcx"     },
739   { "robot_wheel.active.xpos",                  "0"                     },
740   { "robot_wheel.active.ypos",                  "6"                     },
741   { "robot_wheel.active.frames",                "4"                     },
742
743   { "magic_wall",                               "RocksElements.pcx"     },
744   { "magic_wall.xpos",                          "0"                     },
745   { "magic_wall.ypos",                          "8"                     },
746   { "magic_wall.frames",                        "1"                     },
747   { "magic_wall.active",                        "RocksElements.pcx"     },
748   { "magic_wall.active.xpos",                   "0"                     },
749   { "magic_wall.active.ypos",                   "8"                     },
750   { "magic_wall.active.frames",                 "4"                     },
751   { "magic_wall.active.mode_reverse",           "1"                     },
752   { "magic_wall.active.delay",                  "4"                     },
753   { "magic_wall.filling",                       "RocksElements.pcx"     },
754   { "magic_wall.filling.xpos",                  "0"                     },
755   { "magic_wall.filling.ypos",                  "8"                     },
756   { "magic_wall.filling.frames",                "4"                     },
757   { "magic_wall.filling.mode_reverse",          "1"                     },
758   { "magic_wall.filling.delay",                 "4"                     },
759   { "magic_wall.full",                          "RocksElements.pcx"     },
760   { "magic_wall.full.xpos",                     "0"                     },
761   { "magic_wall.full.ypos",                     "8"                     },
762   { "magic_wall.full.frames",                   "4"                     },
763   { "magic_wall.full.mode_reverse",             "1"                     },
764   { "magic_wall.full.delay",                    "4"                     },
765   { "magic_wall.emptying",                      "RocksElements.pcx"     },
766   { "magic_wall.emptying.xpos",                 "0"                     },
767   { "magic_wall.emptying.ypos",                 "8"                     },
768   { "magic_wall.emptying.frames",               "4"                     },
769   { "magic_wall.emptying.mode_reverse",         "1"                     },
770   { "magic_wall.emptying.delay",                "4"                     },
771   { "magic_wall.dead",                          "RocksElements.pcx"     },
772   { "magic_wall.dead.xpos",                     "0"                     },
773   { "magic_wall.dead.ypos",                     "8"                     },
774   { "magic_wall.dead.frames",                   "1"                     },
775
776   { "quicksand_empty",                          "RocksElements.pcx"     },
777   { "quicksand_empty.xpos",                     "2"                     },
778   { "quicksand_empty.ypos",                     "0"                     },
779   { "quicksand_empty.frames",                   "1"                     },
780   { "quicksand.filling",                        "RocksElements.pcx"     },
781   { "quicksand.filling.xpos",                   "3"                     },
782   { "quicksand.filling.ypos",                   "0"                     },
783   { "quicksand.filling.frames",                 "1"                     },
784   { "quicksand_full",                           "RocksElements.pcx"     },
785   { "quicksand_full.xpos",                      "3"                     },
786   { "quicksand_full.ypos",                      "0"                     },
787   { "quicksand_full.frames",                    "1"                     },
788   { "quicksand.emptying",                       "RocksElements.pcx"     },
789   { "quicksand.emptying.xpos",                  "3"                     },
790   { "quicksand.emptying.ypos",                  "0"                     },
791   { "quicksand.emptying.frames",                "1"                     },
792
793   { "acidpool_topleft",                         "RocksElements.pcx"     },
794   { "acidpool_topleft.xpos",                    "0"                     },
795   { "acidpool_topleft.ypos",                    "1"                     },
796   { "acidpool_topleft.frames",                  "1"                     },
797   { "acidpool_topright",                        "RocksElements.pcx"     },
798   { "acidpool_topright.xpos",                   "2"                     },
799   { "acidpool_topright.ypos",                   "1"                     },
800   { "acidpool_topright.frames",                 "1"                     },
801   { "acidpool_bottomleft",                      "RocksElements.pcx"     },
802   { "acidpool_bottomleft.xpos",                 "0"                     },
803   { "acidpool_bottomleft.ypos",                 "2"                     },
804   { "acidpool_bottomleft.frames",               "1"                     },
805   { "acidpool_bottom",                          "RocksElements.pcx"     },
806   { "acidpool_bottom.xpos",                     "1"                     },
807   { "acidpool_bottom.ypos",                     "2"                     },
808   { "acidpool_bottom.frames",                   "1"                     },
809   { "acidpool_bottomright",                     "RocksElements.pcx"     },
810   { "acidpool_bottomright.xpos",                "2"                     },
811   { "acidpool_bottomright.ypos",                "2"                     },
812   { "acidpool_bottomright.frames",              "1"                     },
813
814   { "acid",                                     "RocksElements.pcx"     },
815   { "acid.xpos",                                "12"                    },
816   { "acid.ypos",                                "7"                     },
817   { "acid.frames",                              "4"                     },
818   { "acid.delay",                               "10"                    },
819
820   { "acid_splash_left",                         "RocksHeroes.pcx"       },
821   { "acid_splash_left.xpos",                    "8"                     },
822   { "acid_splash_left.ypos",                    "10"                    },
823   { "acid_splash_left.frames",                  "4"                     },
824   { "acid_splash_left.delay",                   "2"                     },
825   { "acid_splash_left.mode_linear",             "1"                     },
826   { "acid_splash_right",                        "RocksHeroes.pcx"       },
827   { "acid_splash_right.xpos",                   "12"                    },
828   { "acid_splash_right.ypos",                   "10"                    },
829   { "acid_splash_right.frames",                 "4"                     },
830   { "acid_splash_right.delay",                  "2"                     },
831   { "acid_splash_right.mode_linear",            "1"                     },
832
833   { "amoeba_drop",                              "RocksElements.pcx"     },
834   { "amoeba_drop.xpos",                         "5"                     },
835   { "amoeba_drop.ypos",                         "6"                     },
836   { "amoeba_drop.frames",                       "1"                     },
837   { "amoeba.creating",                          "RocksElements.pcx"     },
838   { "amoeba.creating.xpos",                     "5"                     },
839   { "amoeba.creating.ypos",                     "6"                     },
840   { "amoeba.creating.frames",                   "3"                     },
841   { "amoeba.creating.delay",                    "2"                     },
842   { "amoeba.creating.mode_linear",              "1"                     },
843   { "amoeba.shrinking",                         "RocksElements.pcx"     },
844   { "amoeba.shrinking.xpos",                    "5"                     },
845   { "amoeba.shrinking.ypos",                    "6"                     },
846   { "amoeba.shrinking.frames",                  "3"                     },
847   { "amoeba.shrinking.delay",                   "2"                     },
848   { "amoeba.shrinking.mode_linear",             "1"                     },
849   { "amoeba.shrinking.mode_reverse",            "1"                     },
850   { "amoeba_wet",                               "RocksElements.pcx"     },
851   { "amoeba_wet.xpos",                          "8"                     },
852   { "amoeba_wet.ypos",                          "6"                     },
853   { "amoeba_wet.frames",                        "1"                     },
854   { "amoeba_wet.part1",                         "RocksElements.pcx"     },
855   { "amoeba_wet.part1.xpos",                    "8"                     },
856   { "amoeba_wet.part1.ypos",                    "6"                     },
857   { "amoeba_wet.part1.frames",                  "1"                     },
858   { "amoeba_wet.part2",                         "RocksElements.pcx"     },
859   { "amoeba_wet.part2.xpos",                    "9"                     },
860   { "amoeba_wet.part2.ypos",                    "6"                     },
861   { "amoeba_wet.part2.frames",                  "1"                     },
862   { "amoeba_wet.part3",                         "RocksElements.pcx"     },
863   { "amoeba_wet.part3.xpos",                    "10"                    },
864   { "amoeba_wet.part3.ypos",                    "6"                     },
865   { "amoeba_wet.part3.frames",                  "1"                     },
866   { "amoeba_wet.part4",                         "RocksElements.pcx"     },
867   { "amoeba_wet.part4.xpos",                    "11"                    },
868   { "amoeba_wet.part4.ypos",                    "6"                     },
869   { "amoeba_wet.part4.frames",                  "1"                     },
870   { "amoeba_dry",                               "RocksElements.pcx"     },
871   { "amoeba_dry.xpos",                          "8"                     },
872   { "amoeba_dry.ypos",                          "6"                     },
873   { "amoeba_dry.frames",                        "1"                     },
874   { "amoeba_dry.part1",                         "RocksElements.pcx"     },
875   { "amoeba_dry.part1.xpos",                    "8"                     },
876   { "amoeba_dry.part1.ypos",                    "6"                     },
877   { "amoeba_dry.part1.frames",                  "1"                     },
878   { "amoeba_dry.part2",                         "RocksElements.pcx"     },
879   { "amoeba_dry.part2.xpos",                    "9"                     },
880   { "amoeba_dry.part2.ypos",                    "6"                     },
881   { "amoeba_dry.part2.frames",                  "1"                     },
882   { "amoeba_dry.part3",                         "RocksElements.pcx"     },
883   { "amoeba_dry.part3.xpos",                    "10"                    },
884   { "amoeba_dry.part3.ypos",                    "6"                     },
885   { "amoeba_dry.part3.frames",                  "1"                     },
886   { "amoeba_dry.part4",                         "RocksElements.pcx"     },
887   { "amoeba_dry.part4.xpos",                    "11"                    },
888   { "amoeba_dry.part4.ypos",                    "6"                     },
889   { "amoeba_dry.part4.frames",                  "1"                     },
890   { "amoeba_full",                              "RocksElements.pcx"     },
891   { "amoeba_full.xpos",                         "8"                     },
892   { "amoeba_full.ypos",                         "6"                     },
893   { "amoeba_full.frames",                       "1"                     },
894   { "amoeba_full.part1",                        "RocksElements.pcx"     },
895   { "amoeba_full.part1.xpos",                   "8"                     },
896   { "amoeba_full.part1.ypos",                   "6"                     },
897   { "amoeba_full.part1.frames",                 "1"                     },
898   { "amoeba_full.part2",                        "RocksElements.pcx"     },
899   { "amoeba_full.part2.xpos",                   "9"                     },
900   { "amoeba_full.part2.ypos",                   "6"                     },
901   { "amoeba_full.part2.frames",                 "1"                     },
902   { "amoeba_full.part3",                        "RocksElements.pcx"     },
903   { "amoeba_full.part3.xpos",                   "10"                    },
904   { "amoeba_full.part3.ypos",                   "6"                     },
905   { "amoeba_full.part3.frames",                 "1"                     },
906   { "amoeba_full.part4",                        "RocksElements.pcx"     },
907   { "amoeba_full.part4.xpos",                   "11"                    },
908   { "amoeba_full.part4.ypos",                   "6"                     },
909   { "amoeba_full.part4.frames",                 "1"                     },
910   { "amoeba_dead",                              "RocksElements.pcx"     },
911   { "amoeba_dead.xpos",                         "12"                    },
912   { "amoeba_dead.ypos",                         "6"                     },
913   { "amoeba_dead.frames",                       "1"                     },
914   { "amoeba_dead.part1",                        "RocksElements.pcx"     },
915   { "amoeba_dead.part1.xpos",                   "12"                    },
916   { "amoeba_dead.part1.ypos",                   "6"                     },
917   { "amoeba_dead.part1.frames",                 "1"                     },
918   { "amoeba_dead.part2",                        "RocksElements.pcx"     },
919   { "amoeba_dead.part2.xpos",                   "13"                    },
920   { "amoeba_dead.part2.ypos",                   "6"                     },
921   { "amoeba_dead.part2.frames",                 "1"                     },
922   { "amoeba_dead.part3",                        "RocksElements.pcx"     },
923   { "amoeba_dead.part3.xpos",                   "14"                    },
924   { "amoeba_dead.part3.ypos",                   "6"                     },
925   { "amoeba_dead.part3.frames",                 "1"                     },
926   { "amoeba_dead.part4",                        "RocksElements.pcx"     },
927   { "amoeba_dead.part4.xpos",                   "15"                    },
928   { "amoeba_dead.part4.ypos",                   "6"                     },
929   { "amoeba_dead.part4.frames",                 "1"                     },
930
931   { "em_key1",                                  "RocksSP.pcx"           },
932   { "em_key1.xpos",                             "4"                     },
933   { "em_key1.ypos",                             "6"                     },
934   { "em_key1.frames",                           "1"                     },
935   { "em_key2",                                  "RocksSP.pcx"           },
936   { "em_key2.xpos",                             "5"                     },
937   { "em_key2.ypos",                             "6"                     },
938   { "em_key2.frames",                           "1"                     },
939   { "em_key3",                                  "RocksSP.pcx"           },
940   { "em_key3.xpos",                             "6"                     },
941   { "em_key3.ypos",                             "6"                     },
942   { "em_key3.frames",                           "1"                     },
943   { "em_key4",                                  "RocksSP.pcx"           },
944   { "em_key4.xpos",                             "7"                     },
945   { "em_key4.ypos",                             "6"                     },
946   { "em_key4.frames",                           "1"                     },
947
948   { "em_gate1",                                 "RocksSP.pcx"           },
949   { "em_gate1.xpos",                            "0"                     },
950   { "em_gate1.ypos",                            "7"                     },
951   { "em_gate1.frames",                          "1"                     },
952   { "em_gate2",                                 "RocksSP.pcx"           },
953   { "em_gate2.xpos",                            "1"                     },
954   { "em_gate2.ypos",                            "7"                     },
955   { "em_gate2.frames",                          "1"                     },
956   { "em_gate3",                                 "RocksSP.pcx"           },
957   { "em_gate3.xpos",                            "2"                     },
958   { "em_gate3.ypos",                            "7"                     },
959   { "em_gate3.frames",                          "1"                     },
960   { "em_gate4",                                 "RocksSP.pcx"           },
961   { "em_gate4.xpos",                            "3"                     },
962   { "em_gate4.ypos",                            "7"                     },
963   { "em_gate4.frames",                          "1"                     },
964   { "em_gate1_gray",                            "RocksSP.pcx"           },
965   { "em_gate1_gray.xpos",                       "4"                     },
966   { "em_gate1_gray.ypos",                       "7"                     },
967   { "em_gate1_gray.frames",                     "1"                     },
968   { "em_gate2_gray",                            "RocksSP.pcx"           },
969   { "em_gate2_gray.xpos",                       "5"                     },
970   { "em_gate2_gray.ypos",                       "7"                     },
971   { "em_gate2_gray.frames",                     "1"                     },
972   { "em_gate3_gray",                            "RocksSP.pcx"           },
973   { "em_gate3_gray.xpos",                       "6"                     },
974   { "em_gate3_gray.ypos",                       "7"                     },
975   { "em_gate3_gray.frames",                     "1"                     },
976   { "em_gate4_gray",                            "RocksSP.pcx"           },
977   { "em_gate4_gray.xpos",                       "7"                     },
978   { "em_gate4_gray.ypos",                       "7"                     },
979   { "em_gate4_gray.frames",                     "1"                     },
980
981   { "exit_closed",                              "RocksElements.pcx"     },
982   { "exit_closed.xpos",                         "0"                     },
983   { "exit_closed.ypos",                         "11"                    },
984   { "exit_closed.frames",                       "1"                     },
985   { "exit.opening",                             "RocksElements.pcx"     },
986   { "exit.opening.xpos",                        "0"                     },
987   { "exit.opening.ypos",                        "11"                    },
988   { "exit.opening.frames",                      "5"                     },
989   { "exit.opening.delay",                       "6"                     },
990   { "exit.opening.mode_linear",                 "1"                     },
991   { "exit_open",                                "RocksElements.pcx"     },
992   { "exit_open.xpos",                           "4"                     },
993   { "exit_open.ypos",                           "11"                    },
994   { "exit_open.frames",                         "4"                     },
995   { "exit_open.delay",                          "4"                     },
996   { "exit_open.mode_pingpong",                  "1"                     },
997
998   /* images for Emerald Mine Club style elements and actions */
999
1000   { "balloon",                                  "RocksDC.pcx"           },
1001   { "balloon.xpos",                             "12"                    },
1002   { "balloon.ypos",                             "7"                     },
1003   { "balloon.frames",                           "1"                     },
1004   { "balloon.moving",                           "RocksDC.pcx"           },
1005   { "balloon.moving.xpos",                      "12"                    },
1006   { "balloon.moving.ypos",                      "7"                     },
1007   { "balloon.moving.frames",                    "4"                     },
1008   { "balloon.moving.mode_pingpong",             "1"                     },
1009   { "balloon.moving.delay",                     "2"                     },
1010
1011   { "balloon_send_left",                        "RocksDC.pcx"           },
1012   { "balloon_send_left.xpos",                   "8"                     },
1013   { "balloon_send_left.ypos",                   "7"                     },
1014   { "balloon_send_left.frames",                 "1"                     },
1015   { "balloon_send_right",                       "RocksDC.pcx"           },
1016   { "balloon_send_right.xpos",                  "9"                     },
1017   { "balloon_send_right.ypos",                  "7"                     },
1018   { "balloon_send_right.frames",                "1"                     },
1019   { "balloon_send_up",                          "RocksDC.pcx"           },
1020   { "balloon_send_up.xpos",                     "10"                    },
1021   { "balloon_send_up.ypos",                     "7"                     },
1022   { "balloon_send_up.frames",                   "1"                     },
1023   { "balloon_send_down",                        "RocksDC.pcx"           },
1024   { "balloon_send_down.xpos",                   "11"                    },
1025   { "balloon_send_down.ypos",                   "7"                     },
1026   { "balloon_send_down.frames",                 "1"                     },
1027   { "balloon_send_any_direction",               "RocksDC.pcx"           },
1028   { "balloon_send_any_direction.xpos",          "15"                    },
1029   { "balloon_send_any_direction.ypos",          "0"                     },
1030   { "balloon_send_any_direction.frames",        "1"                     },
1031
1032   { "spring",                                   "RocksDC.pcx"           },
1033   { "spring.xpos",                              "8"                     },
1034   { "spring.ypos",                              "13"                    },
1035   { "spring.frames",                            "1"                     },
1036   { "spring.moving",                            "RocksDC.pcx"           },
1037   { "spring.moving.xpos",                       "8"                     },
1038   { "spring.moving.ypos",                       "13"                    },
1039   { "spring.moving.frames",                     "1"                     },
1040
1041   { "emc_steelwall1",                           "RocksDC.pcx"           },
1042   { "emc_steelwall1.xpos",                      "14"                    },
1043   { "emc_steelwall1.ypos",                      "0"                     },
1044   { "emc_steelwall1.frames",                    "1"                     },
1045   { "emc_steelwall2",                           "RocksDC.pcx"           },
1046   { "emc_steelwall2.xpos",                      "14"                    },
1047   { "emc_steelwall2.ypos",                      "0"                     },
1048   { "emc_steelwall2.frames",                    "1"                     },
1049   { "emc_steelwall3",                           "RocksDC.pcx"           },
1050   { "emc_steelwall3.xpos",                      "14"                    },
1051   { "emc_steelwall3.ypos",                      "0"                     },
1052   { "emc_steelwall3.frames",                    "1"                     },
1053   { "emc_steelwall4",                           "RocksDC.pcx"           },
1054   { "emc_steelwall4.xpos",                      "14"                    },
1055   { "emc_steelwall4.ypos",                      "0"                     },
1056   { "emc_steelwall4.frames",                    "1"                     },
1057
1058   { "emc_wall_pillar_upper",                    "RocksDC.pcx"           },
1059   { "emc_wall_pillar_upper.xpos",               "13"                    },
1060   { "emc_wall_pillar_upper.ypos",               "6"                     },
1061   { "emc_wall_pillar_upper.frames",             "1"                     },
1062   { "emc_wall_pillar_middle",                   "RocksDC.pcx"           },
1063   { "emc_wall_pillar_middle.xpos",              "14"                    },
1064   { "emc_wall_pillar_middle.ypos",              "6"                     },
1065   { "emc_wall_pillar_middle.frames",            "1"                     },
1066   { "emc_wall_pillar_lower",                    "RocksDC.pcx"           },
1067   { "emc_wall_pillar_lower.xpos",               "15"                    },
1068   { "emc_wall_pillar_lower.ypos",               "6"                     },
1069   { "emc_wall_pillar_lower.frames",             "1"                     },
1070
1071   { "emc_wall4",                                "RocksDC.pcx"           },
1072   { "emc_wall4.xpos",                           "14"                    },
1073   { "emc_wall4.ypos",                           "1"                     },
1074   { "emc_wall4.frames",                         "1"                     },
1075   { "emc_wall5",                                "RocksDC.pcx"           },
1076   { "emc_wall5.xpos",                           "15"                    },
1077   { "emc_wall5.ypos",                           "1"                     },
1078   { "emc_wall5.frames",                         "1"                     },
1079   { "emc_wall6",                                "RocksDC.pcx"           },
1080   { "emc_wall6.xpos",                           "14"                    },
1081   { "emc_wall6.ypos",                           "2"                     },
1082   { "emc_wall6.frames",                         "1"                     },
1083   { "emc_wall7",                                "RocksDC.pcx"           },
1084   { "emc_wall7.xpos",                           "15"                    },
1085   { "emc_wall7.ypos",                           "2"                     },
1086   { "emc_wall7.frames",                         "1"                     },
1087   { "emc_wall8",                                "RocksDC.pcx"           },
1088   { "emc_wall8.xpos",                           "14"                    },
1089   { "emc_wall8.ypos",                           "1"                     },
1090   { "emc_wall8.frames",                         "1"                     },
1091
1092   /* images for Diamond Caves style elements and actions */
1093
1094   { "invisible_steelwall",                      "RocksSP.pcx"           },
1095   { "invisible_steelwall.xpos",                 "3"                     },
1096   { "invisible_steelwall.ypos",                 "5"                     },
1097   { "invisible_steelwall.frames",               "1"                     },
1098   { "invisible_steelwall.active",               "RocksSP.pcx"           },
1099   { "invisible_steelwall.active.xpos",          "1"                     },
1100   { "invisible_steelwall.active.ypos",          "5"                     },
1101   { "invisible_steelwall.active.frames",        "1"                     },
1102
1103   { "invisible_wall",                           "RocksSP.pcx"           },
1104   { "invisible_wall.xpos",                      "7"                     },
1105   { "invisible_wall.ypos",                      "5"                     },
1106   { "invisible_wall.frames",                    "1"                     },
1107   { "invisible_wall.active",                    "RocksSP.pcx"           },
1108   { "invisible_wall.active.xpos",               "5"                     },
1109   { "invisible_wall.active.ypos",               "5"                     },
1110   { "invisible_wall.active.frames",             "1"                     },
1111
1112   { "invisible_sand",                           "RocksSP.pcx"           },
1113   { "invisible_sand.xpos",                      "6"                     },
1114   { "invisible_sand.ypos",                      "5"                     },
1115   { "invisible_sand.frames",                    "1"                     },
1116   { "invisible_sand.active",                    "RocksSP.pcx"           },
1117   { "invisible_sand.active.xpos",               "2"                     },
1118   { "invisible_sand.active.ypos",               "5"                     },
1119   { "invisible_sand.active.frames",             "1"                     },
1120
1121   { "conveyor_belt1_middle",                    "RocksDC.pcx"           },
1122   { "conveyor_belt1_middle.xpos",               "0"                     },
1123   { "conveyor_belt1_middle.ypos",               "0"                     },
1124   { "conveyor_belt1_middle.frames",             "1"                     },
1125   { "conveyor_belt1_middle.active",             "RocksDC.pcx"           },
1126   { "conveyor_belt1_middle.active.xpos",        "0"                     },
1127   { "conveyor_belt1_middle.active.ypos",        "0"                     },
1128   { "conveyor_belt1_middle.active.frames",      "8"                     },
1129   { "conveyor_belt1_middle.active.delay",       "2"                     },
1130   { "conveyor_belt1_left",                      "RocksDC.pcx"           },
1131   { "conveyor_belt1_left.xpos",                 "0"                     },
1132   { "conveyor_belt1_left.ypos",                 "1"                     },
1133   { "conveyor_belt1_left.frames",               "1"                     },
1134   { "conveyor_belt1_left.active",               "RocksDC.pcx"           },
1135   { "conveyor_belt1_left.active.xpos",          "0"                     },
1136   { "conveyor_belt1_left.active.ypos",          "1"                     },
1137   { "conveyor_belt1_left.active.frames",        "8"                     },
1138   { "conveyor_belt1_left.active.delay",         "2"                     },
1139   { "conveyor_belt1_right",                     "RocksDC.pcx"           },
1140   { "conveyor_belt1_right.xpos",                "0"                     },
1141   { "conveyor_belt1_right.ypos",                "2"                     },
1142   { "conveyor_belt1_right.frames",              "1"                     },
1143   { "conveyor_belt1_right.active",              "RocksDC.pcx"           },
1144   { "conveyor_belt1_right.active.xpos",         "0"                     },
1145   { "conveyor_belt1_right.active.ypos",         "2"                     },
1146   { "conveyor_belt1_right.active.frames",       "8"                     },
1147   { "conveyor_belt1_right.active.delay",        "2"                     },
1148   { "conveyor_belt1_switch_left",               "RocksDC.pcx"           },
1149   { "conveyor_belt1_switch_left.xpos",          "0"                     },
1150   { "conveyor_belt1_switch_left.ypos",          "12"                    },
1151   { "conveyor_belt1_switch_left.frames",        "1"                     },
1152   { "conveyor_belt1_switch_middle",             "RocksDC.pcx"           },
1153   { "conveyor_belt1_switch_middle.xpos",        "0"                     },
1154   { "conveyor_belt1_switch_middle.ypos",        "13"                    },
1155   { "conveyor_belt1_switch_middle.frames",      "1"                     },
1156   { "conveyor_belt1_switch_right",              "RocksDC.pcx"           },
1157   { "conveyor_belt1_switch_right.xpos",         "0"                     },
1158   { "conveyor_belt1_switch_right.ypos",         "14"                    },
1159   { "conveyor_belt1_switch_right.frames",       "1"                     },
1160
1161   { "conveyor_belt2_middle",                    "RocksDC.pcx"           },
1162   { "conveyor_belt2_middle.xpos",               "0"                     },
1163   { "conveyor_belt2_middle.ypos",               "3"                     },
1164   { "conveyor_belt2_middle.frames",             "1"                     },
1165   { "conveyor_belt2_middle.active",             "RocksDC.pcx"           },
1166   { "conveyor_belt2_middle.active.xpos",        "0"                     },
1167   { "conveyor_belt2_middle.active.ypos",        "3"                     },
1168   { "conveyor_belt2_middle.active.frames",      "8"                     },
1169   { "conveyor_belt2_middle.active.delay",       "2"                     },
1170   { "conveyor_belt2_left",                      "RocksDC.pcx"           },
1171   { "conveyor_belt2_left.xpos",                 "0"                     },
1172   { "conveyor_belt2_left.ypos",                 "4"                     },
1173   { "conveyor_belt2_left.frames",               "1"                     },
1174   { "conveyor_belt2_left.active",               "RocksDC.pcx"           },
1175   { "conveyor_belt2_left.active.xpos",          "0"                     },
1176   { "conveyor_belt2_left.active.ypos",          "4"                     },
1177   { "conveyor_belt2_left.active.frames",        "8"                     },
1178   { "conveyor_belt2_left.active.delay",         "2"                     },
1179   { "conveyor_belt2_right",                     "RocksDC.pcx"           },
1180   { "conveyor_belt2_right.xpos",                "0"                     },
1181   { "conveyor_belt2_right.ypos",                "5"                     },
1182   { "conveyor_belt2_right.frames",              "1"                     },
1183   { "conveyor_belt2_right.active",              "RocksDC.pcx"           },
1184   { "conveyor_belt2_right.active.xpos",         "0"                     },
1185   { "conveyor_belt2_right.active.ypos",         "5"                     },
1186   { "conveyor_belt2_right.active.frames",       "8"                     },
1187   { "conveyor_belt2_right.active.delay",        "2"                     },
1188   { "conveyor_belt2_switch_left",               "RocksDC.pcx"           },
1189   { "conveyor_belt2_switch_left.xpos",          "1"                     },
1190   { "conveyor_belt2_switch_left.ypos",          "12"                    },
1191   { "conveyor_belt2_switch_left.frames",        "1"                     },
1192   { "conveyor_belt2_switch_middle",             "RocksDC.pcx"           },
1193   { "conveyor_belt2_switch_middle.xpos",        "1"                     },
1194   { "conveyor_belt2_switch_middle.ypos",        "13"                    },
1195   { "conveyor_belt2_switch_middle.frames",      "1"                     },
1196   { "conveyor_belt2_switch_right",              "RocksDC.pcx"           },
1197   { "conveyor_belt2_switch_right.xpos",         "1"                     },
1198   { "conveyor_belt2_switch_right.ypos",         "14"                    },
1199   { "conveyor_belt2_switch_right.frames",       "1"                     },
1200
1201   { "conveyor_belt3_middle",                    "RocksDC.pcx"           },
1202   { "conveyor_belt3_middle.xpos",               "0"                     },
1203   { "conveyor_belt3_middle.ypos",               "6"                     },
1204   { "conveyor_belt3_middle.frames",             "1"                     },
1205   { "conveyor_belt3_middle.active",             "RocksDC.pcx"           },
1206   { "conveyor_belt3_middle.active.xpos",        "0"                     },
1207   { "conveyor_belt3_middle.active.ypos",        "6"                     },
1208   { "conveyor_belt3_middle.active.frames",      "8"                     },
1209   { "conveyor_belt3_middle.active.delay",       "2"                     },
1210   { "conveyor_belt3_left",                      "RocksDC.pcx"           },
1211   { "conveyor_belt3_left.xpos",                 "0"                     },
1212   { "conveyor_belt3_left.ypos",                 "7"                     },
1213   { "conveyor_belt3_left.frames",               "1"                     },
1214   { "conveyor_belt3_left.active",               "RocksDC.pcx"           },
1215   { "conveyor_belt3_left.active.xpos",          "0"                     },
1216   { "conveyor_belt3_left.active.ypos",          "7"                     },
1217   { "conveyor_belt3_left.active.frames",        "8"                     },
1218   { "conveyor_belt3_left.active.delay",         "2"                     },
1219   { "conveyor_belt3_right",                     "RocksDC.pcx"           },
1220   { "conveyor_belt3_right.xpos",                "0"                     },
1221   { "conveyor_belt3_right.ypos",                "8"                     },
1222   { "conveyor_belt3_right.frames",              "1"                     },
1223   { "conveyor_belt3_right.active",              "RocksDC.pcx"           },
1224   { "conveyor_belt3_right.active.xpos",         "0"                     },
1225   { "conveyor_belt3_right.active.ypos",         "8"                     },
1226   { "conveyor_belt3_right.active.frames",       "8"                     },
1227   { "conveyor_belt3_right.active.delay",        "2"                     },
1228   { "conveyor_belt3_switch_left",               "RocksDC.pcx"           },
1229   { "conveyor_belt3_switch_left.xpos",          "2"                     },
1230   { "conveyor_belt3_switch_left.ypos",          "12"                    },
1231   { "conveyor_belt3_switch_left.frames",        "1"                     },
1232   { "conveyor_belt3_switch_middle",             "RocksDC.pcx"           },
1233   { "conveyor_belt3_switch_middle.xpos",        "2"                     },
1234   { "conveyor_belt3_switch_middle.ypos",        "13"                    },
1235   { "conveyor_belt3_switch_middle.frames",      "1"                     },
1236   { "conveyor_belt3_switch_right",              "RocksDC.pcx"           },
1237   { "conveyor_belt3_switch_right.xpos",         "2"                     },
1238   { "conveyor_belt3_switch_right.ypos",         "14"                    },
1239   { "conveyor_belt3_switch_right.frames",       "1"                     },
1240
1241   { "conveyor_belt4_middle",                    "RocksDC.pcx"           },
1242   { "conveyor_belt4_middle.xpos",               "0"                     },
1243   { "conveyor_belt4_middle.ypos",               "9"                     },
1244   { "conveyor_belt4_middle.frames",             "1"                     },
1245   { "conveyor_belt4_middle.active",             "RocksDC.pcx"           },
1246   { "conveyor_belt4_middle.active.xpos",        "0"                     },
1247   { "conveyor_belt4_middle.active.ypos",        "9"                     },
1248   { "conveyor_belt4_middle.active.frames",      "8"                     },
1249   { "conveyor_belt4_middle.active.delay",       "2"                     },
1250   { "conveyor_belt4_left",                      "RocksDC.pcx"           },
1251   { "conveyor_belt4_left.xpos",                 "0"                     },
1252   { "conveyor_belt4_left.ypos",                 "10"                    },
1253   { "conveyor_belt4_left.frames",               "1"                     },
1254   { "conveyor_belt4_left.active",               "RocksDC.pcx"           },
1255   { "conveyor_belt4_left.active.xpos",          "0"                     },
1256   { "conveyor_belt4_left.active.ypos",          "10"                    },
1257   { "conveyor_belt4_left.active.frames",        "8"                     },
1258   { "conveyor_belt4_left.active.delay",         "2"                     },
1259   { "conveyor_belt4_right",                     "RocksDC.pcx"           },
1260   { "conveyor_belt4_right.xpos",                "0"                     },
1261   { "conveyor_belt4_right.ypos",                "11"                    },
1262   { "conveyor_belt4_right.frames",              "1"                     },
1263   { "conveyor_belt4_right.active",              "RocksDC.pcx"           },
1264   { "conveyor_belt4_right.active.xpos",         "0"                     },
1265   { "conveyor_belt4_right.active.ypos",         "11"                    },
1266   { "conveyor_belt4_right.active.frames",       "8"                     },
1267   { "conveyor_belt4_right.active.delay",        "2"                     },
1268   { "conveyor_belt4_switch_left",               "RocksDC.pcx"           },
1269   { "conveyor_belt4_switch_left.xpos",          "3"                     },
1270   { "conveyor_belt4_switch_left.ypos",          "12"                    },
1271   { "conveyor_belt4_switch_left.frames",        "1"                     },
1272   { "conveyor_belt4_switch_middle",             "RocksDC.pcx"           },
1273   { "conveyor_belt4_switch_middle.xpos",        "3"                     },
1274   { "conveyor_belt4_switch_middle.ypos",        "13"                    },
1275   { "conveyor_belt4_switch_middle.frames",      "1"                     },
1276   { "conveyor_belt4_switch_right",              "RocksDC.pcx"           },
1277   { "conveyor_belt4_switch_right.xpos",         "3"                     },
1278   { "conveyor_belt4_switch_right.ypos",         "14"                    },
1279   { "conveyor_belt4_switch_right.frames",       "1"                     },
1280
1281   { "switchgate_switch_up",                     "RocksDC.pcx"           },
1282   { "switchgate_switch_up.xpos",                "4"                     },
1283   { "switchgate_switch_up.ypos",                "12"                    },
1284   { "switchgate_switch_up.frames",              "1"                     },
1285   { "switchgate_switch_down",                   "RocksDC.pcx"           },
1286   { "switchgate_switch_down.xpos",              "5"                     },
1287   { "switchgate_switch_down.ypos",              "12"                    },
1288   { "switchgate_switch_down.frames",            "1"                     },
1289
1290   { "light_switch",                             "RocksDC.pcx"           },
1291   { "light_switch.xpos",                        "6"                     },
1292   { "light_switch.ypos",                        "12"                    },
1293   { "light_switch.frames",                      "1"                     },
1294   { "light_switch.active",                      "RocksDC.pcx"           },
1295   { "light_switch.active.xpos",                 "7"                     },
1296   { "light_switch.active.ypos",                 "12"                    },
1297   { "light_switch.active.frames",               "1"                     },
1298
1299   { "timegate_switch",                          "RocksDC.pcx"           },
1300   { "timegate_switch.xpos",                     "0"                     },
1301   { "timegate_switch.ypos",                     "15"                    },
1302   { "timegate_switch.frames",                   "1"                     },
1303   { "timegate_switch.active",                   "RocksDC.pcx"           },
1304   { "timegate_switch.active.xpos",              "0"                     },
1305   { "timegate_switch.active.ypos",              "15"                    },
1306   { "timegate_switch.active.frames",            "4"                     },
1307
1308   { "envelope",                                 "RocksDC.pcx"           },
1309   { "envelope.xpos",                            "4"                     },
1310   { "envelope.ypos",                            "14"                    },
1311   { "envelope.frames",                          "1"                     },
1312
1313   { "sign_exclamation",                         "RocksDC.pcx"           },
1314   { "sign_exclamation.xpos",                    "5"                     },
1315   { "sign_exclamation.ypos",                    "14"                    },
1316   { "sign_exclamation.frames",                  "1"                     },
1317
1318   { "sign_stop",                                "RocksDC.pcx"           },
1319   { "sign_stop.xpos",                           "6"                     },
1320   { "sign_stop.ypos",                           "14"                    },
1321   { "sign_stop.frames",                         "1"                     },
1322
1323   { "landmine",                                 "RocksDC.pcx"           },
1324   { "landmine.xpos",                            "7"                     },
1325   { "landmine.ypos",                            "14"                    },
1326   { "landmine.frames",                          "1"                     },
1327
1328   { "steelwall_slanted",                        "RocksDC.pcx"           },
1329   { "steelwall_slanted.xpos",                   "5"                     },
1330   { "steelwall_slanted.ypos",                   "15"                    },
1331   { "steelwall_slanted.frames",                 "1"                     },
1332
1333   { "extra_time",                               "RocksDC.pcx"           },
1334   { "extra_time.xpos",                          "8"                     },
1335   { "extra_time.ypos",                          "0"                     },
1336   { "extra_time.frames",                        "6"                     },
1337   { "extra_time.delay",                         "4"                     },
1338
1339   { "shield_normal",                            "RocksDC.pcx"           },
1340   { "shield_normal.xpos",                       "8"                     },
1341   { "shield_normal.ypos",                       "2"                     },
1342   { "shield_normal.frames",                     "6"                     },
1343   { "shield_normal.delay",                      "4"                     },
1344
1345   { "shield_deadly",                            "RocksDC.pcx"           },
1346   { "shield_deadly.xpos",                       "8"                     },
1347   { "shield_deadly.ypos",                       "1"                     },
1348   { "shield_deadly.frames",                     "6"                     },
1349   { "shield_deadly.delay",                      "4"                     },
1350
1351   { "shield_normal.active",                     "RocksHeroes.pcx"       },
1352   { "shield_normal.active.xpos",                "1"                     },
1353   { "shield_normal.active.ypos",                "13"                    },
1354   { "shield_normal.active.frames",              "3"                     },
1355   { "shield_normal.active.delay",               "8"                     },
1356   { "shield_normal.active.mode_pingpong",       "1"                     },
1357
1358   { "shield_deadly.active",                     "RocksHeroes.pcx"       },
1359   { "shield_deadly.active.xpos",                "5"                     },
1360   { "shield_deadly.active.ypos",                "13"                    },
1361   { "shield_deadly.active.frames",              "3"                     },
1362   { "shield_deadly.active.delay",               "8"                     },
1363   { "shield_deadly.active.mode_pingpong",       "1"                     },
1364
1365   { "switchgate_closed",                        "RocksDC.pcx"           },
1366   { "switchgate_closed.xpos",                   "8"                     },
1367   { "switchgate_closed.ypos",                   "5"                     },
1368   { "switchgate_closed.frames",                 "1"                     },
1369   { "switchgate.opening",                       "RocksDC.pcx"           },
1370   { "switchgate.opening.xpos",                  "8"                     },
1371   { "switchgate.opening.ypos",                  "5"                     },
1372   { "switchgate.opening.frames",                "5"                     },
1373   { "switchgate.opening.delay",                 "6"                     },
1374   { "switchgate_open",                          "RocksDC.pcx"           },
1375   { "switchgate_open.xpos",                     "12"                    },
1376   { "switchgate_open.ypos",                     "5"                     },
1377   { "switchgate_open.frames",                   "1"                     },
1378   { "switchgate.closing",                       "RocksDC.pcx"           },
1379   { "switchgate.closing.xpos",                  "8"                     },
1380   { "switchgate.closing.ypos",                  "5"                     },
1381   { "switchgate.closing.frames",                "5"                     },
1382   { "switchgate.closing.delay",                 "6"                     },
1383   { "switchgate.closing.mode_reverse",          "1"                     },
1384
1385   { "timegate_closed",                          "RocksDC.pcx"           },
1386   { "timegate_closed.xpos",                     "8"                     },
1387   { "timegate_closed.ypos",                     "6"                     },
1388   { "timegate_closed.frames",                   "1"                     },
1389   { "timegate.opening",                         "RocksDC.pcx"           },
1390   { "timegate.opening.xpos",                    "8"                     },
1391   { "timegate.opening.ypos",                    "6"                     },
1392   { "timegate.opening.frames",                  "5"                     },
1393   { "timegate.opening.delay",                   "6"                     },
1394   { "timegate_open",                            "RocksDC.pcx"           },
1395   { "timegate_open.xpos",                       "12"                    },
1396   { "timegate_open.ypos",                       "6"                     },
1397   { "timegate_open.frames",                     "1"                     },
1398   { "timegate.closing",                         "RocksDC.pcx"           },
1399   { "timegate.closing.xpos",                    "8"                     },
1400   { "timegate.closing.ypos",                    "6"                     },
1401   { "timegate.closing.frames",                  "5"                     },
1402   { "timegate.closing.delay",                   "6"                     },
1403   { "timegate.closing.mode_reverse",            "1"                     },
1404
1405   { "pearl",                                    "RocksDC.pcx"           },
1406   { "pearl.xpos",                               "8"                     },
1407   { "pearl.ypos",                               "11"                    },
1408   { "pearl.frames",                             "1"                     },
1409   { "pearl.breaking",                           "RocksDC.pcx"           },
1410   { "pearl.breaking.xpos",                      "8"                     },
1411   { "pearl.breaking.ypos",                      "12"                    },
1412   { "pearl.breaking.frames",                    "4"                     },
1413   { "pearl.breaking.delay",                     "2"                     },
1414   { "pearl.breaking.mode_linear",               "4"                     },
1415
1416   { "crystal",                                  "RocksDC.pcx"           },
1417   { "crystal.xpos",                             "9"                     },
1418   { "crystal.ypos",                             "11"                    },
1419   { "crystal.frames",                           "1"                     },
1420
1421   { "wall_pearl",                               "RocksDC.pcx"           },
1422   { "wall_pearl.xpos",                          "10"                    },
1423   { "wall_pearl.ypos",                          "11"                    },
1424   { "wall_pearl.frames",                        "1"                     },
1425
1426   { "wall_crystal",                             "RocksDC.pcx"           },
1427   { "wall_crystal.xpos",                        "11"                    },
1428   { "wall_crystal.ypos",                        "11"                    },
1429   { "wall_crystal.frames",                      "1"                     },
1430
1431   /* images for DX Boulderdash style elements and actions */
1432
1433   { "tube_right_down",                          "RocksDC.pcx"           },
1434   { "tube_right_down.xpos",                     "9"                     },
1435   { "tube_right_down.ypos",                     "13"                    },
1436   { "tube_right_down.frames",                   "1"                     },
1437
1438   { "tube_horizontal_down",                     "RocksDC.pcx"           },
1439   { "tube_horizontal_down.xpos",                "10"                    },
1440   { "tube_horizontal_down.ypos",                "13"                    },
1441   { "tube_horizontal_down.frames",              "1"                     },
1442
1443   { "tube_left_down",                           "RocksDC.pcx"           },
1444   { "tube_left_down.xpos",                      "11"                    },
1445   { "tube_left_down.ypos",                      "13"                    },
1446   { "tube_left_down.frames",                    "1"                     },
1447
1448   { "tube_horizontal",                          "RocksDC.pcx"           },
1449   { "tube_horizontal.xpos",                     "8"                     },
1450   { "tube_horizontal.ypos",                     "14"                    },
1451   { "tube_horizontal.frames",                   "1"                     },
1452
1453   { "tube_vertical_right",                      "RocksDC.pcx"           },
1454   { "tube_vertical_right.xpos",                 "9"                     },
1455   { "tube_vertical_right.ypos",                 "14"                    },
1456   { "tube_vertical_right.frames",               "1"                     },
1457
1458   { "tube_all",                                 "RocksDC.pcx"           },
1459   { "tube_all.xpos",                            "10"                    },
1460   { "tube_all.ypos",                            "14"                    },
1461   { "tube_all.frames",                          "1"                     },
1462
1463   { "tube_vertical_left",                       "RocksDC.pcx"           },
1464   { "tube_vertical_left.xpos",                  "11"                    },
1465   { "tube_vertical_left.ypos",                  "14"                    },
1466   { "tube_vertical_left.frames",                "1"                     },
1467
1468   { "tube_vertical",                            "RocksDC.pcx"           },
1469   { "tube_vertical.xpos",                       "8"                     },
1470   { "tube_vertical.ypos",                       "15"                    },
1471   { "tube_vertical.frames",                     "1"                     },
1472
1473   { "tube_right_up",                            "RocksDC.pcx"           },
1474   { "tube_right_up.xpos",                       "9"                     },
1475   { "tube_right_up.ypos",                       "15"                    },
1476   { "tube_right_up.frames",                     "1"                     },
1477
1478   { "tube_horizontal_up",                       "RocksDC.pcx"           },
1479   { "tube_horizontal_up.xpos",                  "10"                    },
1480   { "tube_horizontal_up.ypos",                  "15"                    },
1481   { "tube_horizontal_up.frames",                "1"                     },
1482
1483   { "tube_left_up",                             "RocksDC.pcx"           },
1484   { "tube_left_up.xpos",                        "11"                    },
1485   { "tube_left_up.ypos",                        "15"                    },
1486   { "tube_left_up.frames",                      "1"                     },
1487
1488   { "trap",                                     "RocksDC.pcx"           },
1489   { "trap.xpos",                                "12"                    },
1490   { "trap.ypos",                                "8"                     },
1491   { "trap.frames",                              "1"                     },
1492   { "trap.active",                              "RocksDC.pcx"           },
1493   { "trap.active.xpos",                         "12"                    },
1494   { "trap.active.ypos",                         "8"                     },
1495   { "trap.active.frames",                       "4"                     },
1496   { "trap.active.delay",                        "4"                     },
1497   { "trap.active.mode_pingpong2",               "1"                     },
1498
1499   { "dx_supabomb",                              "RocksDC.pcx"           },
1500   { "dx_supabomb.xpos",                         "15"                    },
1501   { "dx_supabomb.ypos",                         "9"                     },
1502   { "dx_supabomb.frames",                       "1"                     },
1503
1504   /* images for Rocks'n'Diamonds style elements and actions */
1505
1506   { "key1",                                     "RocksElements.pcx"     },
1507   { "key1.xpos",                                "4"                     },
1508   { "key1.ypos",                                "1"                     },
1509   { "key1.frames",                              "1"                     },
1510   { "key2",                                     "RocksElements.pcx"     },
1511   { "key2.xpos",                                "5"                     },
1512   { "key2.ypos",                                "1"                     },
1513   { "key2.frames",                              "1"                     },
1514   { "key3",                                     "RocksElements.pcx"     },
1515   { "key3.xpos",                                "6"                     },
1516   { "key3.ypos",                                "1"                     },
1517   { "key3.frames",                              "1"                     },
1518   { "key4",                                     "RocksElements.pcx"     },
1519   { "key4.xpos",                                "7"                     },
1520   { "key4.ypos",                                "1"                     },
1521   { "key4.frames",                              "1"                     },
1522
1523   { "gate1",                                    "RocksElements.pcx"     },
1524   { "gate1.xpos",                               "4"                     },
1525   { "gate1.ypos",                               "2"                     },
1526   { "gate1.frames",                             "1"                     },
1527   { "gate2",                                    "RocksElements.pcx"     },
1528   { "gate2.xpos",                               "5"                     },
1529   { "gate2.ypos",                               "2"                     },
1530   { "gate2.frames",                             "1"                     },
1531   { "gate3",                                    "RocksElements.pcx"     },
1532   { "gate3.xpos",                               "6"                     },
1533   { "gate3.ypos",                               "2"                     },
1534   { "gate3.frames",                             "1"                     },
1535   { "gate4",                                    "RocksElements.pcx"     },
1536   { "gate4.xpos",                               "7"                     },
1537   { "gate4.ypos",                               "2"                     },
1538   { "gate4.frames",                             "1"                     },
1539   { "gate1_gray",                               "RocksElements.pcx"     },
1540   { "gate1_gray.xpos",                          "8"                     },
1541   { "gate1_gray.ypos",                          "2"                     },
1542   { "gate1_gray.frames",                        "1"                     },
1543   { "gate2_gray",                               "RocksElements.pcx"     },
1544   { "gate2_gray.xpos",                          "9"                     },
1545   { "gate2_gray.ypos",                          "2"                     },
1546   { "gate2_gray.frames",                        "1"                     },
1547   { "gate3_gray",                               "RocksElements.pcx"     },
1548   { "gate3_gray.xpos",                          "10"                    },
1549   { "gate3_gray.ypos",                          "2"                     },
1550   { "gate3_gray.frames",                        "1"                     },
1551   { "gate4_gray",                               "RocksElements.pcx"     },
1552   { "gate4_gray.xpos",                          "11"                    },
1553   { "gate4_gray.ypos",                          "2"                     },
1554   { "gate4_gray.frames",                        "1"                     },
1555
1556   { "gameoflife",                               "RocksElements.pcx"     },
1557   { "gameoflife.xpos",                          "8"                     },
1558   { "gameoflife.ypos",                          "1"                     },
1559   { "gameoflife.frames",                        "1"                     },
1560
1561   { "biomaze",                                  "RocksElements.pcx"     },
1562   { "biomaze.xpos",                             "9"                     },
1563   { "biomaze.ypos",                             "1"                     },
1564   { "biomaze.frames",                           "1"                     },
1565
1566   { "pacman_right",                             "RocksElements.pcx"     },
1567   { "pacman_right.xpos",                        "8"                     },
1568   { "pacman_right.ypos",                        "5"                     },
1569   { "pacman_right.frames",                      "2"                     },
1570   { "pacman_right.mode_reverse",                "1"                     },
1571   { "pacman_right.delay",                       "4"                     },
1572   { "pacman_right.offset",                      "128"                   },
1573   { "pacman_up",                                "RocksElements.pcx"     },
1574   { "pacman_up.xpos",                           "9"                     },
1575   { "pacman_up.ypos",                           "5"                     },
1576   { "pacman_up.frames",                         "2"                     },
1577   { "pacman_up.mode_reverse",                   "1"                     },
1578   { "pacman_up.delay",                          "4"                     },
1579   { "pacman_up.offset",                         "128"                   },
1580   { "pacman_left",                              "RocksElements.pcx"     },
1581   { "pacman_left.xpos",                         "10"                    },
1582   { "pacman_left.ypos",                         "5"                     },
1583   { "pacman_left.frames",                       "2"                     },
1584   { "pacman_left.mode_reverse",                 "1"                     },
1585   { "pacman_left.delay",                        "4"                     },
1586   { "pacman_left.offset",                       "128"                   },
1587   { "pacman_down",                              "RocksElements.pcx"     },
1588   { "pacman_down.xpos",                         "11"                    },
1589   { "pacman_down.ypos",                         "5"                     },
1590   { "pacman_down.frames",                       "2"                     },
1591   { "pacman_down.mode_reverse",                 "1"                     },
1592   { "pacman_down.delay",                        "4"                     },
1593   { "pacman_down.offset",                       "128"                   },
1594
1595   { "lamp",                                     "RocksElements.pcx"     },
1596   { "lamp.xpos",                                "0"                     },
1597   { "lamp.ypos",                                "7"                     },
1598   { "lamp.frames",                              "1"                     },
1599   { "lamp.active",                              "RocksElements.pcx"     },
1600   { "lamp.active.xpos",                         "1"                     },
1601   { "lamp.active.ypos",                         "7"                     },
1602   { "lamp.active.frames",                       "1"                     },
1603
1604   { "time_orb_full",                            "RocksElements.pcx"     },
1605   { "time_orb_full.xpos",                       "2"                     },
1606   { "time_orb_full.ypos",                       "7"                     },
1607   { "time_orb_full.frames",                     "1"                     },
1608   { "time_orb_empty",                           "RocksElements.pcx"     },
1609   { "time_orb_empty.xpos",                      "3"                     },
1610   { "time_orb_empty.ypos",                      "7"                     },
1611   { "time_orb_empty.frames",                    "1"                     },
1612
1613   { "emerald_yellow",                           "RocksElements.pcx"     },
1614   { "emerald_yellow.xpos",                      "10"                    },
1615   { "emerald_yellow.ypos",                      "8"                     },
1616   { "emerald_yellow.frames",                    "1"                     },
1617   { "emerald_yellow.moving",                    "RocksElements.pcx"     },
1618   { "emerald_yellow.moving.xpos",               "10"                    },
1619   { "emerald_yellow.moving.ypos",               "8"                     },
1620   { "emerald_yellow.moving.frames",             "2"                     },
1621   { "emerald_yellow.moving.delay",              "4"                     },
1622   { "emerald_yellow.falling",                   "RocksElements.pcx"     },
1623   { "emerald_yellow.falling.xpos",              "10"                    },
1624   { "emerald_yellow.falling.ypos",              "8"                     },
1625   { "emerald_yellow.falling.frames",            "2"                     },
1626   { "emerald_yellow.falling.delay",             "4"                     },
1627   { "emerald_red",                              "RocksElements.pcx"     },
1628   { "emerald_red.xpos",                         "8"                     },
1629   { "emerald_red.ypos",                         "9"                     },
1630   { "emerald_red.frames",                       "1"                     },
1631   { "emerald_red.moving",                       "RocksElements.pcx"     },
1632   { "emerald_red.moving.xpos",                  "8"                     },
1633   { "emerald_red.moving.ypos",                  "9"                     },
1634   { "emerald_red.moving.frames",                "2"                     },
1635   { "emerald_red.moving.delay",                 "4"                     },
1636   { "emerald_red.falling",                      "RocksElements.pcx"     },
1637   { "emerald_red.falling.xpos",                 "8"                     },
1638   { "emerald_red.falling.ypos",                 "9"                     },
1639   { "emerald_red.falling.frames",               "2"                     },
1640   { "emerald_red.falling.delay",                "4"                     },
1641   { "emerald_purple",                           "RocksElements.pcx"     },
1642   { "emerald_purple.xpos",                      "10"                    },
1643   { "emerald_purple.ypos",                      "9"                     },
1644   { "emerald_purple.frames",                    "1"                     },
1645   { "emerald_purple.moving",                    "RocksElements.pcx"     },
1646   { "emerald_purple.moving.xpos",               "10"                    },
1647   { "emerald_purple.moving.ypos",               "9"                     },
1648   { "emerald_purple.moving.frames",             "2"                     },
1649   { "emerald_purple.moving.delay",              "4"                     },
1650   { "emerald_purple.falling",                   "RocksElements.pcx"     },
1651   { "emerald_purple.falling.xpos",              "10"                    },
1652   { "emerald_purple.falling.ypos",              "9"                     },
1653   { "emerald_purple.falling.frames",            "2"                     },
1654   { "emerald_purple.falling.delay",             "4"                     },
1655
1656   { "wall_emerald_yellow",                      "RocksElements.pcx"     },
1657   { "wall_emerald_yellow.xpos",                 "8"                     },
1658   { "wall_emerald_yellow.ypos",                 "8"                     },
1659   { "wall_emerald_yellow.frames",               "1"                     },
1660   { "wall_emerald_red",                         "RocksElements.pcx"     },
1661   { "wall_emerald_red.xpos",                    "6"                     },
1662   { "wall_emerald_red.ypos",                    "8"                     },
1663   { "wall_emerald_red.frames",                  "1"                     },
1664   { "wall_emerald_purple",                      "RocksElements.pcx"     },
1665   { "wall_emerald_purple.xpos",                 "7"                     },
1666   { "wall_emerald_purple.ypos",                 "8"                     },
1667   { "wall_emerald_purple.frames",               "1"                     },
1668   { "wall_bd_diamond",                          "RocksElements.pcx"     },
1669   { "wall_bd_diamond.xpos",                     "9"                     },
1670   { "wall_bd_diamond.ypos",                     "8"                     },
1671   { "wall_bd_diamond.frames",                   "1"                     },
1672
1673   { "wall_growing",                             "RocksElements.pcx"     },
1674   { "wall_growing.xpos",                        "11"                    },
1675   { "wall_growing.ypos",                        "10"                    },
1676   { "wall_growing.frames",                      "1"                     },
1677   { "wall_growing_xy",                          "RocksElements.pcx"     },
1678   { "wall_growing_xy.xpos",                     "4"                     },
1679   { "wall_growing_xy.ypos",                     "9"                     },
1680   { "wall_growing_xy.frames",                   "1"                     },
1681   { "wall_growing_x",                           "RocksElements.pcx"     },
1682   { "wall_growing_x.xpos",                      "5"                     },
1683   { "wall_growing_x.ypos",                      "9"                     },
1684   { "wall_growing_x.frames",                    "1"                     },
1685   { "wall_growing_y",                           "RocksElements.pcx"     },
1686   { "wall_growing_y.xpos",                      "6"                     },
1687   { "wall_growing_y.ypos",                      "9"                     },
1688   { "wall_growing_y.frames",                    "1"                     },
1689
1690   { "wall_growing_active_left",                 "RocksElements.pcx"     },
1691   { "wall_growing_active_left.xpos",            "8"                     },
1692   { "wall_growing_active_left.ypos",            "10"                    },
1693   { "wall_growing_active_left.frames",          "3"                     },
1694   { "wall_growing_active_left.delay",           "6"                     },
1695   { "wall_growing_active_left.mode_linear",     "1"                     },
1696   { "wall_growing_active_right",                "RocksElements.pcx"     },
1697   { "wall_growing_active_right.xpos",           "5"                     },
1698   { "wall_growing_active_right.ypos",           "10"                    },
1699   { "wall_growing_active_right.frames",         "3"                     },
1700   { "wall_growing_active_right.delay",          "6"                     },
1701   { "wall_growing_active_right.mode_linear",    "1"                     },
1702   { "wall_growing_active_up",                   "RocksHeroes.pcx"       },
1703   { "wall_growing_active_up.xpos",              "3"                     },
1704   { "wall_growing_active_up.ypos",              "12"                    },
1705   { "wall_growing_active_up.frames",            "3"                     },
1706   { "wall_growing_active_up.delay",             "6"                     },
1707   { "wall_growing_active_up.mode_linear",       "1"                     },
1708   { "wall_growing_active_down",                 "RocksHeroes.pcx"       },
1709   { "wall_growing_active_down.xpos",            "0"                     },
1710   { "wall_growing_active_down.ypos",            "12"                    },
1711   { "wall_growing_active_down.frames",          "3"                     },
1712   { "wall_growing_active_down.delay",           "6"                     },
1713   { "wall_growing_active_down.mode_linear",     "1"                     },
1714
1715   { "black_orb",                                "RocksElements.pcx"     },
1716   { "black_orb.xpos",                           "13"                    },
1717   { "black_orb.ypos",                           "9"                     },
1718   { "black_orb.frames",                         "1"                     },
1719
1720   { "speed_pill",                               "RocksElements.pcx"     },
1721   { "speed_pill.xpos",                          "14"                    },
1722   { "speed_pill.ypos",                          "9"                     },
1723   { "speed_pill.frames",                        "1"                     },
1724
1725   { "dark_yamyam",                              "RocksElements.pcx"     },
1726   { "dark_yamyam.xpos",                         "8"                     },
1727   { "dark_yamyam.ypos",                         "11"                    },
1728   { "dark_yamyam.frames",                       "4"                     },
1729   { "dark_yamyam.mode_pingpong2",               "1"                     },
1730
1731   { "dynabomb.active",                          "RocksElements.pcx"     },
1732   { "dynabomb.active.xpos",                     "12"                    },
1733   { "dynabomb.active.ypos",                     "11"                    },
1734   { "dynabomb.active.frames",                   "4"                     },
1735   { "dynabomb.active.delay",                    "6"                     },
1736   { "dynabomb.active.mode_pingpong",            "1"                     },
1737   { "dynabomb_player1.active",                  "RocksElements.pcx"     },
1738   { "dynabomb_player1.active.xpos",             "12"                    },
1739   { "dynabomb_player1.active.ypos",             "11"                    },
1740   { "dynabomb_player1.active.frames",           "4"                     },
1741   { "dynabomb_player1.active.delay",            "6"                     },
1742   { "dynabomb_player1.active.mode_pingpong",    "1"                     },
1743   { "dynabomb_player2.active",                  "RocksElements.pcx"     },
1744   { "dynabomb_player2.active.xpos",             "12"                    },
1745   { "dynabomb_player2.active.ypos",             "11"                    },
1746   { "dynabomb_player2.active.frames",           "4"                     },
1747   { "dynabomb_player2.active.delay",            "6"                     },
1748   { "dynabomb_player2.active.mode_pingpong",    "1"                     },
1749   { "dynabomb_player3.active",                  "RocksElements.pcx"     },
1750   { "dynabomb_player3.active.xpos",             "12"                    },
1751   { "dynabomb_player3.active.ypos",             "11"                    },
1752   { "dynabomb_player3.active.frames",           "4"                     },
1753   { "dynabomb_player3.active.delay",            "6"                     },
1754   { "dynabomb_player3.active.mode_pingpong",    "1"                     },
1755   { "dynabomb_player4.active",                  "RocksElements.pcx"     },
1756   { "dynabomb_player4.active.xpos",             "12"                    },
1757   { "dynabomb_player4.active.ypos",             "11"                    },
1758   { "dynabomb_player4.active.frames",           "4"                     },
1759   { "dynabomb_player4.active.delay",            "6"                     },
1760   { "dynabomb_player4.active.mode_pingpong",    "1"                     },
1761   { "dynabomb_nr",                              "RocksElements.pcx"     },
1762   { "dynabomb_nr.xpos",                         "12"                    },
1763   { "dynabomb_nr.ypos",                         "11"                    },
1764   { "dynabomb_nr.frames",                       "1"                     },
1765   { "dynabomb_sz",                              "RocksElements.pcx"     },
1766   { "dynabomb_sz.xpos",                         "15"                    },
1767   { "dynabomb_sz.ypos",                         "11"                    },
1768   { "dynabomb_sz.frames",                       "1"                     },
1769   { "dynabomb_xl",                              "RocksElements.pcx"     },
1770   { "dynabomb_xl.xpos",                         "12"                    },
1771   { "dynabomb_xl.ypos",                         "9"                     },
1772   { "dynabomb_xl.frames",                       "1"                     },
1773
1774   { "pig",                                      "RocksHeroes.pcx"       },
1775   { "pig.xpos",                                 "8"                     },
1776   { "pig.ypos",                                 "0"                     },
1777   { "pig.frames",                               "1"                     },
1778   { "pig_down",                                 "RocksHeroes.pcx"       },
1779   { "pig_down.xpos",                            "8"                     },
1780   { "pig_down.ypos",                            "0"                     },
1781   { "pig_down.frames",                          "1"                     },
1782   { "pig_down.moving",                          "RocksHeroes.pcx"       },
1783   { "pig_down.moving.xpos",                     "8"                     },
1784   { "pig_down.moving.ypos",                     "0"                     },
1785   { "pig_down.moving.frames",                   "4"                     },
1786   { "pig_down.moving.delay",                    "2"                     },
1787   { "pig_down.eating",                          "RocksHeroes.pcx"       },
1788   { "pig_down.eating.xpos",                     "8"                     },
1789   { "pig_down.eating.ypos",                     "0"                     },
1790   { "pig_down.eating.frames",                   "4"                     },
1791   { "pig_down.eating.delay",                    "2"                     },
1792   { "pig_up",                                   "RocksHeroes.pcx"       },
1793   { "pig_up.xpos",                              "12"                    },
1794   { "pig_up.ypos",                              "0"                     },
1795   { "pig_up.frames",                            "1"                     },
1796   { "pig_up.moving",                            "RocksHeroes.pcx"       },
1797   { "pig_up.moving.xpos",                       "12"                    },
1798   { "pig_up.moving.ypos",                       "0"                     },
1799   { "pig_up.moving.frames",                     "4"                     },
1800   { "pig_up.moving.delay",                      "2"                     },
1801   { "pig_up.eating",                            "RocksHeroes.pcx"       },
1802   { "pig_up.eating.xpos",                       "12"                    },
1803   { "pig_up.eating.ypos",                       "0"                     },
1804   { "pig_up.eating.frames",                     "4"                     },
1805   { "pig_up.eating.delay",                      "2"                     },
1806   { "pig_left",                                 "RocksHeroes.pcx"       },
1807   { "pig_left.xpos",                            "8"                     },
1808   { "pig_left.ypos",                            "1"                     },
1809   { "pig_left.frames",                          "1"                     },
1810   { "pig_left.moving",                          "RocksHeroes.pcx"       },
1811   { "pig_left.moving.xpos",                     "8"                     },
1812   { "pig_left.moving.ypos",                     "1"                     },
1813   { "pig_left.moving.frames",                   "4"                     },
1814   { "pig_left.moving.delay",                    "2"                     },
1815   { "pig_left.eating",                          "RocksHeroes.pcx"       },
1816   { "pig_left.eating.xpos",                     "8"                     },
1817   { "pig_left.eating.ypos",                     "1"                     },
1818   { "pig_left.eating.frames",                   "4"                     },
1819   { "pig_left.eating.delay",                    "2"                     },
1820   { "pig_right",                                "RocksHeroes.pcx"       },
1821   { "pig_right.xpos",                           "12"                    },
1822   { "pig_right.ypos",                           "1"                     },
1823   { "pig_right.frames",                         "1"                     },
1824   { "pig_right.moving",                         "RocksHeroes.pcx"       },
1825   { "pig_right.moving.xpos",                    "12"                    },
1826   { "pig_right.moving.ypos",                    "1"                     },
1827   { "pig_right.moving.frames",                  "4"                     },
1828   { "pig_right.moving.delay",                   "2"                     },
1829   { "pig_right.eating",                         "RocksHeroes.pcx"       },
1830   { "pig_right.eating.xpos",                    "12"                    },
1831   { "pig_right.eating.ypos",                    "1"                     },
1832   { "pig_right.eating.frames",                  "4"                     },
1833   { "pig_right.eating.delay",                   "2"                     },
1834
1835   { "dragon",                                   "RocksHeroes.pcx"       },
1836   { "dragon.xpos",                              "8"                     },
1837   { "dragon.ypos",                              "2"                     },
1838   { "dragon.frames",                            "1"                     },
1839   { "dragon_down",                              "RocksHeroes.pcx"       },
1840   { "dragon_down.xpos",                         "8"                     },
1841   { "dragon_down.ypos",                         "2"                     },
1842   { "dragon_down.frames",                       "1"                     },
1843   { "dragon_down.moving",                       "RocksHeroes.pcx"       },
1844   { "dragon_down.moving.xpos",                  "8"                     },
1845   { "dragon_down.moving.ypos",                  "2"                     },
1846   { "dragon_down.moving.frames",                "4"                     },
1847   { "dragon_down.moving.delay",                 "2"                     },
1848   { "dragon_down.attacking",                    "RocksHeroes.pcx"       },
1849   { "dragon_down.attacking.xpos",               "8"                     },
1850   { "dragon_down.attacking.ypos",               "2"                     },
1851   { "dragon_down.attacking.frames",             "1"                     },
1852   { "dragon_up",                                "RocksHeroes.pcx"       },
1853   { "dragon_up.xpos",                           "12"                    },
1854   { "dragon_up.ypos",                           "2"                     },
1855   { "dragon_up.frames",                         "1"                     },
1856   { "dragon_up.moving",                         "RocksHeroes.pcx"       },
1857   { "dragon_up.moving.xpos",                    "12"                    },
1858   { "dragon_up.moving.ypos",                    "2"                     },
1859   { "dragon_up.moving.frames",                  "4"                     },
1860   { "dragon_up.moving.delay",                   "2"                     },
1861   { "dragon_up.attacking",                      "RocksHeroes.pcx"       },
1862   { "dragon_up.attacking.xpos",                 "12"                    },
1863   { "dragon_up.attacking.ypos",                 "2"                     },
1864   { "dragon_up.attacking.frames",               "1"                     },
1865   { "dragon_left",                              "RocksHeroes.pcx"       },
1866   { "dragon_left.xpos",                         "8"                     },
1867   { "dragon_left.ypos",                         "3"                     },
1868   { "dragon_left.frames",                       "1"                     },
1869   { "dragon_left.moving",                       "RocksHeroes.pcx"       },
1870   { "dragon_left.moving.xpos",                  "8"                     },
1871   { "dragon_left.moving.ypos",                  "3"                     },
1872   { "dragon_left.moving.frames",                "4"                     },
1873   { "dragon_left.moving.delay",                 "2"                     },
1874   { "dragon_left.attacking",                    "RocksHeroes.pcx"       },
1875   { "dragon_left.attacking.xpos",               "8"                     },
1876   { "dragon_left.attacking.ypos",               "3"                     },
1877   { "dragon_left.attacking.frames",             "1"                     },
1878   { "dragon_right",                             "RocksHeroes.pcx"       },
1879   { "dragon_right.xpos",                        "12"                    },
1880   { "dragon_right.ypos",                        "3"                     },
1881   { "dragon_right.frames",                      "1"                     },
1882   { "dragon_right.moving",                      "RocksHeroes.pcx"       },
1883   { "dragon_right.moving.xpos",                 "12"                    },
1884   { "dragon_right.moving.ypos",                 "3"                     },
1885   { "dragon_right.moving.frames",               "4"                     },
1886   { "dragon_right.moving.delay",                "2"                     },
1887   { "dragon_right.attacking",                   "RocksHeroes.pcx"       },
1888   { "dragon_right.attacking.xpos",              "12"                    },
1889   { "dragon_right.attacking.ypos",              "3"                     },
1890   { "dragon_right.attacking.frames",            "1"                     },
1891
1892   { "mole",                                     "RocksHeroes.pcx"       },
1893   { "mole.xpos",                                "8"                     },
1894   { "mole.ypos",                                "4"                     },
1895   { "mole.frames",                              "1"                     },
1896   { "mole_down",                                "RocksHeroes.pcx"       },
1897   { "mole_down.xpos",                           "8"                     },
1898   { "mole_down.ypos",                           "4"                     },
1899   { "mole_down.frames",                         "1"                     },
1900   { "mole_down.moving",                         "RocksHeroes.pcx"       },
1901   { "mole_down.moving.xpos",                    "8"                     },
1902   { "mole_down.moving.ypos",                    "4"                     },
1903   { "mole_down.moving.frames",                  "4"                     },
1904   { "mole_down.moving.delay",                   "2"                     },
1905   { "mole_down.digging",                        "RocksHeroes.pcx"       },
1906   { "mole_down.digging.xpos",                   "8"                     },
1907   { "mole_down.digging.ypos",                   "4"                     },
1908   { "mole_down.digging.frames",                 "4"                     },
1909   { "mole_down.digging.delay",                  "2"                     },
1910   { "mole_up",                                  "RocksHeroes.pcx"       },
1911   { "mole_up.xpos",                             "12"                    },
1912   { "mole_up.ypos",                             "4"                     },
1913   { "mole_up.frames",                           "1"                     },
1914   { "mole_up.moving",                           "RocksHeroes.pcx"       },
1915   { "mole_up.moving.xpos",                      "12"                    },
1916   { "mole_up.moving.ypos",                      "4"                     },
1917   { "mole_up.moving.frames",                    "4"                     },
1918   { "mole_up.moving.delay",                     "2"                     },
1919   { "mole_up.digging",                          "RocksHeroes.pcx"       },
1920   { "mole_up.digging.xpos",                     "12"                    },
1921   { "mole_up.digging.ypos",                     "4"                     },
1922   { "mole_up.digging.frames",                   "4"                     },
1923   { "mole_up.digging.delay",                    "2"                     },
1924   { "mole_left",                                "RocksHeroes.pcx"       },
1925   { "mole_left.xpos",                           "8"                     },
1926   { "mole_left.ypos",                           "5"                     },
1927   { "mole_left.frames",                         "1"                     },
1928   { "mole_left.moving",                         "RocksHeroes.pcx"       },
1929   { "mole_left.moving.xpos",                    "8"                     },
1930   { "mole_left.moving.ypos",                    "5"                     },
1931   { "mole_left.moving.frames",                  "4"                     },
1932   { "mole_left.moving.delay",                   "2"                     },
1933   { "mole_left.digging",                        "RocksHeroes.pcx"       },
1934   { "mole_left.digging.xpos",                   "8"                     },
1935   { "mole_left.digging.ypos",                   "5"                     },
1936   { "mole_left.digging.frames",                 "4"                     },
1937   { "mole_left.digging.delay",                  "2"                     },
1938   { "mole_right",                               "RocksHeroes.pcx"       },
1939   { "mole_right.xpos",                          "12"                    },
1940   { "mole_right.ypos",                          "5"                     },
1941   { "mole_right.frames",                        "1"                     },
1942   { "mole_right.moving",                        "RocksHeroes.pcx"       },
1943   { "mole_right.moving.xpos",                   "12"                    },
1944   { "mole_right.moving.ypos",                   "5"                     },
1945   { "mole_right.moving.frames",                 "4"                     },
1946   { "mole_right.moving.delay",                  "2"                     },
1947   { "mole_right.digging",                       "RocksHeroes.pcx"       },
1948   { "mole_right.digging.xpos",                  "12"                    },
1949   { "mole_right.digging.ypos",                  "5"                     },
1950   { "mole_right.digging.frames",                "4"                     },
1951   { "mole_right.digging.delay",                 "2"                     },
1952
1953   { "penguin",                                  "RocksHeroes.pcx"       },
1954   { "penguin.xpos",                             "8"                     },
1955   { "penguin.ypos",                             "6"                     },
1956   { "penguin.frames",                           "1"                     },
1957   { "penguin_down",                             "RocksHeroes.pcx"       },
1958   { "penguin_down.xpos",                        "8"                     },
1959   { "penguin_down.ypos",                        "6"                     },
1960   { "penguin_down.frames",                      "1"                     },
1961   { "penguin_down.moving",                      "RocksHeroes.pcx"       },
1962   { "penguin_down.moving.xpos",                 "8"                     },
1963   { "penguin_down.moving.ypos",                 "6"                     },
1964   { "penguin_down.moving.frames",               "4"                     },
1965   { "penguin_down.moving.delay",                "2"                     },
1966   { "penguin_up",                               "RocksHeroes.pcx"       },
1967   { "penguin_up.xpos",                          "12"                    },
1968   { "penguin_up.ypos",                          "6"                     },
1969   { "penguin_up.frames",                        "1"                     },
1970   { "penguin_up.moving",                        "RocksHeroes.pcx"       },
1971   { "penguin_up.moving.xpos",                   "12"                    },
1972   { "penguin_up.moving.ypos",                   "6"                     },
1973   { "penguin_up.moving.frames",                 "4"                     },
1974   { "penguin_up.moving.delay",                  "2"                     },
1975   { "penguin_left",                             "RocksHeroes.pcx"       },
1976   { "penguin_left.xpos",                        "8"                     },
1977   { "penguin_left.ypos",                        "7"                     },
1978   { "penguin_left.frames",                      "1"                     },
1979   { "penguin_left.moving",                      "RocksHeroes.pcx"       },
1980   { "penguin_left.moving.xpos",                 "8"                     },
1981   { "penguin_left.moving.ypos",                 "7"                     },
1982   { "penguin_left.moving.frames",               "4"                     },
1983   { "penguin_left.moving.delay",                "2"                     },
1984   { "penguin_right",                            "RocksHeroes.pcx"       },
1985   { "penguin_right.xpos",                       "12"                    },
1986   { "penguin_right.ypos",                       "7"                     },
1987   { "penguin_right.frames",                     "1"                     },
1988   { "penguin_right.moving",                     "RocksHeroes.pcx"       },
1989   { "penguin_right.moving.xpos",                "12"                    },
1990   { "penguin_right.moving.ypos",                "7"                     },
1991   { "penguin_right.moving.frames",              "4"                     },
1992   { "penguin_right.moving.delay",               "2"                     },
1993
1994   { "satellite",                                "RocksHeroes.pcx"       },
1995   { "satellite.xpos",                           "8"                     },
1996   { "satellite.ypos",                           "9"                     },
1997   { "satellite.frames",                         "8"                     },
1998   { "satellite.moving.delay",                   "2"                     },
1999   { "satellite.moving",                         "RocksHeroes.pcx"       },
2000   { "satellite.moving.xpos",                    "8"                     },
2001   { "satellite.moving.ypos",                    "9"                     },
2002   { "satellite.moving.frames",                  "8"                     },
2003   { "satellite.moving.delay",                   "2"                     },
2004
2005   { "flames_left1",                             "RocksHeroes.pcx"       },
2006   { "flames_left1.xpos",                        "8"                     },
2007   { "flames_left1.ypos",                        "12"                    },
2008   { "flames_left1.frames",                      "2"                     },
2009   { "flames_left1.offset",                      "96"                    },
2010   { "flames_left2",                             "RocksHeroes.pcx"       },
2011   { "flames_left2.xpos",                        "9"                     },
2012   { "flames_left2.ypos",                        "12"                    },
2013   { "flames_left2.frames",                      "2"                     },
2014   { "flames_left2.offset",                      "96"                    },
2015   { "flames_left3",                             "RocksHeroes.pcx"       },
2016   { "flames_left3.xpos",                        "10"                    },
2017   { "flames_left3.ypos",                        "12"                    },
2018   { "flames_left3.frames",                      "2"                     },
2019   { "flames_left3.offset",                      "96"                    },
2020
2021   { "flames_right1",                            "RocksHeroes.pcx"       },
2022   { "flames_right1.xpos",                       "8"                     },
2023   { "flames_right1.ypos",                       "13"                    },
2024   { "flames_right1.frames",                     "2"                     },
2025   { "flames_right1.offset",                     "96"                    },
2026   { "flames_right2",                            "RocksHeroes.pcx"       },
2027   { "flames_right2.xpos",                       "9"                     },
2028   { "flames_right2.ypos",                       "13"                    },
2029   { "flames_right2.frames",                     "2"                     },
2030   { "flames_right2.offset",                     "96"                    },
2031   { "flames_right3",                            "RocksHeroes.pcx"       },
2032   { "flames_right3.xpos",                       "10"                    },
2033   { "flames_right3.ypos",                       "13"                    },
2034   { "flames_right3.frames",                     "2"                     },
2035   { "flames_right3.offset",                     "96"                    },
2036
2037   { "flames_up1",                               "RocksHeroes.pcx"       },
2038   { "flames_up1.xpos",                          "8"                     },
2039   { "flames_up1.ypos",                          "14"                    },
2040   { "flames_up1.frames",                        "2"                     },
2041   { "flames_up1.offset",                        "96"                    },
2042   { "flames_up2",                               "RocksHeroes.pcx"       },
2043   { "flames_up2.xpos",                          "9"                     },
2044   { "flames_up2.ypos",                          "14"                    },
2045   { "flames_up2.frames",                        "2"                     },
2046   { "flames_up2.offset",                        "96"                    },
2047   { "flames_up3",                               "RocksHeroes.pcx"       },
2048   { "flames_up3.xpos",                          "10"                    },
2049   { "flames_up3.ypos",                          "14"                    },
2050   { "flames_up3.frames",                        "2"                     },
2051   { "flames_up3.offset",                        "96"                    },
2052
2053   { "flames_down1",                             "RocksHeroes.pcx"       },
2054   { "flames_down1.xpos",                        "8"                     },
2055   { "flames_down1.ypos",                        "15"                    },
2056   { "flames_down1.frames",                      "2"                     },
2057   { "flames_down1.offset",                      "96"                    },
2058   { "flames_down2",                             "RocksHeroes.pcx"       },
2059   { "flames_down2.xpos",                        "9"                     },
2060   { "flames_down2.ypos",                        "15"                    },
2061   { "flames_down2.frames",                      "2"                     },
2062   { "flames_down2.offset",                      "96"                    },
2063   { "flames_down3",                             "RocksHeroes.pcx"       },
2064   { "flames_down3.xpos",                        "10"                    },
2065   { "flames_down3.ypos",                        "15"                    },
2066   { "flames_down3.frames",                      "2"                     },
2067   { "flames_down3.offset",                      "96"                    },
2068
2069   { "stoneblock",                               "RocksElements.pcx"     },
2070   { "stoneblock.xpos",                          "10"                    },
2071   { "stoneblock.ypos",                          "1"                     },
2072   { "stoneblock.frames",                        "1"                     },
2073
2074   /* images for other elements and actions */
2075
2076   { "player1",                                  "RocksHeroes.pcx"       },
2077   { "player1.xpos",                             "0"                     },
2078   { "player1.ypos",                             "0"                     },
2079   { "player1.frames",                           "1"                     },
2080   { "player1_down",                             "RocksHeroes.pcx"       },
2081   { "player1_down.xpos",                        "0"                     },
2082   { "player1_down.ypos",                        "0"                     },
2083   { "player1_down.frames",                      "1"                     },
2084   { "player1_down.moving",                      "RocksHeroes.pcx"       },
2085   { "player1_down.moving.xpos",                 "0"                     },
2086   { "player1_down.moving.ypos",                 "0"                     },
2087   { "player1_down.moving.frames",               "4"                     },
2088   { "player1_down.moving.start_frame",          "1"                     },
2089   { "player1_down.moving.delay",                "4"                     },
2090   { "player1_down.digging",                     "RocksHeroes.pcx"       },
2091   { "player1_down.digging.xpos",                "0"                     },
2092   { "player1_down.digging.ypos",                "0"                     },
2093   { "player1_down.digging.frames",              "4"                     },
2094   { "player1_down.pushing",                     "RocksHeroes.pcx"       },
2095   { "player1_down.pushing.xpos",                "0"                     },
2096   { "player1_down.pushing.ypos",                "0"                     },
2097   { "player1_down.pushing.frames",              "4"                     },
2098   { "player1_down.pushing.delay",               "2"                     },
2099   { "player1_down.snapping",                    "RocksHeroes.pcx"       },
2100   { "player1_down.snapping.xpos",               "0"                     },
2101   { "player1_down.snapping.ypos",               "0"                     },
2102   { "player1_down.snapping.frames",             "1"                     },
2103   { "player1_up",                               "RocksHeroes.pcx"       },
2104   { "player1_up.xpos",                          "4"                     },
2105   { "player1_up.ypos",                          "0"                     },
2106   { "player1_up.frames",                        "1"                     },
2107   { "player1_up.moving",                        "RocksHeroes.pcx"       },
2108   { "player1_up.moving.xpos",                   "4"                     },
2109   { "player1_up.moving.ypos",                   "0"                     },
2110   { "player1_up.moving.frames",                 "4"                     },
2111   { "player1_up.moving.start_frame",            "1"                     },
2112   { "player1_up.moving.delay",                  "4"                     },
2113   { "player1_up.digging",                       "RocksHeroes.pcx"       },
2114   { "player1_up.digging.xpos",                  "4"                     },
2115   { "player1_up.digging.ypos",                  "0"                     },
2116   { "player1_up.digging.frames",                "4"                     },
2117   { "player1_up.pushing",                       "RocksHeroes.pcx"       },
2118   { "player1_up.pushing.xpos",                  "4"                     },
2119   { "player1_up.pushing.ypos",                  "0"                     },
2120   { "player1_up.pushing.frames",                "4"                     },
2121   { "player1_up.pushing.delay",                 "2"                     },
2122   { "player1_up.snapping",                      "RocksHeroes.pcx"       },
2123   { "player1_up.snapping.xpos",                 "4"                     },
2124   { "player1_up.snapping.ypos",                 "0"                     },
2125   { "player1_up.snapping.frames",               "1"                     },
2126   { "player1_left",                             "RocksHeroes.pcx"       },
2127   { "player1_left.xpos",                        "0"                     },
2128   { "player1_left.ypos",                        "1"                     },
2129   { "player1_left.frames",                      "1"                     },
2130   { "player1_left.moving",                      "RocksHeroes.pcx"       },
2131   { "player1_left.moving.xpos",                 "0"                     },
2132   { "player1_left.moving.ypos",                 "1"                     },
2133   { "player1_left.moving.frames",               "4"                     },
2134   { "player1_left.moving.start_frame",          "1"                     },
2135   { "player1_left.moving.delay",                "4"                     },
2136   { "player1_left.digging",                     "RocksHeroes.pcx"       },
2137   { "player1_left.digging.xpos",                "0"                     },
2138   { "player1_left.digging.ypos",                "1"                     },
2139   { "player1_left.digging.frames",              "4"                     },
2140   { "player1_left.pushing",                     "RocksHeroes.pcx"       },
2141   { "player1_left.pushing.xpos",                "4"                     },
2142   { "player1_left.pushing.ypos",                "2"                     },
2143   { "player1_left.pushing.frames",              "4"                     },
2144   { "player1_left.pushing.delay",               "2"                     },
2145   { "player1_left.snapping",                    "RocksHeroes.pcx"       },
2146   { "player1_left.snapping.xpos",               "0"                     },
2147   { "player1_left.snapping.ypos",               "1"                     },
2148   { "player1_left.snapping.frames",             "1"                     },
2149   { "player1_right",                            "RocksHeroes.pcx"       },
2150   { "player1_right.xpos",                       "4"                     },
2151   { "player1_right.ypos",                       "1"                     },
2152   { "player1_right.frames",                     "1"                     },
2153   { "player1_right.moving",                     "RocksHeroes.pcx"       },
2154   { "player1_right.moving.xpos",                "4"                     },
2155   { "player1_right.moving.ypos",                "1"                     },
2156   { "player1_right.moving.frames",              "4"                     },
2157   { "player1_right.moving.delay",               "4"                     },
2158   { "player1_right.moving.start_frame",         "1"                     },
2159   { "player1_right.digging",                    "RocksHeroes.pcx"       },
2160   { "player1_right.digging.xpos",               "4"                     },
2161   { "player1_right.digging.ypos",               "1"                     },
2162   { "player1_right.digging.frames",             "4"                     },
2163   { "player1_right.pushing",                    "RocksHeroes.pcx"       },
2164   { "player1_right.pushing.xpos",               "0"                     },
2165   { "player1_right.pushing.ypos",               "2"                     },
2166   { "player1_right.pushing.frames",             "4"                     },
2167   { "player1_right.pushing.delay",              "2"                     },
2168   { "player1_right.snapping",                   "RocksHeroes.pcx"       },
2169   { "player1_right.snapping.xpos",              "4"                     },
2170   { "player1_right.snapping.ypos",              "1"                     },
2171   { "player1_right.snapping.frames",            "1"                     },
2172
2173   { "player2",                                  "RocksHeroes.pcx"       },
2174   { "player2.xpos",                             "0"                     },
2175   { "player2.ypos",                             "3"                     },
2176   { "player2.frames",                           "1"                     },
2177   { "player2_down",                             "RocksHeroes.pcx"       },
2178   { "player2_down.xpos",                        "0"                     },
2179   { "player2_down.ypos",                        "3"                     },
2180   { "player2_down.frames",                      "1"                     },
2181   { "player2_down.moving",                      "RocksHeroes.pcx"       },
2182   { "player2_down.moving.xpos",                 "0"                     },
2183   { "player2_down.moving.ypos",                 "3"                     },
2184   { "player2_down.moving.frames",               "4"                     },
2185   { "player2_down.digging",                     "RocksHeroes.pcx"       },
2186   { "player2_down.digging.xpos",                "0"                     },
2187   { "player2_down.digging.ypos",                "3"                     },
2188   { "player2_down.digging.frames",              "4"                     },
2189   { "player2_down.pushing",                     "RocksHeroes.pcx"       },
2190   { "player2_down.pushing.xpos",                "0"                     },
2191   { "player2_down.pushing.ypos",                "3"                     },
2192   { "player2_down.pushing.frames",              "4"                     },
2193   { "player2_down.snapping",                    "RocksHeroes.pcx"       },
2194   { "player2_down.snapping.xpos",               "0"                     },
2195   { "player2_down.snapping.ypos",               "3"                     },
2196   { "player2_down.snapping.frames",             "1"                     },
2197   { "player2_up",                               "RocksHeroes.pcx"       },
2198   { "player2_up.xpos",                          "4"                     },
2199   { "player2_up.ypos",                          "3"                     },
2200   { "player2_up.frames",                        "1"                     },
2201   { "player2_up.moving",                        "RocksHeroes.pcx"       },
2202   { "player2_up.moving.xpos",                   "4"                     },
2203   { "player2_up.moving.ypos",                   "3"                     },
2204   { "player2_up.moving.frames",                 "4"                     },
2205   { "player2_up.digging",                       "RocksHeroes.pcx"       },
2206   { "player2_up.digging.xpos",                  "4"                     },
2207   { "player2_up.digging.ypos",                  "3"                     },
2208   { "player2_up.digging.frames",                "4"                     },
2209   { "player2_up.pushing",                       "RocksHeroes.pcx"       },
2210   { "player2_up.pushing.xpos",                  "4"                     },
2211   { "player2_up.pushing.ypos",                  "3"                     },
2212   { "player2_up.pushing.frames",                "4"                     },
2213   { "player2_up.snapping",                      "RocksHeroes.pcx"       },
2214   { "player2_up.snapping.xpos",                 "4"                     },
2215   { "player2_up.snapping.ypos",                 "3"                     },
2216   { "player2_up.snapping.frames",               "1"                     },
2217   { "player2_left",                             "RocksHeroes.pcx"       },
2218   { "player2_left.xpos",                        "0"                     },
2219   { "player2_left.ypos",                        "4"                     },
2220   { "player2_left.frames",                      "1"                     },
2221   { "player2_left.moving",                      "RocksHeroes.pcx"       },
2222   { "player2_left.moving.xpos",                 "0"                     },
2223   { "player2_left.moving.ypos",                 "4"                     },
2224   { "player2_left.moving.frames",               "4"                     },
2225   { "player2_left.digging",                     "RocksHeroes.pcx"       },
2226   { "player2_left.digging.xpos",                "0"                     },
2227   { "player2_left.digging.ypos",                "4"                     },
2228   { "player2_left.digging.frames",              "4"                     },
2229   { "player2_left.pushing",                     "RocksHeroes.pcx"       },
2230   { "player2_left.pushing.xpos",                "4"                     },
2231   { "player2_left.pushing.ypos",                "5"                     },
2232   { "player2_left.pushing.frames",              "4"                     },
2233   { "player2_left.snapping",                    "RocksHeroes.pcx"       },
2234   { "player2_left.snapping.xpos",               "0"                     },
2235   { "player2_left.snapping.ypos",               "4"                     },
2236   { "player2_left.snapping.frames",             "1"                     },
2237   { "player2_right",                            "RocksHeroes.pcx"       },
2238   { "player2_right.xpos",                       "4"                     },
2239   { "player2_right.ypos",                       "4"                     },
2240   { "player2_right.frames",                     "1"                     },
2241   { "player2_right.moving",                     "RocksHeroes.pcx"       },
2242   { "player2_right.moving.xpos",                "4"                     },
2243   { "player2_right.moving.ypos",                "4"                     },
2244   { "player2_right.moving.frames",              "4"                     },
2245   { "player2_right.digging",                    "RocksHeroes.pcx"       },
2246   { "player2_right.digging.xpos",               "4"                     },
2247   { "player2_right.digging.ypos",               "4"                     },
2248   { "player2_right.digging.frames",             "4"                     },
2249   { "player2_right.pushing",                    "RocksHeroes.pcx"       },
2250   { "player2_right.pushing.xpos",               "0"                     },
2251   { "player2_right.pushing.ypos",               "5"                     },
2252   { "player2_right.pushing.frames",             "4"                     },
2253   { "player2_right.snapping",                   "RocksHeroes.pcx"       },
2254   { "player2_right.snapping.xpos",              "4"                     },
2255   { "player2_right.snapping.ypos",              "4"                     },
2256   { "player2_right.snapping.frames",            "1"                     },
2257
2258   { "player3",                                  "RocksHeroes.pcx"       },
2259   { "player3.xpos",                             "0"                     },
2260   { "player3.ypos",                             "6"                     },
2261   { "player3.frames",                           "1"                     },
2262   { "player3_down",                             "RocksHeroes.pcx"       },
2263   { "player3_down.xpos",                        "0"                     },
2264   { "player3_down.ypos",                        "6"                     },
2265   { "player3_down.frames",                      "1"                     },
2266   { "player3_down.moving",                      "RocksHeroes.pcx"       },
2267   { "player3_down.moving.xpos",                 "0"                     },
2268   { "player3_down.moving.ypos",                 "6"                     },
2269   { "player3_down.moving.frames",               "4"                     },
2270   { "player3_down.digging",                     "RocksHeroes.pcx"       },
2271   { "player3_down.digging.xpos",                "0"                     },
2272   { "player3_down.digging.ypos",                "6"                     },
2273   { "player3_down.digging.frames",              "4"                     },
2274   { "player3_down.pushing",                     "RocksHeroes.pcx"       },
2275   { "player3_down.pushing.xpos",                "0"                     },
2276   { "player3_down.pushing.ypos",                "6"                     },
2277   { "player3_down.pushing.frames",              "4"                     },
2278   { "player3_down.snapping",                    "RocksHeroes.pcx"       },
2279   { "player3_down.snapping.xpos",               "0"                     },
2280   { "player3_down.snapping.ypos",               "6"                     },
2281   { "player3_down.snapping.frames",             "1"                     },
2282   { "player3_up",                               "RocksHeroes.pcx"       },
2283   { "player3_up.xpos",                          "4"                     },
2284   { "player3_up.ypos",                          "6"                     },
2285   { "player3_up.frames",                        "1"                     },
2286   { "player3_up.moving",                        "RocksHeroes.pcx"       },
2287   { "player3_up.moving.xpos",                   "4"                     },
2288   { "player3_up.moving.ypos",                   "6"                     },
2289   { "player3_up.moving.frames",                 "4"                     },
2290   { "player3_up.digging",                       "RocksHeroes.pcx"       },
2291   { "player3_up.digging.xpos",                  "4"                     },
2292   { "player3_up.digging.ypos",                  "6"                     },
2293   { "player3_up.digging.frames",                "4"                     },
2294   { "player3_up.pushing",                       "RocksHeroes.pcx"       },
2295   { "player3_up.pushing.xpos",                  "4"                     },
2296   { "player3_up.pushing.ypos",                  "6"                     },
2297   { "player3_up.pushing.frames",                "4"                     },
2298   { "player3_up.snapping",                      "RocksHeroes.pcx"       },
2299   { "player3_up.snapping.xpos",                 "4"                     },
2300   { "player3_up.snapping.ypos",                 "6"                     },
2301   { "player3_up.snapping.frames",               "1"                     },
2302   { "player3_left",                             "RocksHeroes.pcx"       },
2303   { "player3_left.xpos",                        "0"                     },
2304   { "player3_left.ypos",                        "7"                     },
2305   { "player3_left.frames",                      "1"                     },
2306   { "player3_left.moving",                      "RocksHeroes.pcx"       },
2307   { "player3_left.moving.xpos",                 "0"                     },
2308   { "player3_left.moving.ypos",                 "7"                     },
2309   { "player3_left.moving.frames",               "4"                     },
2310   { "player3_left.digging",                     "RocksHeroes.pcx"       },
2311   { "player3_left.digging.xpos",                "0"                     },
2312   { "player3_left.digging.ypos",                "7"                     },
2313   { "player3_left.digging.frames",              "4"                     },
2314   { "player3_left.pushing",                     "RocksHeroes.pcx"       },
2315   { "player3_left.pushing.xpos",                "4"                     },
2316   { "player3_left.pushing.ypos",                "8"                     },
2317   { "player3_left.pushing.frames",              "4"                     },
2318   { "player3_left.snapping",                    "RocksHeroes.pcx"       },
2319   { "player3_left.snapping.xpos",               "0"                     },
2320   { "player3_left.snapping.ypos",               "7"                     },
2321   { "player3_left.snapping.frames",             "1"                     },
2322   { "player3_right",                            "RocksHeroes.pcx"       },
2323   { "player3_right.xpos",                       "4"                     },
2324   { "player3_right.ypos",                       "7"                     },
2325   { "player3_right.frames",                     "1"                     },
2326   { "player3_right.moving",                     "RocksHeroes.pcx"       },
2327   { "player3_right.moving.xpos",                "4"                     },
2328   { "player3_right.moving.ypos",                "7"                     },
2329   { "player3_right.moving.frames",              "4"                     },
2330   { "player3_right.digging",                    "RocksHeroes.pcx"       },
2331   { "player3_right.digging.xpos",               "4"                     },
2332   { "player3_right.digging.ypos",               "7"                     },
2333   { "player3_right.digging.frames",             "4"                     },
2334   { "player3_right.pushing",                    "RocksHeroes.pcx"       },
2335   { "player3_right.pushing.xpos",               "0"                     },
2336   { "player3_right.pushing.ypos",               "8"                     },
2337   { "player3_right.pushing.frames",             "4"                     },
2338   { "player3_right.snapping",                   "RocksHeroes.pcx"       },
2339   { "player3_right.snapping.xpos",              "4"                     },
2340   { "player3_right.snapping.ypos",              "7"                     },
2341   { "player3_right.snapping.frames",            "1"                     },
2342
2343   { "player4",                                  "RocksHeroes.pcx"       },
2344   { "player4.xpos",                             "0"                     },
2345   { "player4.ypos",                             "9"                     },
2346   { "player4.frames",                           "1"                     },
2347   { "player4_down",                             "RocksHeroes.pcx"       },
2348   { "player4_down.xpos",                        "0"                     },
2349   { "player4_down.ypos",                        "9"                     },
2350   { "player4_down.frames",                      "1"                     },
2351   { "player4_down.moving",                      "RocksHeroes.pcx"       },
2352   { "player4_down.moving.xpos",                 "0"                     },
2353   { "player4_down.moving.ypos",                 "9"                     },
2354   { "player4_down.moving.frames",               "4"                     },
2355   { "player4_down.digging",                     "RocksHeroes.pcx"       },
2356   { "player4_down.digging.xpos",                "0"                     },
2357   { "player4_down.digging.ypos",                "9"                     },
2358   { "player4_down.digging.frames",              "4"                     },
2359   { "player4_down.pushing",                     "RocksHeroes.pcx"       },
2360   { "player4_down.pushing.xpos",                "0"                     },
2361   { "player4_down.pushing.ypos",                "9"                     },
2362   { "player4_down.pushing.frames",              "4"                     },
2363   { "player4_down.snapping",                    "RocksHeroes.pcx"       },
2364   { "player4_down.snapping.xpos",               "0"                     },
2365   { "player4_down.snapping.ypos",               "9"                     },
2366   { "player4_down.snapping.frames",             "1"                     },
2367   { "player4_up",                               "RocksHeroes.pcx"       },
2368   { "player4_up.xpos",                          "4"                     },
2369   { "player4_up.ypos",                          "9"                     },
2370   { "player4_up.frames",                        "1"                     },
2371   { "player4_up.moving",                        "RocksHeroes.pcx"       },
2372   { "player4_up.moving.xpos",                   "4"                     },
2373   { "player4_up.moving.ypos",                   "9"                     },
2374   { "player4_up.moving.frames",                 "4"                     },
2375   { "player4_up.digging",                       "RocksHeroes.pcx"       },
2376   { "player4_up.digging.xpos",                  "4"                     },
2377   { "player4_up.digging.ypos",                  "9"                     },
2378   { "player4_up.digging.frames",                "4"                     },
2379   { "player4_up.pushing",                       "RocksHeroes.pcx"       },
2380   { "player4_up.pushing.xpos",                  "4"                     },
2381   { "player4_up.pushing.ypos",                  "9"                     },
2382   { "player4_up.pushing.frames",                "4"                     },
2383   { "player4_up.snapping",                      "RocksHeroes.pcx"       },
2384   { "player4_up.snapping.xpos",                 "4"                     },
2385   { "player4_up.snapping.ypos",                 "9"                     },
2386   { "player4_up.snapping.frames",               "1"                     },
2387   { "player4_left",                             "RocksHeroes.pcx"       },
2388   { "player4_left.xpos",                        "0"                     },
2389   { "player4_left.ypos",                        "10"                    },
2390   { "player4_left.frames",                      "1"                     },
2391   { "player4_left.moving",                      "RocksHeroes.pcx"       },
2392   { "player4_left.moving.xpos",                 "0"                     },
2393   { "player4_left.moving.ypos",                 "10"                    },
2394   { "player4_left.moving.frames",               "4"                     },
2395   { "player4_left.digging",                     "RocksHeroes.pcx"       },
2396   { "player4_left.digging.xpos",                "0"                     },
2397   { "player4_left.digging.ypos",                "10"                    },
2398   { "player4_left.digging.frames",              "4"                     },
2399   { "player4_left.pushing",                     "RocksHeroes.pcx"       },
2400   { "player4_left.pushing.xpos",                "4"                     },
2401   { "player4_left.pushing.ypos",                "11"                    },
2402   { "player4_left.pushing.frames",              "4"                     },
2403   { "player4_left.snapping",                    "RocksHeroes.pcx"       },
2404   { "player4_left.snapping.xpos",               "0"                     },
2405   { "player4_left.snapping.ypos",               "10"                    },
2406   { "player4_left.snapping.frames",             "1"                     },
2407   { "player4_right",                            "RocksHeroes.pcx"       },
2408   { "player4_right.xpos",                       "4"                     },
2409   { "player4_right.ypos",                       "10"                    },
2410   { "player4_right.frames",                     "1"                     },
2411   { "player4_right.moving",                     "RocksHeroes.pcx"       },
2412   { "player4_right.moving.xpos",                "4"                     },
2413   { "player4_right.moving.ypos",                "10"                    },
2414   { "player4_right.moving.frames",              "4"                     },
2415   { "player4_right.digging",                    "RocksHeroes.pcx"       },
2416   { "player4_right.digging.xpos",               "4"                     },
2417   { "player4_right.digging.ypos",               "10"                    },
2418   { "player4_right.digging.frames",             "4"                     },
2419   { "player4_right.pushing",                    "RocksHeroes.pcx"       },
2420   { "player4_right.pushing.xpos",               "0"                     },
2421   { "player4_right.pushing.ypos",               "11"                    },
2422   { "player4_right.pushing.frames",             "4"                     },
2423   { "player4_right.snapping",                   "RocksHeroes.pcx"       },
2424   { "player4_right.snapping.xpos",              "4"                     },
2425   { "player4_right.snapping.ypos",              "10"                    },
2426   { "player4_right.snapping.frames",            "1"                     },
2427
2428   { "explosion",                                "RocksElements.pcx"     },
2429   { "explosion.xpos",                           "0"                     },
2430   { "explosion.ypos",                           "4"                     },
2431   { "explosion.frames",                         "8"                     },
2432   { "explosion.delay",                          "2"                     },
2433   { "explosion.mode_linear",                    "1"                     },
2434
2435   { "twinkle_blue",                             "RocksHeroes.pcx"       },
2436   { "twinkle_blue.xpos",                        "9"                     },
2437   { "twinkle_blue.ypos",                        "11"                    },
2438   { "twinkle_blue.frames",                      "3"                     },
2439   { "twinkle_blue.delay",                       "2"                     },
2440   { "twinkle_blue.mode_pingpong",               "1"                     },
2441   { "twinkle_blue.global_sync",                 "0"                     },
2442   { "twinkle_white",                            "RocksHeroes.pcx"       },
2443   { "twinkle_white.xpos",                       "13"                    },
2444   { "twinkle_white.ypos",                       "11"                    },
2445   { "twinkle_white.frames",                     "3"                     },
2446   { "twinkle_white.delay",                      "2"                     },
2447   { "twinkle_white.mode_pingpong",              "1"                     },
2448   { "twinkle_white.global_sync",                "0"                     },
2449
2450   { "steelwall_topleft",                        "RocksElements.pcx"     },
2451   { "steelwall_topleft.xpos",                   "0"                     },
2452   { "steelwall_topleft.ypos",                   "13"                    },
2453   { "steelwall_topleft.frames",                 "1"                     },
2454   { "steelwall_topright",                       "RocksElements.pcx"     },
2455   { "steelwall_topright.xpos",                  "1"                     },
2456   { "steelwall_topright.ypos",                  "13"                    },
2457   { "steelwall_topright.frames",                "1"                     },
2458   { "steelwall_bottomleft",                     "RocksElements.pcx"     },
2459   { "steelwall_bottomleft.xpos",                "2"                     },
2460   { "steelwall_bottomleft.ypos",                "13"                    },
2461   { "steelwall_bottomleft.frames",              "1"                     },
2462   { "steelwall_bottomright",                    "RocksElements.pcx"     },
2463   { "steelwall_bottomright.xpos",               "3"                     },
2464   { "steelwall_bottomright.ypos",               "13"                    },
2465   { "steelwall_bottomright.frames",             "1"                     },
2466   { "steelwall_horizontal",                     "RocksElements.pcx"     },
2467   { "steelwall_horizontal.xpos",                "4"                     },
2468   { "steelwall_horizontal.ypos",                "13"                    },
2469   { "steelwall_horizontal.frames",              "1"                     },
2470   { "steelwall_vertical",                       "RocksElements.pcx"     },
2471   { "steelwall_vertical.xpos",                  "5"                     },
2472   { "steelwall_vertical.ypos",                  "13"                    },
2473   { "steelwall_vertical.frames",                "1"                     },
2474
2475   { "invisible_steelwall_topleft",              "RocksElements.pcx"     },
2476   { "invisible_steelwall_topleft.xpos",         "6"                     },
2477   { "invisible_steelwall_topleft.ypos",         "13"                    },
2478   { "invisible_steelwall_topleft.frames",       "1"                     },
2479   { "invisible_steelwall_topright",             "RocksElements.pcx"     },
2480   { "invisible_steelwall_topright.xpos",        "7"                     },
2481   { "invisible_steelwall_topright.ypos",        "13"                    },
2482   { "invisible_steelwall_topright.frames",      "1"                     },
2483   { "invisible_steelwall_bottomleft",           "RocksElements.pcx"     },
2484   { "invisible_steelwall_bottomleft.xpos",      "8"                     },
2485   { "invisible_steelwall_bottomleft.ypos",      "13"                    },
2486   { "invisible_steelwall_bottomleft.frames",    "1"                     },
2487   { "invisible_steelwall_bottomright",          "RocksElements.pcx"     },
2488   { "invisible_steelwall_bottomright.xpos",     "9"                     },
2489   { "invisible_steelwall_bottomright.ypos",     "13"                    },
2490   { "invisible_steelwall_bottomright.frames",   "1"                     },
2491   { "invisible_steelwall_horizontal",           "RocksElements.pcx"     },
2492   { "invisible_steelwall_horizontal.xpos",      "10"                    },
2493   { "invisible_steelwall_horizontal.ypos",      "13"                    },
2494   { "invisible_steelwall_horizontal.frames",    "1"                     },
2495   { "invisible_steelwall_vertical",             "RocksElements.pcx"     },
2496   { "invisible_steelwall_vertical.xpos",        "11"                    },
2497   { "invisible_steelwall_vertical.ypos",        "13"                    },
2498   { "invisible_steelwall_vertical.frames",      "1"                     },
2499
2500   { "arrow_blue_left",                          "RocksDC.pcx"           },
2501   { "arrow_blue_left.xpos",                     "8"                     },
2502   { "arrow_blue_left.ypos",                     "8"                     },
2503   { "arrow_blue_left.frames",                   "1"                     },
2504   { "arrow_blue_right",                         "RocksDC.pcx"           },
2505   { "arrow_blue_right.xpos",                    "9"                     },
2506   { "arrow_blue_right.ypos",                    "8"                     },
2507   { "arrow_blue_right.frames",                  "1"                     },
2508   { "arrow_blue_up",                            "RocksDC.pcx"           },
2509   { "arrow_blue_up.xpos",                       "10"                    },
2510   { "arrow_blue_up.ypos",                       "8"                     },
2511   { "arrow_blue_up.frames",                     "1"                     },
2512   { "arrow_blue_down",                          "RocksDC.pcx"           },
2513   { "arrow_blue_down.xpos",                     "11"                    },
2514   { "arrow_blue_down.ypos",                     "8"                     },
2515   { "arrow_blue_down.frames",                   "1"                     },
2516
2517   { "arrow_red_left",                           "RocksDC.pcx"           },
2518   { "arrow_red_left.xpos",                      "8"                     },
2519   { "arrow_red_left.ypos",                      "9"                     },
2520   { "arrow_red_left.frames",                    "1"                     },
2521   { "arrow_red_right",                          "RocksDC.pcx"           },
2522   { "arrow_red_right.xpos",                     "9"                     },
2523   { "arrow_red_right.ypos",                     "9"                     },
2524   { "arrow_red_right.frames",                   "1"                     },
2525   { "arrow_red_up",                             "RocksDC.pcx"           },
2526   { "arrow_red_up.xpos",                        "10"                    },
2527   { "arrow_red_up.ypos",                        "9"                     },
2528   { "arrow_red_up.frames",                      "1"                     },
2529   { "arrow_red_down",                           "RocksDC.pcx"           },
2530   { "arrow_red_down.xpos",                      "11"                    },
2531   { "arrow_red_down.ypos",                      "9"                     },
2532   { "arrow_red_down.frames",                    "1"                     },
2533
2534   { "ball_red",                                 "RocksElements.pcx"     },
2535   { "ball_red.xpos",                            "12"                    },
2536   { "ball_red.ypos",                            "8"                     },
2537   { "ball_red.frames",                          "1"                     },
2538   { "ball_blue",                                "RocksElements.pcx"     },
2539   { "ball_blue.xpos",                           "13"                    },
2540   { "ball_blue.ypos",                           "8"                     },
2541   { "ball_blue.frames",                         "1"                     },
2542   { "ball_yellow",                              "RocksElements.pcx"     },
2543   { "ball_yellow.xpos",                         "14"                    },
2544   { "ball_yellow.ypos",                         "8"                     },
2545   { "ball_yellow.frames",                       "1"                     },
2546   { "ball_gray",                                "RocksElements.pcx"     },
2547   { "ball_gray.xpos",                           "15"                    },
2548   { "ball_gray.ypos",                           "8"                     },
2549   { "ball_gray.frames",                         "1"                     },
2550
2551   { "scrollbar_blue",                           "RocksDC.pcx"           },
2552   { "scrollbar_blue.xpos",                      "8"                     },
2553   { "scrollbar_blue.ypos",                      "10"                    },
2554   { "scrollbar_blue.frames",                    "1"                     },
2555   { "scrollbar_red",                            "RocksDC.pcx"           },
2556   { "scrollbar_red.xpos",                       "9"                     },
2557   { "scrollbar_red.ypos",                       "10"                    },
2558   { "scrollbar_red.frames",                     "1"                     },
2559   { "scrollbar_green",                          "RocksDC.pcx"           },
2560   { "scrollbar_green.xpos",                     "10"                    },
2561   { "scrollbar_green.ypos",                     "10"                    },
2562   { "scrollbar_green.frames",                   "1"                     },
2563   { "scrollbar_yellow",                         "RocksDC.pcx"           },
2564   { "scrollbar_yellow.xpos",                    "11"                    },
2565   { "scrollbar_yellow.ypos",                    "10"                    },
2566   { "scrollbar_yellow.frames",                  "1"                     },
2567
2568 #include "conf_chr.c"   /* include auto-generated data structure definitions */
2569 #include "conf_cus.c"   /* include auto-generated data structure definitions */
2570
2571   /* images not associated to game elements (used for menu screens etc.) */
2572   /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */
2573
2574   { "menu.back",                                "RocksScreen.pcx"       },
2575   { "menu.door",                                "RocksDoor.pcx"         },
2576   { "menu.toons",                               "RocksToons.pcx"        },
2577   { "menu.font_big",                            "RocksFontBig.pcx"      },
2578   { "menu.font_small",                          "RocksFontSmall.pcx"    },
2579   { "menu.font_medium",                         "RocksFontMedium.pcx"   },
2580   { "menu.font_em",                             "RocksFontEM.pcx"       },
2581
2582   { "info.font_em_1",                           "RocksFontEM.pcx"       },
2583   { "info.font_em_1.xpos",                      "0"                     },
2584   { "info.font_em_1.ypos",                      "0"                     },
2585   { "info.font_em_1.frames",                    "16"                    },
2586   { "info.font_em_1.delay",                     "10"                    },
2587   { "info.font_em_2",                           "RocksFontEM.pcx"       },
2588   { "info.font_em_2.xpos",                      "0"                     },
2589   { "info.font_em_2.ypos",                      "1"                     },
2590   { "info.font_em_2.frames",                    "16"                    },
2591   { "info.font_em_2.delay",                     "10"                    },
2592   { "info.font_em_3",                           "RocksFontEM.pcx"       },
2593   { "info.font_em_3.xpos",                      "0"                     },
2594   { "info.font_em_3.ypos",                      "2"                     },
2595   { "info.font_em_3.frames",                    "16"                    },
2596   { "info.font_em_3.delay",                     "10"                    },
2597   { "info.font_em_4",                           "RocksFontEM.pcx"       },
2598   { "info.font_em_4.xpos",                      "0"                     },
2599   { "info.font_em_4.ypos",                      "3"                     },
2600   { "info.font_em_4.frames",                    "16"                    },
2601   { "info.font_em_4.delay",                     "10"                    },
2602   { "info.font_em_5",                           "RocksFontEM.pcx"       },
2603   { "info.font_em_5.xpos",                      "0"                     },
2604   { "info.font_em_5.ypos",                      "4"                     },
2605   { "info.font_em_5.frames",                    "4"                     },
2606   { "info.font_em_5.delay",                     "10"                    },
2607
2608   { NULL,                                       NULL                    }
2609 };