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