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