re-enabled storing selection from "last played level set" menu
[rocksndiamonds.git] / src / conf_gfx.c
1 // ============================================================================
2 // Rocks'n'Diamonds - McDuffin Strikes Back!
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2014 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  https://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // conf_gfx.c
10 // ============================================================================
11
12 #include "libgame/libgame.h"
13 #include "main.h"
14
15
16 // List values that are not defined in the configuration file are set to
17 // reliable default values. If that value is GFX_ARG_UNDEFINED, it will
18 // be dynamically determined, using some of the other list values.
19
20 struct ConfigTypeInfo image_config_suffix[] =
21 {
22   { ".x",                               ARG_UNDEFINED,  TYPE_INTEGER    },
23   { ".y",                               ARG_UNDEFINED,  TYPE_INTEGER    },
24   { ".xpos",                            ARG_UNDEFINED,  TYPE_INTEGER    },
25   { ".ypos",                            ARG_UNDEFINED,  TYPE_INTEGER    },
26   { ".width",                           ARG_UNDEFINED,  TYPE_INTEGER    },
27   { ".height",                          ARG_UNDEFINED,  TYPE_INTEGER    },
28   { ".vertical",                        "false",        TYPE_BOOLEAN    },
29   { ".offset",                          ARG_UNDEFINED,  TYPE_INTEGER    },
30   { ".xoffset",                         ARG_UNDEFINED,  TYPE_INTEGER    },
31   { ".yoffset",                         ARG_UNDEFINED,  TYPE_INTEGER    },
32   { ".2nd_movement_tile",               "false",        TYPE_BOOLEAN    },
33   { ".2nd_vertical",                    ARG_UNDEFINED,  TYPE_BOOLEAN    },
34   { ".2nd_offset",                      ARG_UNDEFINED,  TYPE_INTEGER    },
35   { ".2nd_xoffset",                     ARG_UNDEFINED,  TYPE_INTEGER    },
36   { ".2nd_yoffset",                     ARG_UNDEFINED,  TYPE_INTEGER    },
37   { ".2nd_swap_tiles",                  ARG_UNDEFINED,  TYPE_BOOLEAN    },
38   { ".frames",                          ARG_UNDEFINED,  TYPE_INTEGER    },
39   { ".frames_per_line",                 ARG_UNDEFINED,  TYPE_INTEGER    },
40   { ".start_frame",                     ARG_UNDEFINED,  TYPE_INTEGER    },
41   { ".delay",                           "1",            TYPE_INTEGER    },
42   { ".anim_mode",                       ARG_UNDEFINED,  TYPE_STRING     },
43   { ".global_sync",                     "false",        TYPE_BOOLEAN    },
44   { ".crumbled_like",                   ARG_UNDEFINED,  TYPE_ELEMENT    },
45   { ".diggable_like",                   ARG_UNDEFINED,  TYPE_ELEMENT    },
46   { ".border_size",                     ARG_UNDEFINED,  TYPE_INTEGER    },
47   { ".step_offset",                     "4",            TYPE_INTEGER    },
48   { ".step_xoffset",                    ARG_UNDEFINED,  TYPE_INTEGER    },
49   { ".step_yoffset",                    ARG_UNDEFINED,  TYPE_INTEGER    },
50   { ".step_delay",                      "1",            TYPE_INTEGER    },
51   { ".direction",                       ARG_UNDEFINED,  TYPE_STRING     },
52   { ".position",                        ARG_UNDEFINED,  TYPE_STRING     },
53   { ".draw_xoffset",                    "0",            TYPE_INTEGER    },
54   { ".draw_yoffset",                    "0",            TYPE_INTEGER    },
55   { ".draw_masked",                     ARG_UNDEFINED,  TYPE_BOOLEAN    },
56   { ".draw_order",                      ARG_UNDEFINED,  TYPE_INTEGER    },
57   { ".init_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
58   { ".init_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
59   { ".init_delay_action",               ARG_UNDEFINED,  TYPE_STRING     },
60   { ".anim_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
61   { ".anim_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
62   { ".anim_delay_action",               ARG_UNDEFINED,  TYPE_STRING     },
63   { ".post_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
64   { ".post_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
65   { ".post_delay_action",               ARG_UNDEFINED,  TYPE_STRING     },
66   { ".init_event",                      ARG_UNDEFINED,  TYPE_STRING     },
67   { ".init_event_action",               ARG_UNDEFINED,  TYPE_STRING     },
68   { ".anim_event",                      ARG_UNDEFINED,  TYPE_STRING     },
69   { ".anim_event_action",               ARG_UNDEFINED,  TYPE_STRING     },
70   { ".name",                            ARG_UNDEFINED,  TYPE_STRING     },
71   { ".scale_up_factor",                 ARG_UNDEFINED,  TYPE_INTEGER    },
72   { ".tile_size",                       ARG_UNDEFINED,  TYPE_INTEGER    },
73   { ".clone_from",                      ARG_UNDEFINED,  TYPE_GRAPHIC    },
74   { ".fade_mode",                       ARG_UNDEFINED,  TYPE_INTEGER    },
75   { ".fade_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
76   { ".post_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
77   { ".auto_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
78   { ".auto_delay_unit",                 ARG_UNDEFINED,  TYPE_INTEGER    },
79   { ".align",                           ARG_UNDEFINED,  TYPE_INTEGER    },
80   { ".valign",                          ARG_UNDEFINED,  TYPE_INTEGER    },
81   { ".sort_priority",                   ARG_UNDEFINED,  TYPE_INTEGER    },
82   { ".class",                           ARG_UNDEFINED,  TYPE_STRING     },
83   { ".style",                           ARG_UNDEFINED,  TYPE_STRING     },
84   { ".active_xoffset",                  "0",            TYPE_INTEGER    },
85   { ".active_yoffset",                  "0",            TYPE_INTEGER    },
86   { ".pressed_xoffset",                 "0",            TYPE_INTEGER    },
87   { ".pressed_yoffset",                 "0",            TYPE_INTEGER    },
88
89   { NULL,                               NULL,           0               }
90 };
91
92 struct ConfigInfo image_config[] =
93 {
94   // ==========================================================================
95   // image definitions for game elements (for in-game and editor graphics)
96   // ==========================================================================
97
98   // images for Boulder Dash style elements and actions
99
100   { "bd_wall",                                  "RocksDC.png"           },
101   { "bd_wall.xpos",                             "12"                    },
102   { "bd_wall.ypos",                             "9"                     },
103   { "bd_wall.frames",                           "1"                     },
104   { "bd_wall.EDITOR",                           "RocksDC.png"           },
105   { "bd_wall.EDITOR.xpos",                      "14"                    },
106   { "bd_wall.EDITOR.ypos",                      "13"                    },
107
108   { "bd_rock",                                  "RocksDC.png"           },
109   { "bd_rock.xpos",                             "12"                    },
110   { "bd_rock.ypos",                             "10"                    },
111   { "bd_rock.frames",                           "1"                     },
112   { "bd_rock.EDITOR",                           "RocksDC.png"           },
113   { "bd_rock.EDITOR.xpos",                      "14"                    },
114   { "bd_rock.EDITOR.ypos",                      "14"                    },
115   { "bd_rock.moving.left",                      "RocksDC.png"           },
116   { "bd_rock.moving.left.xpos",                 "12"                    },
117   { "bd_rock.moving.left.ypos",                 "10"                    },
118   { "bd_rock.moving.left.frames",               "4"                     },
119   { "bd_rock.moving.left.delay",                "2"                     },
120   { "bd_rock.moving.left.anim_mode",            "reverse"               },
121   { "bd_rock.moving.right",                     "RocksDC.png"           },
122   { "bd_rock.moving.right.xpos",                "12"                    },
123   { "bd_rock.moving.right.ypos",                "10"                    },
124   { "bd_rock.moving.right.frames",              "4"                     },
125   { "bd_rock.moving.right.start_frame",         "1"                     },
126   { "bd_rock.moving.right.delay",               "2"                     },
127   { "bd_rock.pushing.left",                     "RocksDC.png"           },
128   { "bd_rock.pushing.left.xpos",                "12"                    },
129   { "bd_rock.pushing.left.ypos",                "10"                    },
130   { "bd_rock.pushing.left.frames",              "4"                     },
131   { "bd_rock.pushing.left.delay",               "2"                     },
132   { "bd_rock.pushing.left.anim_mode",           "reverse"               },
133   { "bd_rock.pushing.right",                    "RocksDC.png"           },
134   { "bd_rock.pushing.right.xpos",               "12"                    },
135   { "bd_rock.pushing.right.ypos",               "10"                    },
136   { "bd_rock.pushing.right.frames",             "4"                     },
137   { "bd_rock.pushing.right.start_frame",        "1"                     },
138   { "bd_rock.pushing.right.delay",              "2"                     },
139
140   { "bd_diamond",                               "RocksElements.png"     },
141   { "bd_diamond.xpos",                          "0"                     },
142   { "bd_diamond.ypos",                          "10"                    },
143   { "bd_diamond.frames",                        "4"                     },
144   { "bd_diamond.delay",                         "4"                     },
145   { "bd_diamond.anim_mode",                     "reverse"               },
146   { "bd_diamond.moving",                        "RocksElements.png"     },
147   { "bd_diamond.moving.xpos",                   "3"                     },
148   { "bd_diamond.moving.ypos",                   "10"                    },
149   { "bd_diamond.moving.frames",                 "2"                     },
150   { "bd_diamond.moving.delay",                  "4"                     },
151   { "bd_diamond.falling",                       "RocksElements.png"     },
152   { "bd_diamond.falling.xpos",                  "3"                     },
153   { "bd_diamond.falling.ypos",                  "10"                    },
154   { "bd_diamond.falling.frames",                "2"                     },
155   { "bd_diamond.falling.delay",                 "4"                     },
156
157   { "bd_magic_wall",                            "RocksElements.png"     },
158   { "bd_magic_wall.xpos",                       "12"                    },
159   { "bd_magic_wall.ypos",                       "10"                    },
160   { "bd_magic_wall.frames",                     "1"                     },
161   { "bd_magic_wall.active",                     "RocksElements.png"     },
162   { "bd_magic_wall.active.xpos",                "12"                    },
163   { "bd_magic_wall.active.ypos",                "10"                    },
164   { "bd_magic_wall.active.frames",              "4"                     },
165   { "bd_magic_wall.active.anim_mode",           "reverse"               },
166   { "bd_magic_wall.active.delay",               "4"                     },
167   { "bd_magic_wall.active.global_sync",         "true"                  },
168   { "bd_magic_wall.filling",                    "RocksElements.png"     },
169   { "bd_magic_wall.filling.xpos",               "12"                    },
170   { "bd_magic_wall.filling.ypos",               "10"                    },
171   { "bd_magic_wall.filling.frames",             "4"                     },
172   { "bd_magic_wall.filling.anim_mode",          "reverse"               },
173   { "bd_magic_wall.filling.delay",              "4"                     },
174   { "bd_magic_wall.filling.global_sync",        "true"                  },
175   { "bd_magic_wall_full",                       "RocksElements.png"     },
176   { "bd_magic_wall_full.xpos",                  "12"                    },
177   { "bd_magic_wall_full.ypos",                  "10"                    },
178   { "bd_magic_wall_full.frames",                "4"                     },
179   { "bd_magic_wall_full.anim_mode",             "reverse"               },
180   { "bd_magic_wall_full.delay",                 "4"                     },
181   { "bd_magic_wall_full.global_sync",           "true"                  },
182   { "bd_magic_wall.emptying",                   "RocksElements.png"     },
183   { "bd_magic_wall.emptying.xpos",              "12"                    },
184   { "bd_magic_wall.emptying.ypos",              "10"                    },
185   { "bd_magic_wall.emptying.frames",            "4"                     },
186   { "bd_magic_wall.emptying.anim_mode",         "reverse"               },
187   { "bd_magic_wall.emptying.delay",             "4"                     },
188   { "bd_magic_wall.emptying.global_sync",       "true"                  },
189   { "bd_magic_wall_dead",                       "RocksElements.png"     },
190   { "bd_magic_wall_dead.xpos",                  "12"                    },
191   { "bd_magic_wall_dead.ypos",                  "10"                    },
192   { "bd_magic_wall_dead.frames",                "1"                     },
193
194   { "bd_amoeba",                                "RocksElements.png"     },
195   { "bd_amoeba.xpos",                           "8"                     },
196   { "bd_amoeba.ypos",                           "6"                     },
197   { "bd_amoeba.frames",                         "4"                     },
198   { "bd_amoeba.delay",                          "1000000"               },
199   { "bd_amoeba.anim_mode",                      "random"                },
200   { "bd_amoeba.EDITOR",                         "RocksElements.png"     },
201   { "bd_amoeba.EDITOR.xpos",                    "8"                     },
202   { "bd_amoeba.EDITOR.ypos",                    "7"                     },
203
204   { "bd_butterfly",                             "RocksElements.png"     },
205   { "bd_butterfly.xpos",                        "4"                     },
206   { "bd_butterfly.ypos",                        "12"                    },
207   { "bd_butterfly.frames",                      "2"                     },
208   { "bd_butterfly.anim_mode",                   "pingpong"              },
209   { "bd_butterfly.delay",                       "4"                     },
210   { "bd_butterfly.global_sync",                 "true"                  },
211   { "bd_butterfly.right",                       "RocksElements.png"     },
212   { "bd_butterfly.right.xpos",                  "4"                     },
213   { "bd_butterfly.right.ypos",                  "12"                    },
214   { "bd_butterfly.right.frames",                "2"                     },
215   { "bd_butterfly.right.anim_mode",             "pingpong"              },
216   { "bd_butterfly.right.delay",                 "4"                     },
217   { "bd_butterfly.right.global_sync",           "true"                  },
218   { "bd_butterfly.right.EDITOR",                "RocksElements.png"     },
219   { "bd_butterfly.right.EDITOR.xpos",           "8"                     },
220   { "bd_butterfly.right.EDITOR.ypos",           "12"                    },
221   { "bd_butterfly.up",                          "RocksElements.png"     },
222   { "bd_butterfly.up.xpos",                     "4"                     },
223   { "bd_butterfly.up.ypos",                     "12"                    },
224   { "bd_butterfly.up.frames",                   "2"                     },
225   { "bd_butterfly.up.anim_mode",                "pingpong"              },
226   { "bd_butterfly.up.delay",                    "4"                     },
227   { "bd_butterfly.up.global_sync",              "true"                  },
228   { "bd_butterfly.up.EDITOR",                   "RocksElements.png"     },
229   { "bd_butterfly.up.EDITOR.xpos",              "9"                     },
230   { "bd_butterfly.up.EDITOR.ypos",              "12"                    },
231   { "bd_butterfly.left",                        "RocksElements.png"     },
232   { "bd_butterfly.left.xpos",                   "4"                     },
233   { "bd_butterfly.left.ypos",                   "12"                    },
234   { "bd_butterfly.left.frames",                 "2"                     },
235   { "bd_butterfly.left.anim_mode",              "pingpong"              },
236   { "bd_butterfly.left.delay",                  "4"                     },
237   { "bd_butterfly.left.global_sync",            "true"                  },
238   { "bd_butterfly.left.EDITOR",                 "RocksElements.png"     },
239   { "bd_butterfly.left.EDITOR.xpos",            "10"                    },
240   { "bd_butterfly.left.EDITOR.ypos",            "12"                    },
241   { "bd_butterfly.down",                        "RocksElements.png"     },
242   { "bd_butterfly.down.xpos",                   "4"                     },
243   { "bd_butterfly.down.ypos",                   "12"                    },
244   { "bd_butterfly.down.frames",                 "2"                     },
245   { "bd_butterfly.down.anim_mode",              "pingpong"              },
246   { "bd_butterfly.down.delay",                  "4"                     },
247   { "bd_butterfly.down.global_sync",            "true"                  },
248   { "bd_butterfly.down.EDITOR",                 "RocksElements.png"     },
249   { "bd_butterfly.down.EDITOR.xpos",            "11"                    },
250   { "bd_butterfly.down.EDITOR.ypos",            "12"                    },
251
252   { "bd_firefly",                               "RocksElements.png"     },
253   { "bd_firefly.xpos",                          "6"                     },
254   { "bd_firefly.ypos",                          "12"                    },
255   { "bd_firefly.frames",                        "2"                     },
256   { "bd_firefly.anim_mode",                     "pingpong"              },
257   { "bd_firefly.delay",                         "4"                     },
258   { "bd_firefly.global_sync",                   "true"                  },
259   { "bd_firefly.right",                         "RocksElements.png"     },
260   { "bd_firefly.right.xpos",                    "6"                     },
261   { "bd_firefly.right.ypos",                    "12"                    },
262   { "bd_firefly.right.frames",                  "2"                     },
263   { "bd_firefly.right.anim_mode",               "pingpong"              },
264   { "bd_firefly.right.delay",                   "4"                     },
265   { "bd_firefly.right.global_sync",             "true"                  },
266   { "bd_firefly.right.EDITOR",                  "RocksElements.png"     },
267   { "bd_firefly.right.EDITOR.xpos",             "12"                    },
268   { "bd_firefly.right.EDITOR.ypos",             "12"                    },
269   { "bd_firefly.up",                            "RocksElements.png"     },
270   { "bd_firefly.up.xpos",                       "6"                     },
271   { "bd_firefly.up.ypos",                       "12"                    },
272   { "bd_firefly.up.frames",                     "2"                     },
273   { "bd_firefly.up.anim_mode",                  "pingpong"              },
274   { "bd_firefly.up.delay",                      "4"                     },
275   { "bd_firefly.up.global_sync",                "true"                  },
276   { "bd_firefly.up.EDITOR",                     "RocksElements.png"     },
277   { "bd_firefly.up.EDITOR.xpos",                "13"                    },
278   { "bd_firefly.up.EDITOR.ypos",                "12"                    },
279   { "bd_firefly.left",                          "RocksElements.png"     },
280   { "bd_firefly.left.xpos",                     "6"                     },
281   { "bd_firefly.left.ypos",                     "12"                    },
282   { "bd_firefly.left.frames",                   "2"                     },
283   { "bd_firefly.left.anim_mode",                "pingpong"              },
284   { "bd_firefly.left.delay",                    "4"                     },
285   { "bd_firefly.left.global_sync",              "true"                  },
286   { "bd_firefly.left.EDITOR",                   "RocksElements.png"     },
287   { "bd_firefly.left.EDITOR.xpos",              "14"                    },
288   { "bd_firefly.left.EDITOR.ypos",              "12"                    },
289   { "bd_firefly.down",                          "RocksElements.png"     },
290   { "bd_firefly.down.xpos",                     "6"                     },
291   { "bd_firefly.down.ypos",                     "12"                    },
292   { "bd_firefly.down.frames",                   "2"                     },
293   { "bd_firefly.down.anim_mode",                "pingpong"              },
294   { "bd_firefly.down.delay",                    "4"                     },
295   { "bd_firefly.down.global_sync",              "true"                  },
296   { "bd_firefly.down.EDITOR",                   "RocksElements.png"     },
297   { "bd_firefly.down.EDITOR.xpos",              "15"                    },
298   { "bd_firefly.down.EDITOR.ypos",              "12"                    },
299
300   // images for Supaplex style elements and actions
301
302   { "[sp_default].exploding",                   "RocksSP.png"           },
303   { "[sp_default].exploding.xpos",              "8"                     },
304   { "[sp_default].exploding.ypos",              "3"                     },
305   { "[sp_default].exploding.frames",            "8"                     },
306   { "[sp_default].exploding.delay",             "4"                     },
307   { "[sp_default].exploding.anim_mode",         "linear"                },
308
309   { "sp_zonk",                                  "RocksSP.png"           },
310   { "sp_zonk.xpos",                             "1"                     },
311   { "sp_zonk.ypos",                             "0"                     },
312   { "sp_zonk.frames",                           "1"                     },
313   { "sp_zonk.moving.left",                      "RocksSP.png"           },
314   { "sp_zonk.moving.left.xpos",                 "0"                     },
315   { "sp_zonk.moving.left.ypos",                 "6"                     },
316   { "sp_zonk.moving.left.frames",               "4"                     },
317   { "sp_zonk.moving.left.delay",                "1"                     },
318   { "sp_zonk.moving.left.anim_mode",            "reverse"               },
319   { "sp_zonk.moving.right",                     "RocksSP.png"           },
320   { "sp_zonk.moving.right.xpos",                "0"                     },
321   { "sp_zonk.moving.right.ypos",                "6"                     },
322   { "sp_zonk.moving.right.frames",              "4"                     },
323   { "sp_zonk.moving.right.start_frame",         "1"                     },
324   { "sp_zonk.moving.right.delay",               "1"                     },
325   { "sp_zonk.pushing.left",                     "RocksSP.png"           },
326   { "sp_zonk.pushing.left.xpos",                "0"                     },
327   { "sp_zonk.pushing.left.ypos",                "6"                     },
328   { "sp_zonk.pushing.left.frames",              "4"                     },
329   { "sp_zonk.pushing.left.delay",               "1"                     },
330   { "sp_zonk.pushing.left.anim_mode",           "reverse"               },
331   { "sp_zonk.pushing.right",                    "RocksSP.png"           },
332   { "sp_zonk.pushing.right.xpos",               "0"                     },
333   { "sp_zonk.pushing.right.ypos",               "6"                     },
334   { "sp_zonk.pushing.right.frames",             "4"                     },
335   { "sp_zonk.pushing.right.start_frame",        "1"                     },
336   { "sp_zonk.pushing.right.delay",              "1"                     },
337
338   { "sp_base",                                  "RocksSP.png"           },
339   { "sp_base.xpos",                             "2"                     },
340   { "sp_base.ypos",                             "0"                     },
341   { "sp_base.frames",                           "1"                     },
342   { "sp_base.digging",                          "RocksSP.png"           },
343   { "sp_base.digging.xpos",                     "2"                     },
344   { "sp_base.digging.ypos",                     "0"                     },
345   { "sp_base.digging.frames",                   "1"                     },
346   { "sp_base.digging.anim_mode",                "opaque_player"         },
347   { "sp_base.snapping",                         "RocksSP.png"           },
348   { "sp_base.snapping.xpos",                    "8"                     },
349   { "sp_base.snapping.ypos",                    "2"                     },
350   { "sp_base.snapping.frames",                  "7"                     },
351   { "sp_base.snapping.anim_mode",               "linear"                },
352
353   { "sp_murphy",                                "RocksSP.png"           },
354   { "sp_murphy.xpos",                           "3"                     },
355   { "sp_murphy.ypos",                           "0"                     },
356   { "sp_murphy.frames",                         "1"                     },
357   { "sp_murphy.moving.left",                    "RocksSP.png"           },
358   { "sp_murphy.moving.left.xpos",               "8"                     },
359   { "sp_murphy.moving.left.ypos",               "0"                     },
360   { "sp_murphy.moving.left.frames",             "3"                     },
361   { "sp_murphy.moving.left.anim_mode",          "pingpong"              },
362   { "sp_murphy.moving.left.delay",              "2"                     },
363   { "sp_murphy.moving.left.start_frame",        "1"                     },
364   { "sp_murphy.moving.right",                   "RocksSP.png"           },
365   { "sp_murphy.moving.right.xpos",              "11"                    },
366   { "sp_murphy.moving.right.ypos",              "0"                     },
367   { "sp_murphy.moving.right.frames",            "3"                     },
368   { "sp_murphy.moving.right.anim_mode",         "pingpong"              },
369   { "sp_murphy.moving.right.delay",             "2"                     },
370   { "sp_murphy.moving.right.start_frame",       "1"                     },
371   { "sp_murphy.digging.left",                   "RocksSP.png"           },
372   { "sp_murphy.digging.left.xpos",              "8"                     },
373   { "sp_murphy.digging.left.ypos",              "0"                     },
374   { "sp_murphy.digging.left.frames",            "3"                     },
375   { "sp_murphy.digging.left.anim_mode",         "pingpong"              },
376   { "sp_murphy.digging.left.delay",             "2"                     },
377   { "sp_murphy.digging.left.start_frame",       "1"                     },
378   { "sp_murphy.digging.right",                  "RocksSP.png"           },
379   { "sp_murphy.digging.right.xpos",             "11"                    },
380   { "sp_murphy.digging.right.ypos",             "0"                     },
381   { "sp_murphy.digging.right.frames",           "3"                     },
382   { "sp_murphy.digging.right.anim_mode",        "pingpong"              },
383   { "sp_murphy.digging.right.delay",            "2"                     },
384   { "sp_murphy.digging.right.start_frame",      "1"                     },
385   { "sp_murphy.collecting.left",                "RocksSP.png"           },
386   { "sp_murphy.collecting.left.xpos",           "8"                     },
387   { "sp_murphy.collecting.left.ypos",           "0"                     },
388   { "sp_murphy.collecting.left.frames",         "3"                     },
389   { "sp_murphy.collecting.left.anim_mode",      "pingpong"              },
390   { "sp_murphy.collecting.left.delay",          "2"                     },
391   { "sp_murphy.collecting.left.start_frame",    "1"                     },
392   { "sp_murphy.collecting.right",               "RocksSP.png"           },
393   { "sp_murphy.collecting.right.xpos",          "11"                    },
394   { "sp_murphy.collecting.right.ypos",          "0"                     },
395   { "sp_murphy.collecting.right.frames",        "3"                     },
396   { "sp_murphy.collecting.right.anim_mode",     "pingpong"              },
397   { "sp_murphy.collecting.right.delay",         "2"                     },
398   { "sp_murphy.collecting.right.start_frame",   "1"                     },
399   { "sp_murphy.pushing.left",                   "RocksSP.png"           },
400   { "sp_murphy.pushing.left.xpos",              "11"                    },
401   { "sp_murphy.pushing.left.ypos",              "1"                     },
402   { "sp_murphy.pushing.left.frames",            "1"                     },
403   { "sp_murphy.pushing.right",                  "RocksSP.png"           },
404   { "sp_murphy.pushing.right.xpos",             "10"                    },
405   { "sp_murphy.pushing.right.ypos",             "1"                     },
406   { "sp_murphy.pushing.right.frames",           "1"                     },
407   { "sp_murphy.snapping.left",                  "RocksSP.png"           },
408   { "sp_murphy.snapping.left.xpos",             "9"                     },
409   { "sp_murphy.snapping.left.ypos",             "1"                     },
410   { "sp_murphy.snapping.left.frames",           "1"                     },
411   { "sp_murphy.snapping.right",                 "RocksSP.png"           },
412   { "sp_murphy.snapping.right.xpos",            "8"                     },
413   { "sp_murphy.snapping.right.ypos",            "1"                     },
414   { "sp_murphy.snapping.right.frames",          "1"                     },
415   { "sp_murphy.snapping.up",                    "RocksSP.png"           },
416   { "sp_murphy.snapping.up.xpos",               "14"                    },
417   { "sp_murphy.snapping.up.ypos",               "0"                     },
418   { "sp_murphy.snapping.up.frames",             "1"                     },
419   { "sp_murphy.snapping.down",                  "RocksSP.png"           },
420   { "sp_murphy.snapping.down.xpos",             "15"                    },
421   { "sp_murphy.snapping.down.ypos",             "0"                     },
422   { "sp_murphy.snapping.down.frames",           "1"                     },
423   { "sp_murphy.boring",                         "RocksSP.png"           },
424   { "sp_murphy.boring.xpos",                    "11"                    },
425   { "sp_murphy.boring.ypos",                    "12"                    },
426   { "sp_murphy.boring.frames",                  "1"                     },
427   { "sp_murphy.boring[1]",                      "RocksSP.png"           },
428   { "sp_murphy.boring[1].xpos",                 "0"                     },
429   { "sp_murphy.boring[1].ypos",                 "12"                    },
430   { "sp_murphy.boring[1].frames",               "12"                    },
431   { "sp_murphy.boring[1].delay",                "10"                    },
432   { "sp_murphy.boring[1].anim_mode",            "linear"                },
433   { "sp_murphy.boring[1].anim_delay_fixed",     "120"                   },
434   { "sp_murphy.boring[1].anim_delay_random",    "0"                     },
435   { "sp_murphy.boring[1].post_delay_fixed",     "500"                   },
436   { "sp_murphy.boring[1].post_delay_random",    "500"                   },
437   { "sp_murphy.sleeping.left",                  "RocksSP.png"           },
438   { "sp_murphy.sleeping.left.xpos",             "4"                     },
439   { "sp_murphy.sleeping.left.ypos",             "9"                     },
440   { "sp_murphy.sleeping.left.frames",           "3"                     },
441   { "sp_murphy.sleeping.left.delay",            "100"                   },
442   { "sp_murphy.sleeping.left.anim_mode",        "linear,reverse"        },
443   { "sp_murphy.sleeping.right",                 "RocksSP.png"           },
444   { "sp_murphy.sleeping.right.xpos",            "13"                    },
445   { "sp_murphy.sleeping.right.ypos",            "12"                    },
446   { "sp_murphy.sleeping.right.frames",          "3"                     },
447   { "sp_murphy.sleeping.right.delay",           "100"                   },
448   { "sp_murphy.sleeping.right.anim_mode",       "linear"                },
449   { "sp_murphy.dropping",                       "RocksSP.png"           },
450   { "sp_murphy.dropping.xpos",                  "11"                    },
451   { "sp_murphy.dropping.ypos",                  "12"                    },
452   { "sp_murphy.dropping.frames",                "1"                     },
453   { "sp_murphy.shrinking",                      "RocksSP.png"           },
454   { "sp_murphy.shrinking.xpos",                 "8"                     },
455   { "sp_murphy.shrinking.ypos",                 "14"                    },
456   { "sp_murphy.shrinking.frames",               "8"                     },
457   { "sp_murphy.shrinking.delay",                "4"                     },
458   { "sp_murphy.shrinking.anim_mode",            "linear"                },
459
460   { "sp_murphy_clone",                          "RocksSP.png"           },
461   { "sp_murphy_clone.xpos",                     "3"                     },
462   { "sp_murphy_clone.ypos",                     "0"                     },
463   { "sp_murphy_clone.frames",                   "1"                     },
464
465   { "sp_infotron",                              "RocksSP.png"           },
466   { "sp_infotron.xpos",                         "4"                     },
467   { "sp_infotron.ypos",                         "0"                     },
468   { "sp_infotron.frames",                       "1"                     },
469   { "sp_infotron.EDITOR",                       "RocksSP.png"           },
470   { "sp_infotron.EDITOR.xpos",                  "8"                     },
471   { "sp_infotron.EDITOR.ypos",                  "11"                    },
472   { "sp_infotron.moving.left",                  "RocksSP.png"           },
473   { "sp_infotron.moving.left.xpos",             "8"                     },
474   { "sp_infotron.moving.left.ypos",             "13"                    },
475   { "sp_infotron.moving.left.frames",           "8"                     },
476   { "sp_infotron.moving.right",                 "RocksSP.png"           },
477   { "sp_infotron.moving.right.xpos",            "8"                     },
478   { "sp_infotron.moving.right.ypos",            "13"                    },
479   { "sp_infotron.moving.right.frames",          "8"                     },
480   { "sp_infotron.moving.right.start_frame",     "6"                     },
481   { "sp_infotron.moving.right.anim_mode",       "reverse"               },
482   { "sp_infotron.collecting",                   "RocksSP.png"           },
483   { "sp_infotron.collecting.xpos",              "8"                     },
484   { "sp_infotron.collecting.ypos",              "7"                     },
485   { "sp_infotron.collecting.frames",            "8"                     },
486   { "sp_infotron.collecting.anim_mode",         "linear"                },
487
488   { "sp_chip_single",                           "RocksSP.png"           },
489   { "sp_chip_single.xpos",                      "5"                     },
490   { "sp_chip_single.ypos",                      "0"                     },
491   { "sp_chip_single.frames",                    "1"                     },
492   { "sp_chip_left",                             "RocksSP.png"           },
493   { "sp_chip_left.xpos",                        "2"                     },
494   { "sp_chip_left.ypos",                        "3"                     },
495   { "sp_chip_left.frames",                      "1"                     },
496   { "sp_chip_right",                            "RocksSP.png"           },
497   { "sp_chip_right.xpos",                       "3"                     },
498   { "sp_chip_right.ypos",                       "3"                     },
499   { "sp_chip_right.frames",                     "1"                     },
500   { "sp_chip_top",                              "RocksSP.png"           },
501   { "sp_chip_top.xpos",                         "6"                     },
502   { "sp_chip_top.ypos",                         "4"                     },
503   { "sp_chip_top.frames",                       "1"                     },
504   { "sp_chip_bottom",                           "RocksSP.png"           },
505   { "sp_chip_bottom.xpos",                      "7"                     },
506   { "sp_chip_bottom.ypos",                      "4"                     },
507   { "sp_chip_bottom.frames",                    "1"                     },
508
509   { "sp_hardware_gray",                         "RocksSP.png"           },
510   { "sp_hardware_gray.xpos",                    "6"                     },
511   { "sp_hardware_gray.ypos",                    "0"                     },
512   { "sp_hardware_gray.frames",                  "1"                     },
513   { "sp_hardware_green",                        "RocksSP.png"           },
514   { "sp_hardware_green.xpos",                   "5"                     },
515   { "sp_hardware_green.ypos",                   "3"                     },
516   { "sp_hardware_green.frames",                 "1"                     },
517   { "sp_hardware_blue",                         "RocksSP.png"           },
518   { "sp_hardware_blue.xpos",                    "6"                     },
519   { "sp_hardware_blue.ypos",                    "3"                     },
520   { "sp_hardware_blue.frames",                  "1"                     },
521   { "sp_hardware_red",                          "RocksSP.png"           },
522   { "sp_hardware_red.xpos",                     "7"                     },
523   { "sp_hardware_red.ypos",                     "3"                     },
524   { "sp_hardware_red.frames",                   "1"                     },
525   { "sp_hardware_yellow",                       "RocksSP.png"           },
526   { "sp_hardware_yellow.xpos",                  "0"                     },
527   { "sp_hardware_yellow.ypos",                  "4"                     },
528   { "sp_hardware_yellow.frames",                "1"                     },
529
530   { "sp_exit_closed",                           "RocksSP.png"           },
531   { "sp_exit_closed.xpos",                      "7"                     },
532   { "sp_exit_closed.ypos",                      "0"                     },
533   { "sp_exit_closed.frames",                    "1"                     },
534   { "sp_exit.opening",                          "RocksSP.png"           },
535   { "sp_exit.opening.xpos",                     "7"                     },
536   { "sp_exit.opening.ypos",                     "0"                     },
537   { "sp_exit.opening.frames",                   "1"                     },
538   { "sp_exit_open",                             "RocksSP.png"           },
539   { "sp_exit_open.xpos",                        "7"                     },
540   { "sp_exit_open.ypos",                        "0"                     },
541   { "sp_exit_open.frames",                      "1"                     },
542   { "sp_exit.closing",                          "RocksSP.png"           },
543   { "sp_exit.closing.xpos",                     "7"                     },
544   { "sp_exit.closing.ypos",                     "0"                     },
545   { "sp_exit.closing.frames",                   "1"                     },
546
547   { "sp_disk_orange",                           "RocksSP.png"           },
548   { "sp_disk_orange.xpos",                      "0"                     },
549   { "sp_disk_orange.ypos",                      "1"                     },
550   { "sp_disk_orange.frames",                    "1"                     },
551
552   { "sp_disk_yellow",                           "RocksSP.png"           },
553   { "sp_disk_yellow.xpos",                      "2"                     },
554   { "sp_disk_yellow.ypos",                      "2"                     },
555   { "sp_disk_yellow.frames",                    "1"                     },
556
557   { "sp_disk_red",                              "RocksSP.png"           },
558   { "sp_disk_red.xpos",                         "4"                     },
559   { "sp_disk_red.ypos",                         "2"                     },
560   { "sp_disk_red.frames",                       "1"                     },
561   { "sp_disk_red.collecting",                   "RocksSP.png"           },
562   { "sp_disk_red.collecting.xpos",              "9"                     },
563   { "sp_disk_red.collecting.ypos",              "5"                     },
564   { "sp_disk_red.collecting.frames",            "7"                     },
565   { "sp_disk_red.collecting.anim_mode",         "linear"                },
566   { "sp_disk_red.active",                       "RocksSP.png"           },
567   { "sp_disk_red.active.xpos",                  "4"                     },
568   { "sp_disk_red.active.ypos",                  "2"                     },
569   { "sp_disk_red.active.frames",                "1"                     },
570
571   { "sp_port_right",                            "RocksSP.png"           },
572   { "sp_port_right.xpos",                       "1"                     },
573   { "sp_port_right.ypos",                       "1"                     },
574   { "sp_port_right.frames",                     "1"                     },
575   { "sp_port_down",                             "RocksSP.png"           },
576   { "sp_port_down.xpos",                        "2"                     },
577   { "sp_port_down.ypos",                        "1"                     },
578   { "sp_port_down.frames",                      "1"                     },
579   { "sp_port_left",                             "RocksSP.png"           },
580   { "sp_port_left.xpos",                        "3"                     },
581   { "sp_port_left.ypos",                        "1"                     },
582   { "sp_port_left.frames",                      "1"                     },
583   { "sp_port_up",                               "RocksSP.png"           },
584   { "sp_port_up.xpos",                          "4"                     },
585   { "sp_port_up.ypos",                          "1"                     },
586   { "sp_port_up.frames",                        "1"                     },
587   { "sp_port_horizontal",                       "RocksSP.png"           },
588   { "sp_port_horizontal.xpos",                  "6"                     },
589   { "sp_port_horizontal.ypos",                  "2"                     },
590   { "sp_port_horizontal.frames",                "1"                     },
591   { "sp_port_vertical",                         "RocksSP.png"           },
592   { "sp_port_vertical.xpos",                    "5"                     },
593   { "sp_port_vertical.ypos",                    "2"                     },
594   { "sp_port_vertical.frames",                  "1"                     },
595   { "sp_port_any",                              "RocksSP.png"           },
596   { "sp_port_any.xpos",                         "7"                     },
597   { "sp_port_any.ypos",                         "2"                     },
598   { "sp_port_any.frames",                       "1"                     },
599   { "sp_gravity_port_right",                    "RocksSP.png"           },
600   { "sp_gravity_port_right.xpos",               "1"                     },
601   { "sp_gravity_port_right.ypos",               "1"                     },
602   { "sp_gravity_port_right.frames",             "1"                     },
603   { "sp_gravity_port_right.EDITOR",             "RocksSP.png"           },
604   { "sp_gravity_port_right.EDITOR.xpos",        "0"                     },
605   { "sp_gravity_port_right.EDITOR.ypos",        "14"                    },
606   { "sp_gravity_port_down",                     "RocksSP.png"           },
607   { "sp_gravity_port_down.xpos",                "2"                     },
608   { "sp_gravity_port_down.ypos",                "1"                     },
609   { "sp_gravity_port_down.frames",              "1"                     },
610   { "sp_gravity_port_down.EDITOR",              "RocksSP.png"           },
611   { "sp_gravity_port_down.EDITOR.xpos",         "1"                     },
612   { "sp_gravity_port_down.EDITOR.ypos",         "14"                    },
613   { "sp_gravity_port_left",                     "RocksSP.png"           },
614   { "sp_gravity_port_left.xpos",                "3"                     },
615   { "sp_gravity_port_left.ypos",                "1"                     },
616   { "sp_gravity_port_left.frames",              "1"                     },
617   { "sp_gravity_port_left.EDITOR",              "RocksSP.png"           },
618   { "sp_gravity_port_left.EDITOR.xpos",         "2"                     },
619   { "sp_gravity_port_left.EDITOR.ypos",         "14"                    },
620   { "sp_gravity_port_up",                       "RocksSP.png"           },
621   { "sp_gravity_port_up.xpos",                  "4"                     },
622   { "sp_gravity_port_up.ypos",                  "1"                     },
623   { "sp_gravity_port_up.frames",                "1"                     },
624   { "sp_gravity_port_up.EDITOR",                "RocksSP.png"           },
625   { "sp_gravity_port_up.EDITOR.xpos",           "3"                     },
626   { "sp_gravity_port_up.EDITOR.ypos",           "14"                    },
627   { "sp_gravity_on_port_right",                 "RocksSP.png"           },
628   { "sp_gravity_on_port_right.xpos",            "1"                     },
629   { "sp_gravity_on_port_right.ypos",            "1"                     },
630   { "sp_gravity_on_port_right.frames",          "1"                     },
631   { "sp_gravity_on_port_right.EDITOR",          "RocksSP.png"           },
632   { "sp_gravity_on_port_right.EDITOR.xpos",     "0"                     },
633   { "sp_gravity_on_port_right.EDITOR.ypos",     "13"                    },
634   { "sp_gravity_on_port_down",                  "RocksSP.png"           },
635   { "sp_gravity_on_port_down.xpos",             "2"                     },
636   { "sp_gravity_on_port_down.ypos",             "1"                     },
637   { "sp_gravity_on_port_down.frames",           "1"                     },
638   { "sp_gravity_on_port_down.EDITOR",           "RocksSP.png"           },
639   { "sp_gravity_on_port_down.EDITOR.xpos",      "1"                     },
640   { "sp_gravity_on_port_down.EDITOR.ypos",      "13"                    },
641   { "sp_gravity_on_port_left",                  "RocksSP.png"           },
642   { "sp_gravity_on_port_left.xpos",             "3"                     },
643   { "sp_gravity_on_port_left.ypos",             "1"                     },
644   { "sp_gravity_on_port_left.frames",           "1"                     },
645   { "sp_gravity_on_port_left.EDITOR",           "RocksSP.png"           },
646   { "sp_gravity_on_port_left.EDITOR.xpos",      "2"                     },
647   { "sp_gravity_on_port_left.EDITOR.ypos",      "13"                    },
648   { "sp_gravity_on_port_up",                    "RocksSP.png"           },
649   { "sp_gravity_on_port_up.xpos",               "4"                     },
650   { "sp_gravity_on_port_up.ypos",               "1"                     },
651   { "sp_gravity_on_port_up.frames",             "1"                     },
652   { "sp_gravity_on_port_up.EDITOR",             "RocksSP.png"           },
653   { "sp_gravity_on_port_up.EDITOR.xpos",        "3"                     },
654   { "sp_gravity_on_port_up.EDITOR.ypos",        "13"                    },
655   { "sp_gravity_off_port_right",                "RocksSP.png"           },
656   { "sp_gravity_off_port_right.xpos",           "1"                     },
657   { "sp_gravity_off_port_right.ypos",           "1"                     },
658   { "sp_gravity_off_port_right.frames",         "1"                     },
659   { "sp_gravity_off_port_right.EDITOR",         "RocksSP.png"           },
660   { "sp_gravity_off_port_right.EDITOR.xpos",    "4"                     },
661   { "sp_gravity_off_port_right.EDITOR.ypos",    "13"                    },
662   { "sp_gravity_off_port_down",                 "RocksSP.png"           },
663   { "sp_gravity_off_port_down.xpos",            "2"                     },
664   { "sp_gravity_off_port_down.ypos",            "1"                     },
665   { "sp_gravity_off_port_down.frames",          "1"                     },
666   { "sp_gravity_off_port_down.EDITOR",          "RocksSP.png"           },
667   { "sp_gravity_off_port_down.EDITOR.xpos",     "5"                     },
668   { "sp_gravity_off_port_down.EDITOR.ypos",     "13"                    },
669   { "sp_gravity_off_port_left",                 "RocksSP.png"           },
670   { "sp_gravity_off_port_left.xpos",            "3"                     },
671   { "sp_gravity_off_port_left.ypos",            "1"                     },
672   { "sp_gravity_off_port_left.frames",          "1"                     },
673   { "sp_gravity_off_port_left.EDITOR",          "RocksSP.png"           },
674   { "sp_gravity_off_port_left.EDITOR.xpos",     "6"                     },
675   { "sp_gravity_off_port_left.EDITOR.ypos",     "13"                    },
676   { "sp_gravity_off_port_up",                   "RocksSP.png"           },
677   { "sp_gravity_off_port_up.xpos",              "4"                     },
678   { "sp_gravity_off_port_up.ypos",              "1"                     },
679   { "sp_gravity_off_port_up.frames",            "1"                     },
680   { "sp_gravity_off_port_up.EDITOR",            "RocksSP.png"           },
681   { "sp_gravity_off_port_up.EDITOR.xpos",       "7"                     },
682   { "sp_gravity_off_port_up.EDITOR.ypos",       "13"                    },
683
684   { "sp_sniksnak",                              "RocksSP.png"           },
685   { "sp_sniksnak.xpos",                         "1"                     },
686   { "sp_sniksnak.ypos",                         "2"                     },
687   { "sp_sniksnak.frames",                       "1"                     },
688   { "sp_sniksnak.left",                         "RocksSP.png"           },
689   { "sp_sniksnak.left.xpos",                    "8"                     },
690   { "sp_sniksnak.left.ypos",                    "8"                     },
691   { "sp_sniksnak.left.frames",                  "4"                     },
692   { "sp_sniksnak.left.anim_mode",               "pingpong2"             },
693   { "sp_sniksnak.right",                        "RocksSP.png"           },
694   { "sp_sniksnak.right.xpos",                   "12"                    },
695   { "sp_sniksnak.right.ypos",                   "8"                     },
696   { "sp_sniksnak.right.frames",                 "4"                     },
697   { "sp_sniksnak.right.anim_mode",              "pingpong2"             },
698   { "sp_sniksnak.up",                           "RocksSP.png"           },
699   { "sp_sniksnak.up.xpos",                      "8"                     },
700   { "sp_sniksnak.up.ypos",                      "9"                     },
701   { "sp_sniksnak.up.frames",                    "4"                     },
702   { "sp_sniksnak.up.anim_mode",                 "pingpong2"             },
703   { "sp_sniksnak.down",                         "RocksSP.png"           },
704   { "sp_sniksnak.down.xpos",                    "12"                    },
705   { "sp_sniksnak.down.ypos",                    "9"                     },
706   { "sp_sniksnak.down.frames",                  "4"                     },
707   { "sp_sniksnak.down.anim_mode",               "pingpong2"             },
708   { "sp_sniksnak.turning_from_left.up",         "RocksSP.png"           },
709   { "sp_sniksnak.turning_from_left.up.xpos",    "12"                    },
710   { "sp_sniksnak.turning_from_left.up.ypos",    "6"                     },
711   { "sp_sniksnak.turning_from_left.up.frames",  "2"                     },
712   { "sp_sniksnak.turning_from_left.up.delay",   "4"                     },
713   { "sp_sniksnak.turning_from_left.up.offset",  "1408"                  },
714   { "sp_sniksnak.turning_from_left.up.anim_mode","linear"               },
715   { "sp_sniksnak.turning_from_left.down",       "RocksSP.png"           },
716   { "sp_sniksnak.turning_from_left.down.xpos",  "13"                    },
717   { "sp_sniksnak.turning_from_left.down.ypos",  "6"                     },
718   { "sp_sniksnak.turning_from_left.down.frames","2"                     },
719   { "sp_sniksnak.turning_from_left.down.delay", "4"                     },
720   { "sp_sniksnak.turning_from_left.down.offset","1504"                  },
721   { "sp_sniksnak.turning_from_left.down.anim_mode","linear"             },
722   { "sp_sniksnak.turning_from_right.up",        "RocksSP.png"           },
723   { "sp_sniksnak.turning_from_right.up.xpos",   "15"                    },
724   { "sp_sniksnak.turning_from_right.up.ypos",   "6"                     },
725   { "sp_sniksnak.turning_from_right.up.frames", "2"                     },
726   { "sp_sniksnak.turning_from_right.up.delay",  "4"                     },
727   { "sp_sniksnak.turning_from_right.up.offset", "1312"                  },
728   { "sp_sniksnak.turning_from_right.up.anim_mode","linear"              },
729   { "sp_sniksnak.turning_from_right.down",      "RocksSP.png"           },
730   { "sp_sniksnak.turning_from_right.down.xpos", "14"                    },
731   { "sp_sniksnak.turning_from_right.down.ypos", "6"                     },
732   { "sp_sniksnak.turning_from_right.down.frames","2"                    },
733   { "sp_sniksnak.turning_from_right.down.delay","4"                     },
734   { "sp_sniksnak.turning_from_right.down.offset","1472"                 },
735   { "sp_sniksnak.turning_from_right.down.anim_mode","linear"            },
736   { "sp_sniksnak.turning_from_up.left",         "RocksSP.png"           },
737   { "sp_sniksnak.turning_from_up.left.xpos",    "12"                    },
738   { "sp_sniksnak.turning_from_up.left.ypos",    "6"                     },
739   { "sp_sniksnak.turning_from_up.left.frames",  "2"                     },
740   { "sp_sniksnak.turning_from_up.left.delay",   "4"                     },
741   { "sp_sniksnak.turning_from_up.left.offset",  "896"                   },
742   { "sp_sniksnak.turning_from_up.left.anim_mode","linear"               },
743   { "sp_sniksnak.turning_from_up.right",        "RocksSP.png"           },
744   { "sp_sniksnak.turning_from_up.right.xpos",   "15"                    },
745   { "sp_sniksnak.turning_from_up.right.ypos",   "6"                     },
746   { "sp_sniksnak.turning_from_up.right.frames", "2"                     },
747   { "sp_sniksnak.turning_from_up.right.delay",  "4"                     },
748   { "sp_sniksnak.turning_from_up.right.offset", "928"                   },
749   { "sp_sniksnak.turning_from_up.right.anim_mode","linear"              },
750   { "sp_sniksnak.turning_from_down.left",       "RocksSP.png"           },
751   { "sp_sniksnak.turning_from_down.left.xpos",  "13"                    },
752   { "sp_sniksnak.turning_from_down.left.ypos",  "6"                     },
753   { "sp_sniksnak.turning_from_down.left.frames","2"                     },
754   { "sp_sniksnak.turning_from_down.left.delay", "4"                     },
755   { "sp_sniksnak.turning_from_down.left.offset","864"                   },
756   { "sp_sniksnak.turning_from_down.left.anim_mode","linear"             },
757   { "sp_sniksnak.turning_from_down.right",      "RocksSP.png"           },
758   { "sp_sniksnak.turning_from_down.right.xpos", "14"                    },
759   { "sp_sniksnak.turning_from_down.right.ypos", "6"                     },
760   { "sp_sniksnak.turning_from_down.right.frames","2"                    },
761   { "sp_sniksnak.turning_from_down.right.delay","4"                     },
762   { "sp_sniksnak.turning_from_down.right.offset","960"                  },
763   { "sp_sniksnak.turning_from_down.right.anim_mode","linear"            },
764
765   { "sp_electron",                              "RocksSP.png"           },
766   { "sp_electron.xpos",                         "8"                     },
767   { "sp_electron.ypos",                         "10"                    },
768   { "sp_electron.frames",                       "8"                     },
769   { "sp_electron.delay",                        "4"                     },
770   { "sp_electron.global_sync",                  "true"                  },
771   { "sp_electron.EDITOR",                       "RocksSP.png"           },
772   { "sp_electron.EDITOR.xpos",                  "10"                    },
773   { "sp_electron.EDITOR.ypos",                  "11"                    },
774   { "sp_electron.exploding",                    "RocksSP.png"           },
775   { "sp_electron.exploding.xpos",               "8"                     },
776   { "sp_electron.exploding.ypos",               "4"                     },
777   { "sp_electron.exploding.frames",             "8"                     },
778   { "sp_electron.exploding.delay",              "4"                     },
779   { "sp_electron.exploding.anim_mode",          "linear"                },
780
781   { "sp_terminal",                              "RocksSP.png"           },
782   { "sp_terminal.xpos",                         "0"                     },
783   { "sp_terminal.ypos",                         "10"                    },
784   { "sp_terminal.frames",                       "7"                     },
785   { "sp_terminal.delay",                        "12"                    },
786   { "sp_terminal.EDITOR",                       "RocksSP.png"           },
787   { "sp_terminal.EDITOR.xpos",                  "9"                     },
788   { "sp_terminal.EDITOR.ypos",                  "11"                    },
789   { "sp_terminal.active",                       "RocksSP.png"           },
790   { "sp_terminal.active.xpos",                  "0"                     },
791   { "sp_terminal.active.ypos",                  "11"                    },
792   { "sp_terminal.active.frames",                "7"                     },
793   { "sp_terminal.active.delay",                 "4"                     },
794
795   { "sp_buggy_base",                            "RocksSP.png"           },
796   { "sp_buggy_base.xpos",                       "1"                     },
797   { "sp_buggy_base.ypos",                       "3"                     },
798   { "sp_buggy_base.frames",                     "1"                     },
799   { "sp_buggy_base.EDITOR",                     "RocksSP.png"           },
800   { "sp_buggy_base.EDITOR.xpos",                "9"                     },
801   { "sp_buggy_base.EDITOR.ypos",                "6"                     },
802   { "sp_buggy_base.activating",                 "RocksSP.png"           },
803   { "sp_buggy_base.activating.xpos",            "15"                    },
804   { "sp_buggy_base.activating.ypos",            "2"                     },
805   { "sp_buggy_base.activating.frames",          "1"                     },
806   { "sp_buggy_base.active",                     "RocksSP.png"           },
807   { "sp_buggy_base.active.xpos",                "8"                     },
808   { "sp_buggy_base.active.ypos",                "6"                     },
809   { "sp_buggy_base.active.frames",              "4"                     },
810   { "sp_buggy_base.active.delay",               "4"                     },
811   { "sp_buggy_base.active.anim_mode",           "pingpong"              },
812
813   { "sp_hardware_base_1",                       "RocksSP.png"           },
814   { "sp_hardware_base_1.xpos",                  "4"                     },
815   { "sp_hardware_base_1.ypos",                  "3"                     },
816   { "sp_hardware_base_1.frames",                "1"                     },
817   { "sp_hardware_base_2",                       "RocksSP.png"           },
818   { "sp_hardware_base_2.xpos",                  "1"                     },
819   { "sp_hardware_base_2.ypos",                  "4"                     },
820   { "sp_hardware_base_2.frames",                "1"                     },
821   { "sp_hardware_base_3",                       "RocksSP.png"           },
822   { "sp_hardware_base_3.xpos",                  "2"                     },
823   { "sp_hardware_base_3.ypos",                  "4"                     },
824   { "sp_hardware_base_3.frames",                "1"                     },
825   { "sp_hardware_base_4",                       "RocksSP.png"           },
826   { "sp_hardware_base_4.xpos",                  "3"                     },
827   { "sp_hardware_base_4.ypos",                  "4"                     },
828   { "sp_hardware_base_4.frames",                "1"                     },
829   { "sp_hardware_base_5",                       "RocksSP.png"           },
830   { "sp_hardware_base_5.xpos",                  "4"                     },
831   { "sp_hardware_base_5.ypos",                  "4"                     },
832   { "sp_hardware_base_5.frames",                "1"                     },
833   { "sp_hardware_base_6",                       "RocksSP.png"           },
834   { "sp_hardware_base_6.xpos",                  "5"                     },
835   { "sp_hardware_base_6.ypos",                  "4"                     },
836   { "sp_hardware_base_6.frames",                "1"                     },
837
838   // images for Sokoban style elements and actions
839
840   { "sokoban_object",                           "RocksElements.png"     },
841   { "sokoban_object.xpos",                      "9"                     },
842   { "sokoban_object.ypos",                      "7"                     },
843   { "sokoban_object.frames",                    "1"                     },
844
845   { "sokoban_field_empty",                      "RocksElements.png"     },
846   { "sokoban_field_empty.xpos",                 "10"                    },
847   { "sokoban_field_empty.ypos",                 "7"                     },
848   { "sokoban_field_empty.frames",               "1"                     },
849
850   { "sokoban_field_full",                       "RocksElements.png"     },
851   { "sokoban_field_full.xpos",                  "11"                    },
852   { "sokoban_field_full.ypos",                  "7"                     },
853   { "sokoban_field_full.frames",                "1"                     },
854
855   { "sokoban_field_player",                     "RocksHeroes.png"       },
856   { "sokoban_field_player.xpos",                "0"                     },
857   { "sokoban_field_player.ypos",                "15"                    },
858   { "sokoban_field_player.frames",              "1"                     },
859
860   // images for Emerald Mine style elements and actions
861
862   { "empty_space",                              "RocksSP.png"           },
863   { "empty_space.xpos",                         "0"                     },
864   { "empty_space.ypos",                         "0"                     },
865   { "empty_space.frames",                       "1"                     },
866
867   { "sand",                                     "RocksElements.png"     },
868   { "sand.xpos",                                "0"                     },
869   { "sand.ypos",                                "0"                     },
870   { "sand.frames",                              "1"                     },
871   { "sand.CRUMBLED",                            "RocksElements.png"     },
872   { "sand.CRUMBLED.xpos",                       "1"                     },
873   { "sand.CRUMBLED.ypos",                       "0"                     },
874   { "sand.CRUMBLED.frames",                     "1"                     },
875   { "sand.digging.left",                        "RocksMore.png"         },
876   { "sand.digging.left.xpos",                   "6"                     },
877   { "sand.digging.left.ypos",                   "3"                     },
878   { "sand.digging.left.frames",                 "3"                     },
879   { "sand.digging.left.delay",                  "2"                     },
880   { "sand.digging.left.anim_mode",              "linear"                },
881   { "sand.digging.right",                       "RocksMore.png"         },
882   { "sand.digging.right.xpos",                  "9"                     },
883   { "sand.digging.right.ypos",                  "3"                     },
884   { "sand.digging.right.frames",                "3"                     },
885   { "sand.digging.right.delay",                 "2"                     },
886   { "sand.digging.right.anim_mode",             "linear"                },
887   { "sand.digging.up",                          "RocksMore.png"         },
888   { "sand.digging.up.xpos",                     "0"                     },
889   { "sand.digging.up.ypos",                     "3"                     },
890   { "sand.digging.up.frames",                   "3"                     },
891   { "sand.digging.up.delay",                    "2"                     },
892   { "sand.digging.up.anim_mode",                "linear"                },
893   { "sand.digging.down",                        "RocksMore.png"         },
894   { "sand.digging.down.xpos",                   "3"                     },
895   { "sand.digging.down.ypos",                   "3"                     },
896   { "sand.digging.down.frames",                 "3"                     },
897   { "sand.digging.down.delay",                  "2"                     },
898   { "sand.digging.down.anim_mode",              "linear"                },
899   { "sand.digging.left.CRUMBLED",               "RocksMore.png"         },
900   { "sand.digging.left.CRUMBLED.xpos",          "6"                     },
901   { "sand.digging.left.CRUMBLED.ypos",          "0"                     },
902   { "sand.digging.left.CRUMBLED.frames",        "3"                     },
903   { "sand.digging.left.CRUMBLED.delay",         "2"                     },
904   { "sand.digging.left.CRUMBLED.anim_mode",     "linear"                },
905   { "sand.digging.right.CRUMBLED",              "RocksMore.png"         },
906   { "sand.digging.right.CRUMBLED.xpos",         "9"                     },
907   { "sand.digging.right.CRUMBLED.ypos",         "0"                     },
908   { "sand.digging.right.CRUMBLED.frames",       "3"                     },
909   { "sand.digging.right.CRUMBLED.delay",        "2"                     },
910   { "sand.digging.right.CRUMBLED.anim_mode",    "linear"                },
911   { "sand.digging.up.CRUMBLED",                 "RocksMore.png"         },
912   { "sand.digging.up.CRUMBLED.xpos",            "0"                     },
913   { "sand.digging.up.CRUMBLED.ypos",            "0"                     },
914   { "sand.digging.up.CRUMBLED.frames",          "3"                     },
915   { "sand.digging.up.CRUMBLED.delay",           "2"                     },
916   { "sand.digging.up.CRUMBLED.anim_mode",       "linear"                },
917   { "sand.digging.down.CRUMBLED",               "RocksMore.png"         },
918   { "sand.digging.down.CRUMBLED.xpos",          "3"                     },
919   { "sand.digging.down.CRUMBLED.ypos",          "0"                     },
920   { "sand.digging.down.CRUMBLED.frames",        "3"                     },
921   { "sand.digging.down.CRUMBLED.delay",         "2"                     },
922   { "sand.digging.down.CRUMBLED.anim_mode",     "linear"                },
923
924   { "wall",                                     "RocksElements.png"     },
925   { "wall.xpos",                                "5"                     },
926   { "wall.ypos",                                "0"                     },
927   { "wall.frames",                              "1"                     },
928
929   { "wall_slippery",                            "RocksElements.png"     },
930   { "wall_slippery.xpos",                       "6"                     },
931   { "wall_slippery.ypos",                       "0"                     },
932   { "wall_slippery.frames",                     "1"                     },
933
934   { "steelwall",                                "RocksElements.png"     },
935   { "steelwall.xpos",                           "4"                     },
936   { "steelwall.ypos",                           "0"                     },
937   { "steelwall.frames",                         "1"                     },
938
939   { "rock",                                     "RocksElements.png"     },
940   { "rock.xpos",                                "12"                    },
941   { "rock.ypos",                                "0"                     },
942   { "rock.frames",                              "1"                     },
943   { "rock.moving.left",                         "RocksElements.png"     },
944   { "rock.moving.left.xpos",                    "12"                    },
945   { "rock.moving.left.ypos",                    "0"                     },
946   { "rock.moving.left.frames",                  "4"                     },
947   { "rock.moving.left.delay",                   "2"                     },
948   { "rock.moving.left.anim_mode",               "reverse"               },
949   { "rock.moving.right",                        "RocksElements.png"     },
950   { "rock.moving.right.xpos",                   "12"                    },
951   { "rock.moving.right.ypos",                   "0"                     },
952   { "rock.moving.right.frames",                 "4"                     },
953   { "rock.moving.right.start_frame",            "1"                     },
954   { "rock.moving.right.delay",                  "2"                     },
955   { "rock.pushing.left",                        "RocksElements.png"     },
956   { "rock.pushing.left.xpos",                   "12"                    },
957   { "rock.pushing.left.ypos",                   "0"                     },
958   { "rock.pushing.left.frames",                 "4"                     },
959   { "rock.pushing.left.delay",                  "2"                     },
960   { "rock.pushing.left.anim_mode",              "reverse"               },
961   { "rock.pushing.right",                       "RocksElements.png"     },
962   { "rock.pushing.right.xpos",                  "12"                    },
963   { "rock.pushing.right.ypos",                  "0"                     },
964   { "rock.pushing.right.frames",                "4"                     },
965   { "rock.pushing.right.start_frame",           "1"                     },
966   { "rock.pushing.right.delay",                 "2"                     },
967
968   { "emerald",                                  "RocksElements.png"     },
969   { "emerald.xpos",                             "8"                     },
970   { "emerald.ypos",                             "0"                     },
971   { "emerald.frames",                           "1"                     },
972   { "emerald.moving",                           "RocksElements.png"     },
973   { "emerald.moving.xpos",                      "8"                     },
974   { "emerald.moving.ypos",                      "0"                     },
975   { "emerald.moving.frames",                    "2"                     },
976   { "emerald.moving.delay",                     "4"                     },
977   { "emerald.falling",                          "RocksElements.png"     },
978   { "emerald.falling.xpos",                     "8"                     },
979   { "emerald.falling.ypos",                     "0"                     },
980   { "emerald.falling.frames",                   "2"                     },
981   { "emerald.falling.delay",                    "4"                     },
982   { "emerald.collecting",                       "RocksMore.png"         },
983   { "emerald.collecting.xpos",                  "3"                     },
984   { "emerald.collecting.ypos",                  "2"                     },
985   { "emerald.collecting.frames",                "3"                     },
986   { "emerald.collecting.delay",                 "2"                     },
987   { "emerald.collecting.anim_mode",             "linear"                },
988
989   { "diamond",                                  "RocksElements.png"     },
990   { "diamond.xpos",                             "10"                    },
991   { "diamond.ypos",                             "0"                     },
992   { "diamond.frames",                           "1"                     },
993   { "diamond.moving",                           "RocksElements.png"     },
994   { "diamond.moving.xpos",                      "10"                    },
995   { "diamond.moving.ypos",                      "0"                     },
996   { "diamond.moving.frames",                    "2"                     },
997   { "diamond.moving.delay",                     "4"                     },
998   { "diamond.falling",                          "RocksElements.png"     },
999   { "diamond.falling.xpos",                     "10"                    },
1000   { "diamond.falling.ypos",                     "0"                     },
1001   { "diamond.falling.frames",                   "2"                     },
1002   { "diamond.falling.delay",                    "4"                     },
1003   { "diamond.collecting",                       "RocksMore.png"         },
1004   { "diamond.collecting.xpos",                  "7"                     },
1005   { "diamond.collecting.ypos",                  "2"                     },
1006   { "diamond.collecting.frames",                "3"                     },
1007   { "diamond.collecting.delay",                 "2"                     },
1008   { "diamond.collecting.anim_mode",             "linear"                },
1009
1010   { "bomb",                                     "RocksElements.png"     },
1011   { "bomb.xpos",                                "11"                    },
1012   { "bomb.ypos",                                "1"                     },
1013   { "bomb.frames",                              "1"                     },
1014
1015   { "nut",                                      "RocksElements.png"     },
1016   { "nut.xpos",                                 "12"                    },
1017   { "nut.ypos",                                 "1"                     },
1018   { "nut.frames",                               "1"                     },
1019   { "nut.breaking",                             "RocksElements.png"     },
1020   { "nut.breaking.xpos",                        "13"                    },
1021   { "nut.breaking.ypos",                        "1"                     },
1022   { "nut.breaking.frames",                      "3"                     },
1023   { "nut.breaking.delay",                       "2"                     },
1024   { "nut.breaking.anim_mode",                   "linear"                },
1025
1026   { "dynamite",                                 "RocksElements.png"     },
1027   { "dynamite.xpos",                            "0"                     },
1028   { "dynamite.ypos",                            "3"                     },
1029   { "dynamite.frames",                          "1"                     },
1030   { "dynamite.active",                          "RocksElements.png"     },
1031   { "dynamite.active.xpos",                     "1"                     },
1032   { "dynamite.active.ypos",                     "3"                     },
1033   { "dynamite.active.frames",                   "7"                     },
1034   { "dynamite.active.delay",                    "12"                    },
1035   { "dynamite.active.anim_mode",                "linear"                },
1036
1037   { "em_dynamite",                              "RocksEMC.png"          },
1038   { "em_dynamite.xpos",                         "0"                     },
1039   { "em_dynamite.ypos",                         "15"                    },
1040   { "em_dynamite.frames",                       "1"                     },
1041   { "em_dynamite.active",                       "RocksEMC.png"          },
1042   { "em_dynamite.active.xpos",                  "1"                     },
1043   { "em_dynamite.active.ypos",                  "15"                    },
1044   { "em_dynamite.active.frames",                "4"                     },
1045   { "em_dynamite.active.delay",                 "8"                     },
1046   { "em_dynamite.active.anim_mode",             "linear"                },
1047   { "em_dynamite.active.EDITOR",                "RocksEMC.png"          },
1048   { "em_dynamite.active.EDITOR.xpos",           "2"                     },
1049   { "em_dynamite.active.EDITOR.ypos",           "15"                    },
1050
1051   { "wall_emerald",                             "RocksElements.png"     },
1052   { "wall_emerald.xpos",                        "4"                     },
1053   { "wall_emerald.ypos",                        "8"                     },
1054   { "wall_emerald.frames",                      "1"                     },
1055
1056   { "wall_diamond",                             "RocksElements.png"     },
1057   { "wall_diamond.xpos",                        "5"                     },
1058   { "wall_diamond.ypos",                        "8"                     },
1059   { "wall_diamond.frames",                      "1"                     },
1060
1061   { "bug",                                      "RocksElements.png"     },
1062   { "bug.xpos",                                 "8"                     },
1063   { "bug.ypos",                                 "4"                     },
1064   { "bug.frames",                               "4"                     },
1065   { "bug.delay",                                "8"                     },
1066   { "bug.right",                                "RocksElements.png"     },
1067   { "bug.right.xpos",                           "8"                     },
1068   { "bug.right.ypos",                           "4"                     },
1069   { "bug.right.frames",                         "1"                     },
1070   { "bug.up",                                   "RocksElements.png"     },
1071   { "bug.up.xpos",                              "9"                     },
1072   { "bug.up.ypos",                              "4"                     },
1073   { "bug.up.frames",                            "1"                     },
1074   { "bug.left",                                 "RocksElements.png"     },
1075   { "bug.left.xpos",                            "10"                    },
1076   { "bug.left.ypos",                            "4"                     },
1077   { "bug.left.frames",                          "1"                     },
1078   { "bug.down",                                 "RocksElements.png"     },
1079   { "bug.down.xpos",                            "11"                    },
1080   { "bug.down.ypos",                            "4"                     },
1081   { "bug.down.frames",                          "1"                     },
1082   { "bug.moving.right",                         "RocksElements.png"     },
1083   { "bug.moving.right.xpos",                    "8"                     },
1084   { "bug.moving.right.ypos",                    "4"                     },
1085   { "bug.moving.right.frames",                  "2"                     },
1086   { "bug.moving.right.delay",                   "4"                     },
1087   { "bug.moving.right.offset",                  "128"                   },
1088   { "bug.moving.up",                            "RocksElements.png"     },
1089   { "bug.moving.up.xpos",                       "9"                     },
1090   { "bug.moving.up.ypos",                       "4"                     },
1091   { "bug.moving.up.frames",                     "2"                     },
1092   { "bug.moving.up.delay",                      "4"                     },
1093   { "bug.moving.up.offset",                     "128"                   },
1094   { "bug.moving.left",                          "RocksElements.png"     },
1095   { "bug.moving.left.xpos",                     "10"                    },
1096   { "bug.moving.left.ypos",                     "4"                     },
1097   { "bug.moving.left.frames",                   "2"                     },
1098   { "bug.moving.left.delay",                    "4"                     },
1099   { "bug.moving.left.offset",                   "128"                   },
1100   { "bug.moving.down",                          "RocksElements.png"     },
1101   { "bug.moving.down.xpos",                     "11"                    },
1102   { "bug.moving.down.ypos",                     "4"                     },
1103   { "bug.moving.down.frames",                   "2"                     },
1104   { "bug.moving.down.delay",                    "4"                     },
1105   { "bug.moving.down.offset",                   "128"                   },
1106   { "bug.turning_from_right.up",                "RocksMore.png"         },
1107   { "bug.turning_from_right.up.xpos",           "0"                     },
1108   { "bug.turning_from_right.up.ypos",           "6"                     },
1109   { "bug.turning_from_right.up.frames",         "4"                     },
1110   { "bug.turning_from_right.up.delay",          "2"                     },
1111   { "bug.turning_from_right.up.anim_mode",      "linear,reverse"        },
1112   { "bug.turning_from_up.left",                 "RocksMore.png"         },
1113   { "bug.turning_from_up.left.xpos",            "12"                    },
1114   { "bug.turning_from_up.left.ypos",            "6"                     },
1115   { "bug.turning_from_up.left.frames",          "4"                     },
1116   { "bug.turning_from_up.left.delay",           "2"                     },
1117   { "bug.turning_from_up.left.anim_mode",       "linear,reverse"        },
1118   { "bug.turning_from_left.down",               "RocksMore.png"         },
1119   { "bug.turning_from_left.down.xpos",          "8"                     },
1120   { "bug.turning_from_left.down.ypos",          "6"                     },
1121   { "bug.turning_from_left.down.frames",        "4"                     },
1122   { "bug.turning_from_left.down.delay",         "2"                     },
1123   { "bug.turning_from_left.down.anim_mode",     "linear,reverse"        },
1124   { "bug.turning_from_down.right",              "RocksMore.png"         },
1125   { "bug.turning_from_down.right.xpos",         "4"                     },
1126   { "bug.turning_from_down.right.ypos",         "6"                     },
1127   { "bug.turning_from_down.right.frames",       "4"                     },
1128   { "bug.turning_from_down.right.delay",        "2"                     },
1129   { "bug.turning_from_down.right.anim_mode",    "linear,reverse"        },
1130   { "bug.turning_from_right.down",              "RocksMore.png"         },
1131   { "bug.turning_from_right.down.xpos",         "5"                     },
1132   { "bug.turning_from_right.down.ypos",         "6"                     },
1133   { "bug.turning_from_right.down.frames",       "4"                     },
1134   { "bug.turning_from_right.down.delay",        "2"                     },
1135   { "bug.turning_from_right.down.anim_mode",    "linear"                },
1136   { "bug.turning_from_up.right",                "RocksMore.png"         },
1137   { "bug.turning_from_up.right.xpos",           "1"                     },
1138   { "bug.turning_from_up.right.ypos",           "6"                     },
1139   { "bug.turning_from_up.right.frames",         "4"                     },
1140   { "bug.turning_from_up.right.delay",          "2"                     },
1141   { "bug.turning_from_up.right.anim_mode",      "linear"                },
1142   { "bug.turning_from_left.up",                 "RocksMore.png"         },
1143   { "bug.turning_from_left.up.xpos",            "13"                    },
1144   { "bug.turning_from_left.up.ypos",            "6"                     },
1145   { "bug.turning_from_left.up.frames",          "4"                     },
1146   { "bug.turning_from_left.up.delay",           "2"                     },
1147   { "bug.turning_from_left.up.anim_mode",       "linear"                },
1148   { "bug.turning_from_down.left",               "RocksMore.png"         },
1149   { "bug.turning_from_down.left.xpos",          "9"                     },
1150   { "bug.turning_from_down.left.ypos",          "6"                     },
1151   { "bug.turning_from_down.left.frames",        "4"                     },
1152   { "bug.turning_from_down.left.delay",         "2"                     },
1153   { "bug.turning_from_down.left.anim_mode",     "linear"                },
1154
1155   { "spaceship",                                "RocksElements.png"     },
1156   { "spaceship.xpos",                           "8"                     },
1157   { "spaceship.ypos",                           "3"                     },
1158   { "spaceship.frames",                         "4"                     },
1159   { "spaceship.delay",                          "8"                     },
1160   { "spaceship.right",                          "RocksElements.png"     },
1161   { "spaceship.right.xpos",                     "8"                     },
1162   { "spaceship.right.ypos",                     "3"                     },
1163   { "spaceship.right.frames",                   "1"                     },
1164   { "spaceship.up",                             "RocksElements.png"     },
1165   { "spaceship.up.xpos",                        "9"                     },
1166   { "spaceship.up.ypos",                        "3"                     },
1167   { "spaceship.up.frames",                      "1"                     },
1168   { "spaceship.left",                           "RocksElements.png"     },
1169   { "spaceship.left.xpos",                      "10"                    },
1170   { "spaceship.left.ypos",                      "3"                     },
1171   { "spaceship.left.frames",                    "1"                     },
1172   { "spaceship.down",                           "RocksElements.png"     },
1173   { "spaceship.down.xpos",                      "11"                    },
1174   { "spaceship.down.ypos",                      "3"                     },
1175   { "spaceship.down.frames",                    "1"                     },
1176   { "spaceship.moving.right",                   "RocksElements.png"     },
1177   { "spaceship.moving.right.xpos",              "8"                     },
1178   { "spaceship.moving.right.ypos",              "3"                     },
1179   { "spaceship.moving.right.frames",            "2"                     },
1180   { "spaceship.moving.right.delay",             "4"                     },
1181   { "spaceship.moving.right.offset",            "128"                   },
1182   { "spaceship.moving.up",                      "RocksElements.png"     },
1183   { "spaceship.moving.up.xpos",                 "9"                     },
1184   { "spaceship.moving.up.ypos",                 "3"                     },
1185   { "spaceship.moving.up.frames",               "2"                     },
1186   { "spaceship.moving.up.delay",                "4"                     },
1187   { "spaceship.moving.up.offset",               "128"                   },
1188   { "spaceship.moving.left",                    "RocksElements.png"     },
1189   { "spaceship.moving.left.xpos",               "10"                    },
1190   { "spaceship.moving.left.ypos",               "3"                     },
1191   { "spaceship.moving.left.frames",             "2"                     },
1192   { "spaceship.moving.left.delay",              "4"                     },
1193   { "spaceship.moving.left.offset",             "128"                   },
1194   { "spaceship.moving.down",                    "RocksElements.png"     },
1195   { "spaceship.moving.down.xpos",               "11"                    },
1196   { "spaceship.moving.down.ypos",               "3"                     },
1197   { "spaceship.moving.down.frames",             "2"                     },
1198   { "spaceship.moving.down.delay",              "4"                     },
1199   { "spaceship.moving.down.offset",             "128"                   },
1200   { "spaceship.turning_from_right.up",          "RocksMore.png"         },
1201   { "spaceship.turning_from_right.up.xpos",     "0"                     },
1202   { "spaceship.turning_from_right.up.ypos",     "5"                     },
1203   { "spaceship.turning_from_right.up.frames",   "4"                     },
1204   { "spaceship.turning_from_right.up.delay",    "2"                     },
1205   { "spaceship.turning_from_right.up.anim_mode","linear,reverse"        },
1206   { "spaceship.turning_from_up.left",           "RocksMore.png"         },
1207   { "spaceship.turning_from_up.left.xpos",      "12"                    },
1208   { "spaceship.turning_from_up.left.ypos",      "5"                     },
1209   { "spaceship.turning_from_up.left.frames",    "4"                     },
1210   { "spaceship.turning_from_up.left.delay",     "2"                     },
1211   { "spaceship.turning_from_up.left.anim_mode", "linear,reverse"        },
1212   { "spaceship.turning_from_left.down",         "RocksMore.png"         },
1213   { "spaceship.turning_from_left.down.xpos",    "8"                     },
1214   { "spaceship.turning_from_left.down.ypos",    "5"                     },
1215   { "spaceship.turning_from_left.down.frames",  "4"                     },
1216   { "spaceship.turning_from_left.down.delay",   "2"                     },
1217   { "spaceship.turning_from_left.down.anim_mode","linear,reverse"       },
1218   { "spaceship.turning_from_down.right",        "RocksMore.png"         },
1219   { "spaceship.turning_from_down.right.xpos",   "4"                     },
1220   { "spaceship.turning_from_down.right.ypos",   "5"                     },
1221   { "spaceship.turning_from_down.right.frames", "4"                     },
1222   { "spaceship.turning_from_down.right.delay",  "2"                     },
1223   { "spaceship.turning_from_down.right.anim_mode","linear,reverse"      },
1224   { "spaceship.turning_from_right.down",        "RocksMore.png"         },
1225   { "spaceship.turning_from_right.down.xpos",   "5"                     },
1226   { "spaceship.turning_from_right.down.ypos",   "5"                     },
1227   { "spaceship.turning_from_right.down.frames", "4"                     },
1228   { "spaceship.turning_from_right.down.delay",  "2"                     },
1229   { "spaceship.turning_from_right.down.anim_mode","linear"              },
1230   { "spaceship.turning_from_up.right",          "RocksMore.png"         },
1231   { "spaceship.turning_from_up.right.xpos",     "1"                     },
1232   { "spaceship.turning_from_up.right.ypos",     "5"                     },
1233   { "spaceship.turning_from_up.right.frames",   "4"                     },
1234   { "spaceship.turning_from_up.right.delay",    "2"                     },
1235   { "spaceship.turning_from_up.right.anim_mode","linear"                },
1236   { "spaceship.turning_from_left.up",           "RocksMore.png"         },
1237   { "spaceship.turning_from_left.up.xpos",      "13"                    },
1238   { "spaceship.turning_from_left.up.ypos",      "5"                     },
1239   { "spaceship.turning_from_left.up.frames",    "4"                     },
1240   { "spaceship.turning_from_left.up.delay",     "2"                     },
1241   { "spaceship.turning_from_left.up.anim_mode", "linear"                },
1242   { "spaceship.turning_from_down.left",         "RocksMore.png"         },
1243   { "spaceship.turning_from_down.left.xpos",    "9"                     },
1244   { "spaceship.turning_from_down.left.ypos",    "5"                     },
1245   { "spaceship.turning_from_down.left.frames",  "4"                     },
1246   { "spaceship.turning_from_down.left.delay",   "2"                     },
1247   { "spaceship.turning_from_down.left.anim_mode","linear"               },
1248
1249   { "yamyam",                                   "RocksElements.png"     },
1250   { "yamyam.xpos",                              "0"                     },
1251   { "yamyam.ypos",                              "5"                     },
1252   { "yamyam.frames",                            "4"                     },
1253   { "yamyam.anim_mode",                         "pingpong2"             },
1254   { "yamyam.left",                              "RocksElements.png"     },
1255   { "yamyam.left.xpos",                         "0"                     },
1256   { "yamyam.left.ypos",                         "5"                     },
1257   { "yamyam.left.frames",                       "4"                     },
1258   { "yamyam.left.anim_mode",                    "pingpong2"             },
1259   { "yamyam.left.EDITOR",                       "RocksEMC.png"          },
1260   { "yamyam.left.EDITOR.xpos",                  "7"                     },
1261   { "yamyam.left.EDITOR.ypos",                  "15"                    },
1262   { "yamyam.right",                             "RocksElements.png"     },
1263   { "yamyam.right.xpos",                        "0"                     },
1264   { "yamyam.right.ypos",                        "5"                     },
1265   { "yamyam.right.frames",                      "4"                     },
1266   { "yamyam.right.anim_mode",                   "pingpong2"             },
1267   { "yamyam.right.EDITOR",                      "RocksEMC.png"          },
1268   { "yamyam.right.EDITOR.xpos",                 "8"                     },
1269   { "yamyam.right.EDITOR.ypos",                 "15"                    },
1270   { "yamyam.up",                                "RocksElements.png"     },
1271   { "yamyam.up.xpos",                           "0"                     },
1272   { "yamyam.up.ypos",                           "5"                     },
1273   { "yamyam.up.frames",                         "4"                     },
1274   { "yamyam.up.anim_mode",                      "pingpong2"             },
1275   { "yamyam.up.EDITOR",                         "RocksEMC.png"          },
1276   { "yamyam.up.EDITOR.xpos",                    "5"                     },
1277   { "yamyam.up.EDITOR.ypos",                    "15"                    },
1278   { "yamyam.down",                              "RocksElements.png"     },
1279   { "yamyam.down.xpos",                         "0"                     },
1280   { "yamyam.down.ypos",                         "5"                     },
1281   { "yamyam.down.frames",                       "4"                     },
1282   { "yamyam.down.anim_mode",                    "pingpong2"             },
1283   { "yamyam.down.EDITOR",                       "RocksEMC.png"          },
1284   { "yamyam.down.EDITOR.xpos",                  "6"                     },
1285   { "yamyam.down.EDITOR.ypos",                  "15"                    },
1286   { "yamyam.moving",                            "RocksElements.png"     },
1287   { "yamyam.moving.xpos",                       "0"                     },
1288   { "yamyam.moving.ypos",                       "5"                     },
1289   { "yamyam.moving.frames",                     "1"                     },
1290
1291   { "robot",                                    "RocksElements.png"     },
1292   { "robot.xpos",                               "4"                     },
1293   { "robot.ypos",                               "5"                     },
1294   { "robot.frames",                             "4"                     },
1295   { "robot.anim_mode",                          "pingpong2"             },
1296   { "robot.moving",                             "RocksElements.png"     },
1297   { "robot.moving.xpos",                        "4"                     },
1298   { "robot.moving.ypos",                        "5"                     },
1299   { "robot.moving.frames",                      "1"                     },
1300
1301   { "robot_wheel",                              "RocksElements.png"     },
1302   { "robot_wheel.xpos",                         "0"                     },
1303   { "robot_wheel.ypos",                         "6"                     },
1304   { "robot_wheel.frames",                       "1"                     },
1305   { "robot_wheel.active",                       "RocksElements.png"     },
1306   { "robot_wheel.active.xpos",                  "0"                     },
1307   { "robot_wheel.active.ypos",                  "6"                     },
1308   { "robot_wheel.active.frames",                "4"                     },
1309
1310   { "magic_wall",                               "RocksElements.png"     },
1311   { "magic_wall.xpos",                          "0"                     },
1312   { "magic_wall.ypos",                          "8"                     },
1313   { "magic_wall.frames",                        "1"                     },
1314   { "magic_wall.active",                        "RocksElements.png"     },
1315   { "magic_wall.active.xpos",                   "0"                     },
1316   { "magic_wall.active.ypos",                   "8"                     },
1317   { "magic_wall.active.frames",                 "4"                     },
1318   { "magic_wall.active.anim_mode",              "reverse"               },
1319   { "magic_wall.active.delay",                  "4"                     },
1320   { "magic_wall.active.global_sync",            "true"                  },
1321   { "magic_wall.filling",                       "RocksElements.png"     },
1322   { "magic_wall.filling.xpos",                  "0"                     },
1323   { "magic_wall.filling.ypos",                  "8"                     },
1324   { "magic_wall.filling.frames",                "4"                     },
1325   { "magic_wall.filling.anim_mode",             "reverse"               },
1326   { "magic_wall.filling.delay",                 "4"                     },
1327   { "magic_wall.filling.global_sync",           "true"                  },
1328   { "magic_wall_full",                          "RocksElements.png"     },
1329   { "magic_wall_full.xpos",                     "0"                     },
1330   { "magic_wall_full.ypos",                     "8"                     },
1331   { "magic_wall_full.frames",                   "4"                     },
1332   { "magic_wall_full.anim_mode",                "reverse"               },
1333   { "magic_wall_full.delay",                    "4"                     },
1334   { "magic_wall_full.global_sync",              "true"                  },
1335   { "magic_wall.emptying",                      "RocksElements.png"     },
1336   { "magic_wall.emptying.xpos",                 "0"                     },
1337   { "magic_wall.emptying.ypos",                 "8"                     },
1338   { "magic_wall.emptying.frames",               "4"                     },
1339   { "magic_wall.emptying.anim_mode",            "reverse"               },
1340   { "magic_wall.emptying.delay",                "4"                     },
1341   { "magic_wall.emptying.global_sync",          "true"                  },
1342   { "magic_wall_dead",                          "RocksElements.png"     },
1343   { "magic_wall_dead.xpos",                     "0"                     },
1344   { "magic_wall_dead.ypos",                     "8"                     },
1345   { "magic_wall_dead.frames",                   "1"                     },
1346
1347   { "dc_magic_wall",                            "RocksDC2.png"          },
1348   { "dc_magic_wall.xpos",                       "0"                     },
1349   { "dc_magic_wall.ypos",                       "3"                     },
1350   { "dc_magic_wall.frames",                     "1"                     },
1351   { "dc_magic_wall.active",                     "RocksDC2.png"          },
1352   { "dc_magic_wall.active.xpos",                "0"                     },
1353   { "dc_magic_wall.active.ypos",                "3"                     },
1354   { "dc_magic_wall.active.frames",              "4"                     },
1355   { "dc_magic_wall.active.anim_mode",           "reverse"               },
1356   { "dc_magic_wall.active.delay",               "4"                     },
1357   { "dc_magic_wall.active.global_sync",         "true"                  },
1358   { "dc_magic_wall.filling",                    "RocksDC2.png"          },
1359   { "dc_magic_wall.filling.xpos",               "0"                     },
1360   { "dc_magic_wall.filling.ypos",               "3"                     },
1361   { "dc_magic_wall.filling.frames",             "4"                     },
1362   { "dc_magic_wall.filling.anim_mode",          "reverse"               },
1363   { "dc_magic_wall.filling.delay",              "4"                     },
1364   { "dc_magic_wall.filling.global_sync",        "true"                  },
1365   { "dc_magic_wall_full",                       "RocksDC2.png"          },
1366   { "dc_magic_wall_full.xpos",                  "0"                     },
1367   { "dc_magic_wall_full.ypos",                  "3"                     },
1368   { "dc_magic_wall_full.frames",                "4"                     },
1369   { "dc_magic_wall_full.anim_mode",             "reverse"               },
1370   { "dc_magic_wall_full.delay",                 "4"                     },
1371   { "dc_magic_wall_full.global_sync",           "true"                  },
1372   { "dc_magic_wall.emptying",                   "RocksDC2.png"          },
1373   { "dc_magic_wall.emptying.xpos",              "0"                     },
1374   { "dc_magic_wall.emptying.ypos",              "3"                     },
1375   { "dc_magic_wall.emptying.frames",            "4"                     },
1376   { "dc_magic_wall.emptying.anim_mode",         "reverse"               },
1377   { "dc_magic_wall.emptying.delay",             "4"                     },
1378   { "dc_magic_wall.emptying.global_sync",       "true"                  },
1379   { "dc_magic_wall_dead",                       "RocksDC2.png"          },
1380   { "dc_magic_wall_dead.xpos",                  "0"                     },
1381   { "dc_magic_wall_dead.ypos",                  "3"                     },
1382   { "dc_magic_wall_dead.frames",                "1"                     },
1383
1384   { "quicksand_empty",                          "RocksElements.png"     },
1385   { "quicksand_empty.xpos",                     "2"                     },
1386   { "quicksand_empty.ypos",                     "0"                     },
1387   { "quicksand_empty.frames",                   "1"                     },
1388   { "quicksand.filling",                        "RocksElements.png"     },
1389   { "quicksand.filling.xpos",                   "3"                     },
1390   { "quicksand.filling.ypos",                   "0"                     },
1391   { "quicksand.filling.frames",                 "1"                     },
1392   { "quicksand_full",                           "RocksElements.png"     },
1393   { "quicksand_full.xpos",                      "3"                     },
1394   { "quicksand_full.ypos",                      "0"                     },
1395   { "quicksand_full.frames",                    "1"                     },
1396   { "quicksand_full.EDITOR",                    "RocksElements.png"     },
1397   { "quicksand_full.EDITOR.xpos",               "3"                     },
1398   { "quicksand_full.EDITOR.ypos",               "14"                    },
1399   { "quicksand.emptying",                       "RocksElements.png"     },
1400   { "quicksand.emptying.xpos",                  "3"                     },
1401   { "quicksand.emptying.ypos",                  "0"                     },
1402   { "quicksand.emptying.frames",                "1"                     },
1403
1404   { "quicksand_fast_empty",                     "RocksDC2.png"          },
1405   { "quicksand_fast_empty.xpos",                "4"                     },
1406   { "quicksand_fast_empty.ypos",                "3"                     },
1407   { "quicksand_fast_empty.frames",              "1"                     },
1408   { "quicksand_fast.filling",                   "RocksDC2.png"          },
1409   { "quicksand_fast.filling.xpos",              "4"                     },
1410   { "quicksand_fast.filling.ypos",              "3"                     },
1411   { "quicksand_fast.filling.frames",            "1"                     },
1412   { "quicksand_fast_full",                      "RocksDC2.png"          },
1413   { "quicksand_fast_full.xpos",                 "4"                     },
1414   { "quicksand_fast_full.ypos",                 "3"                     },
1415   { "quicksand_fast_full.frames",               "1"                     },
1416   { "quicksand_fast_full.EDITOR",               "RocksDC2.png"          },
1417   { "quicksand_fast_full.EDITOR.xpos",          "5"                     },
1418   { "quicksand_fast_full.EDITOR.ypos",          "3"                     },
1419   { "quicksand_fast.emptying",                  "RocksDC2.png"          },
1420   { "quicksand_fast.emptying.xpos",             "4"                     },
1421   { "quicksand_fast.emptying.ypos",             "3"                     },
1422   { "quicksand_fast.emptying.frames",           "1"                     },
1423
1424   { "acid_pool_topleft",                        "RocksElements.png"     },
1425   { "acid_pool_topleft.xpos",                   "0"                     },
1426   { "acid_pool_topleft.ypos",                   "1"                     },
1427   { "acid_pool_topleft.frames",                 "1"                     },
1428   { "acid_pool_topright",                       "RocksElements.png"     },
1429   { "acid_pool_topright.xpos",                  "2"                     },
1430   { "acid_pool_topright.ypos",                  "1"                     },
1431   { "acid_pool_topright.frames",                "1"                     },
1432   { "acid_pool_bottomleft",                     "RocksElements.png"     },
1433   { "acid_pool_bottomleft.xpos",                "0"                     },
1434   { "acid_pool_bottomleft.ypos",                "2"                     },
1435   { "acid_pool_bottomleft.frames",              "1"                     },
1436   { "acid_pool_bottom",                         "RocksElements.png"     },
1437   { "acid_pool_bottom.xpos",                    "1"                     },
1438   { "acid_pool_bottom.ypos",                    "2"                     },
1439   { "acid_pool_bottom.frames",                  "1"                     },
1440   { "acid_pool_bottomright",                    "RocksElements.png"     },
1441   { "acid_pool_bottomright.xpos",               "2"                     },
1442   { "acid_pool_bottomright.ypos",               "2"                     },
1443   { "acid_pool_bottomright.frames",             "1"                     },
1444
1445   { "acid",                                     "RocksElements.png"     },
1446   { "acid.xpos",                                "12"                    },
1447   { "acid.ypos",                                "7"                     },
1448   { "acid.frames",                              "4"                     },
1449   { "acid.delay",                               "10"                    },
1450   { "acid.global_sync",                         "true"                  },
1451
1452   { "acid_splash_left",                         "RocksHeroes.png"       },
1453   { "acid_splash_left.xpos",                    "8"                     },
1454   { "acid_splash_left.ypos",                    "10"                    },
1455   { "acid_splash_left.frames",                  "4"                     },
1456   { "acid_splash_left.delay",                   "2"                     },
1457   { "acid_splash_left.anim_mode",               "linear"                },
1458   { "acid_splash_right",                        "RocksHeroes.png"       },
1459   { "acid_splash_right.xpos",                   "12"                    },
1460   { "acid_splash_right.ypos",                   "10"                    },
1461   { "acid_splash_right.frames",                 "4"                     },
1462   { "acid_splash_right.delay",                  "2"                     },
1463   { "acid_splash_right.anim_mode",              "linear"                },
1464
1465   { "amoeba_drop",                              "RocksElements.png"     },
1466   { "amoeba_drop.xpos",                         "5"                     },
1467   { "amoeba_drop.ypos",                         "6"                     },
1468   { "amoeba_drop.frames",                       "1"                     },
1469   { "amoeba.growing",                           "RocksElements.png"     },
1470   { "amoeba.growing.xpos",                      "5"                     },
1471   { "amoeba.growing.ypos",                      "6"                     },
1472   { "amoeba.growing.frames",                    "3"                     },
1473   { "amoeba.growing.delay",                     "2"                     },
1474   { "amoeba.growing.anim_mode",                 "linear"                },
1475   { "amoeba.shrinking",                         "RocksElements.png"     },
1476   { "amoeba.shrinking.xpos",                    "5"                     },
1477   { "amoeba.shrinking.ypos",                    "6"                     },
1478   { "amoeba.shrinking.frames",                  "3"                     },
1479   { "amoeba.shrinking.delay",                   "2"                     },
1480   { "amoeba.shrinking.anim_mode",               "linear,reverse"        },
1481   { "amoeba_wet",                               "RocksElements.png"     },
1482   { "amoeba_wet.xpos",                          "8"                     },
1483   { "amoeba_wet.ypos",                          "6"                     },
1484   { "amoeba_wet.frames",                        "4"                     },
1485   { "amoeba_wet.delay",                         "1000000"               },
1486   { "amoeba_wet.anim_mode",                     "random"                },
1487   { "amoeba_wet.EDITOR",                        "RocksElements.png"     },
1488   { "amoeba_wet.EDITOR.xpos",                   "4"                     },
1489   { "amoeba_wet.EDITOR.ypos",                   "6"                     },
1490   { "amoeba.dropping",                          "RocksElements.png"     },
1491   { "amoeba.dropping.xpos",                     "8"                     },
1492   { "amoeba.dropping.ypos",                     "6"                     },
1493   { "amoeba.dropping.frames",                   "4"                     },
1494   { "amoeba.dropping.delay",                    "1000000"               },
1495   { "amoeba.dropping.anim_mode",                "random"                },
1496   { "amoeba_dry",                               "RocksElements.png"     },
1497   { "amoeba_dry.xpos",                          "8"                     },
1498   { "amoeba_dry.ypos",                          "6"                     },
1499   { "amoeba_dry.frames",                        "4"                     },
1500   { "amoeba_dry.delay",                         "1000000"               },
1501   { "amoeba_dry.anim_mode",                     "random"                },
1502   { "amoeba_full",                              "RocksElements.png"     },
1503   { "amoeba_full.xpos",                         "8"                     },
1504   { "amoeba_full.ypos",                         "6"                     },
1505   { "amoeba_full.frames",                       "4"                     },
1506   { "amoeba_full.delay",                        "1000000"               },
1507   { "amoeba_full.anim_mode",                    "random"                },
1508   { "amoeba_full.EDITOR",                       "RocksElements.png"     },
1509   { "amoeba_full.EDITOR.xpos",                  "8"                     },
1510   { "amoeba_full.EDITOR.ypos",                  "7"                     },
1511   { "amoeba_dead",                              "RocksElements.png"     },
1512   { "amoeba_dead.xpos",                         "12"                    },
1513   { "amoeba_dead.ypos",                         "6"                     },
1514   { "amoeba_dead.frames",                       "4"                     },
1515   { "amoeba_dead.delay",                        "1000000"               },
1516   { "amoeba_dead.anim_mode",                    "random"                },
1517   { "amoeba_dead.EDITOR",                       "RocksElements.png"     },
1518   { "amoeba_dead.EDITOR.xpos",                  "12"                    },
1519   { "amoeba_dead.EDITOR.ypos",                  "6"                     },
1520
1521   { "em_key_1",                                 "RocksSP.png"           },
1522   { "em_key_1.xpos",                            "4"                     },
1523   { "em_key_1.ypos",                            "6"                     },
1524   { "em_key_1.frames",                          "1"                     },
1525   { "em_key_2",                                 "RocksSP.png"           },
1526   { "em_key_2.xpos",                            "5"                     },
1527   { "em_key_2.ypos",                            "6"                     },
1528   { "em_key_2.frames",                          "1"                     },
1529   { "em_key_3",                                 "RocksSP.png"           },
1530   { "em_key_3.xpos",                            "6"                     },
1531   { "em_key_3.ypos",                            "6"                     },
1532   { "em_key_3.frames",                          "1"                     },
1533   { "em_key_4",                                 "RocksSP.png"           },
1534   { "em_key_4.xpos",                            "7"                     },
1535   { "em_key_4.ypos",                            "6"                     },
1536   { "em_key_4.frames",                          "1"                     },
1537
1538   { "dc_key_white",                             "RocksSP.png"           },
1539   { "dc_key_white.xpos",                        "13"                    },
1540   { "dc_key_white.ypos",                        "1"                     },
1541   { "dc_key_white.frames",                      "1"                     },
1542
1543   { "em_gate_1",                                "RocksSP.png"           },
1544   { "em_gate_1.xpos",                           "0"                     },
1545   { "em_gate_1.ypos",                           "7"                     },
1546   { "em_gate_1.frames",                         "1"                     },
1547   { "em_gate_2",                                "RocksSP.png"           },
1548   { "em_gate_2.xpos",                           "1"                     },
1549   { "em_gate_2.ypos",                           "7"                     },
1550   { "em_gate_2.frames",                         "1"                     },
1551   { "em_gate_3",                                "RocksSP.png"           },
1552   { "em_gate_3.xpos",                           "2"                     },
1553   { "em_gate_3.ypos",                           "7"                     },
1554   { "em_gate_3.frames",                         "1"                     },
1555   { "em_gate_4",                                "RocksSP.png"           },
1556   { "em_gate_4.xpos",                           "3"                     },
1557   { "em_gate_4.ypos",                           "7"                     },
1558   { "em_gate_4.frames",                         "1"                     },
1559
1560   { "dc_gate_white",                            "RocksSP.png"           },
1561   { "dc_gate_white.xpos",                       "14"                    },
1562   { "dc_gate_white.ypos",                       "1"                     },
1563   { "dc_gate_white.frames",                     "1"                     },
1564
1565   { "em_gate_1_gray",                           "RocksSP.png"           },
1566   { "em_gate_1_gray.xpos",                      "4"                     },
1567   { "em_gate_1_gray.ypos",                      "7"                     },
1568   { "em_gate_1_gray.frames",                    "1"                     },
1569   { "em_gate_1_gray.EDITOR",                    "RocksSP.png"           },
1570   { "em_gate_1_gray.EDITOR.xpos",               "12"                    },
1571   { "em_gate_1_gray.EDITOR.ypos",               "11"                    },
1572   { "em_gate_1_gray.active",                    "RocksSP.png"           },
1573   { "em_gate_1_gray.active.xpos",               "0"                     },
1574   { "em_gate_1_gray.active.ypos",               "7"                     },
1575   { "em_gate_1_gray.active.frames",             "1"                     },
1576   { "em_gate_2_gray",                           "RocksSP.png"           },
1577   { "em_gate_2_gray.xpos",                      "5"                     },
1578   { "em_gate_2_gray.ypos",                      "7"                     },
1579   { "em_gate_2_gray.frames",                    "1"                     },
1580   { "em_gate_2_gray.EDITOR",                    "RocksSP.png"           },
1581   { "em_gate_2_gray.EDITOR.xpos",               "13"                    },
1582   { "em_gate_2_gray.EDITOR.ypos",               "11"                    },
1583   { "em_gate_2_gray.active",                    "RocksSP.png"           },
1584   { "em_gate_2_gray.active.xpos",               "1"                     },
1585   { "em_gate_2_gray.active.ypos",               "7"                     },
1586   { "em_gate_2_gray.active.frames",             "1"                     },
1587   { "em_gate_3_gray",                           "RocksSP.png"           },
1588   { "em_gate_3_gray.xpos",                      "6"                     },
1589   { "em_gate_3_gray.ypos",                      "7"                     },
1590   { "em_gate_3_gray.frames",                    "1"                     },
1591   { "em_gate_3_gray.EDITOR",                    "RocksSP.png"           },
1592   { "em_gate_3_gray.EDITOR.xpos",               "14"                    },
1593   { "em_gate_3_gray.EDITOR.ypos",               "11"                    },
1594   { "em_gate_3_gray.active",                    "RocksSP.png"           },
1595   { "em_gate_3_gray.active.xpos",               "2"                     },
1596   { "em_gate_3_gray.active.ypos",               "7"                     },
1597   { "em_gate_3_gray.active.frames",             "1"                     },
1598   { "em_gate_4_gray",                           "RocksSP.png"           },
1599   { "em_gate_4_gray.xpos",                      "7"                     },
1600   { "em_gate_4_gray.ypos",                      "7"                     },
1601   { "em_gate_4_gray.frames",                    "1"                     },
1602   { "em_gate_4_gray.EDITOR",                    "RocksSP.png"           },
1603   { "em_gate_4_gray.EDITOR.xpos",               "15"                    },
1604   { "em_gate_4_gray.EDITOR.ypos",               "11"                    },
1605   { "em_gate_4_gray.active",                    "RocksSP.png"           },
1606   { "em_gate_4_gray.active.xpos",               "3"                     },
1607   { "em_gate_4_gray.active.ypos",               "7"                     },
1608   { "em_gate_4_gray.active.frames",             "1"                     },
1609
1610   { "dc_gate_white_gray",                       "RocksSP.png"           },
1611   { "dc_gate_white_gray.xpos",                  "7"                     },
1612   { "dc_gate_white_gray.ypos",                  "7"                     },
1613   { "dc_gate_white_gray.frames",                "1"                     },
1614   { "dc_gate_white_gray.EDITOR",                "RocksSP.png"           },
1615   { "dc_gate_white_gray.EDITOR.xpos",           "15"                    },
1616   { "dc_gate_white_gray.EDITOR.ypos",           "1"                     },
1617   { "dc_gate_white_gray.active",                "RocksSP.png"           },
1618   { "dc_gate_white_gray.active.xpos",           "14"                    },
1619   { "dc_gate_white_gray.active.ypos",           "1"                     },
1620   { "dc_gate_white_gray.active.frames",         "1"                     },
1621
1622   { "dc_gate_fake_gray",                        "RocksSP.png"           },
1623   { "dc_gate_fake_gray.xpos",                   "7"                     },
1624   { "dc_gate_fake_gray.ypos",                   "7"                     },
1625   { "dc_gate_fake_gray.frames",                 "1"                     },
1626
1627   { "exit_closed",                              "RocksElements.png"     },
1628   { "exit_closed.xpos",                         "0"                     },
1629   { "exit_closed.ypos",                         "11"                    },
1630   { "exit_closed.frames",                       "1"                     },
1631   { "exit.opening",                             "RocksElements.png"     },
1632   { "exit.opening.xpos",                        "0"                     },
1633   { "exit.opening.ypos",                        "11"                    },
1634   { "exit.opening.frames",                      "5"                     },
1635   { "exit.opening.delay",                       "6"                     },
1636   { "exit.opening.anim_mode",                   "linear"                },
1637   { "exit_open",                                "RocksElements.png"     },
1638   { "exit_open.xpos",                           "4"                     },
1639   { "exit_open.ypos",                           "11"                    },
1640   { "exit_open.frames",                         "4"                     },
1641   { "exit_open.delay",                          "4"                     },
1642   { "exit_open.anim_mode",                      "pingpong"              },
1643   { "exit.closing",                             "RocksElements.png"     },
1644   { "exit.closing.xpos",                        "0"                     },
1645   { "exit.closing.ypos",                        "11"                    },
1646   { "exit.closing.frames",                      "5"                     },
1647   { "exit.closing.delay",                       "6"                     },
1648   { "exit.closing.anim_mode",                   "linear,reverse"        },
1649
1650   { "steel_exit_closed",                        "RocksDC2.png"  },
1651   { "steel_exit_closed.xpos",                   "8"                     },
1652   { "steel_exit_closed.ypos",                   "0"                     },
1653   { "steel_exit_closed.frames",                 "1"                     },
1654   { "steel_exit.opening",                       "RocksDC2.png"  },
1655   { "steel_exit.opening.xpos",                  "8"                     },
1656   { "steel_exit.opening.ypos",                  "0"                     },
1657   { "steel_exit.opening.frames",                "5"                     },
1658   { "steel_exit.opening.delay",                 "6"                     },
1659   { "steel_exit.opening.anim_mode",             "linear"                },
1660   { "steel_exit_open",                          "RocksDC2.png"  },
1661   { "steel_exit_open.xpos",                     "12"                    },
1662   { "steel_exit_open.ypos",                     "0"                     },
1663   { "steel_exit_open.frames",                   "4"                     },
1664   { "steel_exit_open.delay",                    "4"                     },
1665   { "steel_exit_open.anim_mode",                "pingpong"              },
1666   { "steel_exit.closing",                       "RocksDC2.png"  },
1667   { "steel_exit.closing.xpos",                  "8"                     },
1668   { "steel_exit.closing.ypos",                  "0"                     },
1669   { "steel_exit.closing.frames",                "5"                     },
1670   { "steel_exit.closing.delay",                 "6"                     },
1671   { "steel_exit.closing.anim_mode",             "linear,reverse"        },
1672
1673   { "em_exit_closed",                           "RocksDC2.png"  },
1674   { "em_exit_closed.xpos",                      "0"                     },
1675   { "em_exit_closed.ypos",                      "4"                     },
1676   { "em_exit_closed.frames",                    "1"                     },
1677   { "em_exit.opening",                          "RocksDC2.png"  },
1678   { "em_exit.opening.xpos",                     "0"                     },
1679   { "em_exit.opening.ypos",                     "4"                     },
1680   { "em_exit.opening.frames",                   "5"                     },
1681   { "em_exit.opening.delay",                    "6"                     },
1682   { "em_exit.opening.anim_mode",                "linear"                },
1683   { "em_exit_open",                             "RocksDC2.png"  },
1684   { "em_exit_open.xpos",                        "4"                     },
1685   { "em_exit_open.ypos",                        "4"                     },
1686   { "em_exit_open.frames",                      "4"                     },
1687   { "em_exit_open.delay",                       "4"                     },
1688   { "em_exit_open.anim_mode",                   "pingpong"              },
1689   { "em_exit.closing",                          "RocksDC2.png"  },
1690   { "em_exit.closing.xpos",                     "0"                     },
1691   { "em_exit.closing.ypos",                     "6"                     },
1692   { "em_exit.closing.frames",                   "5"                     },
1693   { "em_exit.closing.delay",                    "6"                     },
1694   { "em_exit.closing.anim_mode",                "linear"                },
1695
1696   { "em_steel_exit_closed",                     "RocksDC2.png"  },
1697   { "em_steel_exit_closed.xpos",                "0"                     },
1698   { "em_steel_exit_closed.ypos",                "5"                     },
1699   { "em_steel_exit_closed.frames",              "1"                     },
1700   { "em_steel_exit.opening",                    "RocksDC2.png"  },
1701   { "em_steel_exit.opening.xpos",               "0"                     },
1702   { "em_steel_exit.opening.ypos",               "5"                     },
1703   { "em_steel_exit.opening.frames",             "5"                     },
1704   { "em_steel_exit.opening.delay",              "6"                     },
1705   { "em_steel_exit.opening.anim_mode",          "linear"                },
1706   { "em_steel_exit_open",                       "RocksDC2.png"  },
1707   { "em_steel_exit_open.xpos",                  "4"                     },
1708   { "em_steel_exit_open.ypos",                  "5"                     },
1709   { "em_steel_exit_open.frames",                "4"                     },
1710   { "em_steel_exit_open.delay",                 "4"                     },
1711   { "em_steel_exit_open.anim_mode",             "pingpong"              },
1712   { "em_steel_exit.closing",                    "RocksDC2.png"  },
1713   { "em_steel_exit.closing.xpos",               "0"                     },
1714   { "em_steel_exit.closing.ypos",               "7"                     },
1715   { "em_steel_exit.closing.frames",             "5"                     },
1716   { "em_steel_exit.closing.delay",              "6"                     },
1717   { "em_steel_exit.closing.anim_mode",          "linear"                },
1718
1719   // images for Emerald Mine Club style elements and actions
1720
1721   { "balloon",                                  "RocksDC.png"           },
1722   { "balloon.xpos",                             "12"                    },
1723   { "balloon.ypos",                             "7"                     },
1724   { "balloon.frames",                           "1"                     },
1725   { "balloon.moving",                           "RocksDC.png"           },
1726   { "balloon.moving.xpos",                      "12"                    },
1727   { "balloon.moving.ypos",                      "7"                     },
1728   { "balloon.moving.frames",                    "4"                     },
1729   { "balloon.moving.anim_mode",                 "pingpong"              },
1730   { "balloon.moving.delay",                     "2"                     },
1731   { "balloon.pushing",                          "RocksDC.png"           },
1732   { "balloon.pushing.xpos",                     "12"                    },
1733   { "balloon.pushing.ypos",                     "7"                     },
1734   { "balloon.pushing.frames",                   "4"                     },
1735   { "balloon.pushing.anim_mode",                "pingpong"              },
1736   { "balloon.pushing.delay",                    "2"                     },
1737   { "balloon_switch_left",                      "RocksDC.png"           },
1738   { "balloon_switch_left.xpos",                 "8"                     },
1739   { "balloon_switch_left.ypos",                 "7"                     },
1740   { "balloon_switch_left.frames",               "1"                     },
1741   { "balloon_switch_right",                     "RocksDC.png"           },
1742   { "balloon_switch_right.xpos",                "9"                     },
1743   { "balloon_switch_right.ypos",                "7"                     },
1744   { "balloon_switch_right.frames",              "1"                     },
1745   { "balloon_switch_up",                        "RocksDC.png"           },
1746   { "balloon_switch_up.xpos",                   "10"                    },
1747   { "balloon_switch_up.ypos",                   "7"                     },
1748   { "balloon_switch_up.frames",                 "1"                     },
1749   { "balloon_switch_down",                      "RocksDC.png"           },
1750   { "balloon_switch_down.xpos",                 "11"                    },
1751   { "balloon_switch_down.ypos",                 "7"                     },
1752   { "balloon_switch_down.frames",               "1"                     },
1753   { "balloon_switch_any",                       "RocksDC.png"           },
1754   { "balloon_switch_any.xpos",                  "15"                    },
1755   { "balloon_switch_any.ypos",                  "0"                     },
1756   { "balloon_switch_any.frames",                "1"                     },
1757   { "balloon_switch_none",                      "RocksDC.png"           },
1758   { "balloon_switch_none.xpos",                 "13"                    },
1759   { "balloon_switch_none.ypos",                 "5"                     },
1760   { "balloon_switch_none.frames",               "1"                     },
1761
1762   { "spring",                                   "RocksDC.png"           },
1763   { "spring.xpos",                              "8"                     },
1764   { "spring.ypos",                              "13"                    },
1765   { "spring.frames",                            "1"                     },
1766
1767   { "spring.left",                              UNDEFINED_FILENAME      },
1768   { "spring.left.clone_from",                   "spring"                },
1769   { "spring.right",                             UNDEFINED_FILENAME      },
1770   { "spring.right.clone_from",                  "spring"                },
1771
1772   { "emc_steelwall_1",                          "RocksDC.png"           },
1773   { "emc_steelwall_1.xpos",                     "14"                    },
1774   { "emc_steelwall_1.ypos",                     "0"                     },
1775   { "emc_steelwall_1.frames",                   "1"                     },
1776   { "emc_steelwall_2",                          "RocksEMC.png"          },
1777   { "emc_steelwall_2.xpos",                     "9"                     },
1778   { "emc_steelwall_2.ypos",                     "8"                     },
1779   { "emc_steelwall_2.frames",                   "1"                     },
1780   { "emc_steelwall_3",                          "RocksEMC.png"          },
1781   { "emc_steelwall_3.xpos",                     "9"                     },
1782   { "emc_steelwall_3.ypos",                     "9"                     },
1783   { "emc_steelwall_3.frames",                   "1"                     },
1784   { "emc_steelwall_4",                          "RocksEMC.png"          },
1785   { "emc_steelwall_4.xpos",                     "9"                     },
1786   { "emc_steelwall_4.ypos",                     "10"                    },
1787   { "emc_steelwall_4.frames",                   "1"                     },
1788
1789   { "emc_wall_1",                               "RocksDC.png"           },
1790   { "emc_wall_1.xpos",                          "13"                    },
1791   { "emc_wall_1.ypos",                          "6"                     },
1792   { "emc_wall_1.frames",                        "1"                     },
1793   { "emc_wall_2",                               "RocksDC.png"           },
1794   { "emc_wall_2.xpos",                          "14"                    },
1795   { "emc_wall_2.ypos",                          "6"                     },
1796   { "emc_wall_2.frames",                        "1"                     },
1797   { "emc_wall_3",                               "RocksDC.png"           },
1798   { "emc_wall_3.xpos",                          "15"                    },
1799   { "emc_wall_3.ypos",                          "6"                     },
1800   { "emc_wall_3.frames",                        "1"                     },
1801   { "emc_wall_4",                               "RocksDC.png"           },
1802   { "emc_wall_4.xpos",                          "14"                    },
1803   { "emc_wall_4.ypos",                          "1"                     },
1804   { "emc_wall_4.frames",                        "1"                     },
1805   { "emc_wall_5",                               "RocksDC.png"           },
1806   { "emc_wall_5.xpos",                          "15"                    },
1807   { "emc_wall_5.ypos",                          "1"                     },
1808   { "emc_wall_5.frames",                        "1"                     },
1809   { "emc_wall_6",                               "RocksDC.png"           },
1810   { "emc_wall_6.xpos",                          "14"                    },
1811   { "emc_wall_6.ypos",                          "2"                     },
1812   { "emc_wall_6.frames",                        "1"                     },
1813   { "emc_wall_7",                               "RocksDC.png"           },
1814   { "emc_wall_7.xpos",                          "15"                    },
1815   { "emc_wall_7.ypos",                          "2"                     },
1816   { "emc_wall_7.frames",                        "1"                     },
1817   { "emc_wall_8",                               "RocksEMC.png"          },
1818   { "emc_wall_8.xpos",                          "8"                     },
1819   { "emc_wall_8.ypos",                          "7"                     },
1820   { "emc_wall_8.frames",                        "1"                     },
1821
1822   // images for Diamond Caves style elements and actions
1823
1824   { "invisible_steelwall",                      "RocksSP.png"           },
1825   { "invisible_steelwall.xpos",                 "3"                     },
1826   { "invisible_steelwall.ypos",                 "5"                     },
1827   { "invisible_steelwall.frames",               "1"                     },
1828   { "invisible_steelwall.EDITOR",               "RocksSP.png"           },
1829   { "invisible_steelwall.EDITOR.xpos",          "1"                     },
1830   { "invisible_steelwall.EDITOR.ypos",          "5"                     },
1831   { "invisible_steelwall.active",               "RocksSP.png"           },
1832   { "invisible_steelwall.active.xpos",          "1"                     },
1833   { "invisible_steelwall.active.ypos",          "5"                     },
1834   { "invisible_steelwall.active.frames",        "1"                     },
1835
1836   { "invisible_wall",                           "RocksSP.png"           },
1837   { "invisible_wall.xpos",                      "7"                     },
1838   { "invisible_wall.ypos",                      "5"                     },
1839   { "invisible_wall.frames",                    "1"                     },
1840   { "invisible_wall.EDITOR",                    "RocksSP.png"           },
1841   { "invisible_wall.EDITOR.xpos",               "5"                     },
1842   { "invisible_wall.EDITOR.ypos",               "5"                     },
1843   { "invisible_wall.active",                    "RocksSP.png"           },
1844   { "invisible_wall.active.xpos",               "5"                     },
1845   { "invisible_wall.active.ypos",               "5"                     },
1846   { "invisible_wall.active.frames",             "1"                     },
1847
1848   { "invisible_sand",                           "RocksSP.png"           },
1849   { "invisible_sand.xpos",                      "0"                     },
1850   { "invisible_sand.ypos",                      "0"                     },
1851   { "invisible_sand.frames",                    "1"                     },
1852   { "invisible_sand.EDITOR",                    "RocksEMC.png"          },
1853   { "invisible_sand.EDITOR.xpos",               "2"                     },
1854   { "invisible_sand.EDITOR.ypos",               "4"                     },
1855   { "invisible_sand.active",                    "RocksEMC.png"          },
1856   { "invisible_sand.active.xpos",               "2"                     },
1857   { "invisible_sand.active.ypos",               "4"                     },
1858   { "invisible_sand.active.frames",             "1"                     },
1859   { "invisible_sand.active.CRUMBLED",           "RocksEMC.png"          },
1860   { "invisible_sand.active.CRUMBLED.xpos",      "3"                     },
1861   { "invisible_sand.active.CRUMBLED.ypos",      "4"                     },
1862   { "invisible_sand.active.CRUMBLED.frames",    "1"                     },
1863   { "invisible_sand.active.digging.left",       "RocksEMC.png"          },
1864   { "invisible_sand.active.digging.left.xpos",  "6"                     },
1865   { "invisible_sand.active.digging.left.ypos",  "2"                     },
1866   { "invisible_sand.active.digging.left.frames","3"                     },
1867   { "invisible_sand.active.digging.left.delay", "2"                     },
1868   { "invisible_sand.active.digging.left.anim_mode","linear"             },
1869   { "invisible_sand.active.digging.right",      "RocksEMC.png"          },
1870   { "invisible_sand.active.digging.right.xpos", "9"                     },
1871   { "invisible_sand.active.digging.right.ypos", "2"                     },
1872   { "invisible_sand.active.digging.right.frames","3"                    },
1873   { "invisible_sand.active.digging.right.delay","2"                     },
1874   { "invisible_sand.active.digging.right.anim_mode","linear"            },
1875   { "invisible_sand.active.digging.up",         "RocksEMC.png"          },
1876   { "invisible_sand.active.digging.up.xpos",    "0"                     },
1877   { "invisible_sand.active.digging.up.ypos",    "2"                     },
1878   { "invisible_sand.active.digging.up.frames",  "3"                     },
1879   { "invisible_sand.active.digging.up.delay",   "2"                     },
1880   { "invisible_sand.active.digging.up.anim_mode","linear"               },
1881   { "invisible_sand.active.digging.down",       "RocksEMC.png"          },
1882   { "invisible_sand.active.digging.down.xpos",  "3"                     },
1883   { "invisible_sand.active.digging.down.ypos",  "2"                     },
1884   { "invisible_sand.active.digging.down.frames","3"                     },
1885   { "invisible_sand.active.digging.down.delay", "2"                     },
1886   { "invisible_sand.active.digging.down.anim_mode","linear"             },
1887   { "invisible_sand.active.digging.left.CRUMBLED",      "RocksEMC.png"  },
1888   { "invisible_sand.active.digging.left.CRUMBLED.xpos", "6"             },
1889   { "invisible_sand.active.digging.left.CRUMBLED.ypos", "3"             },
1890   { "invisible_sand.active.digging.left.CRUMBLED.frames","3"            },
1891   { "invisible_sand.active.digging.left.CRUMBLED.delay","2"             },
1892   { "invisible_sand.active.digging.left.CRUMBLED.anim_mode","linear"    },
1893   { "invisible_sand.active.digging.right.CRUMBLED",     "RocksEMC.png"  },
1894   { "invisible_sand.active.digging.right.CRUMBLED.xpos","9"             },
1895   { "invisible_sand.active.digging.right.CRUMBLED.ypos","3"             },
1896   { "invisible_sand.active.digging.right.CRUMBLED.frames","3"           },
1897   { "invisible_sand.active.digging.right.CRUMBLED.delay","2"            },
1898   { "invisible_sand.active.digging.right.CRUMBLED.anim_mode","linear"   },
1899   { "invisible_sand.active.digging.up.CRUMBLED",        "RocksEMC.png"  },
1900   { "invisible_sand.active.digging.up.CRUMBLED.xpos",   "0"             },
1901   { "invisible_sand.active.digging.up.CRUMBLED.ypos",   "3"             },
1902   { "invisible_sand.active.digging.up.CRUMBLED.frames", "3"             },
1903   { "invisible_sand.active.digging.up.CRUMBLED.delay",  "2"             },
1904   { "invisible_sand.active.digging.up.CRUMBLED.anim_mode","linear"      },
1905   { "invisible_sand.active.digging.down.CRUMBLED",      "RocksEMC.png"  },
1906   { "invisible_sand.active.digging.down.CRUMBLED.xpos", "3"             },
1907   { "invisible_sand.active.digging.down.CRUMBLED.ypos", "3"             },
1908   { "invisible_sand.active.digging.down.CRUMBLED.frames","3"            },
1909   { "invisible_sand.active.digging.down.CRUMBLED.delay","2"             },
1910   { "invisible_sand.active.digging.down.CRUMBLED.anim_mode","linear"    },
1911
1912   { "conveyor_belt_1_middle",                   "RocksDC.png"           },
1913   { "conveyor_belt_1_middle.xpos",              "0"                     },
1914   { "conveyor_belt_1_middle.ypos",              "0"                     },
1915   { "conveyor_belt_1_middle.frames",            "1"                     },
1916   { "conveyor_belt_1_middle.active",            "RocksDC.png"           },
1917   { "conveyor_belt_1_middle.active.xpos",       "0"                     },
1918   { "conveyor_belt_1_middle.active.ypos",       "0"                     },
1919   { "conveyor_belt_1_middle.active.frames",     "8"                     },
1920   { "conveyor_belt_1_middle.active.delay",      "2"                     },
1921   { "conveyor_belt_1_left",                     "RocksDC.png"           },
1922   { "conveyor_belt_1_left.xpos",                "0"                     },
1923   { "conveyor_belt_1_left.ypos",                "1"                     },
1924   { "conveyor_belt_1_left.frames",              "1"                     },
1925   { "conveyor_belt_1_left.active",              "RocksDC.png"           },
1926   { "conveyor_belt_1_left.active.xpos",         "0"                     },
1927   { "conveyor_belt_1_left.active.ypos",         "1"                     },
1928   { "conveyor_belt_1_left.active.frames",       "8"                     },
1929   { "conveyor_belt_1_left.active.delay",        "2"                     },
1930   { "conveyor_belt_1_right",                    "RocksDC.png"           },
1931   { "conveyor_belt_1_right.xpos",               "0"                     },
1932   { "conveyor_belt_1_right.ypos",               "2"                     },
1933   { "conveyor_belt_1_right.frames",             "1"                     },
1934   { "conveyor_belt_1_right.active",             "RocksDC.png"           },
1935   { "conveyor_belt_1_right.active.xpos",        "0"                     },
1936   { "conveyor_belt_1_right.active.ypos",        "2"                     },
1937   { "conveyor_belt_1_right.active.frames",      "8"                     },
1938   { "conveyor_belt_1_right.active.delay",       "2"                     },
1939   { "conveyor_belt_1_switch_left",              "RocksDC.png"           },
1940   { "conveyor_belt_1_switch_left.xpos",         "0"                     },
1941   { "conveyor_belt_1_switch_left.ypos",         "12"                    },
1942   { "conveyor_belt_1_switch_left.frames",       "1"                     },
1943   { "conveyor_belt_1_switch_middle",            "RocksDC.png"           },
1944   { "conveyor_belt_1_switch_middle.xpos",       "0"                     },
1945   { "conveyor_belt_1_switch_middle.ypos",       "13"                    },
1946   { "conveyor_belt_1_switch_middle.frames",     "1"                     },
1947   { "conveyor_belt_1_switch_right",             "RocksDC.png"           },
1948   { "conveyor_belt_1_switch_right.xpos",        "0"                     },
1949   { "conveyor_belt_1_switch_right.ypos",        "14"                    },
1950   { "conveyor_belt_1_switch_right.frames",      "1"                     },
1951
1952   { "conveyor_belt_2_middle",                   "RocksDC.png"           },
1953   { "conveyor_belt_2_middle.xpos",              "0"                     },
1954   { "conveyor_belt_2_middle.ypos",              "3"                     },
1955   { "conveyor_belt_2_middle.frames",            "1"                     },
1956   { "conveyor_belt_2_middle.active",            "RocksDC.png"           },
1957   { "conveyor_belt_2_middle.active.xpos",       "0"                     },
1958   { "conveyor_belt_2_middle.active.ypos",       "3"                     },
1959   { "conveyor_belt_2_middle.active.frames",     "8"                     },
1960   { "conveyor_belt_2_middle.active.delay",      "2"                     },
1961   { "conveyor_belt_2_left",                     "RocksDC.png"           },
1962   { "conveyor_belt_2_left.xpos",                "0"                     },
1963   { "conveyor_belt_2_left.ypos",                "4"                     },
1964   { "conveyor_belt_2_left.frames",              "1"                     },
1965   { "conveyor_belt_2_left.active",              "RocksDC.png"           },
1966   { "conveyor_belt_2_left.active.xpos",         "0"                     },
1967   { "conveyor_belt_2_left.active.ypos",         "4"                     },
1968   { "conveyor_belt_2_left.active.frames",       "8"                     },
1969   { "conveyor_belt_2_left.active.delay",        "2"                     },
1970   { "conveyor_belt_2_right",                    "RocksDC.png"           },
1971   { "conveyor_belt_2_right.xpos",               "0"                     },
1972   { "conveyor_belt_2_right.ypos",               "5"                     },
1973   { "conveyor_belt_2_right.frames",             "1"                     },
1974   { "conveyor_belt_2_right.active",             "RocksDC.png"           },
1975   { "conveyor_belt_2_right.active.xpos",        "0"                     },
1976   { "conveyor_belt_2_right.active.ypos",        "5"                     },
1977   { "conveyor_belt_2_right.active.frames",      "8"                     },
1978   { "conveyor_belt_2_right.active.delay",       "2"                     },
1979   { "conveyor_belt_2_switch_left",              "RocksDC.png"           },
1980   { "conveyor_belt_2_switch_left.xpos",         "1"                     },
1981   { "conveyor_belt_2_switch_left.ypos",         "12"                    },
1982   { "conveyor_belt_2_switch_left.frames",       "1"                     },
1983   { "conveyor_belt_2_switch_middle",            "RocksDC.png"           },
1984   { "conveyor_belt_2_switch_middle.xpos",       "1"                     },
1985   { "conveyor_belt_2_switch_middle.ypos",       "13"                    },
1986   { "conveyor_belt_2_switch_middle.frames",     "1"                     },
1987   { "conveyor_belt_2_switch_right",             "RocksDC.png"           },
1988   { "conveyor_belt_2_switch_right.xpos",        "1"                     },
1989   { "conveyor_belt_2_switch_right.ypos",        "14"                    },
1990   { "conveyor_belt_2_switch_right.frames",      "1"                     },
1991
1992   { "conveyor_belt_3_middle",                   "RocksDC.png"           },
1993   { "conveyor_belt_3_middle.xpos",              "0"                     },
1994   { "conveyor_belt_3_middle.ypos",              "6"                     },
1995   { "conveyor_belt_3_middle.frames",            "1"                     },
1996   { "conveyor_belt_3_middle.active",            "RocksDC.png"           },
1997   { "conveyor_belt_3_middle.active.xpos",       "0"                     },
1998   { "conveyor_belt_3_middle.active.ypos",       "6"                     },
1999   { "conveyor_belt_3_middle.active.frames",     "8"                     },
2000   { "conveyor_belt_3_middle.active.delay",      "2"                     },
2001   { "conveyor_belt_3_left",                     "RocksDC.png"           },
2002   { "conveyor_belt_3_left.xpos",                "0"                     },
2003   { "conveyor_belt_3_left.ypos",                "7"                     },
2004   { "conveyor_belt_3_left.frames",              "1"                     },
2005   { "conveyor_belt_3_left.active",              "RocksDC.png"           },
2006   { "conveyor_belt_3_left.active.xpos",         "0"                     },
2007   { "conveyor_belt_3_left.active.ypos",         "7"                     },
2008   { "conveyor_belt_3_left.active.frames",       "8"                     },
2009   { "conveyor_belt_3_left.active.delay",        "2"                     },
2010   { "conveyor_belt_3_right",                    "RocksDC.png"           },
2011   { "conveyor_belt_3_right.xpos",               "0"                     },
2012   { "conveyor_belt_3_right.ypos",               "8"                     },
2013   { "conveyor_belt_3_right.frames",             "1"                     },
2014   { "conveyor_belt_3_right.active",             "RocksDC.png"           },
2015   { "conveyor_belt_3_right.active.xpos",        "0"                     },
2016   { "conveyor_belt_3_right.active.ypos",        "8"                     },
2017   { "conveyor_belt_3_right.active.frames",      "8"                     },
2018   { "conveyor_belt_3_right.active.delay",       "2"                     },
2019   { "conveyor_belt_3_switch_left",              "RocksDC.png"           },
2020   { "conveyor_belt_3_switch_left.xpos",         "2"                     },
2021   { "conveyor_belt_3_switch_left.ypos",         "12"                    },
2022   { "conveyor_belt_3_switch_left.frames",       "1"                     },
2023   { "conveyor_belt_3_switch_middle",            "RocksDC.png"           },
2024   { "conveyor_belt_3_switch_middle.xpos",       "2"                     },
2025   { "conveyor_belt_3_switch_middle.ypos",       "13"                    },
2026   { "conveyor_belt_3_switch_middle.frames",     "1"                     },
2027   { "conveyor_belt_3_switch_right",             "RocksDC.png"           },
2028   { "conveyor_belt_3_switch_right.xpos",        "2"                     },
2029   { "conveyor_belt_3_switch_right.ypos",        "14"                    },
2030   { "conveyor_belt_3_switch_right.frames",      "1"                     },
2031
2032   { "conveyor_belt_4_middle",                   "RocksDC.png"           },
2033   { "conveyor_belt_4_middle.xpos",              "0"                     },
2034   { "conveyor_belt_4_middle.ypos",              "9"                     },
2035   { "conveyor_belt_4_middle.frames",            "1"                     },
2036   { "conveyor_belt_4_middle.active",            "RocksDC.png"           },
2037   { "conveyor_belt_4_middle.active.xpos",       "0"                     },
2038   { "conveyor_belt_4_middle.active.ypos",       "9"                     },
2039   { "conveyor_belt_4_middle.active.frames",     "8"                     },
2040   { "conveyor_belt_4_middle.active.delay",      "2"                     },
2041   { "conveyor_belt_4_left",                     "RocksDC.png"           },
2042   { "conveyor_belt_4_left.xpos",                "0"                     },
2043   { "conveyor_belt_4_left.ypos",                "10"                    },
2044   { "conveyor_belt_4_left.frames",              "1"                     },
2045   { "conveyor_belt_4_left.active",              "RocksDC.png"           },
2046   { "conveyor_belt_4_left.active.xpos",         "0"                     },
2047   { "conveyor_belt_4_left.active.ypos",         "10"                    },
2048   { "conveyor_belt_4_left.active.frames",       "8"                     },
2049   { "conveyor_belt_4_left.active.delay",        "2"                     },
2050   { "conveyor_belt_4_right",                    "RocksDC.png"           },
2051   { "conveyor_belt_4_right.xpos",               "0"                     },
2052   { "conveyor_belt_4_right.ypos",               "11"                    },
2053   { "conveyor_belt_4_right.frames",             "1"                     },
2054   { "conveyor_belt_4_right.active",             "RocksDC.png"           },
2055   { "conveyor_belt_4_right.active.xpos",        "0"                     },
2056   { "conveyor_belt_4_right.active.ypos",        "11"                    },
2057   { "conveyor_belt_4_right.active.frames",      "8"                     },
2058   { "conveyor_belt_4_right.active.delay",       "2"                     },
2059   { "conveyor_belt_4_switch_left",              "RocksDC.png"           },
2060   { "conveyor_belt_4_switch_left.xpos",         "3"                     },
2061   { "conveyor_belt_4_switch_left.ypos",         "12"                    },
2062   { "conveyor_belt_4_switch_left.frames",       "1"                     },
2063   { "conveyor_belt_4_switch_middle",            "RocksDC.png"           },
2064   { "conveyor_belt_4_switch_middle.xpos",       "3"                     },
2065   { "conveyor_belt_4_switch_middle.ypos",       "13"                    },
2066   { "conveyor_belt_4_switch_middle.frames",     "1"                     },
2067   { "conveyor_belt_4_switch_right",             "RocksDC.png"           },
2068   { "conveyor_belt_4_switch_right.xpos",        "3"                     },
2069   { "conveyor_belt_4_switch_right.ypos",        "14"                    },
2070   { "conveyor_belt_4_switch_right.frames",      "1"                     },
2071
2072   { "switchgate_switch_up",                     "RocksDC.png"           },
2073   { "switchgate_switch_up.xpos",                "4"                     },
2074   { "switchgate_switch_up.ypos",                "12"                    },
2075   { "switchgate_switch_up.frames",              "1"                     },
2076   { "switchgate_switch_down",                   "RocksDC.png"           },
2077   { "switchgate_switch_down.xpos",              "5"                     },
2078   { "switchgate_switch_down.ypos",              "12"                    },
2079   { "switchgate_switch_down.frames",            "1"                     },
2080
2081   { "dc_switchgate_switch_up",                  "RocksDC2.png"          },
2082   { "dc_switchgate_switch_up.xpos",             "10"                    },
2083   { "dc_switchgate_switch_up.ypos",             "1"                     },
2084   { "dc_switchgate_switch_up.frames",           "1"                     },
2085   { "dc_switchgate_switch_down",                "RocksDC2.png"          },
2086   { "dc_switchgate_switch_down.xpos",           "11"                    },
2087   { "dc_switchgate_switch_down.ypos",           "1"                     },
2088   { "dc_switchgate_switch_down.frames",         "1"                     },
2089
2090   { "light_switch",                             "RocksDC.png"           },
2091   { "light_switch.xpos",                        "6"                     },
2092   { "light_switch.ypos",                        "12"                    },
2093   { "light_switch.frames",                      "1"                     },
2094   { "light_switch.active",                      "RocksDC.png"           },
2095   { "light_switch.active.xpos",                 "7"                     },
2096   { "light_switch.active.ypos",                 "12"                    },
2097   { "light_switch.active.frames",               "1"                     },
2098
2099   { "timegate_switch",                          "RocksDC.png"           },
2100   { "timegate_switch.xpos",                     "0"                     },
2101   { "timegate_switch.ypos",                     "15"                    },
2102   { "timegate_switch.frames",                   "1"                     },
2103   { "timegate_switch.active",                   "RocksDC.png"           },
2104   { "timegate_switch.active.xpos",              "0"                     },
2105   { "timegate_switch.active.ypos",              "15"                    },
2106   { "timegate_switch.active.frames",            "4"                     },
2107
2108   { "dc_timegate_switch",                       "RocksDC2.png"          },
2109   { "dc_timegate_switch.xpos",                  "12"                    },
2110   { "dc_timegate_switch.ypos",                  "1"                     },
2111   { "dc_timegate_switch.frames",                "1"                     },
2112   { "dc_timegate_switch.active",                "RocksDC2.png"          },
2113   { "dc_timegate_switch.active.xpos",           "12"                    },
2114   { "dc_timegate_switch.active.ypos",           "1"                     },
2115   { "dc_timegate_switch.active.frames",         "4"                     },
2116
2117   { "envelope_1",                               "RocksMore.png"         },
2118   { "envelope_1.xpos",                          "0"                     },
2119   { "envelope_1.ypos",                          "4"                     },
2120   { "envelope_1.frames",                        "1"                     },
2121   { "envelope_1.collecting",                    "RocksMore.png"         },
2122   { "envelope_1.collecting.xpos",               "5"                     },
2123   { "envelope_1.collecting.ypos",               "4"                     },
2124   { "envelope_1.collecting.frames",             "3"                     },
2125   { "envelope_1.collecting.delay",              "2"                     },
2126   { "envelope_1.collecting.anim_mode",          "linear"                },
2127   { "envelope_2",                               "RocksMore.png"         },
2128   { "envelope_2.xpos",                          "1"                     },
2129   { "envelope_2.ypos",                          "4"                     },
2130   { "envelope_2.frames",                        "1"                     },
2131   { "envelope_2.collecting",                    "RocksMore.png"         },
2132   { "envelope_2.collecting.xpos",               "5"                     },
2133   { "envelope_2.collecting.ypos",               "4"                     },
2134   { "envelope_2.collecting.frames",             "3"                     },
2135   { "envelope_2.collecting.delay",              "2"                     },
2136   { "envelope_2.collecting.anim_mode",          "linear"                },
2137   { "envelope_3",                               "RocksMore.png"         },
2138   { "envelope_3.xpos",                          "2"                     },
2139   { "envelope_3.ypos",                          "4"                     },
2140   { "envelope_3.frames",                        "1"                     },
2141   { "envelope_3.collecting",                    "RocksMore.png"         },
2142   { "envelope_3.collecting.xpos",               "5"                     },
2143   { "envelope_3.collecting.ypos",               "4"                     },
2144   { "envelope_3.collecting.frames",             "3"                     },
2145   { "envelope_3.collecting.delay",              "2"                     },
2146   { "envelope_3.collecting.anim_mode",          "linear"                },
2147   { "envelope_4",                               "RocksMore.png"         },
2148   { "envelope_4.xpos",                          "3"                     },
2149   { "envelope_4.ypos",                          "4"                     },
2150   { "envelope_4.frames",                        "1"                     },
2151   { "envelope_4.collecting",                    "RocksMore.png"         },
2152   { "envelope_4.collecting.xpos",               "5"                     },
2153   { "envelope_4.collecting.ypos",               "4"                     },
2154   { "envelope_4.collecting.frames",             "3"                     },
2155   { "envelope_4.collecting.delay",              "2"                     },
2156   { "envelope_4.collecting.anim_mode",          "linear"                },
2157
2158   { "sign_radioactivity",                       "RocksDC.png"           },
2159   { "sign_radioactivity.xpos",                  "4"                     },
2160   { "sign_radioactivity.ypos",                  "13"                    },
2161   { "sign_radioactivity.frames",                "1"                     },
2162
2163   { "sign_give_way",                            "RocksDC.png"           },
2164   { "sign_give_way.xpos",                       "5"                     },
2165   { "sign_give_way.ypos",                       "13"                    },
2166   { "sign_give_way.frames",                     "1"                     },
2167
2168   { "sign_no_entry",                            "RocksDC.png"           },
2169   { "sign_no_entry.xpos",                       "6"                     },
2170   { "sign_no_entry.ypos",                       "13"                    },
2171   { "sign_no_entry.frames",                     "1"                     },
2172
2173   { "sign_emergency_exit",                      "RocksDC.png"           },
2174   { "sign_emergency_exit.xpos",                 "7"                     },
2175   { "sign_emergency_exit.ypos",                 "13"                    },
2176   { "sign_emergency_exit.frames",               "1"                     },
2177
2178   { "sign_yin_yang",                            "RocksDC.png"           },
2179   { "sign_yin_yang.xpos",                       "4"                     },
2180   { "sign_yin_yang.ypos",                       "14"                    },
2181   { "sign_yin_yang.frames",                     "1"                     },
2182
2183   { "sign_exclamation",                         "RocksDC.png"           },
2184   { "sign_exclamation.xpos",                    "5"                     },
2185   { "sign_exclamation.ypos",                    "14"                    },
2186   { "sign_exclamation.frames",                  "1"                     },
2187
2188   { "sign_stop",                                "RocksDC.png"           },
2189   { "sign_stop.xpos",                           "6"                     },
2190   { "sign_stop.ypos",                           "14"                    },
2191   { "sign_stop.frames",                         "1"                     },
2192
2193   { "sign_parking",                             "RocksDC.png"           },
2194   { "sign_parking.xpos",                        "6"                     },
2195   { "sign_parking.ypos",                        "15"                    },
2196   { "sign_parking.frames",                      "1"                     },
2197
2198   { "sign_wheelchair",                          "RocksDC.png"           },
2199   { "sign_wheelchair.xpos",                     "7"                     },
2200   { "sign_wheelchair.ypos",                     "15"                    },
2201   { "sign_wheelchair.frames",                   "1"                     },
2202
2203   { "sign_entry_forbidden",                     "RocksDC.png"           },
2204   { "sign_entry_forbidden.xpos",                "12"                    },
2205   { "sign_entry_forbidden.ypos",                "15"                    },
2206   { "sign_entry_forbidden.frames",              "1"                     },
2207
2208   { "sperms",                                   "RocksDC2.png"          },
2209   { "sperms.xpos",                              "11"                    },
2210   { "sperms.ypos",                              "3"                     },
2211   { "sperms.frames",                            "1"                     },
2212
2213   { "bullet",                                   "RocksDC2.png"          },
2214   { "bullet.xpos",                              "12"                    },
2215   { "bullet.ypos",                              "3"                     },
2216   { "bullet.frames",                            "1"                     },
2217
2218   { "heart",                                    "RocksDC2.png"          },
2219   { "heart.xpos",                               "13"                    },
2220   { "heart.ypos",                               "3"                     },
2221   { "heart.frames",                             "1"                     },
2222
2223   { "cross",                                    "RocksDC2.png"          },
2224   { "cross.xpos",                               "14"                    },
2225   { "cross.ypos",                               "3"                     },
2226   { "cross.frames",                             "1"                     },
2227
2228   { "frankie",                                  "RocksDC2.png"          },
2229   { "frankie.xpos",                             "15"                    },
2230   { "frankie.ypos",                             "3"                     },
2231   { "frankie.frames",                           "1"                     },
2232
2233   { "sign_sperms",                              "RocksDC2.png"          },
2234   { "sign_sperms.xpos",                         "11"                    },
2235   { "sign_sperms.ypos",                         "2"                     },
2236   { "sign_sperms.frames",                       "1"                     },
2237
2238   { "sign_bullet",                              "RocksDC2.png"          },
2239   { "sign_bullet.xpos",                         "12"                    },
2240   { "sign_bullet.ypos",                         "2"                     },
2241   { "sign_bullet.frames",                       "1"                     },
2242
2243   { "sign_heart",                               "RocksDC2.png"          },
2244   { "sign_heart.xpos",                          "13"                    },
2245   { "sign_heart.ypos",                          "2"                     },
2246   { "sign_heart.frames",                        "1"                     },
2247
2248   { "sign_cross",                               "RocksDC2.png"          },
2249   { "sign_cross.xpos",                          "14"                    },
2250   { "sign_cross.ypos",                          "2"                     },
2251   { "sign_cross.frames",                        "1"                     },
2252
2253   { "sign_frankie",                             "RocksDC2.png"          },
2254   { "sign_frankie.xpos",                        "15"                    },
2255   { "sign_frankie.ypos",                        "2"                     },
2256   { "sign_frankie.frames",                      "1"                     },
2257
2258   { "landmine",                                 "RocksDC.png"           },
2259   { "landmine.xpos",                            "7"                     },
2260   { "landmine.ypos",                            "14"                    },
2261   { "landmine.frames",                          "1"                     },
2262   { "landmine.crumbled_like",                   "sand"                  },
2263
2264   { "dc_landmine",                              "RocksDC.png"           },
2265   { "dc_landmine.xpos",                         "14"                    },
2266   { "dc_landmine.ypos",                         "5"                     },
2267   { "dc_landmine.frames",                       "1"                     },
2268   { "dc_landmine.crumbled_like",                "sand"                  },
2269
2270   { "steelwall_slippery",                       "RocksDC.png"           },
2271   { "steelwall_slippery.xpos",                  "5"                     },
2272   { "steelwall_slippery.ypos",                  "15"                    },
2273   { "steelwall_slippery.frames",                "1"                     },
2274
2275   { "extra_time",                               "RocksDC.png"           },
2276   { "extra_time.xpos",                          "8"                     },
2277   { "extra_time.ypos",                          "0"                     },
2278   { "extra_time.frames",                        "6"                     },
2279   { "extra_time.delay",                         "4"                     },
2280
2281   { "shield_normal",                            "RocksDC.png"           },
2282   { "shield_normal.xpos",                       "8"                     },
2283   { "shield_normal.ypos",                       "2"                     },
2284   { "shield_normal.frames",                     "6"                     },
2285   { "shield_normal.delay",                      "4"                     },
2286   { "shield_normal.active",                     "RocksHeroes.png"       },
2287   { "shield_normal.active.xpos",                "1"                     },
2288   { "shield_normal.active.ypos",                "13"                    },
2289   { "shield_normal.active.frames",              "3"                     },
2290   { "shield_normal.active.delay",               "8"                     },
2291   { "shield_normal.active.anim_mode",           "pingpong"              },
2292
2293   { "shield_deadly",                            "RocksDC.png"           },
2294   { "shield_deadly.xpos",                       "8"                     },
2295   { "shield_deadly.ypos",                       "1"                     },
2296   { "shield_deadly.frames",                     "6"                     },
2297   { "shield_deadly.delay",                      "4"                     },
2298   { "shield_deadly.active",                     "RocksHeroes.png"       },
2299   { "shield_deadly.active.xpos",                "5"                     },
2300   { "shield_deadly.active.ypos",                "13"                    },
2301   { "shield_deadly.active.frames",              "3"                     },
2302   { "shield_deadly.active.delay",               "8"                     },
2303   { "shield_deadly.active.anim_mode",           "pingpong"              },
2304
2305   { "switchgate_closed",                        "RocksDC.png"           },
2306   { "switchgate_closed.xpos",                   "8"                     },
2307   { "switchgate_closed.ypos",                   "5"                     },
2308   { "switchgate_closed.frames",                 "1"                     },
2309   { "switchgate.opening",                       "RocksDC.png"           },
2310   { "switchgate.opening.xpos",                  "8"                     },
2311   { "switchgate.opening.ypos",                  "5"                     },
2312   { "switchgate.opening.frames",                "5"                     },
2313   { "switchgate.opening.delay",                 "6"                     },
2314   { "switchgate_open",                          "RocksDC.png"           },
2315   { "switchgate_open.xpos",                     "12"                    },
2316   { "switchgate_open.ypos",                     "5"                     },
2317   { "switchgate_open.frames",                   "1"                     },
2318   { "switchgate.closing",                       "RocksDC.png"           },
2319   { "switchgate.closing.xpos",                  "8"                     },
2320   { "switchgate.closing.ypos",                  "5"                     },
2321   { "switchgate.closing.frames",                "5"                     },
2322   { "switchgate.closing.delay",                 "6"                     },
2323   { "switchgate.closing.anim_mode",             "reverse"               },
2324
2325   { "timegate_closed",                          "RocksDC.png"           },
2326   { "timegate_closed.xpos",                     "8"                     },
2327   { "timegate_closed.ypos",                     "6"                     },
2328   { "timegate_closed.frames",                   "1"                     },
2329   { "timegate.opening",                         "RocksDC.png"           },
2330   { "timegate.opening.xpos",                    "8"                     },
2331   { "timegate.opening.ypos",                    "6"                     },
2332   { "timegate.opening.frames",                  "5"                     },
2333   { "timegate.opening.delay",                   "6"                     },
2334   { "timegate_open",                            "RocksDC.png"           },
2335   { "timegate_open.xpos",                       "12"                    },
2336   { "timegate_open.ypos",                       "6"                     },
2337   { "timegate_open.frames",                     "1"                     },
2338   { "timegate.closing",                         "RocksDC.png"           },
2339   { "timegate.closing.xpos",                    "8"                     },
2340   { "timegate.closing.ypos",                    "6"                     },
2341   { "timegate.closing.frames",                  "5"                     },
2342   { "timegate.closing.delay",                   "6"                     },
2343   { "timegate.closing.anim_mode",               "reverse"               },
2344
2345   { "pearl",                                    "RocksDC.png"           },
2346   { "pearl.xpos",                               "8"                     },
2347   { "pearl.ypos",                               "11"                    },
2348   { "pearl.frames",                             "1"                     },
2349   { "pearl.breaking",                           "RocksDC.png"           },
2350   { "pearl.breaking.xpos",                      "8"                     },
2351   { "pearl.breaking.ypos",                      "12"                    },
2352   { "pearl.breaking.frames",                    "4"                     },
2353   { "pearl.breaking.delay",                     "2"                     },
2354   { "pearl.breaking.anim_mode",                 "linear"                },
2355
2356   { "crystal",                                  "RocksDC.png"           },
2357   { "crystal.xpos",                             "9"                     },
2358   { "crystal.ypos",                             "11"                    },
2359   { "crystal.frames",                           "1"                     },
2360
2361   { "wall_pearl",                               "RocksDC.png"           },
2362   { "wall_pearl.xpos",                          "10"                    },
2363   { "wall_pearl.ypos",                          "11"                    },
2364   { "wall_pearl.frames",                        "1"                     },
2365
2366   { "wall_crystal",                             "RocksDC.png"           },
2367   { "wall_crystal.xpos",                        "11"                    },
2368   { "wall_crystal.ypos",                        "11"                    },
2369   { "wall_crystal.frames",                      "1"                     },
2370
2371   { "dc_steelwall_1_left",                      "RocksDC2.png"          },
2372   { "dc_steelwall_1_left.xpos",                 "5"                     },
2373   { "dc_steelwall_1_left.ypos",                 "1"                     },
2374   { "dc_steelwall_1_left.frames",               "1"                     },
2375   { "dc_steelwall_1_right",                     "RocksDC2.png"          },
2376   { "dc_steelwall_1_right.xpos",                "3"                     },
2377   { "dc_steelwall_1_right.ypos",                "1"                     },
2378   { "dc_steelwall_1_right.frames",              "1"                     },
2379   { "dc_steelwall_1_top",                       "RocksDC2.png"          },
2380   { "dc_steelwall_1_top.xpos",                  "4"                     },
2381   { "dc_steelwall_1_top.ypos",                  "2"                     },
2382   { "dc_steelwall_1_top.frames",                "1"                     },
2383   { "dc_steelwall_1_bottom",                    "RocksDC2.png"          },
2384   { "dc_steelwall_1_bottom.xpos",               "4"                     },
2385   { "dc_steelwall_1_bottom.ypos",               "0"                     },
2386   { "dc_steelwall_1_bottom.frames",             "1"                     },
2387   { "dc_steelwall_1_horizontal",                "RocksDC2.png"          },
2388   { "dc_steelwall_1_horizontal.xpos",           "1"                     },
2389   { "dc_steelwall_1_horizontal.ypos",           "0"                     },
2390   { "dc_steelwall_1_horizontal.frames",         "1"                     },
2391   { "dc_steelwall_1_vertical",                  "RocksDC2.png"          },
2392   { "dc_steelwall_1_vertical.xpos",             "0"                     },
2393   { "dc_steelwall_1_vertical.ypos",             "1"                     },
2394   { "dc_steelwall_1_vertical.frames",           "1"                     },
2395   { "dc_steelwall_1_topleft",                   "RocksDC2.png"          },
2396   { "dc_steelwall_1_topleft.xpos",              "0"                     },
2397   { "dc_steelwall_1_topleft.ypos",              "0"                     },
2398   { "dc_steelwall_1_topleft.frames",            "1"                     },
2399   { "dc_steelwall_1_topright",                  "RocksDC2.png"          },
2400   { "dc_steelwall_1_topright.xpos",             "2"                     },
2401   { "dc_steelwall_1_topright.ypos",             "0"                     },
2402   { "dc_steelwall_1_topright.frames",           "1"                     },
2403   { "dc_steelwall_1_bottomleft",                "RocksDC2.png"          },
2404   { "dc_steelwall_1_bottomleft.xpos",           "0"                     },
2405   { "dc_steelwall_1_bottomleft.ypos",           "2"                     },
2406   { "dc_steelwall_1_bottomleft.frames",         "1"                     },
2407   { "dc_steelwall_1_bottomright",               "RocksDC2.png"          },
2408   { "dc_steelwall_1_bottomright.xpos",          "2"                     },
2409   { "dc_steelwall_1_bottomright.ypos",          "2"                     },
2410   { "dc_steelwall_1_bottomright.frames",        "1"                     },
2411   { "dc_steelwall_1_topleft_2",                 "RocksDC2.png"          },
2412   { "dc_steelwall_1_topleft_2.xpos",            "5"                     },
2413   { "dc_steelwall_1_topleft_2.ypos",            "2"                     },
2414   { "dc_steelwall_1_topleft_2.frames",          "1"                     },
2415   { "dc_steelwall_1_topright_2",                "RocksDC2.png"          },
2416   { "dc_steelwall_1_topright_2.xpos",           "3"                     },
2417   { "dc_steelwall_1_topright_2.ypos",           "2"                     },
2418   { "dc_steelwall_1_topright_2.frames",         "1"                     },
2419   { "dc_steelwall_1_bottomleft_2",              "RocksDC2.png"          },
2420   { "dc_steelwall_1_bottomleft_2.xpos",         "5"                     },
2421   { "dc_steelwall_1_bottomleft_2.ypos",         "0"                     },
2422   { "dc_steelwall_1_bottomleft_2.frames",       "1"                     },
2423   { "dc_steelwall_1_bottomright_2",             "RocksDC2.png"          },
2424   { "dc_steelwall_1_bottomright_2.xpos",        "3"                     },
2425   { "dc_steelwall_1_bottomright_2.ypos",        "0"                     },
2426   { "dc_steelwall_1_bottomright_2.frames",      "1"                     },
2427
2428   { "dc_steelwall_2_left",                      "RocksDC2.png"          },
2429   { "dc_steelwall_2_left.xpos",                 "6"                     },
2430   { "dc_steelwall_2_left.ypos",                 "1"                     },
2431   { "dc_steelwall_2_left.frames",               "1"                     },
2432   { "dc_steelwall_2_right",                     "RocksDC2.png"          },
2433   { "dc_steelwall_2_right.xpos",                "9"                     },
2434   { "dc_steelwall_2_right.ypos",                "1"                     },
2435   { "dc_steelwall_2_right.frames",              "1"                     },
2436   { "dc_steelwall_2_top",                       "RocksDC2.png"          },
2437   { "dc_steelwall_2_top.xpos",                  "7"                     },
2438   { "dc_steelwall_2_top.ypos",                  "0"                     },
2439   { "dc_steelwall_2_top.frames",                "1"                     },
2440   { "dc_steelwall_2_bottom",                    "RocksDC2.png"          },
2441   { "dc_steelwall_2_bottom.xpos",               "7"                     },
2442   { "dc_steelwall_2_bottom.ypos",               "3"                     },
2443   { "dc_steelwall_2_bottom.frames",             "1"                     },
2444   { "dc_steelwall_2_horizontal",                "RocksDC2.png"          },
2445   { "dc_steelwall_2_horizontal.xpos",           "8"                     },
2446   { "dc_steelwall_2_horizontal.ypos",           "1"                     },
2447   { "dc_steelwall_2_horizontal.frames",         "1"                     },
2448   { "dc_steelwall_2_vertical",                  "RocksDC2.png"          },
2449   { "dc_steelwall_2_vertical.xpos",             "7"                     },
2450   { "dc_steelwall_2_vertical.ypos",             "2"                     },
2451   { "dc_steelwall_2_vertical.frames",           "1"                     },
2452   { "dc_steelwall_2_middle",                    "RocksDC2.png"          },
2453   { "dc_steelwall_2_middle.xpos",               "7"                     },
2454   { "dc_steelwall_2_middle.ypos",               "1"                     },
2455   { "dc_steelwall_2_middle.frames",             "1"                     },
2456   { "dc_steelwall_2_single",                    "RocksDC2.png"          },
2457   { "dc_steelwall_2_single.xpos",               "6"                     },
2458   { "dc_steelwall_2_single.ypos",               "0"                     },
2459   { "dc_steelwall_2_single.frames",             "1"                     },
2460
2461   // images for DX Boulderdash style elements and actions
2462
2463   { "tube_right_down",                          "RocksDC.png"           },
2464   { "tube_right_down.xpos",                     "9"                     },
2465   { "tube_right_down.ypos",                     "13"                    },
2466   { "tube_right_down.frames",                   "1"                     },
2467
2468   { "tube_horizontal_down",                     "RocksDC.png"           },
2469   { "tube_horizontal_down.xpos",                "10"                    },
2470   { "tube_horizontal_down.ypos",                "13"                    },
2471   { "tube_horizontal_down.frames",              "1"                     },
2472
2473   { "tube_left_down",                           "RocksDC.png"           },
2474   { "tube_left_down.xpos",                      "11"                    },
2475   { "tube_left_down.ypos",                      "13"                    },
2476   { "tube_left_down.frames",                    "1"                     },
2477
2478   { "tube_horizontal",                          "RocksDC.png"           },
2479   { "tube_horizontal.xpos",                     "8"                     },
2480   { "tube_horizontal.ypos",                     "14"                    },
2481   { "tube_horizontal.frames",                   "1"                     },
2482
2483   { "tube_vertical_right",                      "RocksDC.png"           },
2484   { "tube_vertical_right.xpos",                 "9"                     },
2485   { "tube_vertical_right.ypos",                 "14"                    },
2486   { "tube_vertical_right.frames",               "1"                     },
2487
2488   { "tube_any",                                 "RocksDC.png"           },
2489   { "tube_any.xpos",                            "10"                    },
2490   { "tube_any.ypos",                            "14"                    },
2491   { "tube_any.frames",                          "1"                     },
2492
2493   { "tube_vertical_left",                       "RocksDC.png"           },
2494   { "tube_vertical_left.xpos",                  "11"                    },
2495   { "tube_vertical_left.ypos",                  "14"                    },
2496   { "tube_vertical_left.frames",                "1"                     },
2497
2498   { "tube_vertical",                            "RocksDC.png"           },
2499   { "tube_vertical.xpos",                       "8"                     },
2500   { "tube_vertical.ypos",                       "15"                    },
2501   { "tube_vertical.frames",                     "1"                     },
2502
2503   { "tube_right_up",                            "RocksDC.png"           },
2504   { "tube_right_up.xpos",                       "9"                     },
2505   { "tube_right_up.ypos",                       "15"                    },
2506   { "tube_right_up.frames",                     "1"                     },
2507
2508   { "tube_horizontal_up",                       "RocksDC.png"           },
2509   { "tube_horizontal_up.xpos",                  "10"                    },
2510   { "tube_horizontal_up.ypos",                  "15"                    },
2511   { "tube_horizontal_up.frames",                "1"                     },
2512
2513   { "tube_left_up",                             "RocksDC.png"           },
2514   { "tube_left_up.xpos",                        "11"                    },
2515   { "tube_left_up.ypos",                        "15"                    },
2516   { "tube_left_up.frames",                      "1"                     },
2517
2518   { "trap",                                     "RocksDC.png"           },
2519   { "trap.xpos",                                "12"                    },
2520   { "trap.ypos",                                "8"                     },
2521   { "trap.frames",                              "1"                     },
2522   { "trap.crumbled_like",                       "sand"                  },
2523   { "trap.diggable_like",                       "sand"                  },
2524   { "trap.active",                              "RocksDC.png"           },
2525   { "trap.active.xpos",                         "12"                    },
2526   { "trap.active.ypos",                         "8"                     },
2527   { "trap.active.frames",                       "4"                     },
2528   { "trap.active.delay",                        "4"                     },
2529   { "trap.active.anim_mode",                    "pingpong2"             },
2530   { "trap.active.crumbled_like",                "sand"                  },
2531
2532   { "dx_supabomb",                              "RocksDC.png"           },
2533   { "dx_supabomb.xpos",                         "15"                    },
2534   { "dx_supabomb.ypos",                         "9"                     },
2535   { "dx_supabomb.frames",                       "1"                     },
2536
2537   // images for Rocks'n'Diamonds style elements and actions
2538
2539   { "key_1",                                    "RocksElements.png"     },
2540   { "key_1.xpos",                               "4"                     },
2541   { "key_1.ypos",                               "1"                     },
2542   { "key_1.frames",                             "1"                     },
2543   { "key_2",                                    "RocksElements.png"     },
2544   { "key_2.xpos",                               "5"                     },
2545   { "key_2.ypos",                               "1"                     },
2546   { "key_2.frames",                             "1"                     },
2547   { "key_3",                                    "RocksElements.png"     },
2548   { "key_3.xpos",                               "6"                     },
2549   { "key_3.ypos",                               "1"                     },
2550   { "key_3.frames",                             "1"                     },
2551   { "key_4",                                    "RocksElements.png"     },
2552   { "key_4.xpos",                               "7"                     },
2553   { "key_4.ypos",                               "1"                     },
2554   { "key_4.frames",                             "1"                     },
2555
2556   { "gate_1",                                   "RocksElements.png"     },
2557   { "gate_1.xpos",                              "4"                     },
2558   { "gate_1.ypos",                              "2"                     },
2559   { "gate_1.frames",                            "1"                     },
2560   { "gate_2",                                   "RocksElements.png"     },
2561   { "gate_2.xpos",                              "5"                     },
2562   { "gate_2.ypos",                              "2"                     },
2563   { "gate_2.frames",                            "1"                     },
2564   { "gate_3",                                   "RocksElements.png"     },
2565   { "gate_3.xpos",                              "6"                     },
2566   { "gate_3.ypos",                              "2"                     },
2567   { "gate_3.frames",                            "1"                     },
2568   { "gate_4",                                   "RocksElements.png"     },
2569   { "gate_4.xpos",                              "7"                     },
2570   { "gate_4.ypos",                              "2"                     },
2571   { "gate_4.frames",                            "1"                     },
2572   { "gate_1_gray",                              "RocksElements.png"     },
2573   { "gate_1_gray.xpos",                         "8"                     },
2574   { "gate_1_gray.ypos",                         "2"                     },
2575   { "gate_1_gray.frames",                       "1"                     },
2576   { "gate_1_gray.EDITOR",                       "RocksElements.png"     },
2577   { "gate_1_gray.EDITOR.xpos",                  "8"                     },
2578   { "gate_1_gray.EDITOR.ypos",                  "14"                    },
2579   { "gate_1_gray.active",                       "RocksElements.png"     },
2580   { "gate_1_gray.active.xpos",                  "4"                     },
2581   { "gate_1_gray.active.ypos",                  "2"                     },
2582   { "gate_1_gray.active.frames",                "1"                     },
2583   { "gate_2_gray",                              "RocksElements.png"     },
2584   { "gate_2_gray.xpos",                         "9"                     },
2585   { "gate_2_gray.ypos",                         "2"                     },
2586   { "gate_2_gray.frames",                       "1"                     },
2587   { "gate_2_gray.EDITOR",                       "RocksElements.png"     },
2588   { "gate_2_gray.EDITOR.xpos",                  "9"                     },
2589   { "gate_2_gray.EDITOR.ypos",                  "14"                    },
2590   { "gate_2_gray.active",                       "RocksElements.png"     },
2591   { "gate_2_gray.active.xpos",                  "5"                     },
2592   { "gate_2_gray.active.ypos",                  "2"                     },
2593   { "gate_2_gray.active.frames",                "1"                     },
2594   { "gate_3_gray",                              "RocksElements.png"     },
2595   { "gate_3_gray.xpos",                         "10"                    },
2596   { "gate_3_gray.ypos",                         "2"                     },
2597   { "gate_3_gray.frames",                       "1"                     },
2598   { "gate_3_gray.EDITOR",                       "RocksElements.png"     },
2599   { "gate_3_gray.EDITOR.xpos",                  "10"                    },
2600   { "gate_3_gray.EDITOR.ypos",                  "14"                    },
2601   { "gate_3_gray.active",                       "RocksElements.png"     },
2602   { "gate_3_gray.active.xpos",                  "6"                     },
2603   { "gate_3_gray.active.ypos",                  "2"                     },
2604   { "gate_3_gray.active.frames",                "1"                     },
2605   { "gate_4_gray",                              "RocksElements.png"     },
2606   { "gate_4_gray.xpos",                         "11"                    },
2607   { "gate_4_gray.ypos",                         "2"                     },
2608   { "gate_4_gray.frames",                       "1"                     },
2609   { "gate_4_gray.EDITOR",                       "RocksElements.png"     },
2610   { "gate_4_gray.EDITOR.xpos",                  "11"                    },
2611   { "gate_4_gray.EDITOR.ypos",                  "14"                    },
2612   { "gate_4_gray.active",                       "RocksElements.png"     },
2613   { "gate_4_gray.active.xpos",                  "7"                     },
2614   { "gate_4_gray.active.ypos",                  "2"                     },
2615   { "gate_4_gray.active.frames",                "1"                     },
2616
2617   { "game_of_life",                             "RocksElements.png"     },
2618   { "game_of_life.xpos",                        "8"                     },
2619   { "game_of_life.ypos",                        "1"                     },
2620   { "game_of_life.frames",                      "1"                     },
2621
2622   { "biomaze",                                  "RocksElements.png"     },
2623   { "biomaze.xpos",                             "9"                     },
2624   { "biomaze.ypos",                             "1"                     },
2625   { "biomaze.frames",                           "1"                     },
2626
2627   { "pacman",                                   "RocksElements.png"     },
2628   { "pacman.xpos",                              "8"                     },
2629   { "pacman.ypos",                              "5"                     },
2630   { "pacman.frames",                            "1"                     },
2631   { "pacman.right",                             "RocksElements.png"     },
2632   { "pacman.right.xpos",                        "8"                     },
2633   { "pacman.right.ypos",                        "5"                     },
2634   { "pacman.right.frames",                      "2"                     },
2635   { "pacman.right.delay",                       "4"                     },
2636   { "pacman.right.offset",                      "128"                   },
2637   { "pacman.up",                                "RocksElements.png"     },
2638   { "pacman.up.xpos",                           "9"                     },
2639   { "pacman.up.ypos",                           "5"                     },
2640   { "pacman.up.frames",                         "2"                     },
2641   { "pacman.up.delay",                          "4"                     },
2642   { "pacman.up.offset",                         "128"                   },
2643   { "pacman.left",                              "RocksElements.png"     },
2644   { "pacman.left.xpos",                         "10"                    },
2645   { "pacman.left.ypos",                         "5"                     },
2646   { "pacman.left.frames",                       "2"                     },
2647   { "pacman.left.delay",                        "4"                     },
2648   { "pacman.left.offset",                       "128"                   },
2649   { "pacman.down",                              "RocksElements.png"     },
2650   { "pacman.down.xpos",                         "11"                    },
2651   { "pacman.down.ypos",                         "5"                     },
2652   { "pacman.down.frames",                       "2"                     },
2653   { "pacman.down.delay",                        "4"                     },
2654   { "pacman.down.offset",                       "128"                   },
2655   { "pacman.turning_from_right",                "RocksElements.png"     },
2656   { "pacman.turning_from_right.xpos",           "12"                    },
2657   { "pacman.turning_from_right.ypos",           "5"                     },
2658   { "pacman.turning_from_right.frames",         "1"                     },
2659   { "pacman.turning_from_up",                   "RocksElements.png"     },
2660   { "pacman.turning_from_up.xpos",              "13"                    },
2661   { "pacman.turning_from_up.ypos",              "5"                     },
2662   { "pacman.turning_from_up.frames",            "1"                     },
2663   { "pacman.turning_from_left",                 "RocksElements.png"     },
2664   { "pacman.turning_from_left.xpos",            "14"                    },
2665   { "pacman.turning_from_left.ypos",            "5"                     },
2666   { "pacman.turning_from_left.frames",          "1"                     },
2667   { "pacman.turning_from_down",                 "RocksElements.png"     },
2668   { "pacman.turning_from_down.xpos",            "15"                    },
2669   { "pacman.turning_from_down.ypos",            "5"                     },
2670   { "pacman.turning_from_down.frames",          "1"                     },
2671
2672   { "lamp",                                     "RocksElements.png"     },
2673   { "lamp.xpos",                                "0"                     },
2674   { "lamp.ypos",                                "7"                     },
2675   { "lamp.frames",                              "1"                     },
2676   { "lamp.active",                              "RocksElements.png"     },
2677   { "lamp.active.xpos",                         "1"                     },
2678   { "lamp.active.ypos",                         "7"                     },
2679   { "lamp.active.frames",                       "1"                     },
2680
2681   { "time_orb_full",                            "RocksElements.png"     },
2682   { "time_orb_full.xpos",                       "2"                     },
2683   { "time_orb_full.ypos",                       "7"                     },
2684   { "time_orb_full.frames",                     "1"                     },
2685   { "time_orb_empty",                           "RocksElements.png"     },
2686   { "time_orb_empty.xpos",                      "3"                     },
2687   { "time_orb_empty.ypos",                      "7"                     },
2688   { "time_orb_empty.frames",                    "1"                     },
2689
2690   { "emerald_yellow",                           "RocksElements.png"     },
2691   { "emerald_yellow.xpos",                      "10"                    },
2692   { "emerald_yellow.ypos",                      "8"                     },
2693   { "emerald_yellow.frames",                    "1"                     },
2694   { "emerald_yellow.moving",                    "RocksElements.png"     },
2695   { "emerald_yellow.moving.xpos",               "10"                    },
2696   { "emerald_yellow.moving.ypos",               "8"                     },
2697   { "emerald_yellow.moving.frames",             "2"                     },
2698   { "emerald_yellow.moving.delay",              "4"                     },
2699   { "emerald_yellow.falling",                   "RocksElements.png"     },
2700   { "emerald_yellow.falling.xpos",              "10"                    },
2701   { "emerald_yellow.falling.ypos",              "8"                     },
2702   { "emerald_yellow.falling.frames",            "2"                     },
2703   { "emerald_yellow.falling.delay",             "4"                     },
2704   { "emerald_red",                              "RocksElements.png"     },
2705   { "emerald_red.xpos",                         "8"                     },
2706   { "emerald_red.ypos",                         "9"                     },
2707   { "emerald_red.frames",                       "1"                     },
2708   { "emerald_red.moving",                       "RocksElements.png"     },
2709   { "emerald_red.moving.xpos",                  "8"                     },
2710   { "emerald_red.moving.ypos",                  "9"                     },
2711   { "emerald_red.moving.frames",                "2"                     },
2712   { "emerald_red.moving.delay",                 "4"                     },
2713   { "emerald_red.falling",                      "RocksElements.png"     },
2714   { "emerald_red.falling.xpos",                 "8"                     },
2715   { "emerald_red.falling.ypos",                 "9"                     },
2716   { "emerald_red.falling.frames",               "2"                     },
2717   { "emerald_red.falling.delay",                "4"                     },
2718   { "emerald_purple",                           "RocksElements.png"     },
2719   { "emerald_purple.xpos",                      "10"                    },
2720   { "emerald_purple.ypos",                      "9"                     },
2721   { "emerald_purple.frames",                    "1"                     },
2722   { "emerald_purple.moving",                    "RocksElements.png"     },
2723   { "emerald_purple.moving.xpos",               "10"                    },
2724   { "emerald_purple.moving.ypos",               "9"                     },
2725   { "emerald_purple.moving.frames",             "2"                     },
2726   { "emerald_purple.moving.delay",              "4"                     },
2727   { "emerald_purple.falling",                   "RocksElements.png"     },
2728   { "emerald_purple.falling.xpos",              "10"                    },
2729   { "emerald_purple.falling.ypos",              "9"                     },
2730   { "emerald_purple.falling.frames",            "2"                     },
2731   { "emerald_purple.falling.delay",             "4"                     },
2732
2733   { "wall_emerald_yellow",                      "RocksElements.png"     },
2734   { "wall_emerald_yellow.xpos",                 "8"                     },
2735   { "wall_emerald_yellow.ypos",                 "8"                     },
2736   { "wall_emerald_yellow.frames",               "1"                     },
2737   { "wall_emerald_red",                         "RocksElements.png"     },
2738   { "wall_emerald_red.xpos",                    "6"                     },
2739   { "wall_emerald_red.ypos",                    "8"                     },
2740   { "wall_emerald_red.frames",                  "1"                     },
2741   { "wall_emerald_purple",                      "RocksElements.png"     },
2742   { "wall_emerald_purple.xpos",                 "7"                     },
2743   { "wall_emerald_purple.ypos",                 "8"                     },
2744   { "wall_emerald_purple.frames",               "1"                     },
2745   { "wall_bd_diamond",                          "RocksElements.png"     },
2746   { "wall_bd_diamond.xpos",                     "9"                     },
2747   { "wall_bd_diamond.ypos",                     "8"                     },
2748   { "wall_bd_diamond.frames",                   "1"                     },
2749
2750   { "expandable_wall",                          "RocksElements.png"     },
2751   { "expandable_wall.xpos",                     "11"                    },
2752   { "expandable_wall.ypos",                     "10"                    },
2753   { "expandable_wall.frames",                   "1"                     },
2754   { "expandable_wall_horizontal",               "RocksElements.png"     },
2755   { "expandable_wall_horizontal.xpos",          "5"                     },
2756   { "expandable_wall_horizontal.ypos",          "9"                     },
2757   { "expandable_wall_horizontal.frames",        "1"                     },
2758   { "expandable_wall_horizontal.EDITOR",        "RocksElements.png"     },
2759   { "expandable_wall_horizontal.EDITOR.xpos",   "13"                    },
2760   { "expandable_wall_horizontal.EDITOR.ypos",   "13"                    },
2761   { "expandable_wall_vertical",                 "RocksElements.png"     },
2762   { "expandable_wall_vertical.xpos",            "6"                     },
2763   { "expandable_wall_vertical.ypos",            "9"                     },
2764   { "expandable_wall_vertical.frames",          "1"                     },
2765   { "expandable_wall_vertical.EDITOR",          "RocksElements.png"     },
2766   { "expandable_wall_vertical.EDITOR.xpos",     "14"                    },
2767   { "expandable_wall_vertical.EDITOR.ypos",     "13"                    },
2768   { "expandable_wall_any",                      "RocksElements.png"     },
2769   { "expandable_wall_any.xpos",                 "4"                     },
2770   { "expandable_wall_any.ypos",                 "9"                     },
2771   { "expandable_wall_any.frames",               "1"                     },
2772   { "expandable_wall_any.EDITOR",               "RocksElements.png"     },
2773   { "expandable_wall_any.EDITOR.xpos",          "12"                    },
2774   { "expandable_wall_any.EDITOR.ypos",          "13"                    },
2775
2776   { "expandable_steelwall_horizontal",          "RocksDC2.png"          },
2777   { "expandable_steelwall_horizontal.xpos",     "6"                     },
2778   { "expandable_steelwall_horizontal.ypos",     "2"                     },
2779   { "expandable_steelwall_horizontal.frames",   "1"                     },
2780   { "expandable_steelwall_horizontal.EDITOR",   "RocksDC2.png"          },
2781   { "expandable_steelwall_horizontal.EDITOR.xpos","9"                   },
2782   { "expandable_steelwall_horizontal.EDITOR.ypos","2"                   },
2783   { "expandable_steelwall_vertical",            "RocksDC2.png"          },
2784   { "expandable_steelwall_vertical.xpos",       "6"                     },
2785   { "expandable_steelwall_vertical.ypos",       "2"                     },
2786   { "expandable_steelwall_vertical.frames",     "1"                     },
2787   { "expandable_steelwall_vertical.EDITOR",     "RocksDC2.png"          },
2788   { "expandable_steelwall_vertical.EDITOR.xpos","10"                    },
2789   { "expandable_steelwall_vertical.EDITOR.ypos","2"                     },
2790   { "expandable_steelwall_any",                 "RocksDC2.png"          },
2791   { "expandable_steelwall_any.xpos",            "6"                     },
2792   { "expandable_steelwall_any.ypos",            "2"                     },
2793   { "expandable_steelwall_any.frames",          "1"                     },
2794   { "expandable_steelwall_any.EDITOR",          "RocksDC2.png"          },
2795   { "expandable_steelwall_any.EDITOR.xpos",     "8"                     },
2796   { "expandable_steelwall_any.EDITOR.ypos",     "2"                     },
2797
2798   { "bd_expandable_wall",                       "RocksElements.png"     },
2799   { "bd_expandable_wall.xpos",                  "5"                     },
2800   { "bd_expandable_wall.ypos",                  "9"                     },
2801   { "bd_expandable_wall.frames",                "1"                     },
2802   { "bd_expandable_wall.EDITOR",                "RocksDC.png"           },
2803   { "bd_expandable_wall.EDITOR.xpos",           "15"                    },
2804   { "bd_expandable_wall.EDITOR.ypos",           "15"                    },
2805
2806   { "expandable_wall.growing.left",             "RocksElements.png"     },
2807   { "expandable_wall.growing.left.xpos",        "8"                     },
2808   { "expandable_wall.growing.left.ypos",        "10"                    },
2809   { "expandable_wall.growing.left.frames",      "3"                     },
2810   { "expandable_wall.growing.left.delay",       "6"                     },
2811   { "expandable_wall.growing.left.anim_mode",   "linear"                },
2812   { "expandable_wall.growing.right",            "RocksElements.png"     },
2813   { "expandable_wall.growing.right.xpos",       "5"                     },
2814   { "expandable_wall.growing.right.ypos",       "10"                    },
2815   { "expandable_wall.growing.right.frames",     "3"                     },
2816   { "expandable_wall.growing.right.delay",      "6"                     },
2817   { "expandable_wall.growing.right.anim_mode",  "linear"                },
2818   { "expandable_wall.growing.up",               "RocksHeroes.png"       },
2819   { "expandable_wall.growing.up.xpos",          "3"                     },
2820   { "expandable_wall.growing.up.ypos",          "12"                    },
2821   { "expandable_wall.growing.up.frames",        "3"                     },
2822   { "expandable_wall.growing.up.delay",         "6"                     },
2823   { "expandable_wall.growing.up.anim_mode",     "linear"                },
2824   { "expandable_wall.growing.down",             "RocksHeroes.png"       },
2825   { "expandable_wall.growing.down.xpos",        "0"                     },
2826   { "expandable_wall.growing.down.ypos",        "12"                    },
2827   { "expandable_wall.growing.down.frames",      "3"                     },
2828   { "expandable_wall.growing.down.delay",       "6"                     },
2829   { "expandable_wall.growing.down.anim_mode",   "linear"                },
2830
2831   { "expandable_steelwall.growing.left",        "RocksDC2.png"          },
2832   { "expandable_steelwall.growing.left.xpos",   "8"                     },
2833   { "expandable_steelwall.growing.left.ypos",   "4"                     },
2834   { "expandable_steelwall.growing.left.frames", "4"                     },
2835   { "expandable_steelwall.growing.left.delay",  "4"                     },
2836   { "expandable_steelwall.growing.left.anim_mode","linear"              },
2837   { "expandable_steelwall.growing.right",       "RocksDC2.png"          },
2838   { "expandable_steelwall.growing.right.xpos",  "12"                    },
2839   { "expandable_steelwall.growing.right.ypos",  "4"                     },
2840   { "expandable_steelwall.growing.right.frames","4"                     },
2841   { "expandable_steelwall.growing.right.delay", "4"                     },
2842   { "expandable_steelwall.growing.right.anim_mode","linear"             },
2843   { "expandable_steelwall.growing.up",          "RocksDC2.png"          },
2844   { "expandable_steelwall.growing.up.xpos",     "8"                     },
2845   { "expandable_steelwall.growing.up.ypos",     "5"                     },
2846   { "expandable_steelwall.growing.up.frames",   "4"                     },
2847   { "expandable_steelwall.growing.up.delay",    "4"                     },
2848   { "expandable_steelwall.growing.up.anim_mode","linear"                },
2849   { "expandable_steelwall.growing.down",        "RocksDC2.png"          },
2850   { "expandable_steelwall.growing.down.xpos",   "12"                    },
2851   { "expandable_steelwall.growing.down.ypos",   "5"                     },
2852   { "expandable_steelwall.growing.down.frames", "4"                     },
2853   { "expandable_steelwall.growing.down.delay",  "4"                     },
2854   { "expandable_steelwall.growing.down.anim_mode","linear"              },
2855
2856   { "black_orb",                                "RocksElements.png"     },
2857   { "black_orb.xpos",                           "13"                    },
2858   { "black_orb.ypos",                           "9"                     },
2859   { "black_orb.frames",                         "1"                     },
2860
2861   { "speed_pill",                               "RocksElements.png"     },
2862   { "speed_pill.xpos",                          "14"                    },
2863   { "speed_pill.ypos",                          "9"                     },
2864   { "speed_pill.frames",                        "1"                     },
2865
2866   { "dark_yamyam",                              "RocksElements.png"     },
2867   { "dark_yamyam.xpos",                         "8"                     },
2868   { "dark_yamyam.ypos",                         "11"                    },
2869   { "dark_yamyam.frames",                       "4"                     },
2870   { "dark_yamyam.anim_mode",                    "pingpong2"             },
2871
2872   { "dynabomb",                                 "RocksElements.png"     },
2873   { "dynabomb.xpos",                            "12"                    },
2874   { "dynabomb.ypos",                            "11"                    },
2875   { "dynabomb.frames",                          "1"                     },
2876   { "dynabomb.active",                          "RocksElements.png"     },
2877   { "dynabomb.active.xpos",                     "12"                    },
2878   { "dynabomb.active.ypos",                     "11"                    },
2879   { "dynabomb.active.frames",                   "4"                     },
2880   { "dynabomb.active.delay",                    "6"                     },
2881   { "dynabomb.active.anim_mode",                "pingpong"              },
2882   { "dynabomb_player_1",                        "RocksElements.png"     },
2883   { "dynabomb_player_1.xpos",                   "12"                    },
2884   { "dynabomb_player_1.ypos",                   "11"                    },
2885   { "dynabomb_player_1.frames",                 "1"                     },
2886   { "dynabomb_player_1.active",                 "RocksElements.png"     },
2887   { "dynabomb_player_1.active.xpos",            "12"                    },
2888   { "dynabomb_player_1.active.ypos",            "11"                    },
2889   { "dynabomb_player_1.active.frames",          "4"                     },
2890   { "dynabomb_player_1.active.delay",           "6"                     },
2891   { "dynabomb_player_1.active.anim_mode",       "pingpong"              },
2892   { "dynabomb_player_2",                        "RocksElements.png"     },
2893   { "dynabomb_player_2.xpos",                   "12"                    },
2894   { "dynabomb_player_2.ypos",                   "11"                    },
2895   { "dynabomb_player_2.frames",                 "1"                     },
2896   { "dynabomb_player_2.active",                 "RocksElements.png"     },
2897   { "dynabomb_player_2.active.xpos",            "12"                    },
2898   { "dynabomb_player_2.active.ypos",            "11"                    },
2899   { "dynabomb_player_2.active.frames",          "4"                     },
2900   { "dynabomb_player_2.active.delay",           "6"                     },
2901   { "dynabomb_player_2.active.anim_mode",       "pingpong"              },
2902   { "dynabomb_player_3",                        "RocksElements.png"     },
2903   { "dynabomb_player_3.xpos",                   "12"                    },
2904   { "dynabomb_player_3.ypos",                   "11"                    },
2905   { "dynabomb_player_3.frames",                 "1"                     },
2906   { "dynabomb_player_3.active",                 "RocksElements.png"     },
2907   { "dynabomb_player_3.active.xpos",            "12"                    },
2908   { "dynabomb_player_3.active.ypos",            "11"                    },
2909   { "dynabomb_player_3.active.frames",          "4"                     },
2910   { "dynabomb_player_3.active.delay",           "6"                     },
2911   { "dynabomb_player_3.active.anim_mode",       "pingpong"              },
2912   { "dynabomb_player_4",                        "RocksElements.png"     },
2913   { "dynabomb_player_4.xpos",                   "12"                    },
2914   { "dynabomb_player_4.ypos",                   "11"                    },
2915   { "dynabomb_player_4.frames",                 "1"                     },
2916   { "dynabomb_player_4.active",                 "RocksElements.png"     },
2917   { "dynabomb_player_4.active.xpos",            "12"                    },
2918   { "dynabomb_player_4.active.ypos",            "11"                    },
2919   { "dynabomb_player_4.active.frames",          "4"                     },
2920   { "dynabomb_player_4.active.delay",           "6"                     },
2921   { "dynabomb_player_4.active.anim_mode",       "pingpong"              },
2922   { "dynabomb_increase_number",                 "RocksElements.png"     },
2923   { "dynabomb_increase_number.xpos",            "12"                    },
2924   { "dynabomb_increase_number.ypos",            "11"                    },
2925   { "dynabomb_increase_number.frames",          "1"                     },
2926   { "dynabomb_increase_size",                   "RocksElements.png"     },
2927   { "dynabomb_increase_size.xpos",              "15"                    },
2928   { "dynabomb_increase_size.ypos",              "11"                    },
2929   { "dynabomb_increase_size.frames",            "1"                     },
2930   { "dynabomb_increase_power",                  "RocksElements.png"     },
2931   { "dynabomb_increase_power.xpos",             "12"                    },
2932   { "dynabomb_increase_power.ypos",             "9"                     },
2933   { "dynabomb_increase_power.frames",           "1"                     },
2934
2935   { "pig",                                      "RocksHeroes.png"       },
2936   { "pig.xpos",                                 "8"                     },
2937   { "pig.ypos",                                 "0"                     },
2938   { "pig.frames",                               "1"                     },
2939   { "pig.down",                                 "RocksHeroes.png"       },
2940   { "pig.down.xpos",                            "8"                     },
2941   { "pig.down.ypos",                            "0"                     },
2942   { "pig.down.frames",                          "1"                     },
2943   { "pig.up",                                   "RocksHeroes.png"       },
2944   { "pig.up.xpos",                              "12"                    },
2945   { "pig.up.ypos",                              "0"                     },
2946   { "pig.up.frames",                            "1"                     },
2947   { "pig.left",                                 "RocksHeroes.png"       },
2948   { "pig.left.xpos",                            "8"                     },
2949   { "pig.left.ypos",                            "1"                     },
2950   { "pig.left.frames",                          "1"                     },
2951   { "pig.right",                                "RocksHeroes.png"       },
2952   { "pig.right.xpos",                           "12"                    },
2953   { "pig.right.ypos",                           "1"                     },
2954   { "pig.right.frames",                         "1"                     },
2955   { "pig.moving.down",                          "RocksHeroes.png"       },
2956   { "pig.moving.down.xpos",                     "8"                     },
2957   { "pig.moving.down.ypos",                     "0"                     },
2958   { "pig.moving.down.frames",                   "4"                     },
2959   { "pig.moving.down.delay",                    "2"                     },
2960   { "pig.moving.up",                            "RocksHeroes.png"       },
2961   { "pig.moving.up.xpos",                       "12"                    },
2962   { "pig.moving.up.ypos",                       "0"                     },
2963   { "pig.moving.up.frames",                     "4"                     },
2964   { "pig.moving.up.delay",                      "2"                     },
2965   { "pig.moving.left",                          "RocksHeroes.png"       },
2966   { "pig.moving.left.xpos",                     "8"                     },
2967   { "pig.moving.left.ypos",                     "1"                     },
2968   { "pig.moving.left.frames",                   "4"                     },
2969   { "pig.moving.left.delay",                    "2"                     },
2970   { "pig.moving.right",                         "RocksHeroes.png"       },
2971   { "pig.moving.right.xpos",                    "12"                    },
2972   { "pig.moving.right.ypos",                    "1"                     },
2973   { "pig.moving.right.frames",                  "4"                     },
2974   { "pig.moving.right.delay",                   "2"                     },
2975   { "pig.digging.down",                         "RocksHeroes.png"       },
2976   { "pig.digging.down.xpos",                    "8"                     },
2977   { "pig.digging.down.ypos",                    "0"                     },
2978   { "pig.digging.down.frames",                  "4"                     },
2979   { "pig.digging.down.delay",                   "2"                     },
2980   { "pig.digging.up",                           "RocksHeroes.png"       },
2981   { "pig.digging.up.xpos",                      "12"                    },
2982   { "pig.digging.up.ypos",                      "0"                     },
2983   { "pig.digging.up.frames",                    "4"                     },
2984   { "pig.digging.up.delay",                     "2"                     },
2985   { "pig.digging.left",                         "RocksHeroes.png"       },
2986   { "pig.digging.left.xpos",                    "8"                     },
2987   { "pig.digging.left.ypos",                    "1"                     },
2988   { "pig.digging.left.frames",                  "4"                     },
2989   { "pig.digging.left.delay",                   "2"                     },
2990   { "pig.digging.right",                        "RocksHeroes.png"       },
2991   { "pig.digging.right.xpos",                   "12"                    },
2992   { "pig.digging.right.ypos",                   "1"                     },
2993   { "pig.digging.right.frames",                 "4"                     },
2994   { "pig.digging.right.delay",                  "2"                     },
2995
2996   { "dragon",                                   "RocksHeroes.png"       },
2997   { "dragon.xpos",                              "8"                     },
2998   { "dragon.ypos",                              "2"                     },
2999   { "dragon.frames",                            "1"                     },
3000   { "dragon.down",                              "RocksHeroes.png"       },
3001   { "dragon.down.xpos",                         "8"                     },
3002   { "dragon.down.ypos",                         "2"                     },
3003   { "dragon.down.frames",                       "1"                     },
3004   { "dragon.up",                                "RocksHeroes.png"       },
3005   { "dragon.up.xpos",                           "12"                    },
3006   { "dragon.up.ypos",                           "2"                     },
3007   { "dragon.up.frames",                         "1"                     },
3008   { "dragon.left",                              "RocksHeroes.png"       },
3009   { "dragon.left.xpos",                         "8"                     },
3010   { "dragon.left.ypos",                         "3"                     },
3011   { "dragon.left.frames",                       "1"                     },
3012   { "dragon.right",                             "RocksHeroes.png"       },
3013   { "dragon.right.xpos",                        "12"                    },
3014   { "dragon.right.ypos",                        "3"                     },
3015   { "dragon.right.frames",                      "1"                     },
3016   { "dragon.moving.down",                       "RocksHeroes.png"       },
3017   { "dragon.moving.down.xpos",                  "8"                     },
3018   { "dragon.moving.down.ypos",                  "2"                     },
3019   { "dragon.moving.down.frames",                "4"                     },
3020   { "dragon.moving.down.delay",                 "2"                     },
3021   { "dragon.moving.up",                         "RocksHeroes.png"       },
3022   { "dragon.moving.up.xpos",                    "12"                    },
3023   { "dragon.moving.up.ypos",                    "2"                     },
3024   { "dragon.moving.up.frames",                  "4"                     },
3025   { "dragon.moving.up.delay",                   "2"                     },
3026   { "dragon.moving.left",                       "RocksHeroes.png"       },
3027   { "dragon.moving.left.xpos",                  "8"                     },
3028   { "dragon.moving.left.ypos",                  "3"                     },
3029   { "dragon.moving.left.frames",                "4"                     },
3030   { "dragon.moving.left.delay",                 "2"                     },
3031   { "dragon.moving.right",                      "RocksHeroes.png"       },
3032   { "dragon.moving.right.xpos",                 "12"                    },
3033   { "dragon.moving.right.ypos",                 "3"                     },
3034   { "dragon.moving.right.frames",               "4"                     },
3035   { "dragon.moving.right.delay",                "2"                     },
3036   { "dragon.attacking.down",                    "RocksHeroes.png"       },
3037   { "dragon.attacking.down.xpos",               "8"                     },
3038   { "dragon.attacking.down.ypos",               "2"                     },
3039   { "dragon.attacking.down.frames",             "1"                     },
3040   { "dragon.attacking.up",                      "RocksHeroes.png"       },
3041   { "dragon.attacking.up.xpos",                 "12"                    },
3042   { "dragon.attacking.up.ypos",                 "2"                     },
3043   { "dragon.attacking.up.frames",               "1"                     },
3044   { "dragon.attacking.left",                    "RocksHeroes.png"       },
3045   { "dragon.attacking.left.xpos",               "8"                     },
3046   { "dragon.attacking.left.ypos",               "3"                     },
3047   { "dragon.attacking.left.frames",             "1"                     },
3048   { "dragon.attacking.right",                   "RocksHeroes.png"       },
3049   { "dragon.attacking.right.xpos",              "12"                    },
3050   { "dragon.attacking.right.ypos",              "3"                     },
3051   { "dragon.attacking.right.frames",            "1"                     },
3052
3053   { "mole",                                     "RocksHeroes.png"       },
3054   { "mole.xpos",                                "8"                     },
3055   { "mole.ypos",                                "4"                     },
3056   { "mole.frames",                              "1"                     },
3057   { "mole.down",                                "RocksHeroes.png"       },
3058   { "mole.down.xpos",                           "8"                     },
3059   { "mole.down.ypos",                           "4"                     },
3060   { "mole.down.frames",                         "1"                     },
3061   { "mole.up",                                  "RocksHeroes.png"       },
3062   { "mole.up.xpos",                             "12"                    },
3063   { "mole.up.ypos",                             "4"                     },
3064   { "mole.up.frames",                           "1"                     },
3065   { "mole.left",                                "RocksHeroes.png"       },
3066   { "mole.left.xpos",                           "8"                     },
3067   { "mole.left.ypos",                           "5"                     },
3068   { "mole.left.frames",                         "1"                     },
3069   { "mole.right",                               "RocksHeroes.png"       },
3070   { "mole.right.xpos",                          "12"                    },
3071   { "mole.right.ypos",                          "5"                     },
3072   { "mole.right.frames",                        "1"                     },
3073   { "mole.moving.down",                         "RocksHeroes.png"       },
3074   { "mole.moving.down.xpos",                    "8"                     },
3075   { "mole.moving.down.ypos",                    "4"                     },
3076   { "mole.moving.down.frames",                  "4"                     },
3077   { "mole.moving.down.delay",                   "2"                     },
3078   { "mole.moving.up",                           "RocksHeroes.png"       },
3079   { "mole.moving.up.xpos",                      "12"                    },
3080   { "mole.moving.up.ypos",                      "4"                     },
3081   { "mole.moving.up.frames",                    "4"                     },
3082   { "mole.moving.up.delay",                     "2"                     },
3083   { "mole.moving.left",                         "RocksHeroes.png"       },
3084   { "mole.moving.left.xpos",                    "8"                     },
3085   { "mole.moving.left.ypos",                    "5"                     },
3086   { "mole.moving.left.frames",                  "4"                     },
3087   { "mole.moving.left.delay",                   "2"                     },
3088   { "mole.moving.right",                        "RocksHeroes.png"       },
3089   { "mole.moving.right.xpos",                   "12"                    },
3090   { "mole.moving.right.ypos",                   "5"                     },
3091   { "mole.moving.right.frames",                 "4"                     },
3092   { "mole.moving.right.delay",                  "2"                     },
3093   { "mole.digging.down",                        "RocksHeroes.png"       },
3094   { "mole.digging.down.xpos",                   "8"                     },
3095   { "mole.digging.down.ypos",                   "4"                     },
3096   { "mole.digging.down.frames",                 "4"                     },
3097   { "mole.digging.down.delay",                  "2"                     },
3098   { "mole.digging.up",                          "RocksHeroes.png"       },
3099   { "mole.digging.up.xpos",                     "12"                    },
3100   { "mole.digging.up.ypos",                     "4"                     },
3101   { "mole.digging.up.frames",                   "4"                     },
3102   { "mole.digging.up.delay",                    "2"                     },
3103   { "mole.digging.left",                        "RocksHeroes.png"       },
3104   { "mole.digging.left.xpos",                   "8"                     },
3105   { "mole.digging.left.ypos",                   "5"                     },
3106   { "mole.digging.left.frames",                 "4"                     },
3107   { "mole.digging.left.delay",                  "2"                     },
3108   { "mole.digging.right",                       "RocksHeroes.png"       },
3109   { "mole.digging.right.xpos",                  "12"                    },
3110   { "mole.digging.right.ypos",                  "5"                     },
3111   { "mole.digging.right.frames",                "4"                     },
3112   { "mole.digging.right.delay",                 "2"                     },
3113
3114   { "penguin",                                  "RocksHeroes.png"       },
3115   { "penguin.xpos",                             "8"                     },
3116   { "penguin.ypos",                             "6"                     },
3117   { "penguin.frames",                           "1"                     },
3118   { "penguin.down",                             "RocksHeroes.png"       },
3119   { "penguin.down.xpos",                        "8"                     },
3120   { "penguin.down.ypos",                        "6"                     },
3121   { "penguin.down.frames",                      "1"                     },
3122   { "penguin.up",                               "RocksHeroes.png"       },
3123   { "penguin.up.xpos",                          "12"                    },
3124   { "penguin.up.ypos",                          "6"                     },
3125   { "penguin.up.frames",                        "1"                     },
3126   { "penguin.left",                             "RocksHeroes.png"       },
3127   { "penguin.left.xpos",                        "8"                     },
3128   { "penguin.left.ypos",                        "7"                     },
3129   { "penguin.left.frames",                      "1"                     },
3130   { "penguin.right",                            "RocksHeroes.png"       },
3131   { "penguin.right.xpos",                       "12"                    },
3132   { "penguin.right.ypos",                       "7"                     },
3133   { "penguin.right.frames",                     "1"                     },
3134   { "penguin.moving.down",                      "RocksHeroes.png"       },
3135   { "penguin.moving.down.xpos",                 "8"                     },
3136   { "penguin.moving.down.ypos",                 "6"                     },
3137   { "penguin.moving.down.frames",               "4"                     },
3138   { "penguin.moving.down.delay",                "2"                     },
3139   { "penguin.moving.up",                        "RocksHeroes.png"       },
3140   { "penguin.moving.up.xpos",                   "12"                    },
3141   { "penguin.moving.up.ypos",                   "6"                     },
3142   { "penguin.moving.up.frames",                 "4"                     },
3143   { "penguin.moving.up.delay",                  "2"                     },
3144   { "penguin.moving.left",                      "RocksHeroes.png"       },
3145   { "penguin.moving.left.xpos",                 "8"                     },
3146   { "penguin.moving.left.ypos",                 "7"                     },
3147   { "penguin.moving.left.frames",               "4"                     },
3148   { "penguin.moving.left.delay",                "2"                     },
3149   { "penguin.moving.right",                     "RocksHeroes.png"       },
3150   { "penguin.moving.right.xpos",                "12"                    },
3151   { "penguin.moving.right.ypos",                "7"                     },
3152   { "penguin.moving.right.frames",              "4"                     },
3153   { "penguin.moving.right.delay",               "2"                     },
3154
3155   { "satellite",                                "RocksHeroes.png"       },
3156   { "satellite.xpos",                           "8"                     },
3157   { "satellite.ypos",                           "9"                     },
3158   { "satellite.frames",                         "8"                     },
3159   { "satellite.delay",                          "2"                     },
3160   { "satellite.global_sync",                    "true"                  },
3161
3162   { "flames_1_left",                            "RocksHeroes.png"       },
3163   { "flames_1_left.xpos",                       "8"                     },
3164   { "flames_1_left.ypos",                       "12"                    },
3165   { "flames_1_left.frames",                     "2"                     },
3166   { "flames_1_left.offset",                     "96"                    },
3167   { "flames_2_left",                            "RocksHeroes.png"       },
3168   { "flames_2_left.xpos",                       "9"                     },
3169   { "flames_2_left.ypos",                       "12"                    },
3170   { "flames_2_left.frames",                     "2"                     },
3171   { "flames_2_left.offset",                     "96"                    },
3172   { "flames_3_left",                            "RocksHeroes.png"       },
3173   { "flames_3_left.xpos",                       "10"                    },
3174   { "flames_3_left.ypos",                       "12"                    },
3175   { "flames_3_left.frames",                     "2"                     },
3176   { "flames_3_left.offset",                     "96"                    },
3177
3178   { "flames_1_right",                           "RocksHeroes.png"       },
3179   { "flames_1_right.xpos",                      "8"                     },
3180   { "flames_1_right.ypos",                      "13"                    },
3181   { "flames_1_right.frames",                    "2"                     },
3182   { "flames_1_right.offset",                    "96"                    },
3183   { "flames_2_right",                           "RocksHeroes.png"       },
3184   { "flames_2_right.xpos",                      "9"                     },
3185   { "flames_2_right.ypos",                      "13"                    },
3186   { "flames_2_right.frames",                    "2"                     },
3187   { "flames_2_right.offset",                    "96"                    },
3188   { "flames_3_right",                           "RocksHeroes.png"       },
3189   { "flames_3_right.xpos",                      "10"                    },
3190   { "flames_3_right.ypos",                      "13"                    },
3191   { "flames_3_right.frames",                    "2"                     },
3192   { "flames_3_right.offset",                    "96"                    },
3193
3194   { "flames_1_up",                              "RocksHeroes.png"       },
3195   { "flames_1_up.xpos",                         "8"                     },
3196   { "flames_1_up.ypos",                         "14"                    },
3197   { "flames_1_up.frames",                       "2"                     },
3198   { "flames_1_up.offset",                       "96"                    },
3199   { "flames_2_up",                              "RocksHeroes.png"       },
3200   { "flames_2_up.xpos",                         "9"                     },
3201   { "flames_2_up.ypos",                         "14"                    },
3202   { "flames_2_up.frames",                       "2"                     },
3203   { "flames_2_up.offset",                       "96"                    },
3204   { "flames_3_up",                              "RocksHeroes.png"       },
3205   { "flames_3_up.xpos",                         "10"                    },
3206   { "flames_3_up.ypos",                         "14"                    },
3207   { "flames_3_up.frames",                       "2"                     },
3208   { "flames_3_up.offset",                       "96"                    },
3209
3210   { "flames_1_down",                            "RocksHeroes.png"       },
3211   { "flames_1_down.xpos",                       "8"                     },
3212   { "flames_1_down.ypos",                       "15"                    },
3213   { "flames_1_down.frames",                     "2"                     },
3214   { "flames_1_down.offset",                     "96"                    },
3215   { "flames_2_down",                            "RocksHeroes.png"       },
3216   { "flames_2_down.xpos",                       "9"                     },
3217   { "flames_2_down.ypos",                       "15"                    },
3218   { "flames_2_down.frames",                     "2"                     },
3219   { "flames_2_down.offset",                     "96"                    },
3220   { "flames_3_down",                            "RocksHeroes.png"       },
3221   { "flames_3_down.xpos",                       "10"                    },
3222   { "flames_3_down.ypos",                       "15"                    },
3223   { "flames_3_down.frames",                     "2"                     },
3224   { "flames_3_down.offset",                     "96"                    },
3225
3226   { "stoneblock",                               "RocksElements.png"     },
3227   { "stoneblock.xpos",                          "10"                    },
3228   { "stoneblock.ypos",                          "1"                     },
3229   { "stoneblock.frames",                        "1"                     },
3230
3231   // images for other elements and actions
3232
3233   { "player_1",                                 "RocksHeroes.png"       },
3234   { "player_1.xpos",                            "0"                     },
3235   { "player_1.ypos",                            "0"                     },
3236   { "player_1.frames",                          "1"                     },
3237   { "player_1.down",                            "RocksHeroes.png"       },
3238   { "player_1.down.xpos",                       "0"                     },
3239   { "player_1.down.ypos",                       "0"                     },
3240   { "player_1.down.frames",                     "1"                     },
3241   { "player_1.up",                              "RocksHeroes.png"       },
3242   { "player_1.up.xpos",                         "4"                     },
3243   { "player_1.up.ypos",                         "0"                     },
3244   { "player_1.up.frames",                       "1"                     },
3245   { "player_1.left",                            "RocksHeroes.png"       },
3246   { "player_1.left.xpos",                       "0"                     },
3247   { "player_1.left.ypos",                       "1"                     },
3248   { "player_1.left.frames",                     "1"                     },
3249   { "player_1.right",                           "RocksHeroes.png"       },
3250   { "player_1.right.xpos",                      "4"                     },
3251   { "player_1.right.ypos",                      "1"                     },
3252   { "player_1.right.frames",                    "1"                     },
3253   { "player_1.moving.down",                     "RocksHeroes.png"       },
3254   { "player_1.moving.down.xpos",                "0"                     },
3255   { "player_1.moving.down.ypos",                "0"                     },
3256   { "player_1.moving.down.frames",              "4"                     },
3257   { "player_1.moving.down.start_frame",         "1"                     },
3258   { "player_1.moving.down.delay",               "4"                     },
3259   { "player_1.moving.up",                       "RocksHeroes.png"       },
3260   { "player_1.moving.up.xpos",                  "4"                     },
3261   { "player_1.moving.up.ypos",                  "0"                     },
3262   { "player_1.moving.up.frames",                "4"                     },
3263   { "player_1.moving.up.start_frame",           "1"                     },
3264   { "player_1.moving.up.delay",                 "4"                     },
3265   { "player_1.moving.left",                     "RocksHeroes.png"       },
3266   { "player_1.moving.left.xpos",                "0"                     },
3267   { "player_1.moving.left.ypos",                "1"                     },
3268   { "player_1.moving.left.frames",              "4"                     },
3269   { "player_1.moving.left.start_frame",         "1"                     },
3270   { "player_1.moving.left.delay",               "4"                     },
3271   { "player_1.moving.right",                    "RocksHeroes.png"       },
3272   { "player_1.moving.right.xpos",               "4"                     },
3273   { "player_1.moving.right.ypos",               "1"                     },
3274   { "player_1.moving.right.frames",             "4"                     },
3275   { "player_1.moving.right.start_frame",        "1"                     },
3276   { "player_1.moving.right.delay",              "4"                     },
3277   { "player_1.digging.down",                    "RocksHeroes.png"       },
3278   { "player_1.digging.down.xpos",               "0"                     },
3279   { "player_1.digging.down.ypos",               "0"                     },
3280   { "player_1.digging.down.frames",             "4"                     },
3281   { "player_1.digging.down.start_frame",        "1"                     },
3282   { "player_1.digging.down.delay",              "4"                     },
3283   { "player_1.digging.up",                      "RocksHeroes.png"       },
3284   { "player_1.digging.up.xpos",                 "4"                     },
3285   { "player_1.digging.up.ypos",                 "0"                     },
3286   { "player_1.digging.up.frames",               "4"                     },
3287   { "player_1.digging.up.start_frame",          "1"                     },
3288   { "player_1.digging.up.delay",                "4"                     },
3289   { "player_1.digging.left",                    "RocksHeroes.png"       },
3290   { "player_1.digging.left.xpos",               "0"                     },
3291   { "player_1.digging.left.ypos",               "1"                     },
3292   { "player_1.digging.left.frames",             "4"                     },
3293   { "player_1.digging.left.start_frame",        "1"                     },
3294   { "player_1.digging.left.delay",              "4"                     },
3295   { "player_1.digging.right",                   "RocksHeroes.png"       },
3296   { "player_1.digging.right.xpos",              "4"                     },
3297   { "player_1.digging.right.ypos",              "1"                     },
3298   { "player_1.digging.right.frames",            "4"                     },
3299   { "player_1.digging.right.start_frame",       "1"                     },
3300   { "player_1.digging.right.delay",             "4"                     },
3301   { "player_1.collecting.down",                 "RocksHeroes.png"       },
3302   { "player_1.collecting.down.xpos",            "0"                     },
3303   { "player_1.collecting.down.ypos",            "0"                     },
3304   { "player_1.collecting.down.frames",          "4"                     },
3305   { "player_1.collecting.down.start_frame",     "1"                     },
3306   { "player_1.collecting.down.delay",           "4"                     },
3307   { "player_1.collecting.up",                   "RocksHeroes.png"       },
3308   { "player_1.collecting.up.xpos",              "4"                     },
3309   { "player_1.collecting.up.ypos",              "0"                     },
3310   { "player_1.collecting.up.frames",            "4"                     },
3311   { "player_1.collecting.up.start_frame",       "1"                     },
3312   { "player_1.collecting.up.delay",             "4"                     },
3313   { "player_1.collecting.left",                 "RocksHeroes.png"       },
3314   { "player_1.collecting.left.xpos",            "0"                     },
3315   { "player_1.collecting.left.ypos",            "1"                     },
3316   { "player_1.collecting.left.frames",          "4"                     },
3317   { "player_1.collecting.left.start_frame",     "1"                     },
3318   { "player_1.collecting.left.delay",           "4"                     },
3319   { "player_1.collecting.right",                "RocksHeroes.png"       },
3320   { "player_1.collecting.right.xpos",           "4"                     },
3321   { "player_1.collecting.right.ypos",           "1"                     },
3322   { "player_1.collecting.right.frames",         "4"                     },
3323   { "player_1.collecting.right.start_frame",    "1"                     },
3324   { "player_1.collecting.right.delay",          "4"                     },
3325   { "player_1.pushing.down",                    "RocksHeroes.png"       },
3326   { "player_1.pushing.down.xpos",               "0"                     },
3327   { "player_1.pushing.down.ypos",               "0"                     },
3328   { "player_1.pushing.down.frames",             "4"                     },
3329   { "player_1.pushing.down.delay",              "4"                     },
3330   { "player_1.pushing.up",                      "RocksHeroes.png"       },
3331   { "player_1.pushing.up.xpos",                 "4"                     },
3332   { "player_1.pushing.up.ypos",                 "0"                     },
3333   { "player_1.pushing.up.frames",               "4"                     },
3334   { "player_1.pushing.up.delay",                "4"                     },
3335   { "player_1.pushing.left",                    "RocksHeroes.png"       },
3336   { "player_1.pushing.left.xpos",               "4"                     },
3337   { "player_1.pushing.left.ypos",               "2"                     },
3338   { "player_1.pushing.left.frames",             "4"                     },
3339   { "player_1.pushing.left.delay",              "4"                     },
3340   { "player_1.pushing.right",                   "RocksHeroes.png"       },
3341   { "player_1.pushing.right.xpos",              "0"                     },
3342   { "player_1.pushing.right.ypos",              "2"                     },
3343   { "player_1.pushing.right.frames",            "4"                     },
3344   { "player_1.pushing.right.delay",             "4"                     },
3345   { "player_1.snapping.down",                   "RocksHeroes.png"       },
3346   { "player_1.snapping.down.xpos",              "0"                     },
3347   { "player_1.snapping.down.ypos",              "0"                     },
3348   { "player_1.snapping.down.frames",            "1"                     },
3349   { "player_1.snapping.up",                     "RocksHeroes.png"       },
3350   { "player_1.snapping.up.xpos",                "4"                     },
3351   { "player_1.snapping.up.ypos",                "0"                     },
3352   { "player_1.snapping.up.frames",              "1"                     },
3353   { "player_1.snapping.left",                   "RocksHeroes.png"       },
3354   { "player_1.snapping.left.xpos",              "0"                     },
3355   { "player_1.snapping.left.ypos",              "1"                     },
3356   { "player_1.snapping.left.frames",            "1"                     },
3357   { "player_1.snapping.right",                  "RocksHeroes.png"       },
3358   { "player_1.snapping.right.xpos",             "4"                     },
3359   { "player_1.snapping.right.ypos",             "1"                     },
3360   { "player_1.snapping.right.frames",           "1"                     },
3361
3362   { "player_2",                                 "RocksHeroes.png"       },
3363   { "player_2.xpos",                            "0"                     },
3364   { "player_2.ypos",                            "3"                     },
3365   { "player_2.frames",                          "1"                     },
3366   { "player_2.down",                            "RocksHeroes.png"       },
3367   { "player_2.down.xpos",                       "0"                     },
3368   { "player_2.down.ypos",                       "3"                     },
3369   { "player_2.down.frames",                     "1"                     },
3370   { "player_2.up",                              "RocksHeroes.png"       },
3371   { "player_2.up.xpos",                         "4"                     },
3372   { "player_2.up.ypos",                         "3"                     },
3373   { "player_2.up.frames",                       "1"                     },
3374   { "player_2.left",                            "RocksHeroes.png"       },
3375   { "player_2.left.xpos",                       "0"                     },
3376   { "player_2.left.ypos",                       "4"                     },
3377   { "player_2.left.frames",                     "1"                     },
3378   { "player_2.right",                           "RocksHeroes.png"       },
3379   { "player_2.right.xpos",                      "4"                     },
3380   { "player_2.right.ypos",                      "4"                     },
3381   { "player_2.right.frames",                    "1"                     },
3382   { "player_2.moving.down",                     "RocksHeroes.png"       },
3383   { "player_2.moving.down.xpos",                "0"                     },
3384   { "player_2.moving.down.ypos",                "3"                     },
3385   { "player_2.moving.down.frames",              "4"                     },
3386   { "player_2.moving.down.start_frame",         "1"                     },
3387   { "player_2.moving.down.delay",               "4"                     },
3388   { "player_2.moving.up",                       "RocksHeroes.png"       },
3389   { "player_2.moving.up.xpos",                  "4"                     },
3390   { "player_2.moving.up.ypos",                  "3"                     },
3391   { "player_2.moving.up.frames",                "4"                     },
3392   { "player_2.moving.up.start_frame",           "1"                     },
3393   { "player_2.moving.up.delay",                 "4"                     },
3394   { "player_2.moving.left",                     "RocksHeroes.png"       },
3395   { "player_2.moving.left.xpos",                "0"                     },
3396   { "player_2.moving.left.ypos",                "4"                     },
3397   { "player_2.moving.left.frames",              "4"                     },
3398   { "player_2.moving.left.start_frame",         "1"                     },
3399   { "player_2.moving.left.delay",               "4"                     },
3400   { "player_2.moving.right",                    "RocksHeroes.png"       },
3401   { "player_2.moving.right.xpos",               "4"                     },
3402   { "player_2.moving.right.ypos",               "4"                     },
3403   { "player_2.moving.right.frames",             "4"                     },
3404   { "player_2.moving.right.start_frame",        "1"                     },
3405   { "player_2.moving.right.delay",              "4"                     },
3406   { "player_2.digging.down",                    "RocksHeroes.png"       },
3407   { "player_2.digging.down.xpos",               "0"                     },
3408   { "player_2.digging.down.ypos",               "3"                     },
3409   { "player_2.digging.down.frames",             "4"                     },
3410   { "player_2.digging.down.start_frame",        "1"                     },
3411   { "player_2.digging.down.delay",              "4"                     },
3412   { "player_2.digging.up",                      "RocksHeroes.png"       },
3413   { "player_2.digging.up.xpos",                 "4"                     },
3414   { "player_2.digging.up.ypos",                 "3"                     },
3415   { "player_2.digging.up.frames",               "4"                     },
3416   { "player_2.digging.up.start_frame",          "1"                     },
3417   { "player_2.digging.up.delay",                "4"                     },
3418   { "player_2.digging.left",                    "RocksHeroes.png"       },
3419   { "player_2.digging.left.xpos",               "0"                     },
3420   { "player_2.digging.left.ypos",               "4"                     },
3421   { "player_2.digging.left.frames",             "4"                     },
3422   { "player_2.digging.left.start_frame",        "1"                     },
3423   { "player_2.digging.left.delay",              "4"                     },
3424   { "player_2.digging.right",                   "RocksHeroes.png"       },
3425   { "player_2.digging.right.xpos",              "4"                     },
3426   { "player_2.digging.right.ypos",              "4"                     },
3427   { "player_2.digging.right.frames",            "4"                     },
3428   { "player_2.digging.right.start_frame",       "1"                     },
3429   { "player_2.digging.right.delay",             "4"                     },
3430   { "player_2.collecting.down",                 "RocksHeroes.png"       },
3431   { "player_2.collecting.down.xpos",            "0"                     },
3432   { "player_2.collecting.down.ypos",            "3"                     },
3433   { "player_2.collecting.down.frames",          "4"                     },
3434   { "player_2.collecting.down.start_frame",     "1"                     },
3435   { "player_2.collecting.down.delay",           "4"                     },
3436   { "player_2.collecting.up",                   "RocksHeroes.png"       },
3437   { "player_2.collecting.up.xpos",              "4"                     },
3438   { "player_2.collecting.up.ypos",              "3"                     },
3439   { "player_2.collecting.up.frames",            "4"                     },
3440   { "player_2.collecting.up.start_frame",       "1"                     },
3441   { "player_2.collecting.up.delay",             "4"                     },
3442   { "player_2.collecting.left",                 "RocksHeroes.png"       },
3443   { "player_2.collecting.left.xpos",            "0"                     },
3444   { "player_2.collecting.left.ypos",            "4"                     },
3445   { "player_2.collecting.left.frames",          "4"                     },
3446   { "player_2.collecting.left.start_frame",     "1"                     },
3447   { "player_2.collecting.left.delay",           "4"                     },
3448   { "player_2.collecting.right",                "RocksHeroes.png"       },
3449   { "player_2.collecting.right.xpos",           "4"                     },
3450   { "player_2.collecting.right.ypos",           "4"                     },
3451   { "player_2.collecting.right.frames",         "4"                     },
3452   { "player_2.collecting.right.start_frame",    "1"                     },
3453   { "player_2.collecting.right.delay",          "4"                     },
3454   { "player_2.pushing.down",                    "RocksHeroes.png"       },
3455   { "player_2.pushing.down.xpos",               "0"                     },
3456   { "player_2.pushing.down.ypos",               "3"                     },
3457   { "player_2.pushing.down.frames",             "4"                     },
3458   { "player_2.pushing.down.delay",              "4"                     },
3459   { "player_2.pushing.up",                      "RocksHeroes.png"       },
3460   { "player_2.pushing.up.xpos",                 "4"                     },
3461   { "player_2.pushing.up.ypos",                 "3"                     },
3462   { "player_2.pushing.up.frames",               "4"                     },
3463   { "player_2.pushing.up.delay",                "4"                     },
3464   { "player_2.pushing.left",                    "RocksHeroes.png"       },
3465   { "player_2.pushing.left.xpos",               "4"                     },
3466   { "player_2.pushing.left.ypos",               "5"                     },
3467   { "player_2.pushing.left.frames",             "4"                     },
3468   { "player_2.pushing.left.delay",              "4"                     },
3469   { "player_2.pushing.right",                   "RocksHeroes.png"       },
3470   { "player_2.pushing.right.xpos",              "0"                     },
3471   { "player_2.pushing.right.ypos",              "5"                     },
3472   { "player_2.pushing.right.frames",            "4"                     },
3473   { "player_2.pushing.right.delay",             "4"                     },
3474   { "player_2.snapping.down",                   "RocksHeroes.png"       },
3475   { "player_2.snapping.down.xpos",              "0"                     },
3476   { "player_2.snapping.down.ypos",              "3"                     },
3477   { "player_2.snapping.down.frames",            "1"                     },
3478   { "player_2.snapping.up",                     "RocksHeroes.png"       },
3479   { "player_2.snapping.up.xpos",                "4"                     },
3480   { "player_2.snapping.up.ypos",                "3"                     },
3481   { "player_2.snapping.up.frames",              "1"                     },
3482   { "player_2.snapping.left",                   "RocksHeroes.png"       },
3483   { "player_2.snapping.left.xpos",              "0"                     },
3484   { "player_2.snapping.left.ypos",              "4"                     },
3485   { "player_2.snapping.left.frames",            "1"                     },
3486   { "player_2.snapping.right",                  "RocksHeroes.png"       },
3487   { "player_2.snapping.right.xpos",             "4"                     },
3488   { "player_2.snapping.right.ypos",             "4"                     },
3489   { "player_2.snapping.right.frames",           "1"                     },
3490
3491   { "player_3",                                 "RocksHeroes.png"       },
3492   { "player_3.xpos",                            "0"                     },
3493   { "player_3.ypos",                            "6"                     },
3494   { "player_3.frames",                          "1"                     },
3495   { "player_3.down",                            "RocksHeroes.png"       },
3496   { "player_3.down.xpos",                       "0"                     },
3497   { "player_3.down.ypos",                       "6"                     },
3498   { "player_3.down.frames",                     "1"                     },
3499   { "player_3.up",                              "RocksHeroes.png"       },
3500   { "player_3.up.xpos",                         "4"                     },
3501   { "player_3.up.ypos",                         "6"                     },
3502   { "player_3.up.frames",                       "1"                     },
3503   { "player_3.left",                            "RocksHeroes.png"       },
3504   { "player_3.left.xpos",                       "0"                     },
3505   { "player_3.left.ypos",                       "7"                     },
3506   { "player_3.left.frames",                     "1"                     },
3507   { "player_3.right",                           "RocksHeroes.png"       },
3508   { "player_3.right.xpos",                      "4"                     },
3509   { "player_3.right.ypos",                      "7"                     },
3510   { "player_3.right.frames",                    "1"                     },
3511   { "player_3.moving.down",                     "RocksHeroes.png"       },
3512   { "player_3.moving.down.xpos",                "0"                     },
3513   { "player_3.moving.down.ypos",                "6"                     },
3514   { "player_3.moving.down.frames",              "4"                     },
3515   { "player_3.moving.down.start_frame",         "1"                     },
3516   { "player_3.moving.down.delay",               "4"                     },
3517   { "player_3.moving.up",                       "RocksHeroes.png"       },
3518   { "player_3.moving.up.xpos",                  "4"                     },
3519   { "player_3.moving.up.ypos",                  "6"                     },
3520   { "player_3.moving.up.frames",                "4"                     },
3521   { "player_3.moving.up.start_frame",           "1"                     },
3522   { "player_3.moving.up.delay",                 "4"                     },
3523   { "player_3.moving.left",                     "RocksHeroes.png"       },
3524   { "player_3.moving.left.xpos",                "0"                     },
3525   { "player_3.moving.left.ypos",                "7"                     },
3526   { "player_3.moving.left.frames",              "4"                     },
3527   { "player_3.moving.left.start_frame",         "1"                     },
3528   { "player_3.moving.left.delay",               "4"                     },
3529   { "player_3.moving.right",                    "RocksHeroes.png"       },
3530   { "player_3.moving.right.xpos",               "4"                     },
3531   { "player_3.moving.right.ypos",               "7"                     },
3532   { "player_3.moving.right.frames",             "4"                     },
3533   { "player_3.moving.right.start_frame",        "1"                     },
3534   { "player_3.moving.right.delay",              "4"                     },
3535   { "player_3.digging.down",                    "RocksHeroes.png"       },
3536   { "player_3.digging.down.xpos",               "0"                     },
3537   { "player_3.digging.down.ypos",               "6"                     },
3538   { "player_3.digging.down.frames",             "4"                     },
3539   { "player_3.digging.down.start_frame",        "1"                     },
3540   { "player_3.digging.down.delay",              "4"                     },
3541   { "player_3.digging.up",                      "RocksHeroes.png"       },
3542   { "player_3.digging.up.xpos",                 "4"                     },
3543   { "player_3.digging.up.ypos",                 "6"                     },
3544   { "player_3.digging.up.frames",               "4"                     },
3545   { "player_3.digging.up.start_frame",          "1"                     },
3546   { "player_3.digging.up.delay",                "4"                     },
3547   { "player_3.digging.left",                    "RocksHeroes.png"       },
3548   { "player_3.digging.left.xpos",               "0"                     },
3549   { "player_3.digging.left.ypos",               "7"                     },
3550   { "player_3.digging.left.frames",             "4"                     },
3551   { "player_3.digging.left.start_frame",        "1"                     },
3552   { "player_3.digging.left.delay",              "4"                     },
3553   { "player_3.digging.right",                   "RocksHeroes.png"       },
3554   { "player_3.digging.right.xpos",              "4"                     },
3555   { "player_3.digging.right.ypos",              "7"                     },
3556   { "player_3.digging.right.frames",            "4"                     },
3557   { "player_3.digging.right.start_frame",       "1"                     },
3558   { "player_3.digging.right.delay",             "4"                     },
3559   { "player_3.collecting.down",                 "RocksHeroes.png"       },
3560   { "player_3.collecting.down.xpos",            "0"                     },
3561   { "player_3.collecting.down.ypos",            "6"                     },
3562   { "player_3.collecting.down.frames",          "4"                     },
3563   { "player_3.collecting.down.start_frame",     "1"                     },
3564   { "player_3.collecting.down.delay",           "4"                     },
3565   { "player_3.collecting.up",                   "RocksHeroes.png"       },
3566   { "player_3.collecting.up.xpos",              "4"                     },
3567   { "player_3.collecting.up.ypos",              "6"                     },
3568   { "player_3.collecting.up.frames",            "4"                     },
3569   { "player_3.collecting.up.start_frame",       "1"                     },
3570   { "player_3.collecting.up.delay",             "4"                     },
3571   { "player_3.collecting.left",                 "RocksHeroes.png"       },
3572   { "player_3.collecting.left.xpos",            "0"                     },
3573   { "player_3.collecting.left.ypos",            "7"                     },
3574   { "player_3.collecting.left.frames",          "4"                     },
3575   { "player_3.collecting.left.start_frame",     "1"                     },
3576   { "player_3.collecting.left.delay",           "4"                     },
3577   { "player_3.collecting.right",                "RocksHeroes.png"       },
3578   { "player_3.collecting.right.xpos",           "4"                     },
3579   { "player_3.collecting.right.ypos",           "7"                     },
3580   { "player_3.collecting.right.frames",         "4"                     },
3581   { "player_3.collecting.right.start_frame",    "1"                     },
3582   { "player_3.collecting.right.delay",          "4"                     },
3583   { "player_3.pushing.down",                    "RocksHeroes.png"       },
3584   { "player_3.pushing.down.xpos",               "0"                     },
3585   { "player_3.pushing.down.ypos",               "6"                     },
3586   { "player_3.pushing.down.frames",             "4"                     },
3587   { "player_3.pushing.down.delay",              "4"                     },
3588   { "player_3.pushing.up",                      "RocksHeroes.png"       },
3589   { "player_3.pushing.up.xpos",                 "4"                     },
3590   { "player_3.pushing.up.ypos",                 "6"                     },
3591   { "player_3.pushing.up.frames",               "4"                     },
3592   { "player_3.pushing.up.delay",                "4"                     },
3593   { "player_3.pushing.left",                    "RocksHeroes.png"       },
3594   { "player_3.pushing.left.xpos",               "4"                     },
3595   { "player_3.pushing.left.ypos",               "8"                     },
3596   { "player_3.pushing.left.frames",             "4"                     },
3597   { "player_3.pushing.left.delay",              "4"                     },
3598   { "player_3.pushing.right",                   "RocksHeroes.png"       },
3599   { "player_3.pushing.right.xpos",              "0"                     },
3600   { "player_3.pushing.right.ypos",              "8"                     },
3601   { "player_3.pushing.right.frames",            "4"                     },
3602   { "player_3.pushing.right.delay",             "4"                     },
3603   { "player_3.snapping.down",                   "RocksHeroes.png"       },
3604   { "player_3.snapping.down.xpos",              "0"                     },
3605   { "player_3.snapping.down.ypos",              "6"                     },
3606   { "player_3.snapping.down.frames",            "1"                     },
3607   { "player_3.snapping.up",                     "RocksHeroes.png"       },
3608   { "player_3.snapping.up.xpos",                "4"                     },
3609   { "player_3.snapping.up.ypos",                "6"                     },
3610   { "player_3.snapping.up.frames",              "1"                     },
3611   { "player_3.snapping.left",                   "RocksHeroes.png"       },
3612   { "player_3.snapping.left.xpos",              "0"                     },
3613   { "player_3.snapping.left.ypos",              "7"                     },
3614   { "player_3.snapping.left.frames",            "1"                     },
3615   { "player_3.snapping.right",                  "RocksHeroes.png"       },
3616   { "player_3.snapping.right.xpos",             "4"                     },
3617   { "player_3.snapping.right.ypos",             "7"                     },
3618   { "player_3.snapping.right.frames",           "1"                     },
3619
3620   { "player_4",                                 "RocksHeroes.png"       },
3621   { "player_4.xpos",                            "0"                     },
3622   { "player_4.ypos",                            "9"                     },
3623   { "player_4.frames",                          "1"                     },
3624   { "player_4.down",                            "RocksHeroes.png"       },
3625   { "player_4.down.xpos",                       "0"                     },
3626   { "player_4.down.ypos",                       "9"                     },
3627   { "player_4.down.frames",                     "1"                     },
3628   { "player_4.up",                              "RocksHeroes.png"       },
3629   { "player_4.up.xpos",                         "4"                     },
3630   { "player_4.up.ypos",                         "9"                     },
3631   { "player_4.up.frames",                       "1"                     },
3632   { "player_4.left",                            "RocksHeroes.png"       },
3633   { "player_4.left.xpos",                       "0"                     },
3634   { "player_4.left.ypos",                       "10"                    },
3635   { "player_4.left.frames",                     "1"                     },
3636   { "player_4.right",                           "RocksHeroes.png"       },
3637   { "player_4.right.xpos",                      "4"                     },
3638   { "player_4.right.ypos",                      "10"                    },
3639   { "player_4.right.frames",                    "1"                     },
3640   { "player_4.moving.down",                     "RocksHeroes.png"       },
3641   { "player_4.moving.down.xpos",                "0"                     },
3642   { "player_4.moving.down.ypos",                "9"                     },
3643   { "player_4.moving.down.frames",              "4"                     },
3644   { "player_4.moving.down.start_frame",         "1"                     },
3645   { "player_4.moving.down.delay",               "4"                     },
3646   { "player_4.moving.up",                       "RocksHeroes.png"       },
3647   { "player_4.moving.up.xpos",                  "4"                     },
3648   { "player_4.moving.up.ypos",                  "9"                     },
3649   { "player_4.moving.up.frames",                "4"                     },
3650   { "player_4.moving.up.start_frame",           "1"                     },
3651   { "player_4.moving.up.delay",                 "4"                     },
3652   { "player_4.moving.left",                     "RocksHeroes.png"       },
3653   { "player_4.moving.left.xpos",                "0"                     },
3654   { "player_4.moving.left.ypos",                "10"                    },
3655   { "player_4.moving.left.frames",              "4"                     },
3656   { "player_4.moving.left.start_frame",         "1"                     },
3657   { "player_4.moving.left.delay",               "4"                     },
3658   { "player_4.moving.right",                    "RocksHeroes.png"       },
3659   { "player_4.moving.right.xpos",               "4"                     },
3660   { "player_4.moving.right.ypos",               "10"                    },
3661   { "player_4.moving.right.frames",             "4"                     },
3662   { "player_4.moving.right.start_frame",        "1"                     },
3663   { "player_4.moving.right.delay",              "4"                     },
3664   { "player_4.digging.down",                    "RocksHeroes.png"       },
3665   { "player_4.digging.down.xpos",               "0"                     },
3666   { "player_4.digging.down.ypos",               "9"                     },
3667   { "player_4.digging.down.frames",             "4"                     },
3668   { "player_4.digging.down.start_frame",        "1"                     },
3669   { "player_4.digging.down.delay",              "4"                     },
3670   { "player_4.digging.up",                      "RocksHeroes.png"       },
3671   { "player_4.digging.up.xpos",                 "4"                     },
3672   { "player_4.digging.up.ypos",                 "9"                     },
3673   { "player_4.digging.up.frames",               "4"                     },
3674   { "player_4.digging.up.start_frame",          "1"                     },
3675   { "player_4.digging.up.delay",                "4"                     },
3676   { "player_4.digging.left",                    "RocksHeroes.png"       },
3677   { "player_4.digging.left.xpos",               "0"                     },
3678   { "player_4.digging.left.ypos",               "10"                    },
3679   { "player_4.digging.left.frames",             "4"                     },
3680   { "player_4.digging.left.start_frame",        "1"                     },
3681   { "player_4.digging.left.delay",              "4"                     },
3682   { "player_4.digging.right",                   "RocksHeroes.png"       },
3683   { "player_4.digging.right.xpos",              "4"                     },
3684   { "player_4.digging.right.ypos",              "10"                    },
3685   { "player_4.digging.right.frames",            "4"                     },
3686   { "player_4.digging.right.start_frame",       "1"                     },
3687   { "player_4.digging.right.delay",             "4"                     },
3688   { "player_4.collecting.down",                 "RocksHeroes.png"       },
3689   { "player_4.collecting.down.xpos",            "0"                     },
3690   { "player_4.collecting.down.ypos",            "9"                     },
3691   { "player_4.collecting.down.frames",          "4"                     },
3692   { "player_4.collecting.down.start_frame",     "1"                     },
3693   { "player_4.collecting.down.delay",           "4"                     },
3694   { "player_4.collecting.up",                   "RocksHeroes.png"       },
3695   { "player_4.collecting.up.xpos",              "4"                     },
3696   { "player_4.collecting.up.ypos",              "9"                     },
3697   { "player_4.collecting.up.frames",            "4"                     },
3698   { "player_4.collecting.up.start_frame",       "1"                     },
3699   { "player_4.collecting.up.delay",             "4"                     },
3700   { "player_4.collecting.left",                 "RocksHeroes.png"       },
3701   { "player_4.collecting.left.xpos",            "0"                     },
3702   { "player_4.collecting.left.ypos",            "10"                    },
3703   { "player_4.collecting.left.frames",          "4"                     },
3704   { "player_4.collecting.left.start_frame",     "1"                     },
3705   { "player_4.collecting.left.delay",           "4"                     },
3706   { "player_4.collecting.right",                "RocksHeroes.png"       },
3707   { "player_4.collecting.right.xpos",           "4"                     },
3708   { "player_4.collecting.right.ypos",           "10"                    },
3709   { "player_4.collecting.right.frames",         "4"                     },
3710   { "player_4.collecting.right.start_frame",    "1"                     },
3711   { "player_4.collecting.right.delay",          "4"                     },
3712   { "player_4.pushing.down",                    "RocksHeroes.png"       },
3713   { "player_4.pushing.down.xpos",               "0"                     },
3714   { "player_4.pushing.down.ypos",               "9"                     },
3715   { "player_4.pushing.down.frames",             "4"                     },
3716   { "player_4.pushing.down.delay",              "4"                     },
3717   { "player_4.pushing.up",                      "RocksHeroes.png"       },
3718   { "player_4.pushing.up.xpos",                 "4"                     },
3719   { "player_4.pushing.up.ypos",                 "9"                     },
3720   { "player_4.pushing.up.frames",               "4"                     },
3721   { "player_4.pushing.up.delay",                "4"                     },
3722   { "player_4.pushing.left",                    "RocksHeroes.png"       },
3723   { "player_4.pushing.left.xpos",               "4"                     },
3724   { "player_4.pushing.left.ypos",               "11"                    },
3725   { "player_4.pushing.left.frames",             "4"                     },
3726   { "player_4.pushing.left.delay",              "4"                     },
3727   { "player_4.pushing.right",                   "RocksHeroes.png"       },
3728   { "player_4.pushing.right.xpos",              "0"                     },
3729   { "player_4.pushing.right.ypos",              "11"                    },
3730   { "player_4.pushing.right.frames",            "4"                     },
3731   { "player_4.pushing.right.delay",             "4"                     },
3732   { "player_4.snapping.down",                   "RocksHeroes.png"       },
3733   { "player_4.snapping.down.xpos",              "0"                     },
3734   { "player_4.snapping.down.ypos",              "9"                     },
3735   { "player_4.snapping.down.frames",            "1"                     },
3736   { "player_4.snapping.up",                     "RocksHeroes.png"       },
3737   { "player_4.snapping.up.xpos",                "4"                     },
3738   { "player_4.snapping.up.ypos",                "9"                     },
3739   { "player_4.snapping.up.frames",              "1"                     },
3740   { "player_4.snapping.left",                   "RocksHeroes.png"       },
3741   { "player_4.snapping.left.xpos",              "0"                     },
3742   { "player_4.snapping.left.ypos",              "10"                    },
3743   { "player_4.snapping.left.frames",            "1"                     },
3744   { "player_4.snapping.right",                  "RocksHeroes.png"       },
3745   { "player_4.snapping.right.xpos",             "4"                     },
3746   { "player_4.snapping.right.ypos",             "10"                    },
3747   { "player_4.snapping.right.frames",           "1"                     },
3748
3749   { "[default].exploding",                      "RocksElements.png"     },
3750   { "[default].exploding.xpos",                 "0"                     },
3751   { "[default].exploding.ypos",                 "4"                     },
3752   { "[default].exploding.frames",               "8"                     },
3753   { "[default].exploding.delay",                "2"                     },
3754   { "[default].exploding.anim_mode",            "linear"                },
3755
3756   { "twinkle_blue",                             "RocksHeroes.png"       },
3757   { "twinkle_blue.xpos",                        "9"                     },
3758   { "twinkle_blue.ypos",                        "11"                    },
3759   { "twinkle_blue.frames",                      "3"                     },
3760   { "twinkle_blue.delay",                       "2"                     },
3761   { "twinkle_blue.anim_mode",                   "pingpong"              },
3762   { "twinkle_blue.global_sync",                 "false"                 },
3763   { "twinkle_white",                            "RocksHeroes.png"       },
3764   { "twinkle_white.xpos",                       "13"                    },
3765   { "twinkle_white.ypos",                       "11"                    },
3766   { "twinkle_white.frames",                     "3"                     },
3767   { "twinkle_white.delay",                      "2"                     },
3768   { "twinkle_white.anim_mode",                  "pingpong"              },
3769   { "twinkle_white.global_sync",                "false"                 },
3770
3771   { "steelwall_topleft",                        "RocksElements.png"     },
3772   { "steelwall_topleft.xpos",                   "4"                     },
3773   { "steelwall_topleft.ypos",                   "0"                     },
3774   { "steelwall_topleft.frames",                 "1"                     },
3775   { "steelwall_topright",                       "RocksElements.png"     },
3776   { "steelwall_topright.xpos",                  "4"                     },
3777   { "steelwall_topright.ypos",                  "0"                     },
3778   { "steelwall_topright.frames",                "1"                     },
3779   { "steelwall_bottomleft",                     "RocksElements.png"     },
3780   { "steelwall_bottomleft.xpos",                "4"                     },
3781   { "steelwall_bottomleft.ypos",                "0"                     },
3782   { "steelwall_bottomleft.frames",              "1"                     },
3783   { "steelwall_bottomright",                    "RocksElements.png"     },
3784   { "steelwall_bottomright.xpos",               "4"                     },
3785   { "steelwall_bottomright.ypos",               "0"                     },
3786   { "steelwall_bottomright.frames",             "1"                     },
3787   { "steelwall_horizontal",                     "RocksElements.png"     },
3788   { "steelwall_horizontal.xpos",                "4"                     },
3789   { "steelwall_horizontal.ypos",                "0"                     },
3790   { "steelwall_horizontal.frames",              "1"                     },
3791   { "steelwall_vertical",                       "RocksElements.png"     },
3792   { "steelwall_vertical.xpos",                  "4"                     },
3793   { "steelwall_vertical.ypos",                  "0"                     },
3794   { "steelwall_vertical.frames",                "1"                     },
3795
3796   { "steelwall_topleft.EDITOR",                 "RocksElements.png"     },
3797   { "steelwall_topleft.EDITOR.xpos",            "0"                     },
3798   { "steelwall_topleft.EDITOR.ypos",            "13"                    },
3799   { "steelwall_topright.EDITOR",                "RocksElements.png"     },
3800   { "steelwall_topright.EDITOR.xpos",           "1"                     },
3801   { "steelwall_topright.EDITOR.ypos",           "13"                    },
3802   { "steelwall_bottomleft.EDITOR",              "RocksElements.png"     },
3803   { "steelwall_bottomleft.EDITOR.xpos",         "2"                     },
3804   { "steelwall_bottomleft.EDITOR.ypos",         "13"                    },
3805   { "steelwall_bottomright.EDITOR",             "RocksElements.png"     },
3806   { "steelwall_bottomright.EDITOR.xpos",        "3"                     },
3807   { "steelwall_bottomright.EDITOR.ypos",        "13"                    },
3808   { "steelwall_horizontal.EDITOR",              "RocksElements.png"     },
3809   { "steelwall_horizontal.EDITOR.xpos",         "4"                     },
3810   { "steelwall_horizontal.EDITOR.ypos",         "13"                    },
3811   { "steelwall_vertical.EDITOR",                "RocksElements.png"     },
3812   { "steelwall_vertical.EDITOR.xpos",           "5"                     },
3813   { "steelwall_vertical.EDITOR.ypos",           "13"                    },
3814
3815   { "invisible_steelwall_topleft",              "RocksSP.png"           },
3816   { "invisible_steelwall_topleft.xpos",         "0"                     },
3817   { "invisible_steelwall_topleft.ypos",         "0"                     },
3818   { "invisible_steelwall_topleft.frames",       "1"                     },
3819   { "invisible_steelwall_topright",             "RocksSP.png"           },
3820   { "invisible_steelwall_topright.xpos",        "0"                     },
3821   { "invisible_steelwall_topright.ypos",        "0"                     },
3822   { "invisible_steelwall_topright.frames",      "1"                     },
3823   { "invisible_steelwall_bottomleft",           "RocksSP.png"           },
3824   { "invisible_steelwall_bottomleft.xpos",      "0"                     },
3825   { "invisible_steelwall_bottomleft.ypos",      "0"                     },
3826   { "invisible_steelwall_bottomleft.frames",    "1"                     },
3827   { "invisible_steelwall_bottomright",          "RocksSP.png"           },
3828   { "invisible_steelwall_bottomright.xpos",     "0"                     },
3829   { "invisible_steelwall_bottomright.ypos",     "0"                     },
3830   { "invisible_steelwall_bottomright.frames",   "1"                     },
3831   { "invisible_steelwall_horizontal",           "RocksSP.png"           },
3832   { "invisible_steelwall_horizontal.xpos",      "0"                     },
3833   { "invisible_steelwall_horizontal.ypos",      "0"                     },
3834   { "invisible_steelwall_horizontal.frames",    "1"                     },
3835   { "invisible_steelwall_vertical",             "RocksSP.png"           },
3836   { "invisible_steelwall_vertical.xpos",        "0"                     },
3837   { "invisible_steelwall_vertical.ypos",        "0"                     },
3838   { "invisible_steelwall_vertical.frames",      "1"                     },
3839
3840   { "invisible_steelwall_topleft.EDITOR",       "RocksElements.png"     },
3841   { "invisible_steelwall_topleft.EDITOR.xpos",  "6"                     },
3842   { "invisible_steelwall_topleft.EDITOR.ypos",  "13"                    },
3843   { "invisible_steelwall_topright.EDITOR",      "RocksElements.png"     },
3844   { "invisible_steelwall_topright.EDITOR.xpos", "7"                     },
3845   { "invisible_steelwall_topright.EDITOR.ypos", "13"                    },
3846   { "invisible_steelwall_bottomleft.EDITOR",    "RocksElements.png"     },
3847   { "invisible_steelwall_bottomleft.EDITOR.xpos","8"                    },
3848   { "invisible_steelwall_bottomleft.EDITOR.ypos","13"                   },
3849   { "invisible_steelwall_bottomright.EDITOR",   "RocksElements.png"     },
3850   { "invisible_steelwall_bottomright.EDITOR.xpos","9"                   },
3851   { "invisible_steelwall_bottomright.EDITOR.ypos","13"                  },
3852   { "invisible_steelwall_horizontal.EDITOR",    "RocksElements.png"     },
3853   { "invisible_steelwall_horizontal.EDITOR.xpos","10"                   },
3854   { "invisible_steelwall_horizontal.EDITOR.ypos","13"                   },
3855   { "invisible_steelwall_vertical.EDITOR",      "RocksElements.png"     },
3856   { "invisible_steelwall_vertical.EDITOR.xpos", "11"                    },
3857   { "invisible_steelwall_vertical.EDITOR.ypos", "13"                    },
3858
3859   { "arrow_left",                               "RocksDC.png"           },
3860   { "arrow_left.xpos",                          "8"                     },
3861   { "arrow_left.ypos",                          "8"                     },
3862   { "arrow_left.frames",                        "1"                     },
3863   { "arrow_right",                              "RocksDC.png"           },
3864   { "arrow_right.xpos",                         "9"                     },
3865   { "arrow_right.ypos",                         "8"                     },
3866   { "arrow_right.frames",                       "1"                     },
3867   { "arrow_up",                                 "RocksDC.png"           },
3868   { "arrow_up.xpos",                            "10"                    },
3869   { "arrow_up.ypos",                            "8"                     },
3870   { "arrow_up.frames",                          "1"                     },
3871   { "arrow_down",                               "RocksDC.png"           },
3872   { "arrow_down.xpos",                          "11"                    },
3873   { "arrow_down.ypos",                          "8"                     },
3874   { "arrow_down.frames",                        "1"                     },
3875
3876   { "unknown",                                  "RocksFontEM.png"       },
3877   { "unknown.xpos",                             "15"                    },
3878   { "unknown.ypos",                             "1"                     },
3879   { "unknown.frames",                           "1"                     },
3880
3881   { "trigger_element",                          "RocksDC.png"           },
3882   { "trigger_element.xpos",                     "15"                    },
3883   { "trigger_element.ypos",                     "14"                    },
3884   { "trigger_element.frames",                   "1"                     },
3885
3886   { "trigger_player",                           "RocksDC.png"           },
3887   { "trigger_player.xpos",                      "15"                    },
3888   { "trigger_player.ypos",                      "13"                    },
3889   { "trigger_player.frames",                    "1"                     },
3890
3891   { "trigger_ce_value",                         "RocksDC.png"           },
3892   { "trigger_ce_value.xpos",                    "15"                    },
3893   { "trigger_ce_value.ypos",                    "11"                    },
3894   { "trigger_ce_value.frames",                  "1"                     },
3895
3896   { "trigger_ce_score",                         "RocksDC.png"           },
3897   { "trigger_ce_score.xpos",                    "15"                    },
3898   { "trigger_ce_score.ypos",                    "12"                    },
3899   { "trigger_ce_score.frames",                  "1"                     },
3900
3901   { "current_ce_value",                         "RocksDC.png"           },
3902   { "current_ce_value.xpos",                    "14"                    },
3903   { "current_ce_value.ypos",                    "11"                    },
3904   { "current_ce_value.frames",                  "1"                     },
3905
3906   { "current_ce_score",                         "RocksDC.png"           },
3907   { "current_ce_score.xpos",                    "14"                    },
3908   { "current_ce_score.ypos",                    "12"                    },
3909   { "current_ce_score.frames",                  "1"                     },
3910
3911   { "prev_ce_1",                                "RocksMore.png"         },
3912   { "prev_ce_1.xpos",                           "0"                     },
3913   { "prev_ce_1.ypos",                           "7"                     },
3914   { "prev_ce_1.frames",                         "1"                     },
3915
3916   { "prev_ce_2",                                "RocksMore.png"         },
3917   { "prev_ce_2.xpos",                           "1"                     },
3918   { "prev_ce_2.ypos",                           "7"                     },
3919   { "prev_ce_2.frames",                         "1"                     },
3920
3921   { "prev_ce_3",                                "RocksMore.png"         },
3922   { "prev_ce_3.xpos",                           "2"                     },
3923   { "prev_ce_3.ypos",                           "7"                     },
3924   { "prev_ce_3.frames",                         "1"                     },
3925
3926   { "prev_ce_4",                                "RocksMore.png"         },
3927   { "prev_ce_4.xpos",                           "3"                     },
3928   { "prev_ce_4.ypos",                           "7"                     },
3929   { "prev_ce_4.frames",                         "1"                     },
3930
3931   { "prev_ce_5",                                "RocksMore.png"         },
3932   { "prev_ce_5.xpos",                           "4"                     },
3933   { "prev_ce_5.ypos",                           "7"                     },
3934   { "prev_ce_5.frames",                         "1"                     },
3935
3936   { "prev_ce_6",                                "RocksMore.png"         },
3937   { "prev_ce_6.xpos",                           "5"                     },
3938   { "prev_ce_6.ypos",                           "7"                     },
3939   { "prev_ce_6.frames",                         "1"                     },
3940
3941   { "prev_ce_7",                                "RocksMore.png"         },
3942   { "prev_ce_7.xpos",                           "6"                     },
3943   { "prev_ce_7.ypos",                           "7"                     },
3944   { "prev_ce_7.frames",                         "1"                     },
3945
3946   { "prev_ce_8",                                "RocksMore.png"         },
3947   { "prev_ce_8.xpos",                           "7"                     },
3948   { "prev_ce_8.ypos",                           "7"                     },
3949   { "prev_ce_8.frames",                         "1"                     },
3950
3951   { "next_ce_1",                                "RocksMore.png"         },
3952   { "next_ce_1.xpos",                           "0"                     },
3953   { "next_ce_1.ypos",                           "8"                     },
3954   { "next_ce_1.frames",                         "1"                     },
3955
3956   { "next_ce_2",                                "RocksMore.png"         },
3957   { "next_ce_2.xpos",                           "1"                     },
3958   { "next_ce_2.ypos",                           "8"                     },
3959   { "next_ce_2.frames",                         "1"                     },
3960
3961   { "next_ce_3",                                "RocksMore.png"         },
3962   { "next_ce_3.xpos",                           "2"                     },
3963   { "next_ce_3.ypos",                           "8"                     },
3964   { "next_ce_3.frames",                         "1"                     },
3965
3966   { "next_ce_4",                                "RocksMore.png"         },
3967   { "next_ce_4.xpos",                           "3"                     },
3968   { "next_ce_4.ypos",                           "8"                     },
3969   { "next_ce_4.frames",                         "1"                     },
3970
3971   { "next_ce_5",                                "RocksMore.png"         },
3972   { "next_ce_5.xpos",                           "4"                     },
3973   { "next_ce_5.ypos",                           "8"                     },
3974   { "next_ce_5.frames",                         "1"                     },
3975
3976   { "next_ce_6",                                "RocksMore.png"         },
3977   { "next_ce_6.xpos",                           "5"                     },
3978   { "next_ce_6.ypos",                           "8"                     },
3979   { "next_ce_6.frames",                         "1"                     },
3980
3981   { "next_ce_7",                                "RocksMore.png"         },
3982   { "next_ce_7.xpos",                           "6"                     },
3983   { "next_ce_7.ypos",                           "8"                     },
3984   { "next_ce_7.frames",                         "1"                     },
3985
3986   { "next_ce_8",                                "RocksMore.png"         },
3987   { "next_ce_8.xpos",                           "7"                     },
3988   { "next_ce_8.ypos",                           "8"                     },
3989   { "next_ce_8.frames",                         "1"                     },
3990
3991   { "self",                                     "RocksMore.png"         },
3992   { "self.xpos",                                "8"                     },
3993   { "self.ypos",                                "7"                     },
3994   { "self.frames",                              "1"                     },
3995
3996   { "any_element",                              "RocksMore.png"         },
3997   { "any_element.xpos",                         "9"                     },
3998   { "any_element.ypos",                         "7"                     },
3999   { "any_element.frames",                       "1"                     },
4000
4001   { "emc_key_5",                                "RocksEMC.png"          },
4002   { "emc_key_5.xpos",                           "0"                     },
4003   { "emc_key_5.ypos",                           "5"                     },
4004   { "emc_key_5.frames",                         "1"                     },
4005   { "emc_key_6",                                "RocksEMC.png"          },
4006   { "emc_key_6.xpos",                           "1"                     },
4007   { "emc_key_6.ypos",                           "5"                     },
4008   { "emc_key_6.frames",                         "1"                     },
4009   { "emc_key_7",                                "RocksEMC.png"          },
4010   { "emc_key_7.xpos",                           "2"                     },
4011   { "emc_key_7.ypos",                           "5"                     },
4012   { "emc_key_7.frames",                         "1"                     },
4013   { "emc_key_8",                                "RocksEMC.png"          },
4014   { "emc_key_8.xpos",                           "3"                     },
4015   { "emc_key_8.ypos",                           "5"                     },
4016   { "emc_key_8.frames",                         "1"                     },
4017
4018   { "emc_gate_5",                               "RocksEMC.png"          },
4019   { "emc_gate_5.xpos",                          "0"                     },
4020   { "emc_gate_5.ypos",                          "6"                     },
4021   { "emc_gate_5.frames",                        "1"                     },
4022   { "emc_gate_6",                               "RocksEMC.png"          },
4023   { "emc_gate_6.xpos",                          "1"                     },
4024   { "emc_gate_6.ypos",                          "6"                     },
4025   { "emc_gate_6.frames",                        "1"                     },
4026   { "emc_gate_7",                               "RocksEMC.png"          },
4027   { "emc_gate_7.xpos",                          "2"                     },
4028   { "emc_gate_7.ypos",                          "6"                     },
4029   { "emc_gate_7.frames",                        "1"                     },
4030   { "emc_gate_8",                               "RocksEMC.png"          },
4031   { "emc_gate_8.xpos",                          "3"                     },
4032   { "emc_gate_8.ypos",                          "6"                     },
4033   { "emc_gate_8.frames",                        "1"                     },
4034   { "emc_gate_5_gray",                          "RocksEMC.png"          },
4035   { "emc_gate_5_gray.xpos",                     "4"                     },
4036   { "emc_gate_5_gray.ypos",                     "7"                     },
4037   { "emc_gate_5_gray.frames",                   "1"                     },
4038   { "emc_gate_5_gray.EDITOR",                   "RocksEMC.png"          },
4039   { "emc_gate_5_gray.EDITOR.xpos",              "0"                     },
4040   { "emc_gate_5_gray.EDITOR.ypos",              "7"                     },
4041   { "emc_gate_5_gray.active",                   "RocksEMC.png"          },
4042   { "emc_gate_5_gray.active.xpos",              "0"                     },
4043   { "emc_gate_5_gray.active.ypos",              "6"                     },
4044   { "emc_gate_5_gray.active.frames",            "1"                     },
4045   { "emc_gate_6_gray",                          "RocksEMC.png"          },
4046   { "emc_gate_6_gray.xpos",                     "4"                     },
4047   { "emc_gate_6_gray.ypos",                     "7"                     },
4048   { "emc_gate_6_gray.frames",                   "1"                     },
4049   { "emc_gate_6_gray.EDITOR",                   "RocksEMC.png"          },
4050   { "emc_gate_6_gray.EDITOR.xpos",              "1"                     },
4051   { "emc_gate_6_gray.EDITOR.ypos",              "7"                     },
4052   { "emc_gate_6_gray.active",                   "RocksEMC.png"          },
4053   { "emc_gate_6_gray.active.xpos",              "1"                     },
4054   { "emc_gate_6_gray.active.ypos",              "6"                     },
4055   { "emc_gate_6_gray.active.frames",            "1"                     },
4056   { "emc_gate_7_gray",                          "RocksEMC.png"          },
4057   { "emc_gate_7_gray.xpos",                     "4"                     },
4058   { "emc_gate_7_gray.ypos",                     "7"                     },
4059   { "emc_gate_7_gray.frames",                   "1"                     },
4060   { "emc_gate_7_gray.EDITOR",                   "RocksEMC.png"          },
4061   { "emc_gate_7_gray.EDITOR.xpos",              "2"                     },
4062   { "emc_gate_7_gray.EDITOR.ypos",              "7"                     },
4063   { "emc_gate_7_gray.active",                   "RocksEMC.png"          },
4064   { "emc_gate_7_gray.active.xpos",              "2"                     },
4065   { "emc_gate_7_gray.active.ypos",              "6"                     },
4066   { "emc_gate_7_gray.active.frames",            "1"                     },
4067   { "emc_gate_8_gray",                          "RocksEMC.png"          },
4068   { "emc_gate_8_gray.xpos",                     "4"                     },
4069   { "emc_gate_8_gray.ypos",                     "7"                     },
4070   { "emc_gate_8_gray.frames",                   "1"                     },
4071   { "emc_gate_8_gray.EDITOR",                   "RocksEMC.png"          },
4072   { "emc_gate_8_gray.EDITOR.xpos",              "3"                     },
4073   { "emc_gate_8_gray.EDITOR.ypos",              "7"                     },
4074   { "emc_gate_8_gray.active",                   "RocksEMC.png"          },
4075   { "emc_gate_8_gray.active.xpos",              "3"                     },
4076   { "emc_gate_8_gray.active.ypos",              "6"                     },
4077   { "emc_gate_8_gray.active.frames",            "1"                     },
4078
4079   { "emc_android",                              "RocksEMC.png"          },
4080   { "emc_android.xpos",                         "0"                     },
4081   { "emc_android.ypos",                         "8"                     },
4082   { "emc_android.frames",                       "8"                     },
4083   { "emc_android.delay",                        "2"                     },
4084
4085   { "emc_android.shrinking.upleft",             "RocksEMC.png"          },
4086   { "emc_android.shrinking.upleft.xpos",        "1"                     },
4087   { "emc_android.shrinking.upleft.ypos",        "11"                    },
4088   { "emc_android.shrinking.upleft.frames",      "8"                     },
4089   { "emc_android.shrinking.upleft.anim_mode",   "linear"                },
4090
4091   { "emc_android.growing.downright",            "RocksEMC.png"          },
4092   { "emc_android.growing.downright.xpos",       "0"                     },
4093   { "emc_android.growing.downright.ypos",       "11"                    },
4094   { "emc_android.growing.downright.frames",     "8"                     },
4095   { "emc_android.growing.downright.anim_mode",  "linear,reverse"        },
4096
4097   { "emc_android.shrinking.downleft",           "RocksEMC.png"          },
4098   { "emc_android.shrinking.downleft.xpos",      "1"                     },
4099   { "emc_android.shrinking.downleft.ypos",      "12"                    },
4100   { "emc_android.shrinking.downleft.frames",    "8"                     },
4101   { "emc_android.shrinking.downleft.anim_mode", "linear"                },
4102
4103   { "emc_android.growing.upright",              "RocksEMC.png"          },
4104   { "emc_android.growing.upright.xpos",         "0"                     },
4105   { "emc_android.growing.upright.ypos",         "12"                    },
4106   { "emc_android.growing.upright.frames",       "8"                     },
4107   { "emc_android.growing.upright.anim_mode",    "linear,reverse"        },
4108
4109   { "emc_android.shrinking.upright",            "RocksEMC.png"          },
4110   { "emc_android.shrinking.upright.xpos",       "1"                     },
4111   { "emc_android.shrinking.upright.ypos",       "13"                    },
4112   { "emc_android.shrinking.upright.frames",     "8"                     },
4113   { "emc_android.shrinking.upright.anim_mode",  "linear"                },
4114
4115   { "emc_android.growing.downleft",             "RocksEMC.png"          },
4116   { "emc_android.growing.downleft.xpos",        "0"                     },
4117   { "emc_android.growing.downleft.ypos",        "13"                    },
4118   { "emc_android.growing.downleft.frames",      "8"                     },
4119   { "emc_android.growing.downleft.anim_mode",   "linear,reverse"        },
4120
4121   { "emc_android.shrinking.downright",          "RocksEMC.png"          },
4122   { "emc_android.shrinking.downright.xpos",     "1"                     },
4123   { "emc_android.shrinking.downright.ypos",     "14"                    },
4124   { "emc_android.shrinking.downright.frames",   "8"                     },
4125   { "emc_android.shrinking.downright.anim_mode","linear"                },
4126
4127   { "emc_android.growing.upleft",               "RocksEMC.png"          },
4128   { "emc_android.growing.upleft.xpos",          "0"                     },
4129   { "emc_android.growing.upleft.ypos",          "14"                    },
4130   { "emc_android.growing.upleft.frames",        "8"                     },
4131   { "emc_android.growing.upleft.anim_mode",     "linear,reverse"        },
4132
4133   { "emc_grass",                                "RocksEMC.png"          },
4134   { "emc_grass.xpos",                           "0"                     },
4135   { "emc_grass.ypos",                           "4"                     },
4136   { "emc_grass.frames",                         "1"                     },
4137   { "emc_grass.CRUMBLED",                       "RocksEMC.png"          },
4138   { "emc_grass.CRUMBLED.xpos",                  "1"                     },
4139   { "emc_grass.CRUMBLED.ypos",                  "4"                     },
4140   { "emc_grass.CRUMBLED.frames",                "1"                     },
4141   { "emc_grass.digging.left",                   "RocksEMC.png"          },
4142   { "emc_grass.digging.left.xpos",              "6"                     },
4143   { "emc_grass.digging.left.ypos",              "0"                     },
4144   { "emc_grass.digging.left.frames",            "3"                     },
4145   { "emc_grass.digging.left.delay",             "2"                     },
4146   { "emc_grass.digging.left.anim_mode",         "linear"                },
4147   { "emc_grass.digging.right",                  "RocksEMC.png"          },
4148   { "emc_grass.digging.right.xpos",             "9"                     },
4149   { "emc_grass.digging.right.ypos",             "0"                     },
4150   { "emc_grass.digging.right.frames",           "3"                     },
4151   { "emc_grass.digging.right.delay",            "2"                     },
4152   { "emc_grass.digging.right.anim_mode",        "linear"                },
4153   { "emc_grass.digging.up",                     "RocksEMC.png"          },
4154   { "emc_grass.digging.up.xpos",                "0"                     },
4155   { "emc_grass.digging.up.ypos",                "0"                     },
4156   { "emc_grass.digging.up.frames",              "3"                     },
4157   { "emc_grass.digging.up.delay",               "2"                     },
4158   { "emc_grass.digging.up.anim_mode",           "linear"                },
4159   { "emc_grass.digging.down",                   "RocksEMC.png"          },
4160   { "emc_grass.digging.down.xpos",              "3"                     },
4161   { "emc_grass.digging.down.ypos",              "0"                     },
4162   { "emc_grass.digging.down.frames",            "3"                     },
4163   { "emc_grass.digging.down.delay",             "2"                     },
4164   { "emc_grass.digging.down.anim_mode",         "linear"                },
4165   { "emc_grass.digging.left.CRUMBLED",          "RocksEMC.png"          },
4166   { "emc_grass.digging.left.CRUMBLED.xpos",     "6"                     },
4167   { "emc_grass.digging.left.CRUMBLED.ypos",     "1"                     },
4168   { "emc_grass.digging.left.CRUMBLED.frames",   "3"                     },
4169   { "emc_grass.digging.left.CRUMBLED.delay",    "2"                     },
4170   { "emc_grass.digging.left.CRUMBLED.anim_mode","linear"                },
4171   { "emc_grass.digging.right.CRUMBLED",         "RocksEMC.png"          },
4172   { "emc_grass.digging.right.CRUMBLED.xpos",    "9"                     },
4173   { "emc_grass.digging.right.CRUMBLED.ypos",    "1"                     },
4174   { "emc_grass.digging.right.CRUMBLED.frames",  "3"                     },
4175   { "emc_grass.digging.right.CRUMBLED.delay",   "2"                     },
4176   { "emc_grass.digging.right.CRUMBLED.anim_mode","linear"               },
4177   { "emc_grass.digging.up.CRUMBLED",            "RocksEMC.png"          },
4178   { "emc_grass.digging.up.CRUMBLED.xpos",       "0"                     },
4179   { "emc_grass.digging.up.CRUMBLED.ypos",       "1"                     },
4180   { "emc_grass.digging.up.CRUMBLED.frames",     "3"                     },
4181   { "emc_grass.digging.up.CRUMBLED.delay",      "2"                     },
4182   { "emc_grass.digging.up.CRUMBLED.anim_mode",  "linear"                },
4183   { "emc_grass.digging.down.CRUMBLED",          "RocksEMC.png"          },
4184   { "emc_grass.digging.down.CRUMBLED.xpos",     "3"                     },
4185   { "emc_grass.digging.down.CRUMBLED.ypos",     "1"                     },
4186   { "emc_grass.digging.down.CRUMBLED.frames",   "3"                     },
4187   { "emc_grass.digging.down.CRUMBLED.delay",    "2"                     },
4188   { "emc_grass.digging.down.CRUMBLED.anim_mode","linear"                },
4189
4190   { "emc_magic_ball",                           "RocksEMC.png"          },
4191   { "emc_magic_ball.xpos",                      "0"                     },
4192   { "emc_magic_ball.ypos",                      "9"                     },
4193   { "emc_magic_ball.frames",                    "1"                     },
4194   { "emc_magic_ball.active",                    "RocksEMC.png"          },
4195   { "emc_magic_ball.active.xpos",               "0"                     },
4196   { "emc_magic_ball.active.ypos",               "9"                     },
4197   { "emc_magic_ball.active.frames",             "16"                    },
4198   { "emc_magic_ball.active.frames_per_line",    "8"                     },
4199   { "emc_magic_ball.dropping",                  "RocksElements.png"     },
4200   { "emc_magic_ball.dropping.xpos",             "0"                     },
4201   { "emc_magic_ball.dropping.ypos",             "4"                     },
4202   { "emc_magic_ball.dropping.frames",           "8"                     },
4203   { "emc_magic_ball.dropping.anim_mode",        "linear"                },
4204
4205   { "emc_magic_ball_switch",                    "RocksEMC.png"          },
4206   { "emc_magic_ball_switch.xpos",               "8"                     },
4207   { "emc_magic_ball_switch.ypos",               "10"                    },
4208   { "emc_magic_ball_switch.frames",             "1"                     },
4209   { "emc_magic_ball_switch.active",             "RocksEMC.png"          },
4210   { "emc_magic_ball_switch.active.xpos",        "8"                     },
4211   { "emc_magic_ball_switch.active.ypos",        "9"                     },
4212   { "emc_magic_ball_switch.active.frames",      "1"                     },
4213
4214   { "emc_spring_bumper",                        "RocksEMC.png"          },
4215   { "emc_spring_bumper.xpos",                   "8"                     },
4216   { "emc_spring_bumper.ypos",                   "4"                     },
4217   { "emc_spring_bumper.frames",                 "1"                     },
4218
4219   { "emc_spring_bumper.active",                 "RocksEMC.png"          },
4220   { "emc_spring_bumper.active.xpos",            "8"                     },
4221   { "emc_spring_bumper.active.ypos",            "4"                     },
4222   { "emc_spring_bumper.active.frames",          "4"                     },
4223   { "emc_spring_bumper.active.anim_mode",       "pingpong2"             },
4224
4225   { "emc_plant",                                "RocksEMC.png"          },
4226   { "emc_plant.xpos",                           "4"                     },
4227   { "emc_plant.ypos",                           "4"                     },
4228   { "emc_plant.frames",                         "1"                     },
4229   { "emc_plant.CRUMBLED",                       "RocksEMC.png"          },
4230   { "emc_plant.CRUMBLED.xpos",                  "5"                     },
4231   { "emc_plant.CRUMBLED.ypos",                  "4"                     },
4232   { "emc_plant.CRUMBLED.frames",                "1"                     },
4233
4234   { "emc_lenses",                               "RocksEMC.png"          },
4235   { "emc_lenses.xpos",                          "6"                     },
4236   { "emc_lenses.ypos",                          "4"                     },
4237   { "emc_lenses.frames",                        "1"                     },
4238
4239   { "emc_magnifier",                            "RocksEMC.png"          },
4240   { "emc_magnifier.xpos",                       "7"                     },
4241   { "emc_magnifier.ypos",                       "4"                     },
4242   { "emc_magnifier.frames",                     "1"                     },
4243
4244   { "emc_wall_9",                               "RocksEMC.png"          },
4245   { "emc_wall_9.xpos",                          "10"                    },
4246   { "emc_wall_9.ypos",                          "5"                     },
4247   { "emc_wall_9.frames",                        "1"                     },
4248   { "emc_wall_10",                              "RocksEMC.png"          },
4249   { "emc_wall_10.xpos",                         "10"                    },
4250   { "emc_wall_10.ypos",                         "6"                     },
4251   { "emc_wall_10.frames",                       "1"                     },
4252   { "emc_wall_11",                              "RocksEMC.png"          },
4253   { "emc_wall_11.xpos",                         "11"                    },
4254   { "emc_wall_11.ypos",                         "5"                     },
4255   { "emc_wall_11.frames",                       "1"                     },
4256   { "emc_wall_12",                              "RocksEMC.png"          },
4257   { "emc_wall_12.xpos",                         "11"                    },
4258   { "emc_wall_12.ypos",                         "6"                     },
4259   { "emc_wall_12.frames",                       "1"                     },
4260   { "emc_wall_13",                              "RocksEMC.png"          },
4261   { "emc_wall_13.xpos",                         "10"                    },
4262   { "emc_wall_13.ypos",                         "7"                     },
4263   { "emc_wall_13.frames",                       "1"                     },
4264   { "emc_wall_14",                              "RocksEMC.png"          },
4265   { "emc_wall_14.xpos",                         "10"                    },
4266   { "emc_wall_14.ypos",                         "8"                     },
4267   { "emc_wall_14.frames",                       "1"                     },
4268   { "emc_wall_15",                              "RocksEMC.png"          },
4269   { "emc_wall_15.xpos",                         "10"                    },
4270   { "emc_wall_15.ypos",                         "9"                     },
4271   { "emc_wall_15.frames",                       "1"                     },
4272   { "emc_wall_16",                              "RocksEMC.png"          },
4273   { "emc_wall_16.xpos",                         "10"                    },
4274   { "emc_wall_16.ypos",                         "10"                    },
4275   { "emc_wall_16.frames",                       "1"                     },
4276
4277   { "emc_wall_slippery_1",                      "RocksEMC.png"          },
4278   { "emc_wall_slippery_1.xpos",                 "11"                    },
4279   { "emc_wall_slippery_1.ypos",                 "7"                     },
4280   { "emc_wall_slippery_1.frames",               "1"                     },
4281   { "emc_wall_slippery_2",                      "RocksEMC.png"          },
4282   { "emc_wall_slippery_2.xpos",                 "11"                    },
4283   { "emc_wall_slippery_2.ypos",                 "8"                     },
4284   { "emc_wall_slippery_2.frames",               "1"                     },
4285   { "emc_wall_slippery_3",                      "RocksEMC.png"          },
4286   { "emc_wall_slippery_3.xpos",                 "11"                    },
4287   { "emc_wall_slippery_3.ypos",                 "9"                     },
4288   { "emc_wall_slippery_3.frames",               "1"                     },
4289   { "emc_wall_slippery_4",                      "RocksEMC.png"          },
4290   { "emc_wall_slippery_4.xpos",                 "11"                    },
4291   { "emc_wall_slippery_4.ypos",                 "10"                    },
4292   { "emc_wall_slippery_4.frames",               "1"                     },
4293
4294   { "emc_fake_grass",                           "RocksEMC.png"          },
4295   { "emc_fake_grass.xpos",                      "0"                     },
4296   { "emc_fake_grass.ypos",                      "4"                     },
4297   { "emc_fake_grass.frames",                    "1"                     },
4298   { "emc_fake_grass.CRUMBLED",                  "RocksEMC.png"          },
4299   { "emc_fake_grass.CRUMBLED.xpos",             "1"                     },
4300   { "emc_fake_grass.CRUMBLED.ypos",             "4"                     },
4301   { "emc_fake_grass.CRUMBLED.frames",           "1"                     },
4302   { "emc_fake_grass.active",                    "RocksEMC.png"          },
4303   { "emc_fake_grass.active.xpos",               "2"                     },
4304   { "emc_fake_grass.active.ypos",               "4"                     },
4305   { "emc_fake_grass.active.frames",             "1"                     },
4306   { "emc_fake_grass.active.CRUMBLED",           "RocksEMC.png"          },
4307   { "emc_fake_grass.active.CRUMBLED.xpos",      "3"                     },
4308   { "emc_fake_grass.active.CRUMBLED.ypos",      "4"                     },
4309   { "emc_fake_grass.active.CRUMBLED.frames",    "1"                     },
4310   { "emc_fake_grass.EDITOR",                    "RocksEMC.png"          },
4311   { "emc_fake_grass.EDITOR.xpos",               "2"                     },
4312   { "emc_fake_grass.EDITOR.ypos",               "4"                     },
4313   { "emc_fake_grass.EDITOR.frames",             "1"                     },
4314
4315   { "emc_fake_acid",                            "RocksElements.png"     },
4316   { "emc_fake_acid.xpos",                       "12"                    },
4317   { "emc_fake_acid.ypos",                       "7"                     },
4318   { "emc_fake_acid.frames",                     "4"                     },
4319   { "emc_fake_acid.delay",                      "10"                    },
4320   { "emc_fake_acid.global_sync",                "true"                  },
4321
4322   { "emc_dripper",                              "RocksSP.png"           },
4323   { "emc_dripper.xpos",                         "0"                     },
4324   { "emc_dripper.ypos",                         "0"                     },
4325   { "emc_dripper.frames",                       "1"                     },
4326   { "emc_dripper.EDITOR",                       "RocksEMC.png"          },
4327   { "emc_dripper.EDITOR.xpos",                  "8"                     },
4328   { "emc_dripper.EDITOR.ypos",                  "8"                     },
4329   { "emc_dripper.active",                       "RocksEMC.png"          },
4330   { "emc_dripper.active.xpos",                  "8"                     },
4331   { "emc_dripper.active.ypos",                  "8"                     },
4332   { "emc_dripper.active.frames",                "1"                     },
4333
4334   { "mm_mcduffin",                              "RocksMM.png"           },
4335   { "mm_mcduffin.xpos",                         "4"                     },
4336   { "mm_mcduffin.ypos",                         "1"                     },
4337   { "mm_mcduffin.frames",                       "4"                     },
4338   { "mm_mcduffin.delay",                        "8"                     },
4339   { "mm_mcduffin.right",                        "RocksMM.png"           },
4340   { "mm_mcduffin.right.xpos",                   "4"                     },
4341   { "mm_mcduffin.right.ypos",                   "1"                     },
4342   { "mm_mcduffin.right.frames",                 "1"                     },
4343   { "mm_mcduffin.up",                           "RocksMM.png"           },
4344   { "mm_mcduffin.up.xpos",                      "5"                     },
4345   { "mm_mcduffin.up.ypos",                      "1"                     },
4346   { "mm_mcduffin.up.frames",                    "1"                     },
4347   { "mm_mcduffin.left",                         "RocksMM.png"           },
4348   { "mm_mcduffin.left.xpos",                    "6"                     },
4349   { "mm_mcduffin.left.ypos",                    "1"                     },
4350   { "mm_mcduffin.left.frames",                  "1"                     },
4351   { "mm_mcduffin.down",                         "RocksMM.png"           },
4352   { "mm_mcduffin.down.xpos",                    "7"                     },
4353   { "mm_mcduffin.down.ypos",                    "1"                     },
4354   { "mm_mcduffin.down.frames",                  "1"                     },
4355
4356   { "mm_exit_closed",                           "RocksMM.png"           },
4357   { "mm_exit_closed.xpos",                      "8"                     },
4358   { "mm_exit_closed.ypos",                      "1"                     },
4359   { "mm_exit_closed.frames",                    "1"                     },
4360   { "mm_exit.opening",                          "RocksMM.png"           },
4361   { "mm_exit.opening.xpos",                     "8"                     },
4362   { "mm_exit.opening.ypos",                     "1"                     },
4363   { "mm_exit.opening.frames",                   "4"                     },
4364   { "mm_exit.opening.delay",                    "6"                     },
4365   { "mm_exit.opening.anim_mode",                "linear"                },
4366   { "mm_exit_open",                             "RocksMM.png"           },
4367   { "mm_exit_open.xpos",                        "11"                    },
4368   { "mm_exit_open.ypos",                        "1"                     },
4369   { "mm_exit_open.frames",                      "1"                     },
4370   { "mm_exit.closing",                          "RocksMM.png"           },
4371   { "mm_exit.closing.xpos",                     "8"                     },
4372   { "mm_exit.closing.ypos",                     "1"                     },
4373   { "mm_exit.closing.frames",                   "4"                     },
4374   { "mm_exit.closing.delay",                    "6"                     },
4375   { "mm_exit.closing.anim_mode",                "linear,reverse"        },
4376
4377   { "mm_mirror_1",                              "RocksMM.png"           },
4378   { "mm_mirror_1.xpos",                         "0"                     },
4379   { "mm_mirror_1.ypos",                         "0"                     },
4380   { "mm_mirror_1.frames",                       "1"                     },
4381   { "mm_mirror_2",                              "RocksMM.png"           },
4382   { "mm_mirror_2.xpos",                         "1"                     },
4383   { "mm_mirror_2.ypos",                         "0"                     },
4384   { "mm_mirror_2.frames",                       "1"                     },
4385   { "mm_mirror_3",                              "RocksMM.png"           },
4386   { "mm_mirror_3.xpos",                         "2"                     },
4387   { "mm_mirror_3.ypos",                         "0"                     },
4388   { "mm_mirror_3.frames",                       "1"                     },
4389   { "mm_mirror_4",                              "RocksMM.png"           },
4390   { "mm_mirror_4.xpos",                         "3"                     },
4391   { "mm_mirror_4.ypos",                         "0"                     },
4392   { "mm_mirror_4.frames",                       "1"                     },
4393   { "mm_mirror_5",                              "RocksMM.png"           },
4394   { "mm_mirror_5.xpos",                         "4"                     },
4395   { "mm_mirror_5.ypos",                         "0"                     },
4396   { "mm_mirror_5.frames",                       "1"                     },
4397   { "mm_mirror_6",                              "RocksMM.png"           },
4398   { "mm_mirror_6.xpos",                         "5"                     },
4399   { "mm_mirror_6.ypos",                         "0"                     },
4400   { "mm_mirror_6.frames",                       "1"                     },
4401   { "mm_mirror_7",                              "RocksMM.png"           },
4402   { "mm_mirror_7.xpos",                         "6"                     },
4403   { "mm_mirror_7.ypos",                         "0"                     },
4404   { "mm_mirror_7.frames",                       "1"                     },
4405   { "mm_mirror_8",                              "RocksMM.png"           },
4406   { "mm_mirror_8.xpos",                         "7"                     },
4407   { "mm_mirror_8.ypos",                         "0"                     },
4408   { "mm_mirror_8.frames",                       "1"                     },
4409   { "mm_mirror_9",                              "RocksMM.png"           },
4410   { "mm_mirror_9.xpos",                         "8"                     },
4411   { "mm_mirror_9.ypos",                         "0"                     },
4412   { "mm_mirror_9.frames",                       "1"                     },
4413   { "mm_mirror_10",                             "RocksMM.png"           },
4414   { "mm_mirror_10.xpos",                        "9"                     },
4415   { "mm_mirror_10.ypos",                        "0"                     },
4416   { "mm_mirror_10.frames",                      "1"                     },
4417   { "mm_mirror_11",                             "RocksMM.png"           },
4418   { "mm_mirror_11.xpos",                        "10"                    },
4419   { "mm_mirror_11.ypos",                        "0"                     },
4420   { "mm_mirror_11.frames",                      "1"                     },
4421   { "mm_mirror_12",                             "RocksMM.png"           },
4422   { "mm_mirror_12.xpos",                        "11"                    },
4423   { "mm_mirror_12.ypos",                        "0"                     },
4424   { "mm_mirror_12.frames",                      "1"                     },
4425   { "mm_mirror_13",                             "RocksMM.png"           },
4426   { "mm_mirror_13.xpos",                        "12"                    },
4427   { "mm_mirror_13.ypos",                        "0"                     },
4428   { "mm_mirror_13.frames",                      "1"                     },
4429   { "mm_mirror_14",                             "RocksMM.png"           },
4430   { "mm_mirror_14.xpos",                        "13"                    },
4431   { "mm_mirror_14.ypos",                        "0"                     },
4432   { "mm_mirror_14.frames",                      "1"                     },
4433   { "mm_mirror_15",                             "RocksMM.png"           },
4434   { "mm_mirror_15.xpos",                        "14"                    },
4435   { "mm_mirror_15.ypos",                        "0"                     },
4436   { "mm_mirror_15.frames",                      "1"                     },
4437   { "mm_mirror_16",                             "RocksMM.png"           },
4438   { "mm_mirror_16.xpos",                        "15"                    },
4439   { "mm_mirror_16.ypos",                        "0"                     },
4440   { "mm_mirror_16.frames",                      "1"                     },
4441
4442   { "mm_mirror_fixed_1",                        "RocksMM.png"           },
4443   { "mm_mirror_fixed_1.xpos",                   "4"                     },
4444   { "mm_mirror_fixed_1.ypos",                   "6"                     },
4445   { "mm_mirror_fixed_1.frames",                 "1"                     },
4446   { "mm_mirror_fixed_2",                        "RocksMM.png"           },
4447   { "mm_mirror_fixed_2.xpos",                   "5"                     },
4448   { "mm_mirror_fixed_2.ypos",                   "6"                     },
4449   { "mm_mirror_fixed_2.frames",                 "1"                     },
4450   { "mm_mirror_fixed_3",                        "RocksMM.png"           },
4451   { "mm_mirror_fixed_3.xpos",                   "6"                     },
4452   { "mm_mirror_fixed_3.ypos",                   "6"                     },
4453   { "mm_mirror_fixed_3.frames",                 "1"                     },
4454   { "mm_mirror_fixed_4",                        "RocksMM.png"           },
4455   { "mm_mirror_fixed_4.xpos",                   "7"                     },
4456   { "mm_mirror_fixed_4.ypos",                   "6"                     },
4457   { "mm_mirror_fixed_4.frames",                 "1"                     },
4458
4459   { "mm_steel_grid_fixed_1",                    "RocksMM.png"           },
4460   { "mm_steel_grid_fixed_1.xpos",               "0"                     },
4461   { "mm_steel_grid_fixed_1.ypos",               "1"                     },
4462   { "mm_steel_grid_fixed_1.frames",             "1"                     },
4463   { "mm_steel_grid_fixed_2",                    "RocksMM.png"           },
4464   { "mm_steel_grid_fixed_2.xpos",               "1"                     },
4465   { "mm_steel_grid_fixed_2.ypos",               "1"                     },
4466   { "mm_steel_grid_fixed_2.frames",             "1"                     },
4467   { "mm_steel_grid_fixed_3",                    "RocksMM.png"           },
4468   { "mm_steel_grid_fixed_3.xpos",               "2"                     },
4469   { "mm_steel_grid_fixed_3.ypos",               "1"                     },
4470   { "mm_steel_grid_fixed_3.frames",             "1"                     },
4471   { "mm_steel_grid_fixed_4",                    "RocksMM.png"           },
4472   { "mm_steel_grid_fixed_4.xpos",               "3"                     },
4473   { "mm_steel_grid_fixed_4.ypos",               "1"                     },
4474   { "mm_steel_grid_fixed_4.frames",             "1"                     },
4475
4476   { "mm_wooden_grid_fixed_1",                   "RocksMM.png"           },
4477   { "mm_wooden_grid_fixed_1.xpos",              "12"                    },
4478   { "mm_wooden_grid_fixed_1.ypos",              "6"                     },
4479   { "mm_wooden_grid_fixed_1.frames",            "1"                     },
4480   { "mm_wooden_grid_fixed_2",                   "RocksMM.png"           },
4481   { "mm_wooden_grid_fixed_2.xpos",              "13"                    },
4482   { "mm_wooden_grid_fixed_2.ypos",              "6"                     },
4483   { "mm_wooden_grid_fixed_2.frames",            "1"                     },
4484   { "mm_wooden_grid_fixed_3",                   "RocksMM.png"           },
4485   { "mm_wooden_grid_fixed_3.xpos",              "14"                    },
4486   { "mm_wooden_grid_fixed_3.ypos",              "6"                     },
4487   { "mm_wooden_grid_fixed_3.frames",            "1"                     },
4488   { "mm_wooden_grid_fixed_4",                   "RocksMM.png"           },
4489   { "mm_wooden_grid_fixed_4.xpos",              "15"                    },
4490   { "mm_wooden_grid_fixed_4.ypos",              "6"                     },
4491   { "mm_wooden_grid_fixed_4.frames",            "1"                     },
4492
4493   { "mm_polarizer_1",                           "RocksMM.png"           },
4494   { "mm_polarizer_1.xpos",                      "0"                     },
4495   { "mm_polarizer_1.ypos",                      "5"                     },
4496   { "mm_polarizer_1.frames",                    "1"                     },
4497   { "mm_polarizer_2",                           "RocksMM.png"           },
4498   { "mm_polarizer_2.xpos",                      "1"                     },
4499   { "mm_polarizer_2.ypos",                      "5"                     },
4500   { "mm_polarizer_2.frames",                    "1"                     },
4501   { "mm_polarizer_3",                           "RocksMM.png"           },
4502   { "mm_polarizer_3.xpos",                      "2"                     },
4503   { "mm_polarizer_3.ypos",                      "5"                     },
4504   { "mm_polarizer_3.frames",                    "1"                     },
4505   { "mm_polarizer_4",                           "RocksMM.png"           },
4506   { "mm_polarizer_4.xpos",                      "3"                     },
4507   { "mm_polarizer_4.ypos",                      "5"                     },
4508   { "mm_polarizer_4.frames",                    "1"                     },
4509   { "mm_polarizer_5",                           "RocksMM.png"           },
4510   { "mm_polarizer_5.xpos",                      "4"                     },
4511   { "mm_polarizer_5.ypos",                      "5"                     },
4512   { "mm_polarizer_5.frames",                    "1"                     },
4513   { "mm_polarizer_6",                           "RocksMM.png"           },
4514   { "mm_polarizer_6.xpos",                      "5"                     },
4515   { "mm_polarizer_6.ypos",                      "5"                     },
4516   { "mm_polarizer_6.frames",                    "1"                     },
4517   { "mm_polarizer_7",                           "RocksMM.png"           },
4518   { "mm_polarizer_7.xpos",                      "6"                     },
4519   { "mm_polarizer_7.ypos",                      "5"                     },
4520   { "mm_polarizer_7.frames",                    "1"                     },
4521   { "mm_polarizer_8",                           "RocksMM.png"           },
4522   { "mm_polarizer_8.xpos",                      "7"                     },
4523   { "mm_polarizer_8.ypos",                      "5"                     },
4524   { "mm_polarizer_8.frames",                    "1"                     },
4525   { "mm_polarizer_9",                           "RocksMM.png"           },
4526   { "mm_polarizer_9.xpos",                      "8"                     },
4527   { "mm_polarizer_9.ypos",                      "5"                     },
4528   { "mm_polarizer_9.frames",                    "1"                     },
4529   { "mm_polarizer_10",                          "RocksMM.png"           },
4530   { "mm_polarizer_10.xpos",                     "9"                     },
4531   { "mm_polarizer_10.ypos",                     "5"                     },
4532   { "mm_polarizer_10.frames",                   "1"                     },
4533   { "mm_polarizer_11",                          "RocksMM.png"           },
4534   { "mm_polarizer_11.xpos",                     "10"                    },
4535   { "mm_polarizer_11.ypos",                     "5"                     },
4536   { "mm_polarizer_11.frames",                   "1"                     },
4537   { "mm_polarizer_12",                          "RocksMM.png"           },
4538   { "mm_polarizer_12.xpos",                     "11"                    },
4539   { "mm_polarizer_12.ypos",                     "5"                     },
4540   { "mm_polarizer_12.frames",                   "1"                     },
4541   { "mm_polarizer_13",                          "RocksMM.png"           },
4542   { "mm_polarizer_13.xpos",                     "12"                    },
4543   { "mm_polarizer_13.ypos",                     "5"                     },
4544   { "mm_polarizer_13.frames",                   "1"                     },
4545   { "mm_polarizer_14",                          "RocksMM.png"           },
4546   { "mm_polarizer_14.xpos",                     "13"                    },
4547   { "mm_polarizer_14.ypos",                     "5"                     },
4548   { "mm_polarizer_14.frames",                   "1"                     },
4549   { "mm_polarizer_15",                          "RocksMM.png"           },
4550   { "mm_polarizer_15.xpos",                     "14"                    },
4551   { "mm_polarizer_15.ypos",                     "5"                     },
4552   { "mm_polarizer_15.frames",                   "1"                     },
4553   { "mm_polarizer_16",                          "RocksMM.png"           },
4554   { "mm_polarizer_16.xpos",                     "15"                    },
4555   { "mm_polarizer_16.ypos",                     "5"                     },
4556   { "mm_polarizer_16.frames",                   "1"                     },
4557
4558   { "mm_polarizer_cross_1",                     "RocksMM.png"           },
4559   { "mm_polarizer_cross_1.xpos",                "0"                     },
4560   { "mm_polarizer_cross_1.ypos",                "6"                     },
4561   { "mm_polarizer_cross_1.frames",              "1"                     },
4562   { "mm_polarizer_cross_2",                     "RocksMM.png"           },
4563   { "mm_polarizer_cross_2.xpos",                "1"                     },
4564   { "mm_polarizer_cross_2.ypos",                "6"                     },
4565   { "mm_polarizer_cross_2.frames",              "1"                     },
4566   { "mm_polarizer_cross_3",                     "RocksMM.png"           },
4567   { "mm_polarizer_cross_3.xpos",                "2"                     },
4568   { "mm_polarizer_cross_3.ypos",                "6"                     },
4569   { "mm_polarizer_cross_3.frames",              "1"                     },
4570   { "mm_polarizer_cross_4",                     "RocksMM.png"           },
4571   { "mm_polarizer_cross_4.xpos",                "3"                     },
4572   { "mm_polarizer_cross_4.ypos",                "6"                     },
4573   { "mm_polarizer_cross_4.frames",              "1"                     },
4574
4575   { "mm_teleporter_1",                          "RocksMM.png"           },
4576   { "mm_teleporter_1.xpos",                     "0"                     },
4577   { "mm_teleporter_1.ypos",                     "3"                     },
4578   { "mm_teleporter_1.frames",                   "1"                     },
4579   { "mm_teleporter_2",                          "RocksMM.png"           },
4580   { "mm_teleporter_2.xpos",                     "1"                     },
4581   { "mm_teleporter_2.ypos",                     "3"                     },
4582   { "mm_teleporter_2.frames",                   "1"                     },
4583   { "mm_teleporter_3",                          "RocksMM.png"           },
4584   { "mm_teleporter_3.xpos",                     "2"                     },
4585   { "mm_teleporter_3.ypos",                     "3"                     },
4586   { "mm_teleporter_3.frames",                   "1"                     },
4587   { "mm_teleporter_4",                          "RocksMM.png"           },
4588   { "mm_teleporter_4.xpos",                     "3"                     },
4589   { "mm_teleporter_4.ypos",                     "3"                     },
4590   { "mm_teleporter_4.frames",                   "1"                     },
4591   { "mm_teleporter_5",                          "RocksMM.png"           },
4592   { "mm_teleporter_5.xpos",                     "4"                     },
4593   { "mm_teleporter_5.ypos",                     "3"                     },
4594   { "mm_teleporter_5.frames",                   "1"                     },
4595   { "mm_teleporter_6",                          "RocksMM.png"           },
4596   { "mm_teleporter_6.xpos",                     "5"                     },
4597   { "mm_teleporter_6.ypos",                     "3"                     },
4598   { "mm_teleporter_6.frames",                   "1"                     },
4599   { "mm_teleporter_7",                          "RocksMM.png"           },
4600   { "mm_teleporter_7.xpos",                     "6"                     },
4601   { "mm_teleporter_7.ypos",                     "3"                     },
4602   { "mm_teleporter_7.frames",                   "1"                     },
4603   { "mm_teleporter_8",                          "RocksMM.png"           },
4604   { "mm_teleporter_8.xpos",                     "7"                     },
4605   { "mm_teleporter_8.ypos",                     "3"                     },
4606   { "mm_teleporter_8.frames",                   "1"                     },
4607   { "mm_teleporter_9",                          "RocksMM.png"           },
4608   { "mm_teleporter_9.xpos",                     "8"                     },
4609   { "mm_teleporter_9.ypos",                     "3"                     },
4610   { "mm_teleporter_9.frames",                   "1"                     },
4611   { "mm_teleporter_10",                         "RocksMM.png"           },
4612   { "mm_teleporter_10.xpos",                    "9"                     },
4613   { "mm_teleporter_10.ypos",                    "3"                     },
4614   { "mm_teleporter_10.frames",                  "1"                     },
4615   { "mm_teleporter_11",                         "RocksMM.png"           },
4616   { "mm_teleporter_11.xpos",                    "10"                    },
4617   { "mm_teleporter_11.ypos",                    "3"                     },
4618   { "mm_teleporter_11.frames",                  "1"                     },
4619   { "mm_teleporter_12",                         "RocksMM.png"           },
4620   { "mm_teleporter_12.xpos",                    "11"                    },
4621   { "mm_teleporter_12.ypos",                    "3"                     },
4622   { "mm_teleporter_12.frames",                  "1"                     },
4623   { "mm_teleporter_13",                         "RocksMM.png"           },
4624   { "mm_teleporter_13.xpos",                    "12"                    },
4625   { "mm_teleporter_13.ypos",                    "3"                     },
4626   { "mm_teleporter_13.frames",                  "1"                     },
4627   { "mm_teleporter_14",                         "RocksMM.png"           },
4628   { "mm_teleporter_14.xpos",                    "13"                    },
4629   { "mm_teleporter_14.ypos",                    "3"                     },
4630   { "mm_teleporter_14.frames",                  "1"                     },
4631   { "mm_teleporter_15",                         "RocksMM.png"           },
4632   { "mm_teleporter_15.xpos",                    "14"                    },
4633   { "mm_teleporter_15.ypos",                    "3"                     },
4634   { "mm_teleporter_15.frames",                  "1"                     },
4635   { "mm_teleporter_16",                         "RocksMM.png"           },
4636   { "mm_teleporter_16.xpos",                    "15"                    },
4637   { "mm_teleporter_16.ypos",                    "3"                     },
4638   { "mm_teleporter_16.frames",                  "1"                     },
4639
4640   { "mm_teleporter_red_1",                      "RocksDF.png"           },
4641   { "mm_teleporter_red_1.xpos",                 "0"                     },
4642   { "mm_teleporter_red_1.ypos",                 "4"                     },
4643   { "mm_teleporter_red_1.frames",               "1"                     },
4644   { "mm_teleporter_red_2",                      "RocksDF.png"           },
4645   { "mm_teleporter_red_2.xpos",                 "1"                     },
4646   { "mm_teleporter_red_2.ypos",                 "4"                     },
4647   { "mm_teleporter_red_2.frames",               "1"                     },
4648   { "mm_teleporter_red_3",                      "RocksDF.png"           },
4649   { "mm_teleporter_red_3.xpos",                 "2"                     },
4650   { "mm_teleporter_red_3.ypos",                 "4"                     },
4651   { "mm_teleporter_red_3.frames",               "1"                     },
4652   { "mm_teleporter_red_4",                      "RocksDF.png"           },
4653   { "mm_teleporter_red_4.xpos",                 "3"                     },
4654   { "mm_teleporter_red_4.ypos",                 "4"                     },
4655   { "mm_teleporter_red_4.frames",               "1"                     },
4656   { "mm_teleporter_red_5",                      "RocksDF.png"           },
4657   { "mm_teleporter_red_5.xpos",                 "4"                     },
4658   { "mm_teleporter_red_5.ypos",                 "4"                     },
4659   { "mm_teleporter_red_5.frames",               "1"                     },
4660   { "mm_teleporter_red_6",                      "RocksDF.png"           },
4661   { "mm_teleporter_red_6.xpos",                 "5"                     },
4662   { "mm_teleporter_red_6.ypos",                 "4"                     },
4663   { "mm_teleporter_red_6.frames",               "1"                     },
4664   { "mm_teleporter_red_7",                      "RocksDF.png"           },
4665   { "mm_teleporter_red_7.xpos",                 "6"                     },
4666   { "mm_teleporter_red_7.ypos",                 "4"                     },
4667   { "mm_teleporter_red_7.frames",               "1"                     },
4668   { "mm_teleporter_red_8",                      "RocksDF.png"           },
4669   { "mm_teleporter_red_8.xpos",                 "7"                     },
4670   { "mm_teleporter_red_8.ypos",                 "4"                     },
4671   { "mm_teleporter_red_8.frames",               "1"                     },
4672   { "mm_teleporter_red_9",                      "RocksDF.png"           },
4673   { "mm_teleporter_red_9.xpos",                 "8"                     },
4674   { "mm_teleporter_red_9.ypos",                 "4"                     },
4675   { "mm_teleporter_red_9.frames",               "1"                     },
4676   { "mm_teleporter_red_10",                     "RocksDF.png"           },
4677   { "mm_teleporter_red_10.xpos",                "9"                     },
4678   { "mm_teleporter_red_10.ypos",                "4"                     },
4679   { "mm_teleporter_red_10.frames",              "1"                     },
4680   { "mm_teleporter_red_11",                     "RocksDF.png"           },
4681   { "mm_teleporter_red_11.xpos",                "10"                    },
4682   { "mm_teleporter_red_11.ypos",                "4"                     },
4683   { "mm_teleporter_red_11.frames",              "1"                     },
4684   { "mm_teleporter_red_12",                     "RocksDF.png"           },
4685   { "mm_teleporter_red_12.xpos",                "11"                    },
4686   { "mm_teleporter_red_12.ypos",                "4"                     },
4687   { "mm_teleporter_red_12.frames",              "1"                     },
4688   { "mm_teleporter_red_13",                     "RocksDF.png"           },
4689   { "mm_teleporter_red_13.xpos",                "12"                    },
4690   { "mm_teleporter_red_13.ypos",                "4"                     },
4691   { "mm_teleporter_red_13.frames",              "1"                     },
4692   { "mm_teleporter_red_14",                     "RocksDF.png"           },
4693   { "mm_teleporter_red_14.xpos",                "13"                    },
4694   { "mm_teleporter_red_14.ypos",                "4"                     },
4695   { "mm_teleporter_red_14.frames",              "1"                     },
4696   { "mm_teleporter_red_15",                     "RocksDF.png"           },
4697   { "mm_teleporter_red_15.xpos",                "14"                    },
4698   { "mm_teleporter_red_15.ypos",                "4"                     },
4699   { "mm_teleporter_red_15.frames",              "1"                     },
4700   { "mm_teleporter_red_16",                     "RocksDF.png"           },
4701   { "mm_teleporter_red_16.xpos",                "15"                    },
4702   { "mm_teleporter_red_16.ypos",                "4"                     },
4703   { "mm_teleporter_red_16.frames",              "1"                     },
4704
4705   { "mm_teleporter_yellow_1",                   "RocksDF.png"           },
4706   { "mm_teleporter_yellow_1.xpos",              "0"                     },
4707   { "mm_teleporter_yellow_1.ypos",              "5"                     },
4708   { "mm_teleporter_yellow_1.frames",            "1"                     },
4709   { "mm_teleporter_yellow_2",                   "RocksDF.png"           },
4710   { "mm_teleporter_yellow_2.xpos",              "1"                     },
4711   { "mm_teleporter_yellow_2.ypos",              "5"                     },
4712   { "mm_teleporter_yellow_2.frames",            "1"                     },
4713   { "mm_teleporter_yellow_3",                   "RocksDF.png"           },
4714   { "mm_teleporter_yellow_3.xpos",              "2"                     },
4715   { "mm_teleporter_yellow_3.ypos",              "5"                     },
4716   { "mm_teleporter_yellow_3.frames",            "1"                     },
4717   { "mm_teleporter_yellow_4",                   "RocksDF.png"           },
4718   { "mm_teleporter_yellow_4.xpos",              "3"                     },
4719   { "mm_teleporter_yellow_4.ypos",              "5"                     },
4720   { "mm_teleporter_yellow_4.frames",            "1"                     },
4721   { "mm_teleporter_yellow_5",                   "RocksDF.png"           },
4722   { "mm_teleporter_yellow_5.xpos",              "4"                     },
4723   { "mm_teleporter_yellow_5.ypos",              "5"                     },
4724   { "mm_teleporter_yellow_5.frames",            "1"                     },
4725   { "mm_teleporter_yellow_6",                   "RocksDF.png"           },
4726   { "mm_teleporter_yellow_6.xpos",              "5"                     },
4727   { "mm_teleporter_yellow_6.ypos",              "5"                     },
4728   { "mm_teleporter_yellow_6.frames",            "1"                     },
4729   { "mm_teleporter_yellow_7",                   "RocksDF.png"           },
4730   { "mm_teleporter_yellow_7.xpos",              "6"                     },
4731   { "mm_teleporter_yellow_7.ypos",              "5"                     },
4732   { "mm_teleporter_yellow_7.frames",            "1"                     },
4733   { "mm_teleporter_yellow_8",                   "RocksDF.png"           },
4734   { "mm_teleporter_yellow_8.xpos",              "7"                     },
4735   { "mm_teleporter_yellow_8.ypos",              "5"                     },
4736   { "mm_teleporter_yellow_8.frames",            "1"                     },
4737   { "mm_teleporter_yellow_9",                   "RocksDF.png"           },
4738   { "mm_teleporter_yellow_9.xpos",              "8"                     },
4739   { "mm_teleporter_yellow_9.ypos",              "5"                     },
4740   { "mm_teleporter_yellow_9.frames",            "1"                     },
4741   { "mm_teleporter_yellow_10",                  "RocksDF.png"           },
4742   { "mm_teleporter_yellow_10.xpos",             "9"                     },
4743   { "mm_teleporter_yellow_10.ypos",             "5"                     },
4744   { "mm_teleporter_yellow_10.frames",           "1"                     },
4745   { "mm_teleporter_yellow_11",                  "RocksDF.png"           },
4746   { "mm_teleporter_yellow_11.xpos",             "10"                    },
4747   { "mm_teleporter_yellow_11.ypos",             "5"                     },
4748   { "mm_teleporter_yellow_11.frames",           "1"                     },
4749   { "mm_teleporter_yellow_12",                  "RocksDF.png"           },
4750   { "mm_teleporter_yellow_12.xpos",             "11"                    },
4751   { "mm_teleporter_yellow_12.ypos",             "5"                     },
4752   { "mm_teleporter_yellow_12.frames",           "1"                     },
4753   { "mm_teleporter_yellow_13",                  "RocksDF.png"           },
4754   { "mm_teleporter_yellow_13.xpos",             "12"                    },
4755   { "mm_teleporter_yellow_13.ypos",             "5"                     },
4756   { "mm_teleporter_yellow_13.frames",           "1"                     },
4757   { "mm_teleporter_yellow_14",                  "RocksDF.png"           },
4758   { "mm_teleporter_yellow_14.xpos",             "13"                    },
4759   { "mm_teleporter_yellow_14.ypos",             "5"                     },
4760   { "mm_teleporter_yellow_14.frames",           "1"                     },
4761   { "mm_teleporter_yellow_15",                  "RocksDF.png"           },
4762   { "mm_teleporter_yellow_15.xpos",             "14"                    },
4763   { "mm_teleporter_yellow_15.ypos",             "5"                     },
4764   { "mm_teleporter_yellow_15.frames",           "1"                     },
4765   { "mm_teleporter_yellow_16",                  "RocksDF.png"           },
4766   { "mm_teleporter_yellow_16.xpos",             "15"                    },
4767   { "mm_teleporter_yellow_16.ypos",             "5"                     },
4768   { "mm_teleporter_yellow_16.frames",           "1"                     },
4769
4770   { "mm_teleporter_green_1",                    "RocksDF.png"           },
4771   { "mm_teleporter_green_1.xpos",               "0"                     },
4772   { "mm_teleporter_green_1.ypos",               "6"                     },
4773   { "mm_teleporter_green_1.frames",             "1"                     },
4774   { "mm_teleporter_green_2",                    "RocksDF.png"           },
4775   { "mm_teleporter_green_2.xpos",               "1"                     },
4776   { "mm_teleporter_green_2.ypos",               "6"                     },
4777   { "mm_teleporter_green_2.frames",             "1"                     },
4778   { "mm_teleporter_green_3",                    "RocksDF.png"           },
4779   { "mm_teleporter_green_3.xpos",               "2"                     },
4780   { "mm_teleporter_green_3.ypos",               "6"                     },
4781   { "mm_teleporter_green_3.frames",             "1"                     },
4782   { "mm_teleporter_green_4",                    "RocksDF.png"           },
4783   { "mm_teleporter_green_4.xpos",               "3"                     },
4784   { "mm_teleporter_green_4.ypos",               "6"                     },
4785   { "mm_teleporter_green_4.frames",             "1"                     },
4786   { "mm_teleporter_green_5",                    "RocksDF.png"           },
4787   { "mm_teleporter_green_5.xpos",               "4"                     },
4788   { "mm_teleporter_green_5.ypos",               "6"                     },
4789   { "mm_teleporter_green_5.frames",             "1"                     },
4790   { "mm_teleporter_green_6",                    "RocksDF.png"           },
4791   { "mm_teleporter_green_6.xpos",               "5"                     },
4792   { "mm_teleporter_green_6.ypos",               "6"                     },
4793   { "mm_teleporter_green_6.frames",             "1"                     },
4794   { "mm_teleporter_green_7",                    "RocksDF.png"           },
4795   { "mm_teleporter_green_7.xpos",               "6"                     },
4796   { "mm_teleporter_green_7.ypos",               "6"                     },
4797   { "mm_teleporter_green_7.frames",             "1"                     },
4798   { "mm_teleporter_green_8",                    "RocksDF.png"           },
4799   { "mm_teleporter_green_8.xpos",               "7"                     },
4800   { "mm_teleporter_green_8.ypos",               "6"                     },
4801   { "mm_teleporter_green_8.frames",             "1"                     },
4802   { "mm_teleporter_green_9",                    "RocksDF.png"           },
4803   { "mm_teleporter_green_9.xpos",               "8"                     },
4804   { "mm_teleporter_green_9.ypos",               "6"                     },
4805   { "mm_teleporter_green_9.frames",             "1"                     },
4806   { "mm_teleporter_green_10",                   "RocksDF.png"           },
4807   { "mm_teleporter_green_10.xpos",              "9"                     },
4808   { "mm_teleporter_green_10.ypos",              "6"                     },
4809   { "mm_teleporter_green_10.frames",            "1"                     },
4810   { "mm_teleporter_green_11",                   "RocksDF.png"           },
4811   { "mm_teleporter_green_11.xpos",              "10"                    },
4812   { "mm_teleporter_green_11.ypos",              "6"                     },
4813   { "mm_teleporter_green_11.frames",            "1"                     },
4814   { "mm_teleporter_green_12",                   "RocksDF.png"           },
4815   { "mm_teleporter_green_12.xpos",              "11"                    },
4816   { "mm_teleporter_green_12.ypos",              "6"                     },
4817   { "mm_teleporter_green_12.frames",            "1"                     },
4818   { "mm_teleporter_green_13",                   "RocksDF.png"           },
4819   { "mm_teleporter_green_13.xpos",              "12"                    },
4820   { "mm_teleporter_green_13.ypos",              "6"                     },
4821   { "mm_teleporter_green_13.frames",            "1"                     },
4822   { "mm_teleporter_green_14",                   "RocksDF.png"           },
4823   { "mm_teleporter_green_14.xpos",              "13"                    },
4824   { "mm_teleporter_green_14.ypos",              "6"                     },
4825   { "mm_teleporter_green_14.frames",            "1"                     },
4826   { "mm_teleporter_green_15",                   "RocksDF.png"           },
4827   { "mm_teleporter_green_15.xpos",              "14"                    },
4828   { "mm_teleporter_green_15.ypos",              "6"                     },
4829   { "mm_teleporter_green_15.frames",            "1"                     },
4830   { "mm_teleporter_green_16",                   "RocksDF.png"           },
4831   { "mm_teleporter_green_16.xpos",              "15"                    },
4832   { "mm_teleporter_green_16.ypos",              "6"                     },
4833   { "mm_teleporter_green_16.frames",            "1"                     },
4834
4835   { "mm_teleporter_blue_1",                     "RocksDF.png"           },
4836   { "mm_teleporter_blue_1.xpos",                "0"                     },
4837   { "mm_teleporter_blue_1.ypos",                "7"                     },
4838   { "mm_teleporter_blue_1.frames",              "1"                     },
4839   { "mm_teleporter_blue_2",                     "RocksDF.png"           },
4840   { "mm_teleporter_blue_2.xpos",                "1"                     },
4841   { "mm_teleporter_blue_2.ypos",                "7"                     },
4842   { "mm_teleporter_blue_2.frames",              "1"                     },
4843   { "mm_teleporter_blue_3",                     "RocksDF.png"           },
4844   { "mm_teleporter_blue_3.xpos",                "2"                     },
4845   { "mm_teleporter_blue_3.ypos",                "7"                     },
4846   { "mm_teleporter_blue_3.frames",              "1"                     },
4847   { "mm_teleporter_blue_4",                     "RocksDF.png"           },
4848   { "mm_teleporter_blue_4.xpos",                "3"                     },
4849   { "mm_teleporter_blue_4.ypos",                "7"                     },
4850   { "mm_teleporter_blue_4.frames",              "1"                     },
4851   { "mm_teleporter_blue_5",                     "RocksDF.png"           },
4852   { "mm_teleporter_blue_5.xpos",                "4"                     },
4853   { "mm_teleporter_blue_5.ypos",                "7"                     },
4854   { "mm_teleporter_blue_5.frames",              "1"                     },
4855   { "mm_teleporter_blue_6",                     "RocksDF.png"           },
4856   { "mm_teleporter_blue_6.xpos",                "5"                     },
4857   { "mm_teleporter_blue_6.ypos",                "7"                     },
4858   { "mm_teleporter_blue_6.frames",              "1"                     },
4859   { "mm_teleporter_blue_7",                     "RocksDF.png"           },
4860   { "mm_teleporter_blue_7.xpos",                "6"                     },
4861   { "mm_teleporter_blue_7.ypos",                "7"                     },
4862   { "mm_teleporter_blue_7.frames",              "1"                     },
4863   { "mm_teleporter_blue_8",                     "RocksDF.png"           },
4864   { "mm_teleporter_blue_8.xpos",                "7"                     },
4865   { "mm_teleporter_blue_8.ypos",                "7"                     },
4866   { "mm_teleporter_blue_8.frames",              "1"                     },
4867   { "mm_teleporter_blue_9",                     "RocksDF.png"           },
4868   { "mm_teleporter_blue_9.xpos",                "8"                     },
4869   { "mm_teleporter_blue_9.ypos",                "7"                     },
4870   { "mm_teleporter_blue_9.frames",              "1"                     },
4871   { "mm_teleporter_blue_10",                    "RocksDF.png"           },
4872   { "mm_teleporter_blue_10.xpos",               "9"                     },
4873   { "mm_teleporter_blue_10.ypos",               "7"                     },
4874   { "mm_teleporter_blue_10.frames",             "1"                     },
4875   { "mm_teleporter_blue_11",                    "RocksDF.png"           },
4876   { "mm_teleporter_blue_11.xpos",               "10"                    },
4877   { "mm_teleporter_blue_11.ypos",               "7"                     },
4878   { "mm_teleporter_blue_11.frames",             "1"                     },
4879   { "mm_teleporter_blue_12",                    "RocksDF.png"           },
4880   { "mm_teleporter_blue_12.xpos",               "11"                    },
4881   { "mm_teleporter_blue_12.ypos",               "7"                     },
4882   { "mm_teleporter_blue_12.frames",             "1"                     },
4883   { "mm_teleporter_blue_13",                    "RocksDF.png"           },
4884   { "mm_teleporter_blue_13.xpos",               "12"                    },
4885   { "mm_teleporter_blue_13.ypos",               "7"                     },
4886   { "mm_teleporter_blue_13.frames",             "1"                     },
4887   { "mm_teleporter_blue_14",                    "RocksDF.png"           },
4888   { "mm_teleporter_blue_14.xpos",               "13"                    },
4889   { "mm_teleporter_blue_14.ypos",               "7"                     },
4890   { "mm_teleporter_blue_14.frames",             "1"                     },
4891   { "mm_teleporter_blue_15",                    "RocksDF.png"           },
4892   { "mm_teleporter_blue_15.xpos",               "14"                    },
4893   { "mm_teleporter_blue_15.ypos",               "7"                     },
4894   { "mm_teleporter_blue_15.frames",             "1"                     },
4895   { "mm_teleporter_blue_16",                    "RocksDF.png"           },
4896   { "mm_teleporter_blue_16.xpos",               "15"                    },
4897   { "mm_teleporter_blue_16.ypos",               "7"                     },
4898   { "mm_teleporter_blue_16.frames",             "1"                     },
4899
4900   { "mm_kettle",                                "RocksMM.png"           },
4901   { "mm_kettle.xpos",                           "12"                    },
4902   { "mm_kettle.ypos",                           "1"                     },
4903   { "mm_kettle.frames",                         "1"                     },
4904   { "mm_kettle.exploding",                      "RocksMM.png"           },
4905   { "mm_kettle.exploding.xpos",                 "13"                    },
4906   { "mm_kettle.exploding.ypos",                 "1"                     },
4907   { "mm_kettle.exploding.frames",               "3"                     },
4908   { "mm_kettle.exploding.delay",                "4"                     },
4909   { "mm_kettle.exploding.anim_mode",            "linear"                },
4910
4911   { "mm_bomb",                                  "RocksMM.png"           },
4912   { "mm_bomb.xpos",                             "5"                     },
4913   { "mm_bomb.ypos",                             "2"                     },
4914   { "mm_bomb.frames",                           "1"                     },
4915
4916   { "mm_prism",                                 "RocksMM.png"           },
4917   { "mm_prism.xpos",                            "0"                     },
4918   { "mm_prism.ypos",                            "2"                     },
4919   { "mm_prism.frames",                          "1"                     },
4920
4921   { "mm_fuse",                                  "RocksMM.png"           },
4922   { "mm_fuse.xpos",                             "7"                     },
4923   { "mm_fuse.ypos",                             "2"                     },
4924   { "mm_fuse.frames",                           "1"                     },
4925   { "mm_fuse.active",                           "RocksMM.png"           },
4926   { "mm_fuse.active.xpos",                      "6"                     },
4927   { "mm_fuse.active.ypos",                      "2"                     },
4928   { "mm_fuse.active.frames",                    "1"                     },
4929
4930   { "mm_steel_lock",                            "RocksMM.png"           },
4931   { "mm_steel_lock.xpos",                       "8"                     },
4932   { "mm_steel_lock.ypos",                       "2"                     },
4933   { "mm_steel_lock.frames",                     "1"                     },
4934
4935   { "mm_wooden_lock",                           "RocksMM.png"           },
4936   { "mm_wooden_lock.xpos",                      "9"                     },
4937   { "mm_wooden_lock.ypos",                      "6"                     },
4938   { "mm_wooden_lock.frames",                    "1"                     },
4939
4940   { "mm_steel_block",                           "RocksMM.png"           },
4941   { "mm_steel_block.xpos",                      "8"                     },
4942   { "mm_steel_block.ypos",                      "6"                     },
4943   { "mm_steel_block.frames",                    "1"                     },
4944
4945   { "mm_wooden_block",                          "RocksMM.png"           },
4946   { "mm_wooden_block.xpos",                     "4"                     },
4947   { "mm_wooden_block.ypos",                     "2"                     },
4948   { "mm_wooden_block.frames",                   "1"                     },
4949
4950   { "mm_key",                                   "RocksMM.png"           },
4951   { "mm_key.xpos",                              "9"                     },
4952   { "mm_key.ypos",                              "2"                     },
4953   { "mm_key.frames",                            "1"                     },
4954
4955   { "mm_lightbulb",                             "RocksMM.png"           },
4956   { "mm_lightbulb.xpos",                        "10"                    },
4957   { "mm_lightbulb.ypos",                        "2"                     },
4958   { "mm_lightbulb.frames",                      "1"                     },
4959   { "mm_lightbulb.active",                      "RocksMM.png"           },
4960   { "mm_lightbulb.active.xpos",                 "11"                    },
4961   { "mm_lightbulb.active.ypos",                 "2"                     },
4962   { "mm_lightbulb.active.frames",               "1"                     },
4963
4964   { "mm_lightball",                             "RocksMM.png"           },
4965   { "mm_lightball.xpos",                        "12"                    },
4966   { "mm_lightball.ypos",                        "2"                     },
4967   { "mm_lightball.frames",                      "3"                     },
4968   { "mm_lightball.delay",                       "1000000"               },
4969   { "mm_lightball.anim_mode",                   "random"                },
4970   { "mm_lightball_red",                         "RocksMM.png"           },
4971   { "mm_lightball_red.xpos",                    "12"                    },
4972   { "mm_lightball_red.ypos",                    "2"                     },
4973   { "mm_lightball_red.frames",                  "1"                     },
4974   { "mm_lightball_blue",                        "RocksMM.png"           },
4975   { "mm_lightball_blue.xpos",                   "13"                    },
4976   { "mm_lightball_blue.ypos",                   "2"                     },
4977   { "mm_lightball_blue.frames",                 "1"                     },
4978   { "mm_lightball_yellow",                      "RocksMM.png"           },
4979   { "mm_lightball_yellow.xpos",                 "14"                    },
4980   { "mm_lightball_yellow.ypos",                 "2"                     },
4981   { "mm_lightball_yellow.frames",               "1"                     },
4982
4983   { "mm_gray_ball",                             "RocksMM.png"           },
4984   { "mm_gray_ball.xpos",                        "15"                    },
4985   { "mm_gray_ball.ypos",                        "2"                     },
4986   { "mm_gray_ball.frames",                      "1"                     },
4987
4988   { "mm_fuel_full",                             "RocksMM.png"           },
4989   { "mm_fuel_full.xpos",                        "10"                    },
4990   { "mm_fuel_full.ypos",                        "6"                     },
4991   { "mm_fuel_full.frames",                      "1"                     },
4992   { "mm_fuel_empty",                            "RocksMM.png"           },
4993   { "mm_fuel_empty.xpos",                       "11"                    },
4994   { "mm_fuel_empty.ypos",                       "6"                     },
4995   { "mm_fuel_empty.frames",                     "1"                     },
4996
4997   { "mm_steel_wall",                            "RocksMM.png"           },
4998   { "mm_steel_wall.xpos",                       "0"                     },
4999   { "mm_steel_wall.ypos",                       "7"                     },
5000   { "mm_steel_wall.frames",                     "1"                     },
5001
5002   { "mm_wooden_wall",                           "RocksMM.png"           },
5003   { "mm_wooden_wall.xpos",                      "1"                     },
5004   { "mm_wooden_wall.ypos",                      "7"                     },
5005   { "mm_wooden_wall.frames",                    "1"                     },
5006
5007   { "mm_ice_wall",                              "RocksMM.png"           },
5008   { "mm_ice_wall.xpos",                         "2"                     },
5009   { "mm_ice_wall.ypos",                         "7"                     },
5010   { "mm_ice_wall.frames",                       "1"                     },
5011   { "mm_ice_wall.shrinking",                    "RocksMM.png"           },
5012   { "mm_ice_wall.shrinking.xpos",               "2"                     },
5013   { "mm_ice_wall.shrinking.ypos",               "7"                     },
5014   { "mm_ice_wall.shrinking.frames",             "5"                     },
5015   { "mm_ice_wall.shrinking.delay",              "8"                     },
5016   { "mm_ice_wall.shrinking.anim_mode",          "linear"                },
5017
5018   { "mm_amoeba_wall",                           "RocksMM.png"           },
5019   { "mm_amoeba_wall.xpos",                      "8"                     },
5020   { "mm_amoeba_wall.ypos",                      "7"                     },
5021   { "mm_amoeba_wall.frames",                    "1"                     },
5022   { "mm_amoeba_wall.growing",                   "RocksMM.png"           },
5023   { "mm_amoeba_wall.growing.xpos",              "8"                     },
5024   { "mm_amoeba_wall.growing.ypos",              "7"                     },
5025   { "mm_amoeba_wall.growing.frames",            "5"                     },
5026   { "mm_amoeba_wall.growing.delay",             "8"                     },
5027   { "mm_amoeba_wall.growing.anim_mode",         "linear,reverse"        },
5028
5029   { "mm_pacman",                                "RocksMM.png"           },
5030   { "mm_pacman.xpos",                           "0"                     },
5031   { "mm_pacman.ypos",                           "4"                     },
5032   { "mm_pacman.frames",                         "1"                     },
5033   { "mm_pacman.right",                          "RocksMM.png"           },
5034   { "mm_pacman.right.xpos",                     "0"                     },
5035   { "mm_pacman.right.ypos",                     "4"                     },
5036   { "mm_pacman.right.frames",                   "1"                     },
5037   { "mm_pacman.up",                             "RocksMM.png"           },
5038   { "mm_pacman.up.xpos",                        "1"                     },
5039   { "mm_pacman.up.ypos",                        "4"                     },
5040   { "mm_pacman.up.frames",                      "1"                     },
5041   { "mm_pacman.left",                           "RocksMM.png"           },
5042   { "mm_pacman.left.xpos",                      "2"                     },
5043   { "mm_pacman.left.ypos",                      "4"                     },
5044   { "mm_pacman.left.frames",                    "1"                     },
5045   { "mm_pacman.down",                           "RocksMM.png"           },
5046   { "mm_pacman.down.xpos",                      "3"                     },
5047   { "mm_pacman.down.ypos",                      "4"                     },
5048   { "mm_pacman.down.frames",                    "1"                     },
5049   { "mm_pacman.eating.right",                   "RocksMM.png"           },
5050   { "mm_pacman.eating.right.xpos",              "4"                     },
5051   { "mm_pacman.eating.right.ypos",              "4"                     },
5052   { "mm_pacman.eating.right.frames",            "1"                     },
5053   { "mm_pacman.eating.up",                      "RocksMM.png"           },
5054   { "mm_pacman.eating.up.xpos",                 "5"                     },
5055   { "mm_pacman.eating.up.ypos",                 "4"                     },
5056   { "mm_pacman.eating.up.frames",               "1"                     },
5057   { "mm_pacman.eating.left",                    "RocksMM.png"           },
5058   { "mm_pacman.eating.left.xpos",               "6"                     },
5059   { "mm_pacman.eating.left.ypos",               "4"                     },
5060   { "mm_pacman.eating.left.frames",             "1"                     },
5061   { "mm_pacman.eating.down",                    "RocksMM.png"           },
5062   { "mm_pacman.eating.down.xpos",               "7"                     },
5063   { "mm_pacman.eating.down.ypos",               "4"                     },
5064   { "mm_pacman.eating.down.frames",             "1"                     },
5065
5066   { "mm_mask_mcduffin.right",                   "RocksMM.png"           },
5067   { "mm_mask_mcduffin.right.xpos",              "8"                     },
5068   { "mm_mask_mcduffin.right.ypos",              "8"                     },
5069   { "mm_mask_mcduffin.right.frames",            "1"                     },
5070   { "mm_mask_mcduffin.up",                      "RocksMM.png"           },
5071   { "mm_mask_mcduffin.up.xpos",                 "9"                     },
5072   { "mm_mask_mcduffin.up.ypos",                 "8"                     },
5073   { "mm_mask_mcduffin.up.frames",               "1"                     },
5074   { "mm_mask_mcduffin.left",                    "RocksMM.png"           },
5075   { "mm_mask_mcduffin.left.xpos",               "10"                    },
5076   { "mm_mask_mcduffin.left.ypos",               "8"                     },
5077   { "mm_mask_mcduffin.left.frames",             "1"                     },
5078   { "mm_mask_mcduffin.down",                    "RocksMM.png"           },
5079   { "mm_mask_mcduffin.down.xpos",               "11"                    },
5080   { "mm_mask_mcduffin.down.ypos",               "8"                     },
5081   { "mm_mask_mcduffin.down.frames",             "1"                     },
5082
5083   { "mm_mask_grid_1",                           "RocksMM.png"           },
5084   { "mm_mask_grid_1.xpos",                      "4"                     },
5085   { "mm_mask_grid_1.ypos",                      "8"                     },
5086   { "mm_mask_grid_1.frames",                    "1"                     },
5087   { "mm_mask_grid_2",                           "RocksMM.png"           },
5088   { "mm_mask_grid_2.xpos",                      "5"                     },
5089   { "mm_mask_grid_2.ypos",                      "8"                     },
5090   { "mm_mask_grid_2.frames",                    "1"                     },
5091   { "mm_mask_grid_3",                           "RocksMM.png"           },
5092   { "mm_mask_grid_3.xpos",                      "6"                     },
5093   { "mm_mask_grid_3.ypos",                      "8"                     },
5094   { "mm_mask_grid_3.frames",                    "1"                     },
5095   { "mm_mask_grid_4",                           "RocksMM.png"           },
5096   { "mm_mask_grid_4.xpos",                      "7"                     },
5097   { "mm_mask_grid_4.ypos",                      "8"                     },
5098   { "mm_mask_grid_4.frames",                    "1"                     },
5099
5100   { "mm_mask_rectangle",                        "RocksMM.png"           },
5101   { "mm_mask_rectangle.xpos",                   "1"                     },
5102   { "mm_mask_rectangle.ypos",                   "8"                     },
5103   { "mm_mask_rectangle.frames",                 "1"                     },
5104
5105   { "mm_mask_circle",                           "RocksMM.png"           },
5106   { "mm_mask_circle.xpos",                      "0"                     },
5107   { "mm_mask_circle.ypos",                      "8"                     },
5108   { "mm_mask_circle.frames",                    "1"                     },
5109
5110   { "[mm_default].exploding",                   "RocksMM.png"           },
5111   { "[mm_default].exploding.xpos",              "8"                     },
5112   { "[mm_default].exploding.ypos",              "4"                     },
5113   { "[mm_default].exploding.frames",            "8"                     },
5114   { "[mm_default].exploding.delay",             "2"                     },
5115   { "[mm_default].exploding.anim_mode",         "linear"                },
5116
5117   { "df_laser",                                 "RocksDF.png"           },
5118   { "df_laser.xpos",                            "0"                     },
5119   { "df_laser.ypos",                            "9"                     },
5120   { "df_laser.frames",                          "4"                     },
5121   { "df_laser.delay",                           "8"                     },
5122   { "df_laser.right",                           "RocksDF.png"           },
5123   { "df_laser.right.xpos",                      "0"                     },
5124   { "df_laser.right.ypos",                      "9"                     },
5125   { "df_laser.right.frames",                    "1"                     },
5126   { "df_laser.up",                              "RocksDF.png"           },
5127   { "df_laser.up.xpos",                         "1"                     },
5128   { "df_laser.up.ypos",                         "9"                     },
5129   { "df_laser.up.frames",                       "1"                     },
5130   { "df_laser.left",                            "RocksDF.png"           },
5131   { "df_laser.left.xpos",                       "2"                     },
5132   { "df_laser.left.ypos",                       "9"                     },
5133   { "df_laser.left.frames",                     "1"                     },
5134   { "df_laser.down",                            "RocksDF.png"           },
5135   { "df_laser.down.xpos",                       "3"                     },
5136   { "df_laser.down.ypos",                       "9"                     },
5137   { "df_laser.down.frames",                     "1"                     },
5138
5139   { "df_receiver",                              "RocksDF.png"           },
5140   { "df_receiver.xpos",                         "4"                     },
5141   { "df_receiver.ypos",                         "9"                     },
5142   { "df_receiver.frames",                       "4"                     },
5143   { "df_receiver.delay",                        "8"                     },
5144   { "df_receiver.right",                        "RocksDF.png"           },
5145   { "df_receiver.right.xpos",                   "4"                     },
5146   { "df_receiver.right.ypos",                   "9"                     },
5147   { "df_receiver.right.frames",                 "1"                     },
5148   { "df_receiver.up",                           "RocksDF.png"           },
5149   { "df_receiver.up.xpos",                      "5"                     },
5150   { "df_receiver.up.ypos",                      "9"                     },
5151   { "df_receiver.up.frames",                    "1"                     },
5152   { "df_receiver.left",                         "RocksDF.png"           },
5153   { "df_receiver.left.xpos",                    "6"                     },
5154   { "df_receiver.left.ypos",                    "9"                     },
5155   { "df_receiver.left.frames",                  "1"                     },
5156   { "df_receiver.down",                         "RocksDF.png"           },
5157   { "df_receiver.down.xpos",                    "7"                     },
5158   { "df_receiver.down.ypos",                    "9"                     },
5159   { "df_receiver.down.frames",                  "1"                     },
5160
5161   { "df_mirror_1",                              "RocksDF.png"           },
5162   { "df_mirror_1.xpos",                         "0"                     },
5163   { "df_mirror_1.ypos",                         "0"                     },
5164   { "df_mirror_1.frames",                       "1"                     },
5165   { "df_mirror_2",                              "RocksDF.png"           },
5166   { "df_mirror_2.xpos",                         "1"                     },
5167   { "df_mirror_2.ypos",                         "0"                     },
5168   { "df_mirror_2.frames",                       "1"                     },
5169   { "df_mirror_3",                              "RocksDF.png"           },
5170   { "df_mirror_3.xpos",                         "2"                     },
5171   { "df_mirror_3.ypos",                         "0"                     },
5172   { "df_mirror_3.frames",                       "1"                     },
5173   { "df_mirror_4",                              "RocksDF.png"           },
5174   { "df_mirror_4.xpos",                         "3"                     },
5175   { "df_mirror_4.ypos",                         "0"                     },
5176   { "df_mirror_4.frames",                       "1"                     },
5177   { "df_mirror_5",                              "RocksDF.png"           },
5178   { "df_mirror_5.xpos",                         "4"                     },
5179   { "df_mirror_5.ypos",                         "0"                     },
5180   { "df_mirror_5.frames",                       "1"                     },
5181   { "df_mirror_6",                              "RocksDF.png"           },
5182   { "df_mirror_6.xpos",                         "5"                     },
5183   { "df_mirror_6.ypos",                         "0"                     },
5184   { "df_mirror_6.frames",                       "1"                     },
5185   { "df_mirror_7",                              "RocksDF.png"           },
5186   { "df_mirror_7.xpos",                         "6"                     },
5187   { "df_mirror_7.ypos",                         "0"                     },
5188   { "df_mirror_7.frames",                       "1"                     },
5189   { "df_mirror_8",                              "RocksDF.png"           },
5190   { "df_mirror_8.xpos",                         "7"                     },
5191   { "df_mirror_8.ypos",                         "0"                     },
5192   { "df_mirror_8.frames",                       "1"                     },
5193   { "df_mirror_9",                              "RocksDF.png"           },
5194   { "df_mirror_9.xpos",                         "8"                     },
5195   { "df_mirror_9.ypos",                         "0"                     },
5196   { "df_mirror_9.frames",                       "1"                     },
5197   { "df_mirror_10",                             "RocksDF.png"           },
5198   { "df_mirror_10.xpos",                        "9"                     },
5199   { "df_mirror_10.ypos",                        "0"                     },
5200   { "df_mirror_10.frames",                      "1"                     },
5201   { "df_mirror_11",                             "RocksDF.png"           },
5202   { "df_mirror_11.xpos",                        "10"                    },
5203   { "df_mirror_11.ypos",                        "0"                     },
5204   { "df_mirror_11.frames",                      "1"                     },
5205   { "df_mirror_12",                             "RocksDF.png"           },
5206   { "df_mirror_12.xpos",                        "11"                    },
5207   { "df_mirror_12.ypos",                        "0"                     },
5208   { "df_mirror_12.frames",                      "1"                     },
5209   { "df_mirror_13",                             "RocksDF.png"           },
5210   { "df_mirror_13.xpos",                        "12"                    },
5211   { "df_mirror_13.ypos",                        "0"                     },
5212   { "df_mirror_13.frames",                      "1"                     },
5213   { "df_mirror_14",                             "RocksDF.png"           },
5214   { "df_mirror_14.xpos",                        "13"                    },
5215   { "df_mirror_14.ypos",                        "0"                     },
5216   { "df_mirror_14.frames",                      "1"                     },
5217   { "df_mirror_15",                             "RocksDF.png"           },
5218   { "df_mirror_15.xpos",                        "14"                    },
5219   { "df_mirror_15.ypos",                        "0"                     },
5220   { "df_mirror_15.frames",                      "1"                     },
5221   { "df_mirror_16",                             "RocksDF.png"           },
5222   { "df_mirror_16.xpos",                        "15"                    },
5223   { "df_mirror_16.ypos",                        "0"                     },
5224   { "df_mirror_16.frames",                      "1"                     },
5225
5226   { "df_mirror_rotating_1",                     "RocksDF.png"           },
5227   { "df_mirror_rotating_1.xpos",                "0"                     },
5228   { "df_mirror_rotating_1.ypos",                "0"                     },
5229   { "df_mirror_rotating_1.frames",              "1"                     },
5230   { "df_mirror_rotating_1.EDITOR",              "RocksDF.png"           },
5231   { "df_mirror_rotating_1.EDITOR.xpos",         "0"                     },
5232   { "df_mirror_rotating_1.EDITOR.ypos",         "1"                     },
5233   { "df_mirror_rotating_1.EDITOR.frames",       "1"                     },
5234   { "df_mirror_rotating_2",                     "RocksDF.png"           },
5235   { "df_mirror_rotating_2.xpos",                "1"                     },
5236   { "df_mirror_rotating_2.ypos",                "0"                     },
5237   { "df_mirror_rotating_2.frames",              "1"                     },
5238   { "df_mirror_rotating_2.EDITOR",              "RocksDF.png"           },
5239   { "df_mirror_rotating_2.EDITOR.xpos",         "1"                     },
5240   { "df_mirror_rotating_2.EDITOR.ypos",         "1"                     },
5241   { "df_mirror_rotating_2.EDITOR.frames",       "1"                     },
5242   { "df_mirror_rotating_3",                     "RocksDF.png"           },
5243   { "df_mirror_rotating_3.xpos",                "2"                     },
5244   { "df_mirror_rotating_3.ypos",                "0"                     },
5245   { "df_mirror_rotating_3.frames",              "1"                     },
5246   { "df_mirror_rotating_3.EDITOR",              "RocksDF.png"           },
5247   { "df_mirror_rotating_3.EDITOR.xpos",         "2"                     },
5248   { "df_mirror_rotating_3.EDITOR.ypos",         "1"                     },
5249   { "df_mirror_rotating_3.EDITOR.frames",       "1"                     },
5250   { "df_mirror_rotating_4",                     "RocksDF.png"           },
5251   { "df_mirror_rotating_4.xpos",                "3"                     },
5252   { "df_mirror_rotating_4.ypos",                "0"                     },
5253   { "df_mirror_rotating_4.frames",              "1"                     },
5254   { "df_mirror_rotating_4.EDITOR",              "RocksDF.png"           },
5255   { "df_mirror_rotating_4.EDITOR.xpos",         "3"                     },
5256   { "df_mirror_rotating_4.EDITOR.ypos",         "1"                     },
5257   { "df_mirror_rotating_4.EDITOR.frames",       "1"                     },
5258   { "df_mirror_rotating_5",                     "RocksDF.png"           },
5259   { "df_mirror_rotating_5.xpos",                "4"                     },
5260   { "df_mirror_rotating_5.ypos",                "0"                     },
5261   { "df_mirror_rotating_5.frames",              "1"                     },
5262   { "df_mirror_rotating_5.EDITOR",              "RocksDF.png"           },
5263   { "df_mirror_rotating_5.EDITOR.xpos",         "4"                     },
5264   { "df_mirror_rotating_5.EDITOR.ypos",         "1"                     },
5265   { "df_mirror_rotating_5.EDITOR.frames",       "1"                     },
5266   { "df_mirror_rotating_6",                     "RocksDF.png"           },
5267   { "df_mirror_rotating_6.xpos",                "5"                     },
5268   { "df_mirror_rotating_6.ypos",                "0"                     },
5269   { "df_mirror_rotating_6.frames",              "1"                     },
5270   { "df_mirror_rotating_6.EDITOR",              "RocksDF.png"           },
5271   { "df_mirror_rotating_6.EDITOR.xpos",         "5"                     },
5272   { "df_mirror_rotating_6.EDITOR.ypos",         "1"                     },
5273   { "df_mirror_rotating_6.EDITOR.frames",       "1"                     },
5274   { "df_mirror_rotating_7",                     "RocksDF.png"           },
5275   { "df_mirror_rotating_7.xpos",                "6"                     },
5276   { "df_mirror_rotating_7.ypos",                "0"                     },
5277   { "df_mirror_rotating_7.frames",              "1"                     },
5278   { "df_mirror_rotating_7.EDITOR",              "RocksDF.png"           },
5279   { "df_mirror_rotating_7.EDITOR.xpos",         "6"                     },
5280   { "df_mirror_rotating_7.EDITOR.ypos",         "1"                     },
5281   { "df_mirror_rotating_7.EDITOR.frames",       "1"                     },
5282   { "df_mirror_rotating_8",                     "RocksDF.png"           },
5283   { "df_mirror_rotating_8.xpos",                "7"                     },
5284   { "df_mirror_rotating_8.ypos",                "0"                     },
5285   { "df_mirror_rotating_8.frames",              "1"                     },
5286   { "df_mirror_rotating_8.EDITOR",              "RocksDF.png"           },
5287   { "df_mirror_rotating_8.EDITOR.xpos",         "7"                     },
5288   { "df_mirror_rotating_8.EDITOR.ypos",         "1"                     },
5289   { "df_mirror_rotating_8.EDITOR.frames",       "1"                     },
5290   { "df_mirror_rotating_9",                     "RocksDF.png"           },
5291   { "df_mirror_rotating_9.xpos",                "8"                     },
5292   { "df_mirror_rotating_9.ypos",                "0"                     },
5293   { "df_mirror_rotating_9.frames",              "1"                     },
5294   { "df_mirror_rotating_9.EDITOR",              "RocksDF.png"           },
5295   { "df_mirror_rotating_9.EDITOR.xpos",         "8"                     },
5296   { "df_mirror_rotating_9.EDITOR.ypos",         "1"                     },
5297   { "df_mirror_rotating_9.EDITOR.frames",       "1"                     },
5298   { "df_mirror_rotating_10",                    "RocksDF.png"           },
5299   { "df_mirror_rotating_10.xpos",               "9"                     },
5300   { "df_mirror_rotating_10.ypos",               "0"                     },
5301   { "df_mirror_rotating_10.frames",             "1"                     },
5302   { "df_mirror_rotating_10.EDITOR",             "RocksDF.png"           },
5303   { "df_mirror_rotating_10.EDITOR.xpos",        "9"                     },
5304   { "df_mirror_rotating_10.EDITOR.ypos",        "1"                     },
5305   { "df_mirror_rotating_10.EDITOR.frames",      "1"                     },
5306   { "df_mirror_rotating_11",                    "RocksDF.png"           },
5307   { "df_mirror_rotating_11.xpos",               "10"                    },
5308   { "df_mirror_rotating_11.ypos",               "0"                     },
5309   { "df_mirror_rotating_11.frames",             "1"                     },
5310   { "df_mirror_rotating_11.EDITOR",             "RocksDF.png"           },
5311   { "df_mirror_rotating_11.EDITOR.xpos",        "10"                    },
5312   { "df_mirror_rotating_11.EDITOR.ypos",        "1"                     },
5313   { "df_mirror_rotating_11.EDITOR.frames",      "1"                     },
5314   { "df_mirror_rotating_12",                    "RocksDF.png"           },
5315   { "df_mirror_rotating_12.xpos",               "11"                    },
5316   { "df_mirror_rotating_12.ypos",               "0"                     },
5317   { "df_mirror_rotating_12.frames",             "1"                     },
5318   { "df_mirror_rotating_12.EDITOR",             "RocksDF.png"           },
5319   { "df_mirror_rotating_12.EDITOR.xpos",        "11"                    },
5320   { "df_mirror_rotating_12.EDITOR.ypos",        "1"                     },
5321   { "df_mirror_rotating_12.EDITOR.frames",      "1"                     },
5322   { "df_mirror_rotating_13",                    "RocksDF.png"           },
5323   { "df_mirror_rotating_13.xpos",               "12"                    },
5324   { "df_mirror_rotating_13.ypos",               "0"                     },
5325   { "df_mirror_rotating_13.frames",             "1"                     },
5326   { "df_mirror_rotating_13.EDITOR",             "RocksDF.png"           },
5327   { "df_mirror_rotating_13.EDITOR.xpos",        "12"                    },
5328   { "df_mirror_rotating_13.EDITOR.ypos",        "1"                     },
5329   { "df_mirror_rotating_13.EDITOR.frames",      "1"                     },
5330   { "df_mirror_rotating_14",                    "RocksDF.png"           },
5331   { "df_mirror_rotating_14.xpos",               "13"                    },
5332   { "df_mirror_rotating_14.ypos",               "0"                     },
5333   { "df_mirror_rotating_14.frames",             "1"                     },
5334   { "df_mirror_rotating_14.EDITOR",             "RocksDF.png"           },
5335   { "df_mirror_rotating_14.EDITOR.xpos",        "13"                    },
5336   { "df_mirror_rotating_14.EDITOR.ypos",        "1"                     },
5337   { "df_mirror_rotating_14.EDITOR.frames",      "1"                     },
5338   { "df_mirror_rotating_15",                    "RocksDF.png"           },
5339   { "df_mirror_rotating_15.xpos",               "14"                    },
5340   { "df_mirror_rotating_15.ypos",               "0"                     },
5341   { "df_mirror_rotating_15.frames",             "1"                     },
5342   { "df_mirror_rotating_15.EDITOR",             "RocksDF.png"           },
5343   { "df_mirror_rotating_15.EDITOR.xpos",        "14"                    },
5344   { "df_mirror_rotating_15.EDITOR.ypos",        "1"                     },
5345   { "df_mirror_rotating_15.EDITOR.frames",      "1"                     },
5346   { "df_mirror_rotating_16",                    "RocksDF.png"           },
5347   { "df_mirror_rotating_16.xpos",               "15"                    },
5348   { "df_mirror_rotating_16.ypos",               "0"                     },
5349   { "df_mirror_rotating_16.frames",             "1"                     },
5350   { "df_mirror_rotating_16.EDITOR",             "RocksDF.png"           },
5351   { "df_mirror_rotating_16.EDITOR.xpos",        "15"                    },
5352   { "df_mirror_rotating_16.EDITOR.ypos",        "1"                     },
5353   { "df_mirror_rotating_16.EDITOR.frames",      "1"                     },
5354
5355   { "df_steel_grid_fixed_1",                    "RocksDF.png"           },
5356   { "df_steel_grid_fixed_1.xpos",               "0"                     },
5357   { "df_steel_grid_fixed_1.ypos",               "2"                     },
5358   { "df_steel_grid_fixed_1.frames",             "1"                     },
5359   { "df_steel_grid_fixed_2",                    "RocksDF.png"           },
5360   { "df_steel_grid_fixed_2.xpos",               "1"                     },
5361   { "df_steel_grid_fixed_2.ypos",               "2"                     },
5362   { "df_steel_grid_fixed_2.frames",             "1"                     },
5363   { "df_steel_grid_fixed_3",                    "RocksDF.png"           },
5364   { "df_steel_grid_fixed_3.xpos",               "2"                     },
5365   { "df_steel_grid_fixed_3.ypos",               "2"                     },
5366   { "df_steel_grid_fixed_3.frames",             "1"                     },
5367   { "df_steel_grid_fixed_4",                    "RocksDF.png"           },
5368   { "df_steel_grid_fixed_4.xpos",               "3"                     },
5369   { "df_steel_grid_fixed_4.ypos",               "2"                     },
5370   { "df_steel_grid_fixed_4.frames",             "1"                     },
5371   { "df_steel_grid_fixed_5",                    "RocksDF.png"           },
5372   { "df_steel_grid_fixed_5.xpos",               "4"                     },
5373   { "df_steel_grid_fixed_5.ypos",               "2"                     },
5374   { "df_steel_grid_fixed_5.frames",             "1"                     },
5375   { "df_steel_grid_fixed_6",                    "RocksDF.png"           },
5376   { "df_steel_grid_fixed_6.xpos",               "5"                     },
5377   { "df_steel_grid_fixed_6.ypos",               "2"                     },
5378   { "df_steel_grid_fixed_6.frames",             "1"                     },
5379   { "df_steel_grid_fixed_7",                    "RocksDF.png"           },
5380   { "df_steel_grid_fixed_7.xpos",               "6"                     },
5381   { "df_steel_grid_fixed_7.ypos",               "2"                     },
5382   { "df_steel_grid_fixed_7.frames",             "1"                     },
5383   { "df_steel_grid_fixed_8",                    "RocksDF.png"           },
5384   { "df_steel_grid_fixed_8.xpos",               "7"                     },
5385   { "df_steel_grid_fixed_8.ypos",               "2"                     },
5386   { "df_steel_grid_fixed_8.frames",             "1"                     },
5387
5388   { "df_wooden_grid_fixed_1",                   "RocksDF.png"           },
5389   { "df_wooden_grid_fixed_1.xpos",              "8"                     },
5390   { "df_wooden_grid_fixed_1.ypos",              "2"                     },
5391   { "df_wooden_grid_fixed_1.frames",            "1"                     },
5392   { "df_wooden_grid_fixed_2",                   "RocksDF.png"           },
5393   { "df_wooden_grid_fixed_2.xpos",              "9"                     },
5394   { "df_wooden_grid_fixed_2.ypos",              "2"                     },
5395   { "df_wooden_grid_fixed_2.frames",            "1"                     },
5396   { "df_wooden_grid_fixed_3",                   "RocksDF.png"           },
5397   { "df_wooden_grid_fixed_3.xpos",              "10"                    },
5398   { "df_wooden_grid_fixed_3.ypos",              "2"                     },
5399   { "df_wooden_grid_fixed_3.frames",            "1"                     },
5400   { "df_wooden_grid_fixed_4",                   "RocksDF.png"           },
5401   { "df_wooden_grid_fixed_4.xpos",              "11"                    },
5402   { "df_wooden_grid_fixed_4.ypos",              "2"                     },
5403   { "df_wooden_grid_fixed_4.frames",            "1"                     },
5404   { "df_wooden_grid_fixed_5",                   "RocksDF.png"           },
5405   { "df_wooden_grid_fixed_5.xpos",              "12"                    },
5406   { "df_wooden_grid_fixed_5.ypos",              "2"                     },
5407   { "df_wooden_grid_fixed_5.frames",            "1"                     },
5408   { "df_wooden_grid_fixed_6",                   "RocksDF.png"           },
5409   { "df_wooden_grid_fixed_6.xpos",              "13"                    },
5410   { "df_wooden_grid_fixed_6.ypos",              "2"                     },
5411   { "df_wooden_grid_fixed_6.frames",            "1"                     },
5412   { "df_wooden_grid_fixed_7",                   "RocksDF.png"           },
5413   { "df_wooden_grid_fixed_7.xpos",              "14"                    },
5414   { "df_wooden_grid_fixed_7.ypos",              "2"                     },
5415   { "df_wooden_grid_fixed_7.frames",            "1"                     },
5416   { "df_wooden_grid_fixed_8",                   "RocksDF.png"           },
5417   { "df_wooden_grid_fixed_8.xpos",              "15"                    },
5418   { "df_wooden_grid_fixed_8.ypos",              "2"                     },
5419   { "df_wooden_grid_fixed_8.frames",            "1"                     },
5420
5421   { "df_steel_grid_rotating_1",                 "RocksDF.png"           },
5422   { "df_steel_grid_rotating_1.xpos",            "0"                     },
5423   { "df_steel_grid_rotating_1.ypos",            "2"                     },
5424   { "df_steel_grid_rotating_1.frames",          "1"                     },
5425   { "df_steel_grid_rotating_1.EDITOR",          "RocksDF.png"           },
5426   { "df_steel_grid_rotating_1.EDITOR.xpos",     "0"                     },
5427   { "df_steel_grid_rotating_1.EDITOR.ypos",     "3"                     },
5428   { "df_steel_grid_rotating_1.EDITOR.frames",   "1"                     },
5429   { "df_steel_grid_rotating_2",                 "RocksDF.png"           },
5430   { "df_steel_grid_rotating_2.xpos",            "1"                     },
5431   { "df_steel_grid_rotating_2.ypos",            "2"                     },
5432   { "df_steel_grid_rotating_2.frames",          "1"                     },
5433   { "df_steel_grid_rotating_2.EDITOR",          "RocksDF.png"           },
5434   { "df_steel_grid_rotating_2.EDITOR.xpos",     "1"                     },
5435   { "df_steel_grid_rotating_2.EDITOR.ypos",     "3"                     },
5436   { "df_steel_grid_rotating_2.EDITOR.frames",   "1"                     },
5437   { "df_steel_grid_rotating_3",                 "RocksDF.png"           },
5438   { "df_steel_grid_rotating_3.xpos",            "2"                     },
5439   { "df_steel_grid_rotating_3.ypos",            "2"                     },
5440   { "df_steel_grid_rotating_3.frames",          "1"                     },
5441   { "df_steel_grid_rotating_3.EDITOR",          "RocksDF.png"           },
5442   { "df_steel_grid_rotating_3.EDITOR.xpos",     "2"                     },
5443   { "df_steel_grid_rotating_3.EDITOR.ypos",     "3"                     },
5444   { "df_steel_grid_rotating_3.EDITOR.frames",   "1"                     },
5445   { "df_steel_grid_rotating_4",                 "RocksDF.png"           },
5446   { "df_steel_grid_rotating_4.xpos",            "3"                     },
5447   { "df_steel_grid_rotating_4.ypos",            "2"                     },
5448   { "df_steel_grid_rotating_4.frames",          "1"                     },
5449   { "df_steel_grid_rotating_4.EDITOR",          "RocksDF.png"           },
5450   { "df_steel_grid_rotating_4.EDITOR.xpos",     "3"                     },
5451   { "df_steel_grid_rotating_4.EDITOR.ypos",     "3"                     },
5452   { "df_steel_grid_rotating_4.EDITOR.frames",   "1"                     },
5453   { "df_steel_grid_rotating_5",                 "RocksDF.png"           },
5454   { "df_steel_grid_rotating_5.xpos",            "4"                     },
5455   { "df_steel_grid_rotating_5.ypos",            "2"                     },
5456   { "df_steel_grid_rotating_5.frames",          "1"                     },
5457   { "df_steel_grid_rotating_5.EDITOR",          "RocksDF.png"           },
5458   { "df_steel_grid_rotating_5.EDITOR.xpos",     "4"                     },
5459   { "df_steel_grid_rotating_5.EDITOR.ypos",     "3"                     },
5460   { "df_steel_grid_rotating_5.EDITOR.frames",   "1"                     },
5461   { "df_steel_grid_rotating_6",                 "RocksDF.png"           },
5462   { "df_steel_grid_rotating_6.xpos",            "5"                     },
5463   { "df_steel_grid_rotating_6.ypos",            "2"                     },
5464   { "df_steel_grid_rotating_6.frames",          "1"                     },
5465   { "df_steel_grid_rotating_6.EDITOR",          "RocksDF.png"           },
5466   { "df_steel_grid_rotating_6.EDITOR.xpos",     "5"                     },
5467   { "df_steel_grid_rotating_6.EDITOR.ypos",     "3"                     },
5468   { "df_steel_grid_rotating_6.EDITOR.frames",   "1"                     },
5469   { "df_steel_grid_rotating_7",                 "RocksDF.png"           },
5470   { "df_steel_grid_rotating_7.xpos",            "6"                     },
5471   { "df_steel_grid_rotating_7.ypos",            "2"                     },
5472   { "df_steel_grid_rotating_7.frames",          "1"                     },
5473   { "df_steel_grid_rotating_7.EDITOR",          "RocksDF.png"           },
5474   { "df_steel_grid_rotating_7.EDITOR.xpos",     "6"                     },
5475   { "df_steel_grid_rotating_7.EDITOR.ypos",     "3"                     },
5476   { "df_steel_grid_rotating_7.EDITOR.frames",   "1"                     },
5477   { "df_steel_grid_rotating_8",                 "RocksDF.png"           },
5478   { "df_steel_grid_rotating_8.xpos",            "7"                     },
5479   { "df_steel_grid_rotating_8.ypos",            "2"                     },
5480   { "df_steel_grid_rotating_8.frames",          "1"                     },
5481   { "df_steel_grid_rotating_8.EDITOR",          "RocksDF.png"           },
5482   { "df_steel_grid_rotating_8.EDITOR.xpos",     "7"                     },
5483   { "df_steel_grid_rotating_8.EDITOR.ypos",     "3"                     },
5484   { "df_steel_grid_rotating_8.EDITOR.frames",   "1"                     },
5485
5486   { "df_wooden_grid_rotating_1",                "RocksDF.png"           },
5487   { "df_wooden_grid_rotating_1.xpos",           "8"                     },
5488   { "df_wooden_grid_rotating_1.ypos",           "2"                     },
5489   { "df_wooden_grid_rotating_1.frames",         "1"                     },
5490   { "df_wooden_grid_rotating_1.EDITOR",         "RocksDF.png"           },
5491   { "df_wooden_grid_rotating_1.EDITOR.xpos",    "8"                     },
5492   { "df_wooden_grid_rotating_1.EDITOR.ypos",    "3"                     },
5493   { "df_wooden_grid_rotating_1.EDITOR.frames",  "1"                     },
5494   { "df_wooden_grid_rotating_2",                "RocksDF.png"           },
5495   { "df_wooden_grid_rotating_2.xpos",           "9"                     },
5496   { "df_wooden_grid_rotating_2.ypos",           "2"                     },
5497   { "df_wooden_grid_rotating_2.frames",         "1"                     },
5498   { "df_wooden_grid_rotating_2.EDITOR",         "RocksDF.png"           },
5499   { "df_wooden_grid_rotating_2.EDITOR.xpos",    "9"                     },
5500   { "df_wooden_grid_rotating_2.EDITOR.ypos",    "3"                     },
5501   { "df_wooden_grid_rotating_2.EDITOR.frames",  "1"                     },
5502   { "df_wooden_grid_rotating_3",                "RocksDF.png"           },
5503   { "df_wooden_grid_rotating_3.xpos",           "10"                    },
5504   { "df_wooden_grid_rotating_3.ypos",           "2"                     },
5505   { "df_wooden_grid_rotating_3.frames",         "1"                     },
5506   { "df_wooden_grid_rotating_3.EDITOR",         "RocksDF.png"           },
5507   { "df_wooden_grid_rotating_3.EDITOR.xpos",    "10"                    },
5508   { "df_wooden_grid_rotating_3.EDITOR.ypos",    "3"                     },
5509   { "df_wooden_grid_rotating_3.EDITOR.frames",  "1"                     },
5510   { "df_wooden_grid_rotating_4",                "RocksDF.png"           },
5511   { "df_wooden_grid_rotating_4.xpos",           "11"                    },
5512   { "df_wooden_grid_rotating_4.ypos",           "2"                     },
5513   { "df_wooden_grid_rotating_4.frames",         "1"                     },
5514   { "df_wooden_grid_rotating_4.EDITOR",         "RocksDF.png"           },
5515   { "df_wooden_grid_rotating_4.EDITOR.xpos",    "11"                    },
5516   { "df_wooden_grid_rotating_4.EDITOR.ypos",    "3"                     },
5517   { "df_wooden_grid_rotating_4.EDITOR.frames",  "1"                     },
5518   { "df_wooden_grid_rotating_5",                "RocksDF.png"           },
5519   { "df_wooden_grid_rotating_5.xpos",           "12"                    },
5520   { "df_wooden_grid_rotating_5.ypos",           "2"                     },
5521   { "df_wooden_grid_rotating_5.frames",         "1"                     },
5522   { "df_wooden_grid_rotating_5.EDITOR",         "RocksDF.png"           },
5523   { "df_wooden_grid_rotating_5.EDITOR.xpos",    "12"                    },
5524   { "df_wooden_grid_rotating_5.EDITOR.ypos",    "3"                     },
5525   { "df_wooden_grid_rotating_5.EDITOR.frames",  "1"                     },
5526   { "df_wooden_grid_rotating_6",                "RocksDF.png"           },
5527   { "df_wooden_grid_rotating_6.xpos",           "13"                    },
5528   { "df_wooden_grid_rotating_6.ypos",           "2"                     },
5529   { "df_wooden_grid_rotating_6.frames",         "1"                     },
5530   { "df_wooden_grid_rotating_6.EDITOR",         "RocksDF.png"           },
5531   { "df_wooden_grid_rotating_6.EDITOR.xpos",    "13"                    },
5532   { "df_wooden_grid_rotating_6.EDITOR.ypos",    "3"                     },
5533   { "df_wooden_grid_rotating_6.EDITOR.frames",  "1"                     },
5534   { "df_wooden_grid_rotating_7",                "RocksDF.png"           },
5535   { "df_wooden_grid_rotating_7.xpos",           "14"                    },
5536   { "df_wooden_grid_rotating_7.ypos",           "2"                     },
5537   { "df_wooden_grid_rotating_7.frames",         "1"                     },
5538   { "df_wooden_grid_rotating_7.EDITOR",         "RocksDF.png"           },
5539   { "df_wooden_grid_rotating_7.EDITOR.xpos",    "14"                    },
5540   { "df_wooden_grid_rotating_7.EDITOR.ypos",    "3"                     },
5541   { "df_wooden_grid_rotating_7.EDITOR.frames",  "1"                     },
5542   { "df_wooden_grid_rotating_8",                "RocksDF.png"           },
5543   { "df_wooden_grid_rotating_8.xpos",           "15"                    },
5544   { "df_wooden_grid_rotating_8.ypos",           "2"                     },
5545   { "df_wooden_grid_rotating_8.frames",         "1"                     },
5546   { "df_wooden_grid_rotating_8.EDITOR",         "RocksDF.png"           },
5547   { "df_wooden_grid_rotating_8.EDITOR.xpos",    "15"                    },
5548   { "df_wooden_grid_rotating_8.EDITOR.ypos",    "3"                     },
5549   { "df_wooden_grid_rotating_8.EDITOR.frames",  "1"                     },
5550
5551   { "df_fibre_optic_red_1",                     "RocksDF.png"           },
5552   { "df_fibre_optic_red_1.xpos",                "8"                     },
5553   { "df_fibre_optic_red_1.ypos",                "8"                     },
5554   { "df_fibre_optic_red_1.frames",              "1"                     },
5555   { "df_fibre_optic_red_1.EDITOR",              "RocksDF.png"           },
5556   { "df_fibre_optic_red_1.EDITOR.xpos",         "8"                     },
5557   { "df_fibre_optic_red_1.EDITOR.ypos",         "9"                     },
5558   { "df_fibre_optic_red_1.EDITOR.frames",       "1"                     },
5559   { "df_fibre_optic_red_2",                     "RocksDF.png"           },
5560   { "df_fibre_optic_red_2.xpos",                "9"                     },
5561   { "df_fibre_optic_red_2.ypos",                "8"                     },
5562   { "df_fibre_optic_red_2.frames",              "1"                     },
5563   { "df_fibre_optic_red_2.EDITOR",              "RocksDF.png"           },
5564   { "df_fibre_optic_red_2.EDITOR.xpos",         "9"                     },
5565   { "df_fibre_optic_red_2.EDITOR.ypos",         "9"                     },
5566   { "df_fibre_optic_red_2.EDITOR.frames",       "1"                     },
5567   { "df_fibre_optic_yellow_1",                  "RocksDF.png"           },
5568   { "df_fibre_optic_yellow_1.xpos",             "10"                    },
5569   { "df_fibre_optic_yellow_1.ypos",             "8"                     },
5570   { "df_fibre_optic_yellow_1.frames",           "1"                     },
5571   { "df_fibre_optic_yellow_1.EDITOR",           "RocksDF.png"           },
5572   { "df_fibre_optic_yellow_1.EDITOR.xpos",      "10"                    },
5573   { "df_fibre_optic_yellow_1.EDITOR.ypos",      "9"                     },
5574   { "df_fibre_optic_yellow_1.EDITOR.frames",    "1"                     },
5575   { "df_fibre_optic_yellow_2",                  "RocksDF.png"           },
5576   { "df_fibre_optic_yellow_2.xpos",             "11"                    },
5577   { "df_fibre_optic_yellow_2.ypos",             "8"                     },
5578   { "df_fibre_optic_yellow_2.frames",           "1"                     },
5579   { "df_fibre_optic_yellow_2.EDITOR",           "RocksDF.png"           },
5580   { "df_fibre_optic_yellow_2.EDITOR.xpos",      "11"                    },
5581   { "df_fibre_optic_yellow_2.EDITOR.ypos",      "9"                     },
5582   { "df_fibre_optic_yellow_2.EDITOR.frames",    "1"                     },
5583   { "df_fibre_optic_green_1",                   "RocksDF.png"           },
5584   { "df_fibre_optic_green_1.xpos",              "12"                    },
5585   { "df_fibre_optic_green_1.ypos",              "8"                     },
5586   { "df_fibre_optic_green_1.frames",            "1"                     },
5587   { "df_fibre_optic_green_1.EDITOR",            "RocksDF.png"           },
5588   { "df_fibre_optic_green_1.EDITOR.xpos",       "12"                    },
5589   { "df_fibre_optic_green_1.EDITOR.ypos",       "9"                     },
5590   { "df_fibre_optic_green_1.EDITOR.frames",     "1"                     },
5591   { "df_fibre_optic_green_2",                   "RocksDF.png"           },
5592   { "df_fibre_optic_green_2.xpos",              "13"                    },
5593   { "df_fibre_optic_green_2.ypos",              "8"                     },
5594   { "df_fibre_optic_green_2.frames",            "1"                     },
5595   { "df_fibre_optic_green_2.EDITOR",            "RocksDF.png"           },
5596   { "df_fibre_optic_green_2.EDITOR.xpos",       "13"                    },
5597   { "df_fibre_optic_green_2.EDITOR.ypos",       "9"                     },
5598   { "df_fibre_optic_green_2.EDITOR.frames",     "1"                     },
5599   { "df_fibre_optic_blue_1",                    "RocksDF.png"           },
5600   { "df_fibre_optic_blue_1.xpos",               "14"                    },
5601   { "df_fibre_optic_blue_1.ypos",               "8"                     },
5602   { "df_fibre_optic_blue_1.frames",             "1"                     },
5603   { "df_fibre_optic_blue_1.EDITOR",             "RocksDF.png"           },
5604   { "df_fibre_optic_blue_1.EDITOR.xpos",        "14"                    },
5605   { "df_fibre_optic_blue_1.EDITOR.ypos",        "9"                     },
5606   { "df_fibre_optic_blue_1.EDITOR.frames",      "1"                     },
5607   { "df_fibre_optic_blue_2",                    "RocksDF.png"           },
5608   { "df_fibre_optic_blue_2.xpos",               "15"                    },
5609   { "df_fibre_optic_blue_2.ypos",               "8"                     },
5610   { "df_fibre_optic_blue_2.frames",             "1"                     },
5611   { "df_fibre_optic_blue_2.EDITOR",             "RocksDF.png"           },
5612   { "df_fibre_optic_blue_2.EDITOR.xpos",        "15"                    },
5613   { "df_fibre_optic_blue_2.EDITOR.ypos",        "9"                     },
5614   { "df_fibre_optic_blue_2.EDITOR.frames",      "1"                     },
5615
5616   { "df_steel_wall",                            "RocksDF.png"           },
5617   { "df_steel_wall.xpos",                       "6"                     },
5618   { "df_steel_wall.ypos",                       "8"                     },
5619   { "df_steel_wall.frames",                     "1"                     },
5620
5621   { "df_wooden_wall",                           "RocksDF.png"           },
5622   { "df_wooden_wall.xpos",                      "7"                     },
5623   { "df_wooden_wall.ypos",                      "8"                     },
5624   { "df_wooden_wall.frames",                    "1"                     },
5625
5626   { "df_refractor",                             "RocksDF.png"           },
5627   { "df_refractor.xpos",                        "1"                     },
5628   { "df_refractor.ypos",                        "8"                     },
5629   { "df_refractor.frames",                      "1"                     },
5630
5631   { "df_cell",                                  "RocksDF.png"           },
5632   { "df_cell.xpos",                             "2"                     },
5633   { "df_cell.ypos",                             "8"                     },
5634   { "df_cell.frames",                           "1"                     },
5635
5636   { "df_mine",                                  "RocksDF.png"           },
5637   { "df_mine.xpos",                             "4"                     },
5638   { "df_mine.ypos",                             "8"                     },
5639   { "df_mine.frames",                           "1"                     },
5640
5641   // (these are only defined as elements to support ".PANEL" definitions)
5642   { "graphic_1",                                UNDEFINED_FILENAME      },
5643   { "graphic_2",                                UNDEFINED_FILENAME      },
5644   { "graphic_3",                                UNDEFINED_FILENAME      },
5645   { "graphic_4",                                UNDEFINED_FILENAME      },
5646   { "graphic_5",                                UNDEFINED_FILENAME      },
5647   { "graphic_6",                                UNDEFINED_FILENAME      },
5648   { "graphic_7",                                UNDEFINED_FILENAME      },
5649   { "graphic_8",                                UNDEFINED_FILENAME      },
5650
5651 #include "conf_chr.c"   // include auto-generated data structure definitions
5652 #include "conf_cus.c"   // include auto-generated data structure definitions
5653 #include "conf_grp.c"   // include auto-generated data structure definitions
5654
5655
5656   // ==========================================================================
5657   // image definitions not associated with game elements (menu screens etc.)
5658   // ==========================================================================
5659
5660   // keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change!
5661
5662   { "sp_frame_horizontal",                      "RocksSP.png"           },
5663   { "sp_frame_horizontal.xpos",                 "7"                     },
5664   { "sp_frame_horizontal.ypos",                 "14"                    },
5665   { "sp_frame_vertical",                        "RocksSP.png"           },
5666   { "sp_frame_vertical.xpos",                   "6"                     },
5667   { "sp_frame_vertical.ypos",                   "14"                    },
5668   { "sp_frame_corner",                          "RocksSP.png"           },
5669   { "sp_frame_corner.xpos",                     "5"                     },
5670   { "sp_frame_corner.ypos",                     "14"                    },
5671
5672   { "toon_1",                                   "RocksToons.png"        },
5673   { "toon_1.x",                                 "2"                     },
5674   { "toon_1.y",                                 "72"                    },
5675   { "toon_1.width",                             "40"                    },
5676   { "toon_1.height",                            "48"                    },
5677   { "toon_1.frames",                            "8"                     },
5678   { "toon_1.delay",                             "1"                     },
5679   { "toon_1.step_offset",                       "4"                     },
5680   { "toon_1.step_delay",                        "5"                     },
5681   { "toon_1.direction",                         "right"                 },
5682   { "toon_1.position",                          "bottom"                },
5683
5684   { "toon_2",                                   "RocksToons.png"        },
5685   { "toon_2.x",                                 "2"                     },
5686   { "toon_2.y",                                 "186"                   },
5687   { "toon_2.width",                             "40"                    },
5688   { "toon_2.height",                            "48"                    },
5689   { "toon_2.frames",                            "8"                     },
5690   { "toon_2.delay",                             "1"                     },
5691   { "toon_2.step_offset",                       "4"                     },
5692   { "toon_2.step_delay",                        "5"                     },
5693   { "toon_2.direction",                         "left"                  },
5694   { "toon_2.position",                          "bottom"                },
5695
5696   { "toon_3",                                   "RocksToons.png"        },
5697   { "toon_3.x",                                 "2"                     },
5698   { "toon_3.y",                                 "125"                   },
5699   { "toon_3.width",                             "48"                    },
5700   { "toon_3.height",                            "56"                    },
5701   { "toon_3.frames",                            "8"                     },
5702   { "toon_3.delay",                             "1"                     },
5703   { "toon_3.step_offset",                       "4"                     },
5704   { "toon_3.step_delay",                        "5"                     },
5705   { "toon_3.direction",                         "right"                 },
5706   { "toon_3.position",                          "bottom"                },
5707
5708   { "toon_4",                                   "RocksToons.png"        },
5709   { "toon_4.x",                                 "327"                   },
5710   { "toon_4.y",                                 "10"                    },
5711   { "toon_4.width",                             "80"                    },
5712   { "toon_4.height",                            "110"                   },
5713   { "toon_4.frames",                            "1"                     },
5714   { "toon_4.delay",                             "1"                     },
5715   { "toon_4.step_offset",                       "1"                     },
5716   { "toon_4.step_delay",                        "1"                     },
5717   { "toon_4.direction",                         "up"                    },
5718   { "toon_4.position",                          "any"                   },
5719
5720   { "toon_5",                                   "RocksToons.png"        },
5721   { "toon_5.x",                                 "2"                     },
5722   { "toon_5.y",                                 "2"                     },
5723   { "toon_5.width",                             "32"                    },
5724   { "toon_5.height",                            "30"                    },
5725   { "toon_5.frames",                            "8"                     },
5726   { "toon_5.delay",                             "2"                     },
5727   { "toon_5.anim_mode",                         "pingpong2"             },
5728   { "toon_5.step_offset",                       "2"                     },
5729   { "toon_5.step_delay",                        "1"                     },
5730   { "toon_5.direction",                         "right"                 },
5731   { "toon_5.position",                          "upper"                 },
5732
5733   { "toon_6",                                   "RocksToons.png"        },
5734   { "toon_6.x",                                 "2"                     },
5735   { "toon_6.y",                                 "37"                    },
5736   { "toon_6.width",                             "32"                    },
5737   { "toon_6.height",                            "30"                    },
5738   { "toon_6.frames",                            "8"                     },
5739   { "toon_6.delay",                             "2"                     },
5740   { "toon_6.anim_mode",                         "pingpong2"             },
5741   { "toon_6.step_offset",                       "2"                     },
5742   { "toon_6.step_delay",                        "1"                     },
5743   { "toon_6.direction",                         "left"                  },
5744   { "toon_6.position",                          "upper"                 },
5745
5746   { "toon_7",                                   "RocksMore.png"         },
5747   { "toon_7.xpos",                              "0"                     },
5748   { "toon_7.ypos",                              "6"                     },
5749   { "toon_7.frames",                            "16"                    },
5750   { "toon_7.delay",                             "2"                     },
5751   { "toon_7.direction",                         "down"                  },
5752   { "toon_7.position",                          "any"                   },
5753
5754   { "toon_8",                                   "RocksHeroes.png"       },
5755   { "toon_8.xpos",                              "4"                     },
5756   { "toon_8.ypos",                              "1"                     },
5757   { "toon_8.frames",                            "4"                     },
5758   { "toon_8.delay",                             "4"                     },
5759   { "toon_8.direction",                         "right"                 },
5760   { "toon_8.position",                          "bottom"                },
5761
5762   { "toon_9",                                   "RocksHeroes.png"       },
5763   { "toon_9.xpos",                              "8"                     },
5764   { "toon_9.ypos",                              "7"                     },
5765   { "toon_9.frames",                            "4"                     },
5766   { "toon_9.delay",                             "2"                     },
5767   { "toon_9.direction",                         "left"                  },
5768   { "toon_9.position",                          "bottom"                },
5769
5770   { "toon_10",                                  "RocksHeroes.png"       },
5771   { "toon_10.xpos",                             "12"                    },
5772   { "toon_10.ypos",                             "7"                     },
5773   { "toon_10.frames",                           "4"                     },
5774   { "toon_10.delay",                            "2"                     },
5775   { "toon_10.direction",                        "right"                 },
5776   { "toon_10.position",                         "bottom"                },
5777
5778   { "toon_11",                                  "RocksHeroes.png"       },
5779   { "toon_11.xpos",                             "8"                     },
5780   { "toon_11.ypos",                             "5"                     },
5781   { "toon_11.frames",                           "4"                     },
5782   { "toon_11.delay",                            "2"                     },
5783   { "toon_11.direction",                        "left"                  },
5784   { "toon_11.position",                         "bottom"                },
5785
5786   { "toon_12",                                  "RocksHeroes.png"       },
5787   { "toon_12.xpos",                             "12"                    },
5788   { "toon_12.ypos",                             "5"                     },
5789   { "toon_12.frames",                           "4"                     },
5790   { "toon_12.delay",                            "2"                     },
5791   { "toon_12.direction",                        "right"                 },
5792   { "toon_12.position",                         "bottom"                },
5793
5794   { "toon_13",                                  "RocksHeroes.png"       },
5795   { "toon_13.xpos",                             "8"                     },
5796   { "toon_13.ypos",                             "1"                     },
5797   { "toon_13.frames",                           "4"                     },
5798   { "toon_13.delay",                            "2"                     },
5799   { "toon_13.direction",                        "left"                  },
5800   { "toon_13.position",                         "bottom"                },
5801
5802   { "toon_14",                                  "RocksHeroes.png"       },
5803   { "toon_14.xpos",                             "12"                    },
5804   { "toon_14.ypos",                             "1"                     },
5805   { "toon_14.frames",                           "4"                     },
5806   { "toon_14.delay",                            "2"                     },
5807   { "toon_14.direction",                        "right"                 },
5808   { "toon_14.position",                         "bottom"                },
5809
5810   { "toon_15",                                  "RocksHeroes.png"       },
5811   { "toon_15.xpos",                             "8"                     },
5812   { "toon_15.ypos",                             "3"                     },
5813   { "toon_15.frames",                           "4"                     },
5814   { "toon_15.delay",                            "2"                     },
5815   { "toon_15.direction",                        "left"                  },
5816   { "toon_15.position",                         "bottom"                },
5817
5818   { "toon_16",                                  "RocksHeroes.png"       },
5819   { "toon_16.xpos",                             "12"                    },
5820   { "toon_16.ypos",                             "3"                     },
5821   { "toon_16.frames",                           "4"                     },
5822   { "toon_16.delay",                            "2"                     },
5823   { "toon_16.direction",                        "right"                 },
5824   { "toon_16.position",                         "bottom"                },
5825
5826   { "toon_17",                                  "RocksHeroes.png"       },
5827   { "toon_17.xpos",                             "8"                     },
5828   { "toon_17.ypos",                             "9"                     },
5829   { "toon_17.frames",                           "8"                     },
5830   { "toon_17.delay",                            "2"                     },
5831   { "toon_17.direction",                        "left"                  },
5832   { "toon_17.position",                         "any"                   },
5833
5834   { "toon_18",                                  "RocksHeroes.png"       },
5835   { "toon_18.xpos",                             "8"                     },
5836   { "toon_18.ypos",                             "9"                     },
5837   { "toon_18.frames",                           "8"                     },
5838   { "toon_18.delay",                            "2"                     },
5839   { "toon_18.direction",                        "right"                 },
5840   { "toon_18.position",                         "any"                   },
5841
5842   { "toon_19",                                  "RocksElements.png"     },
5843   { "toon_19.xpos",                             "8"                     },
5844   { "toon_19.ypos",                             "0"                     },
5845   { "toon_19.frames",                           "2"                     },
5846   { "toon_19.delay",                            "4"                     },
5847   { "toon_19.direction",                        "down"                  },
5848   { "toon_19.position",                         "any"                   },
5849
5850   { "toon_20",                                  "RocksElements.png"     },
5851   { "toon_20.xpos",                             "10"                    },
5852   { "toon_20.ypos",                             "0"                     },
5853   { "toon_20.frames",                           "2"                     },
5854   { "toon_20.delay",                            "4"                     },
5855   { "toon_20.direction",                        "down"                  },
5856   { "toon_20.position",                         "any"                   },
5857
5858   { "gfx.global.anim_1",                        UNDEFINED_FILENAME      },
5859   { "gfx.global.anim_2",                        UNDEFINED_FILENAME      },
5860   { "gfx.global.anim_3",                        UNDEFINED_FILENAME      },
5861   { "gfx.global.anim_4",                        UNDEFINED_FILENAME      },
5862   { "gfx.global.anim_5",                        UNDEFINED_FILENAME      },
5863   { "gfx.global.anim_6",                        UNDEFINED_FILENAME      },
5864   { "gfx.global.anim_7",                        UNDEFINED_FILENAME      },
5865   { "gfx.global.anim_8",                        UNDEFINED_FILENAME      },
5866   { "gfx.global.anim_9",                        UNDEFINED_FILENAME      },
5867   { "gfx.global.anim_10",                       UNDEFINED_FILENAME      },
5868   { "gfx.global.anim_11",                       UNDEFINED_FILENAME      },
5869   { "gfx.global.anim_12",                       UNDEFINED_FILENAME      },
5870   { "gfx.global.anim_13",                       UNDEFINED_FILENAME      },
5871   { "gfx.global.anim_14",                       UNDEFINED_FILENAME      },
5872   { "gfx.global.anim_15",                       UNDEFINED_FILENAME      },
5873   { "gfx.global.anim_16",                       UNDEFINED_FILENAME      },
5874   { "gfx.global.anim_17",                       UNDEFINED_FILENAME      },
5875   { "gfx.global.anim_18",                       UNDEFINED_FILENAME      },
5876   { "gfx.global.anim_19",                       UNDEFINED_FILENAME      },
5877   { "gfx.global.anim_20",                       UNDEFINED_FILENAME      },
5878   { "gfx.global.anim_21",                       UNDEFINED_FILENAME      },
5879   { "gfx.global.anim_22",                       UNDEFINED_FILENAME      },
5880   { "gfx.global.anim_23",                       UNDEFINED_FILENAME      },
5881   { "gfx.global.anim_24",                       UNDEFINED_FILENAME      },
5882   { "gfx.global.anim_25",                       UNDEFINED_FILENAME      },
5883   { "gfx.global.anim_26",                       UNDEFINED_FILENAME      },
5884   { "gfx.global.anim_27",                       UNDEFINED_FILENAME      },
5885   { "gfx.global.anim_28",                       UNDEFINED_FILENAME      },
5886   { "gfx.global.anim_29",                       UNDEFINED_FILENAME      },
5887   { "gfx.global.anim_30",                       UNDEFINED_FILENAME      },
5888   { "gfx.global.anim_31",                       UNDEFINED_FILENAME      },
5889   { "gfx.global.anim_32",                       UNDEFINED_FILENAME      },
5890
5891   { "global.anim_1",                            UNDEFINED_FILENAME      },
5892   { "global.anim_2",                            UNDEFINED_FILENAME      },
5893   { "global.anim_3",                            UNDEFINED_FILENAME      },
5894   { "global.anim_4",                            UNDEFINED_FILENAME      },
5895   { "global.anim_5",                            UNDEFINED_FILENAME      },
5896   { "global.anim_6",                            UNDEFINED_FILENAME      },
5897   { "global.anim_7",                            UNDEFINED_FILENAME      },
5898   { "global.anim_8",                            UNDEFINED_FILENAME      },
5899   { "global.anim_9",                            UNDEFINED_FILENAME      },
5900   { "global.anim_10",                           UNDEFINED_FILENAME      },
5901   { "global.anim_11",                           UNDEFINED_FILENAME      },
5902   { "global.anim_12",                           UNDEFINED_FILENAME      },
5903   { "global.anim_13",                           UNDEFINED_FILENAME      },
5904   { "global.anim_14",                           UNDEFINED_FILENAME      },
5905   { "global.anim_15",                           UNDEFINED_FILENAME      },
5906   { "global.anim_16",                           UNDEFINED_FILENAME      },
5907   { "global.anim_17",                           UNDEFINED_FILENAME      },
5908   { "global.anim_18",                           UNDEFINED_FILENAME      },
5909   { "global.anim_19",                           UNDEFINED_FILENAME      },
5910   { "global.anim_20",                           UNDEFINED_FILENAME      },
5911   { "global.anim_21",                           UNDEFINED_FILENAME      },
5912   { "global.anim_22",                           UNDEFINED_FILENAME      },
5913   { "global.anim_23",                           UNDEFINED_FILENAME      },
5914   { "global.anim_24",                           UNDEFINED_FILENAME      },
5915   { "global.anim_25",                           UNDEFINED_FILENAME      },
5916   { "global.anim_26",                           UNDEFINED_FILENAME      },
5917   { "global.anim_27",                           UNDEFINED_FILENAME      },
5918   { "global.anim_28",                           UNDEFINED_FILENAME      },
5919   { "global.anim_29",                           UNDEFINED_FILENAME      },
5920   { "global.anim_30",                           UNDEFINED_FILENAME      },
5921   { "global.anim_31",                           UNDEFINED_FILENAME      },
5922   { "global.anim_32",                           UNDEFINED_FILENAME      },
5923
5924   { "internal.global.toon_default",             UNDEFINED_FILENAME      },
5925   { "internal.global.toon_default.anim_mode",   "random"                },
5926
5927   { "internal.global.anim_default",             UNDEFINED_FILENAME      },
5928
5929   { "menu.calibrate_red",                       "RocksElements.png"     },
5930   { "menu.calibrate_red.xpos",                  "12"                    },
5931   { "menu.calibrate_red.ypos",                  "8"                     },
5932   { "menu.calibrate_red.frames",                "1"                     },
5933   { "menu.calibrate_blue",                      "RocksElements.png"     },
5934   { "menu.calibrate_blue.xpos",                 "13"                    },
5935   { "menu.calibrate_blue.ypos",                 "8"                     },
5936   { "menu.calibrate_blue.frames",               "1"                     },
5937   { "menu.calibrate_yellow",                    "RocksElements.png"     },
5938   { "menu.calibrate_yellow.xpos",               "14"                    },
5939   { "menu.calibrate_yellow.ypos",               "8"                     },
5940   { "menu.calibrate_yellow.frames",             "1"                     },
5941
5942   { "menu.button",                              "RocksElements.png"     },
5943   { "menu.button.xpos",                         "13"                    },
5944   { "menu.button.ypos",                         "8"                     },
5945   { "menu.button.frames",                       "1"                     },
5946   { "menu.button.active",                       "RocksElements.png"     },
5947   { "menu.button.active.xpos",                  "12"                    },
5948   { "menu.button.active.ypos",                  "8"                     },
5949   { "menu.button.active.frames",                "1"                     },
5950
5951   { "menu.button_left",                         "RocksDC.png"           },
5952   { "menu.button_left.xpos",                    "8"                     },
5953   { "menu.button_left.ypos",                    "8"                     },
5954   { "menu.button_left.frames",                  "1"                     },
5955   { "menu.button_left.active",                  "RocksDC.png"           },
5956   { "menu.button_left.active.xpos",             "8"                     },
5957   { "menu.button_left.active.ypos",             "9"                     },
5958   { "menu.button_left.active.frames",           "1"                     },
5959   { "menu.button_right",                        "RocksDC.png"           },
5960   { "menu.button_right.xpos",                   "9"                     },
5961   { "menu.button_right.ypos",                   "8"                     },
5962   { "menu.button_right.frames",                 "1"                     },
5963   { "menu.button_right.active",                 "RocksDC.png"           },
5964   { "menu.button_right.active.xpos",            "9"                     },
5965   { "menu.button_right.active.ypos",            "9"                     },
5966   { "menu.button_right.active.frames",          "1"                     },
5967   { "menu.button_up",                           "RocksDC.png"           },
5968   { "menu.button_up.xpos",                      "10"                    },
5969   { "menu.button_up.ypos",                      "8"                     },
5970   { "menu.button_up.frames",                    "1"                     },
5971   { "menu.button_up.active",                    "RocksDC.png"           },
5972   { "menu.button_up.active.xpos",               "10"                    },
5973   { "menu.button_up.active.ypos",               "9"                     },
5974   { "menu.button_up.active.frames",             "1"                     },
5975   { "menu.button_down",                         "RocksDC.png"           },
5976   { "menu.button_down.xpos",                    "11"                    },
5977   { "menu.button_down.ypos",                    "8"                     },
5978   { "menu.button_down.frames",                  "1"                     },
5979   { "menu.button_down.active",                  "RocksDC.png"           },
5980   { "menu.button_down.active.xpos",             "11"                    },
5981   { "menu.button_down.active.ypos",             "9"                     },
5982   { "menu.button_down.active.frames",           "1"                     },
5983
5984   { "menu.button_enter_menu",                   UNDEFINED_FILENAME      },
5985   { "menu.button_enter_menu.clone_from",        "menu.button_right"     },
5986   { "menu.button_enter_menu.active",            UNDEFINED_FILENAME      },
5987   { "menu.button_enter_menu.active.clone_from", "menu.button_right.active" },
5988   { "menu.button_leave_menu",                   UNDEFINED_FILENAME      },
5989   { "menu.button_leave_menu.clone_from",        "menu.button_left"      },
5990   { "menu.button_leave_menu.active",            UNDEFINED_FILENAME      },
5991   { "menu.button_leave_menu.active.clone_from", "menu.button_left.active" },
5992
5993   { "menu.button_next_level",                   UNDEFINED_FILENAME      },
5994   { "menu.button_next_level.clone_from",        "menu.button_right"     },
5995   { "menu.button_next_level.active",            UNDEFINED_FILENAME      },
5996   { "menu.button_next_level.active.clone_from", "menu.button_right.active" },
5997   { "menu.button_prev_level",                   UNDEFINED_FILENAME      },
5998   { "menu.button_prev_level.clone_from",        "menu.button_left"      },
5999   { "menu.button_prev_level.active",            UNDEFINED_FILENAME      },
6000   { "menu.button_prev_level.active.clone_from", "menu.button_left.active" },
6001
6002   { "menu.button_name",                         UNDEFINED_FILENAME      },
6003   { "menu.button_name.clone_from",              "menu.button"           },
6004   { "menu.button_name.active",                  UNDEFINED_FILENAME      },
6005   { "menu.button_name.active.clone_from",       "menu.button.active"    },
6006   { "menu.button_levels",                       UNDEFINED_FILENAME      },
6007   { "menu.button_levels.clone_from",            "menu.button_right"     },
6008   { "menu.button_levels.active",                UNDEFINED_FILENAME      },
6009   { "menu.button_levels.active.clone_from",     "menu.button_right.active" },
6010   { "menu.button_scores",                       UNDEFINED_FILENAME      },
6011   { "menu.button_scores.clone_from",            "menu.button"           },
6012   { "menu.button_scores.active",                UNDEFINED_FILENAME      },
6013   { "menu.button_scores.active.clone_from",     "menu.button.active"    },
6014   { "menu.button_editor",                       UNDEFINED_FILENAME      },
6015   { "menu.button_editor.clone_from",            "menu.button"           },
6016   { "menu.button_editor.active",                UNDEFINED_FILENAME      },
6017   { "menu.button_editor.active.clone_from",     "menu.button.active"    },
6018   { "menu.button_info",                         UNDEFINED_FILENAME      },
6019   { "menu.button_info.clone_from",              "menu.button_right"     },
6020   { "menu.button_info.active",                  UNDEFINED_FILENAME      },
6021   { "menu.button_info.active.clone_from",       "menu.button_right.active" },
6022   { "menu.button_game",                         UNDEFINED_FILENAME      },
6023   { "menu.button_game.clone_from",              "menu.button"           },
6024   { "menu.button_game.active",                  UNDEFINED_FILENAME      },
6025   { "menu.button_game.active.clone_from",       "menu.button.active"    },
6026   { "menu.button_setup",                        UNDEFINED_FILENAME      },
6027   { "menu.button_setup.clone_from",             "menu.button_right"     },
6028   { "menu.button_setup.active",                 UNDEFINED_FILENAME      },
6029   { "menu.button_setup.active.clone_from",      "menu.button_right.active" },
6030   { "menu.button_quit",                         UNDEFINED_FILENAME      },
6031   { "menu.button_quit.clone_from",              "menu.button"           },
6032   { "menu.button_quit.active",                  UNDEFINED_FILENAME      },
6033   { "menu.button_quit.active.clone_from",       "menu.button.active"    },
6034
6035   { "menu.button_first_level",                  UNDEFINED_FILENAME      },
6036   { "menu.button_first_level.active",           UNDEFINED_FILENAME      },
6037   { "menu.button_last_level",                   UNDEFINED_FILENAME      },
6038   { "menu.button_last_level.active",            UNDEFINED_FILENAME      },
6039   { "menu.button_level_number",                 UNDEFINED_FILENAME      },
6040   { "menu.button_level_number.active",          UNDEFINED_FILENAME      },
6041
6042   { "menu.button_insert_solution",              UNDEFINED_FILENAME      },
6043   { "menu.button_insert_solution.active",       UNDEFINED_FILENAME      },
6044   { "menu.button_play_solution",                UNDEFINED_FILENAME      },
6045   { "menu.button_play_solution.active",         UNDEFINED_FILENAME      },
6046
6047   { "menu.button_switch_ecs_aga",               UNDEFINED_FILENAME      },
6048   { "menu.button_switch_ecs_aga.active",        UNDEFINED_FILENAME      },
6049
6050   { "menu.button_touch_back",                   "RocksTouch.png"        },
6051   { "menu.button_touch_back.x",                 "210"                   },
6052   { "menu.button_touch_back.y",                 "180"                   },
6053   { "menu.button_touch_back.width",             "60"                    },
6054   { "menu.button_touch_back.height",            "60"                    },
6055   { "menu.button_touch_back.pressed_xoffset",   "-200"                  },
6056   { "menu.button_touch_next",                   "RocksTouch.png"        },
6057   { "menu.button_touch_next.x",                 "330"                   },
6058   { "menu.button_touch_next.y",                 "180"                   },
6059   { "menu.button_touch_next.width",             "60"                    },
6060   { "menu.button_touch_next.height",            "60"                    },
6061   { "menu.button_touch_next.pressed_xoffset",   "-200"                  },
6062   { "menu.button_touch_back2",                  "RocksTouch.png"        },
6063   { "menu.button_touch_back2.x",                "210"                   },
6064   { "menu.button_touch_back2.y",                "180"                   },
6065   { "menu.button_touch_back2.width",            "60"                    },
6066   { "menu.button_touch_back2.height",           "60"                    },
6067   { "menu.button_touch_back2.pressed_xoffset",  "-200"                  },
6068   { "menu.button_touch_next2",                  "RocksTouch.png"        },
6069   { "menu.button_touch_next2.x",                "330"                   },
6070   { "menu.button_touch_next2.y",                "180"                   },
6071   { "menu.button_touch_next2.width",            "60"                    },
6072   { "menu.button_touch_next2.height",           "60"                    },
6073   { "menu.button_touch_next2.pressed_xoffset", "-200"                   },
6074
6075   { "menu.scrollbar",                           "RocksDC.png"           },
6076   { "menu.scrollbar.xpos",                      "8"                     },
6077   { "menu.scrollbar.ypos",                      "10"                    },
6078   { "menu.scrollbar.frames",                    "1"                     },
6079   { "menu.scrollbar.active",                    "RocksDC.png"           },
6080   { "menu.scrollbar.active.xpos",               "9"                     },
6081   { "menu.scrollbar.active.ypos",               "10"                    },
6082   { "menu.scrollbar.active.frames",             "1"                     },
6083
6084   { "gfx.game.panel.time_anim",                 "RocksDoorMM.png"       },
6085   { "gfx.game.panel.time_anim.x",               "5"                     },
6086   { "gfx.game.panel.time_anim.y",               "0"                     },
6087   { "gfx.game.panel.time_anim.width",           "90"                    },
6088   { "gfx.game.panel.time_anim.height",          "35"                    },
6089   { "gfx.game.panel.time_anim.frames",          "1"                     },
6090   { "gfx.game.panel.time_anim.active",          "RocksDoorMM.png"       },
6091   { "gfx.game.panel.time_anim.active.x",        "105"                   },
6092   { "gfx.game.panel.time_anim.active.y",        "0"                     },
6093   { "gfx.game.panel.time_anim.active.width",    "90"                    },
6094   { "gfx.game.panel.time_anim.active.height",   "35"                    },
6095   { "gfx.game.panel.time_anim.active.frames",   "1"                     },
6096
6097   { "gfx.game.panel.health_anim",               "RocksDoorMM.png"       },
6098   { "gfx.game.panel.health_anim.x",             "5"                     },
6099   { "gfx.game.panel.health_anim.y",             "35"                    },
6100   { "gfx.game.panel.health_anim.width",         "90"                    },
6101   { "gfx.game.panel.health_anim.height",        "35"                    },
6102   { "gfx.game.panel.health_anim.frames",        "1"                     },
6103   { "gfx.game.panel.health_anim.active",        "RocksDoorMM.png"       },
6104   { "gfx.game.panel.health_anim.active.x",      "105"                   },
6105   { "gfx.game.panel.health_anim.active.y",      "35"                    },
6106   { "gfx.game.panel.health_anim.active.width",  "90"                    },
6107   { "gfx.game.panel.health_anim.active.height", "35"                    },
6108   { "gfx.game.panel.health_anim.active.frames", "1"                     },
6109
6110   { "gfx.game.button.stop",                     "RocksDoor.png"         },
6111   { "gfx.game.button.stop.x",                   "305"                   },
6112   { "gfx.game.button.stop.y",                   "185"                   },
6113   { "gfx.game.button.stop.width",               "30"                    },
6114   { "gfx.game.button.stop.height",              "30"                    },
6115   { "gfx.game.button.stop.pressed_xoffset",     "-100"                  },
6116   { "gfx.game.button.pause",                    "RocksDoor.png"         },
6117   { "gfx.game.button.pause.x",                  "335"                   },
6118   { "gfx.game.button.pause.y",                  "185"                   },
6119   { "gfx.game.button.pause.width",              "30"                    },
6120   { "gfx.game.button.pause.height",             "30"                    },
6121   { "gfx.game.button.pause.pressed_xoffset",    "-100"                  },
6122   { "gfx.game.button.play",                     "RocksDoor.png"         },
6123   { "gfx.game.button.play.x",                   "365"                   },
6124   { "gfx.game.button.play.y",                   "185"                   },
6125   { "gfx.game.button.play.width",               "30"                    },
6126   { "gfx.game.button.play.height",              "30"                    },
6127   { "gfx.game.button.play.pressed_xoffset",     "-100"                  },
6128
6129   { "gfx.game.button.undo",                     "RocksDoor2.png"        },
6130   { "gfx.game.button.undo.x",                   "105"                   },
6131   { "gfx.game.button.undo.y",                   "20"                    },
6132   { "gfx.game.button.undo.width",               "30"                    },
6133   { "gfx.game.button.undo.height",              "30"                    },
6134   { "gfx.game.button.undo.pressed_xoffset",     "-100"                  },
6135   { "gfx.game.button.redo",                     "RocksDoor2.png"        },
6136   { "gfx.game.button.redo.x",                   "165"                   },
6137   { "gfx.game.button.redo.y",                   "20"                    },
6138   { "gfx.game.button.redo.width",               "30"                    },
6139   { "gfx.game.button.redo.height",              "30"                    },
6140   { "gfx.game.button.redo.pressed_xoffset",     "-100"                  },
6141
6142   { "gfx.game.button.save",                     "RocksDoor2.png"        },
6143   { "gfx.game.button.save.x",                   "105"                   },
6144   { "gfx.game.button.save.y",                   "50"                    },
6145   { "gfx.game.button.save.width",               "30"                    },
6146   { "gfx.game.button.save.height",              "30"                    },
6147   { "gfx.game.button.save.pressed_xoffset",     "-100"                  },
6148   { "gfx.game.button.pause2",                   "RocksDoor2.png"        },
6149   { "gfx.game.button.pause2.x",                 "135"                   },
6150   { "gfx.game.button.pause2.y",                 "50"                    },
6151   { "gfx.game.button.pause2.width",             "30"                    },
6152   { "gfx.game.button.pause2.height",            "30"                    },
6153   { "gfx.game.button.pause2.pressed_xoffset",   "-100"                  },
6154   { "gfx.game.button.pause2.active_yoffset",    "-30"                   },
6155   { "gfx.game.button.load",                     "RocksDoor2.png"        },
6156   { "gfx.game.button.load.x",                   "165"                   },
6157   { "gfx.game.button.load.y",                   "50"                    },
6158   { "gfx.game.button.load.width",               "30"                    },
6159   { "gfx.game.button.load.height",              "30"                    },
6160   { "gfx.game.button.load.pressed_xoffset",     "-100"                  },
6161
6162   { "gfx.game.button.sound_music",              "RocksDoor.png"         },
6163   { "gfx.game.button.sound_music.x",            "305"                   },
6164   { "gfx.game.button.sound_music.y",            "245"                   },
6165   { "gfx.game.button.sound_music.width",        "30"                    },
6166   { "gfx.game.button.sound_music.height",       "30"                    },
6167   { "gfx.game.button.sound_music.pressed_xoffset", "-100"               },
6168   { "gfx.game.button.sound_music.active_yoffset", "-30"                 },
6169   { "gfx.game.button.sound_loops",              "RocksDoor.png"         },
6170   { "gfx.game.button.sound_loops.x",            "335"                   },
6171   { "gfx.game.button.sound_loops.y",            "245"                   },
6172   { "gfx.game.button.sound_loops.width",        "30"                    },
6173   { "gfx.game.button.sound_loops.height",       "30"                    },
6174   { "gfx.game.button.sound_loops.pressed_xoffset", "-100"               },
6175   { "gfx.game.button.sound_loops.active_yoffset", "-30"                 },
6176   { "gfx.game.button.sound_simple",             "RocksDoor.png"         },
6177   { "gfx.game.button.sound_simple.x",           "365"                   },
6178   { "gfx.game.button.sound_simple.y",           "245"                   },
6179   { "gfx.game.button.sound_simple.width",       "30"                    },
6180   { "gfx.game.button.sound_simple.height",      "30"                    },
6181   { "gfx.game.button.sound_simple.pressed_xoffset", "-100"              },
6182   { "gfx.game.button.sound_simple.active_yoffset", "-30"                },
6183
6184   { "gfx.game.button.panel_stop",               UNDEFINED_FILENAME      },
6185   { "gfx.game.button.panel_pause",              UNDEFINED_FILENAME      },
6186   { "gfx.game.button.panel_play",               UNDEFINED_FILENAME      },
6187
6188   { "gfx.game.button.panel_sound_music",        UNDEFINED_FILENAME      },
6189   { "gfx.game.button.panel_sound_loops",        UNDEFINED_FILENAME      },
6190   { "gfx.game.button.panel_sound_simple",       UNDEFINED_FILENAME      },
6191
6192   { "gfx.game.button.touch_stop",               "RocksTouch.png"        },
6193   { "gfx.game.button.touch_stop.x",             "210"                   },
6194   { "gfx.game.button.touch_stop.y",             "120"                   },
6195   { "gfx.game.button.touch_stop.width",         "60"                    },
6196   { "gfx.game.button.touch_stop.height",        "60"                    },
6197   { "gfx.game.button.touch_stop.pressed_xoffset", "-200"                },
6198   { "gfx.game.button.touch_pause",              "RocksTouch.png"        },
6199   { "gfx.game.button.touch_pause.x",            "270"                   },
6200   { "gfx.game.button.touch_pause.y",            "120"                   },
6201   { "gfx.game.button.touch_pause.width",        "60"                    },
6202   { "gfx.game.button.touch_pause.height",       "60"                    },
6203   { "gfx.game.button.touch_pause.pressed_xoffset", "-200"               },
6204   { "gfx.game.button.touch_pause.active_yoffset", "60"                  },
6205
6206   { "gfx.tape.button.eject",                    "RocksDoor.png"         },
6207   { "gfx.tape.button.eject.x",                  "305"                   },
6208   { "gfx.tape.button.eject.y",                  "357"                   },
6209   { "gfx.tape.button.eject.width",              "18"                    },
6210   { "gfx.tape.button.eject.height",             "18"                    },
6211   { "gfx.tape.button.eject.pressed_xoffset",    "-100"                  },
6212   { "gfx.tape.button.extra",                    "RocksDoor.png"         },
6213   { "gfx.tape.button.extra.x",                  "505"                   },
6214   { "gfx.tape.button.extra.y",                  "357"                   },
6215   { "gfx.tape.button.extra.width",              "18"                    },
6216   { "gfx.tape.button.extra.height",             "18"                    },
6217   { "gfx.tape.button.extra.pressed_xoffset",    "-100"                  },
6218   { "gfx.tape.button.stop",                     "RocksDoor.png"         },
6219   { "gfx.tape.button.stop.x",                   "323"                   },
6220   { "gfx.tape.button.stop.y",                   "357"                   },
6221   { "gfx.tape.button.stop.width",               "18"                    },
6222   { "gfx.tape.button.stop.height",              "18"                    },
6223   { "gfx.tape.button.stop.pressed_xoffset",     "-100"                  },
6224   { "gfx.tape.button.pause",                    "RocksDoor.png"         },
6225   { "gfx.tape.button.pause.x",                  "341"                   },
6226   { "gfx.tape.button.pause.y",                  "357"                   },
6227   { "gfx.tape.button.pause.width",              "18"                    },
6228   { "gfx.tape.button.pause.height",             "18"                    },
6229   { "gfx.tape.button.pause.pressed_xoffset",    "-100"                  },
6230   { "gfx.tape.button.record",                   "RocksDoor.png"         },
6231   { "gfx.tape.button.record.x",                 "359"                   },
6232   { "gfx.tape.button.record.y",                 "357"                   },
6233   { "gfx.tape.button.record.width",             "18"                    },
6234   { "gfx.tape.button.record.height",            "18"                    },
6235   { "gfx.tape.button.record.pressed_xoffset",   "-100"                  },
6236   { "gfx.tape.button.play",                     "RocksDoor.png"         },
6237   { "gfx.tape.button.play.x",                   "377"                   },
6238   { "gfx.tape.button.play.y",                   "357"                   },
6239   { "gfx.tape.button.play.width",               "18"                    },
6240   { "gfx.tape.button.play.height",              "18"                    },
6241   { "gfx.tape.button.play.pressed_xoffset",     "-100"                  },
6242
6243   { "gfx.tape.button.insert_solution",          UNDEFINED_FILENAME      },
6244   { "gfx.tape.button.play_solution",            UNDEFINED_FILENAME      },
6245
6246   { "gfx.tape.symbol.eject",                    UNDEFINED_FILENAME      },
6247   { "gfx.tape.symbol.stop",                     UNDEFINED_FILENAME      },
6248   { "gfx.tape.symbol.pause",                    "RocksDoor.png"         },
6249   { "gfx.tape.symbol.pause.x",                  "340"                   },
6250   { "gfx.tape.symbol.pause.y",                  "321"                   },
6251   { "gfx.tape.symbol.pause.width",              "17"                    },
6252   { "gfx.tape.symbol.pause.height",             "13"                    },
6253   { "gfx.tape.symbol.record",                   "RocksDoor.png"         },
6254   { "gfx.tape.symbol.record.x",                 "325"                   },
6255   { "gfx.tape.symbol.record.y",                 "321"                   },
6256   { "gfx.tape.symbol.record.width",             "16"                    },
6257   { "gfx.tape.symbol.record.height",            "16"                    },
6258   { "gfx.tape.symbol.play",                     "RocksDoor.png"         },
6259   { "gfx.tape.symbol.play.x",                   "357"                   },
6260   { "gfx.tape.symbol.play.y",                   "321"                   },
6261   { "gfx.tape.symbol.play.width",               "11"                    },
6262   { "gfx.tape.symbol.play.height",              "13"                    },
6263   { "gfx.tape.symbol.fast_forward",             "RocksDoor.png"         },
6264   { "gfx.tape.symbol.fast_forward.x",           "539"                   },
6265   { "gfx.tape.symbol.fast_forward.y",           "193"                   },
6266   { "gfx.tape.symbol.fast_forward.width",       "27"                    },
6267   { "gfx.tape.symbol.fast_forward.height",      "13"                    },
6268   { "gfx.tape.symbol.warp_forward",             "RocksDoor.png"         },
6269   { "gfx.tape.symbol.warp_forward.x",           "539"                   },
6270   { "gfx.tape.symbol.warp_forward.y",           "152"                   },
6271   { "gfx.tape.symbol.warp_forward.width",       "27"                    },
6272   { "gfx.tape.symbol.warp_forward.height",      "13"                    },
6273   { "gfx.tape.symbol.warp_forward_blind",       "RocksDoor.png"         },
6274   { "gfx.tape.symbol.warp_forward_blind.x",     "539"                   },
6275   { "gfx.tape.symbol.warp_forward_blind.y",     "165"                   },
6276   { "gfx.tape.symbol.warp_forward_blind.width", "27"                    },
6277   { "gfx.tape.symbol.warp_forward_blind.height","13"                    },
6278   { "gfx.tape.symbol.pause_before_end",         "RocksDoor.png"         },
6279   { "gfx.tape.symbol.pause_before_end.x",       "539"                   },
6280   { "gfx.tape.symbol.pause_before_end.y",       "221"                   },
6281   { "gfx.tape.symbol.pause_before_end.width",   "27"                    },
6282   { "gfx.tape.symbol.pause_before_end.height",  "13"                    },
6283   { "gfx.tape.symbol.single_step",              UNDEFINED_FILENAME      },
6284
6285   { "gfx.tape.label.eject",                     UNDEFINED_FILENAME      },
6286   { "gfx.tape.label.stop",                      UNDEFINED_FILENAME      },
6287   { "gfx.tape.label.pause",                     "RocksDoor.png"         },
6288   { "gfx.tape.label.pause.x",                   "305"                   },
6289   { "gfx.tape.label.pause.y",                   "341"                   },
6290   { "gfx.tape.label.pause.width",               "35"                    },
6291   { "gfx.tape.label.pause.height",              "8"                     },
6292   { "gfx.tape.label.record",                    "RocksDoor.png"         },
6293   { "gfx.tape.label.record.x",                  "305"                   },
6294   { "gfx.tape.label.record.y",                  "321"                   },
6295   { "gfx.tape.label.record.width",              "20"                    },
6296   { "gfx.tape.label.record.height",             "12"                    },
6297   { "gfx.tape.label.play",                      "RocksDoor.png"         },
6298   { "gfx.tape.label.play.x",                    "370"                   },
6299   { "gfx.tape.label.play.y",                    "321"                   },
6300   { "gfx.tape.label.play.width",                "22"                    },
6301   { "gfx.tape.label.play.height",               "12"                    },
6302   { "gfx.tape.label.fast_forward",              "RocksDoor.png"         },
6303   { "gfx.tape.label.fast_forward.x",            "505"                   },
6304   { "gfx.tape.label.fast_forward.y",            "193"                   },
6305   { "gfx.tape.label.fast_forward.width",        "40"                    },
6306   { "gfx.tape.label.fast_forward.height",       "28"                    },
6307   { "gfx.tape.label.warp_forward",              "RocksDoor.png"         },
6308   { "gfx.tape.label.warp_forward.x",            "505"                   },
6309   { "gfx.tape.label.warp_forward.y",            "165"                   },
6310   { "gfx.tape.label.warp_forward.width",        "40"                    },
6311   { "gfx.tape.label.warp_forward.height",       "28"                    },
6312   { "gfx.tape.label.warp_forward_blind",        "RocksDoor.png"         },
6313   { "gfx.tape.label.warp_forward_blind.x",      "505"                   },
6314   { "gfx.tape.label.warp_forward_blind.y",      "165"                   },
6315   { "gfx.tape.label.warp_forward_blind.width",  "40"                    },
6316   { "gfx.tape.label.warp_forward_blind.height", "28"                    },
6317   { "gfx.tape.label.pause_before_end",          "RocksDoor.png"         },
6318   { "gfx.tape.label.pause_before_end.x",        "505"                   },
6319   { "gfx.tape.label.pause_before_end.y",        "221"                   },
6320   { "gfx.tape.label.pause_before_end.width",    "40"                    },
6321   { "gfx.tape.label.pause_before_end.height",   "28"                    },
6322   { "gfx.tape.label.single_step",               "RocksDoor.png"         },
6323   { "gfx.tape.label.single_step.x",             "557"                   },
6324   { "gfx.tape.label.single_step.y",             "139"                   },
6325   { "gfx.tape.label.single_step.width",         "38"                    },
6326   { "gfx.tape.label.single_step.height",        "13"                    },
6327
6328   { "gfx.tape.label.date",                      "RocksDoor.png"         },
6329   { "gfx.tape.label.date.x",                    "305"                   },
6330   { "gfx.tape.label.date.y",                    "285"                   },
6331   { "gfx.tape.label.date.width",                "90"                    },
6332   { "gfx.tape.label.date.height",               "31"                    },
6333   { "gfx.tape.label.time",                      "RocksDoor.png"         },
6334   { "gfx.tape.label.time.x",                    "346"                   },
6335   { "gfx.tape.label.time.y",                    "335"                   },
6336   { "gfx.tape.label.time.width",                "45"                    },
6337   { "gfx.tape.label.time.height",               "13"                    },
6338
6339   { "gfx.request.button.yes",                   "RocksDoor.png"         },
6340   { "gfx.request.button.yes.x",                 "302"                   },
6341   { "gfx.request.button.yes.y",                 "0"                     },
6342   { "gfx.request.button.yes.width",             "46"                    },
6343   { "gfx.request.button.yes.height",            "28"                    },
6344   { "gfx.request.button.yes.pressed_xoffset",   "-100"                  },
6345   { "gfx.request.button.no",                    "RocksDoor.png"         },
6346   { "gfx.request.button.no.x",                  "352"                   },
6347   { "gfx.request.button.no.y",                  "0"                     },
6348   { "gfx.request.button.no.width",              "46"                    },
6349   { "gfx.request.button.no.height",             "28"                    },
6350   { "gfx.request.button.no.pressed_xoffset",    "-100"                  },
6351   { "gfx.request.button.confirm",               "RocksDoor.png"         },
6352   { "gfx.request.button.confirm.x",             "302"                   },
6353   { "gfx.request.button.confirm.y",             "30"                    },
6354   { "gfx.request.button.confirm.width",         "96"                    },
6355   { "gfx.request.button.confirm.height",        "28"                    },
6356   { "gfx.request.button.confirm.pressed_xoffset", "-100"                },
6357   { "gfx.request.button.player_1",              "RocksDoor.png"         },
6358   { "gfx.request.button.player_1.x",            "305"                   },
6359   { "gfx.request.button.player_1.y",            "185"                   },
6360   { "gfx.request.button.player_1.width",        "30"                    },
6361   { "gfx.request.button.player_1.height",       "30"                    },
6362   { "gfx.request.button.player_1.pressed_xoffset", "-100"               },
6363   { "gfx.request.button.player_2",              UNDEFINED_FILENAME      },
6364   { "gfx.request.button.player_2.clone_from",   "gfx.request.button.player_1" },
6365   { "gfx.request.button.player_3",              UNDEFINED_FILENAME      },
6366   { "gfx.request.button.player_3.clone_from",   "gfx.request.button.player_1" },
6367   { "gfx.request.button.player_4",              UNDEFINED_FILENAME      },
6368   { "gfx.request.button.player_4.clone_from",   "gfx.request.button.player_1" },
6369
6370   { "gfx.request.button.touch_yes",             "RocksTouch.png"        },
6371   { "gfx.request.button.touch_yes.x",           "204"                   },
6372   { "gfx.request.button.touch_yes.y",           "0"                     },
6373   { "gfx.request.button.touch_yes.width",       "92"                    },
6374   { "gfx.request.button.touch_yes.height",      "56"                    },
6375   { "gfx.request.button.touch_yes.pressed_xoffset", "-200"              },
6376   { "gfx.request.button.touch_no",              "RocksTouch.png"        },
6377   { "gfx.request.button.touch_no.x",            "304"                   },
6378   { "gfx.request.button.touch_no.y",            "0"                     },
6379   { "gfx.request.button.touch_no.width",        "92"                    },
6380   { "gfx.request.button.touch_no.height",       "56"                    },
6381   { "gfx.request.button.touch_no.pressed_xoffset", "-200"               },
6382   { "gfx.request.button.touch_confirm",         "RocksTouch.png"        },
6383   { "gfx.request.button.touch_confirm.x",       "204"                   },
6384   { "gfx.request.button.touch_confirm.y",       "60"                    },
6385   { "gfx.request.button.touch_confirm.width",   "192"                   },
6386   { "gfx.request.button.touch_confirm.height",  "56"                    },
6387   { "gfx.request.button.touch_confirm.pressed_xoffset", "-200"          },
6388
6389   { "font.initial_1",                           "RocksFontSmall.png"    },
6390   { "font.initial_1.x",                         "0"                     },
6391   { "font.initial_1.y",                         "0"                     },
6392   { "font.initial_1.width",                     "14"                    },
6393   { "font.initial_1.height",                    "14"                    },
6394   { "font.initial_2",                           "RocksFontSmall.png"    },
6395   { "font.initial_2.x",                         "0"                     },
6396   { "font.initial_2.y",                         "70"                    },
6397   { "font.initial_2.width",                     "14"                    },
6398   { "font.initial_2.height",                    "14"                    },
6399   { "font.initial_3",                           "RocksFontSmall.png"    },
6400   { "font.initial_3.x",                         "0"                     },
6401   { "font.initial_3.y",                         "140"                   },
6402   { "font.initial_3.width",                     "14"                    },
6403   { "font.initial_3.height",                    "14"                    },
6404   { "font.initial_4",                           "RocksFontSmall.png"    },
6405   { "font.initial_4.x",                         "0"                     },
6406   { "font.initial_4.y",                         "210"                   },
6407   { "font.initial_4.width",                     "14"                    },
6408   { "font.initial_4.height",                    "14"                    },
6409
6410   { "font.title_1",                             "RocksFontBig.png"      },
6411   { "font.title_1.x",                           "0"                     },
6412   { "font.title_1.y",                           "480"                   },
6413   { "font.title_1.width",                       "32"                    },
6414   { "font.title_1.height",                      "32"                    },
6415   { "font.title_2",                             "RocksFontSmall.png"    },
6416   { "font.title_2.x",                           "0"                     },
6417   { "font.title_2.y",                           "0"                     },
6418   { "font.title_2.width",                       "14"                    },
6419   { "font.title_2.height",                      "14"                    },
6420   { "font.title_2.SETUP",                       UNDEFINED_FILENAME      },
6421   { "font.title_2.SETUP.clone_from",            "font.text_2"           },
6422
6423   { "font.menu_1",                              "RocksFontBig.png"      },
6424   { "font.menu_1.x",                            "0"                     },
6425   { "font.menu_1.y",                            "320"                   },
6426   { "font.menu_1.width",                        "32"                    },
6427   { "font.menu_1.height",                       "32"                    },
6428   { "font.menu_1.active",                       "RocksFontBig.png"      },
6429   { "font.menu_1.active.x",                     "0"                     },
6430   { "font.menu_1.active.y",                     "480"                   },
6431   { "font.menu_1.active.width",                 "32"                    },
6432   { "font.menu_1.active.height",                "32"                    },
6433   { "font.menu_2",                              "RocksFontMedium.png"   },
6434   { "font.menu_2.x",                            "0"                     },
6435   { "font.menu_2.y",                            "320"                   },
6436   { "font.menu_2.width",                        "16"                    },
6437   { "font.menu_2.height",                       "32"                    },
6438   { "font.menu_2.active",                       "RocksFontMedium.png"   },
6439   { "font.menu_2.active.x",                     "0"                     },
6440   { "font.menu_2.active.y",                     "480"                   },
6441   { "font.menu_2.active.width",                 "16"                    },
6442   { "font.menu_2.active.height",                "32"                    },
6443
6444   { "font.text_1",                              "RocksFontSmall.png"    },
6445   { "font.text_1.x",                            "0"                     },
6446   { "font.text_1.y",                            "140"                   },
6447   { "font.text_1.width",                        "14"                    },
6448   { "font.text_1.height",                       "14"                    },
6449   { "font.text_1.MAIN",                         UNDEFINED_FILENAME      },
6450   { "font.text_1.MAIN.clone_from",              "font.text_1.PREVIEW"   },
6451   { "font.text_1.LEVELS",                       "RocksFontMedium.png"   },
6452   { "font.text_1.LEVELS.x",                     "0"                     },
6453   { "font.text_1.LEVELS.y",                     "0"                     },
6454   { "font.text_1.LEVELS.width",                 "16"                    },
6455   { "font.text_1.LEVELS.height",                "32"                    },
6456   { "font.text_1.LEVELNR",                      UNDEFINED_FILENAME      },
6457   { "font.text_1.LEVELNR.clone_from",           "font.text_1.LEVELS"    },
6458   { "font.text_1.SETUP",                        UNDEFINED_FILENAME      },
6459   { "font.text_1.SETUP.clone_from",             "font.text_1.LEVELS"    },
6460   { "font.text_1.NAMES",                        UNDEFINED_FILENAME      },
6461   { "font.text_1.NAMES.clone_from",             "font.input_1.MAIN"     },
6462   { "font.text_1.PREVIEW",                      "RocksFontEM.png"       },
6463   { "font.text_1.PREVIEW.x",                    "0"                     },
6464   { "font.text_1.PREVIEW.y",                    "160"                   },
6465   { "font.text_1.PREVIEW.width",                "16"                    },
6466   { "font.text_1.PREVIEW.height",               "16"                    },
6467   { "font.text_1.SCORES",                       "RocksFontMedium.png"   },
6468   { "font.text_1.SCORES.x",                     "0"                     },
6469   { "font.text_1.SCORES.y",                     "480"                   },
6470   { "font.text_1.SCORES.width",                 "16"                    },
6471   { "font.text_1.SCORES.height",                "32"                    },
6472   { "font.text_1.active.SCORES",                "RocksFontMedium.png"   },
6473   { "font.text_1.active.SCORES.x",              "0"                     },
6474   { "font.text_1.active.SCORES.y",              "0"                     },
6475   { "font.text_1.active.SCORES.width",          "16"                    },
6476   { "font.text_1.active.SCORES.height",         "32"                    },
6477   { "font.text_1.PANEL",                        UNDEFINED_FILENAME      },
6478   { "font.text_1.PANEL.clone_from",             "font.level_number"     },
6479   { "font.text_1.DOOR",                         UNDEFINED_FILENAME      },
6480   { "font.text_1.DOOR.clone_from",              "font.level_number"     },
6481   { "font.text_2",                              "RocksFontSmall.png"    },
6482   { "font.text_2.x",                            "0"                     },
6483   { "font.text_2.y",                            "210"                   },
6484   { "font.text_2.width",                        "14"                    },
6485   { "font.text_2.height",                       "14"                    },
6486   { "font.text_2.MAIN",                         UNDEFINED_FILENAME      },
6487   { "font.text_2.MAIN.clone_from",              "font.text_2.PREVIEW"   },
6488   { "font.text_2.LEVELS",                       "RocksFontMedium.png"   },
6489   { "font.text_2.LEVELS.x",                     "0"                     },
6490   { "font.text_2.LEVELS.y",                     "160"                   },
6491   { "font.text_2.LEVELS.width",                 "16"                    },
6492   { "font.text_2.LEVELS.height",                "32"                    },
6493   { "font.text_2.LEVELNR",                      UNDEFINED_FILENAME      },
6494   { "font.text_2.LEVELNR.clone_from",           "font.text_2.LEVELS"    },
6495   { "font.text_2.SETUP",                        UNDEFINED_FILENAME      },
6496   { "font.text_2.SETUP.clone_from",             "font.text_2.LEVELS"    },
6497   { "font.text_2.NAMES",                        UNDEFINED_FILENAME      },
6498   { "font.text_2.NAMES.clone_from",             "font.option_off"       },
6499   { "font.text_2.PREVIEW",                      "RocksFontEM.png"       },
6500   { "font.text_2.PREVIEW.x",                    "0"                     },
6501   { "font.text_2.PREVIEW.y",                    "160"                   },
6502   { "font.text_2.PREVIEW.width",                "16"                    },
6503   { "font.text_2.PREVIEW.height",               "16"                    },
6504   { "font.text_2.SCORES",                       "RocksFontBig.png"      },
6505   { "font.text_2.SCORES.x",                     "0"                     },
6506   { "font.text_2.SCORES.y",                     "320"                   },
6507   { "font.text_2.SCORES.width",                 "32"                    },
6508   { "font.text_2.SCORES.height",                "32"                    },
6509   { "font.text_2.active.SCORES",                "RocksFontBig.png"      },
6510   { "font.text_2.active.SCORES.x",              "0"                     },
6511   { "font.text_2.active.SCORES.y",              "0"                     },
6512   { "font.text_2.active.SCORES.width",          "32"                    },
6513   { "font.text_2.active.SCORES.height",         "32"                    },
6514   { "font.text_3",                              "RocksFontSmall.png"    },
6515   { "font.text_3.x",                            "0"                     },
6516   { "font.text_3.y",                            "0"                     },
6517   { "font.text_3.width",                        "14"                    },
6518   { "font.text_3.height",                       "14"                    },
6519   { "font.text_3.LEVELS",                       "RocksFontMedium.png"   },
6520   { "font.text_3.LEVELS.x",                     "0"                     },
6521   { "font.text_3.LEVELS.y",                     "320"                   },
6522   { "font.text_3.LEVELS.width",                 "16"                    },
6523   { "font.text_3.LEVELS.height",                "32"                    },
6524   { "font.text_3.LEVELNR",                      UNDEFINED_FILENAME      },
6525   { "font.text_3.LEVELNR.clone_from",           "font.text_3.LEVELS"    },
6526   { "font.text_3.SETUP",                        UNDEFINED_FILENAME      },
6527   { "font.text_3.SETUP.clone_from",             "font.text_3.LEVELS"    },
6528   { "font.text_3.NAMES",                        UNDEFINED_FILENAME      },
6529   { "font.text_3.NAMES.clone_from",             "font.menu_1"           },
6530   { "font.text_3.PREVIEW",                      "RocksFontEM.png"       },
6531   { "font.text_3.PREVIEW.x",                    "0"                     },
6532   { "font.text_3.PREVIEW.y",                    "160"                   },
6533   { "font.text_3.PREVIEW.width",                "16"                    },
6534   { "font.text_3.PREVIEW.height",               "16"                    },
6535   { "font.text_3.SCORES",                       "RocksFontMedium.png"   },
6536   { "font.text_3.SCORES.x",                     "0"                     },
6537   { "font.text_3.SCORES.y",                     "480"                   },
6538   { "font.text_3.SCORES.width",                 "16"                    },
6539   { "font.text_3.SCORES.height",                "32"                    },
6540   { "font.text_3.active.SCORES",                "RocksFontMedium.png"   },
6541   { "font.text_3.active.SCORES.x",              "0"                     },
6542   { "font.text_3.active.SCORES.y",              "0"                     },
6543   { "font.text_3.active.SCORES.width",          "16"                    },
6544   { "font.text_3.active.SCORES.height",         "32"                    },
6545   { "font.text_4",                              "RocksFontSmall.png"    },
6546   { "font.text_4.x",                            "0"                     },
6547   { "font.text_4.y",                            "70"                    },
6548   { "font.text_4.width",                        "14"                    },
6549   { "font.text_4.height",                       "14"                    },
6550   { "font.text_4.MAIN",                         UNDEFINED_FILENAME      },
6551   { "font.text_4.MAIN.clone_from",              "font.text_3.PREVIEW"   },
6552   { "font.text_4.LEVELS",                       "RocksFontMedium.png"   },
6553   { "font.text_4.LEVELS.x",                     "0"                     },
6554   { "font.text_4.LEVELS.y",                     "480"                   },
6555   { "font.text_4.LEVELS.width",                 "16"                    },
6556   { "font.text_4.LEVELS.height",                "32"                    },
6557   { "font.text_4.LEVELNR",                      UNDEFINED_FILENAME      },
6558   { "font.text_4.LEVELNR.clone_from",           "font.text_4.LEVELS"    },
6559   { "font.text_4.SETUP",                        UNDEFINED_FILENAME      },
6560   { "font.text_4.SETUP.clone_from",             "font.text_4.LEVELS"    },
6561   { "font.text_4.NAMES",                        UNDEFINED_FILENAME      },
6562   { "font.text_4.NAMES.clone_from",             "font.menu_1.active"    },
6563   { "font.text_4.SCORES",                       "RocksFontMedium.png"   },
6564   { "font.text_4.SCORES.x",                     "0"                     },
6565   { "font.text_4.SCORES.y",                     "480"                   },
6566   { "font.text_4.SCORES.width",                 "16"                    },
6567   { "font.text_4.SCORES.height",                "32"                    },
6568   { "font.text_4.active.SCORES",                "RocksFontMedium.png"   },
6569   { "font.text_4.active.SCORES.x",              "0"                     },
6570   { "font.text_4.active.SCORES.y",              "0"                     },
6571   { "font.text_4.active.SCORES.width",          "16"                    },
6572   { "font.text_4.active.SCORES.height",         "32"                    },
6573
6574   { "font.envelope_1",                          "RocksFontEM.png"       },
6575   { "font.envelope_1.x",                        "0"                     },
6576   { "font.envelope_1.y",                        "160"                   },
6577   { "font.envelope_1.width",                    "16"                    },
6578   { "font.envelope_1.height",                   "16"                    },
6579   { "font.envelope_2",                          "RocksFontEM.png"       },
6580   { "font.envelope_2.x",                        "0"                     },
6581   { "font.envelope_2.y",                        "160"                   },
6582   { "font.envelope_2.width",                    "16"                    },
6583   { "font.envelope_2.height",                   "16"                    },
6584   { "font.envelope_3",                          "RocksFontEM.png"       },
6585   { "font.envelope_3.x",                        "0"                     },
6586   { "font.envelope_3.y",                        "160"                   },
6587   { "font.envelope_3.width",                    "16"                    },
6588   { "font.envelope_3.height",                   "16"                    },
6589   { "font.envelope_4",                          "RocksFontEM.png"       },
6590   { "font.envelope_4.x",                        "0"                     },
6591   { "font.envelope_4.y",                        "160"                   },
6592   { "font.envelope_4.width",                    "16"                    },
6593   { "font.envelope_4.height",                   "16"                    },
6594
6595   { "font.request",                             "RocksFontSmall.png"    },
6596   { "font.request.x",                           "0"                     },
6597   { "font.request.y",                           "210"                   },
6598   { "font.request.width",                       "14"                    },
6599   { "font.request.height",                      "14"                    },
6600
6601   { "font.input_1",                             "RocksFontSmall.png"    },
6602   { "font.input_1.x",                           "0"                     },
6603   { "font.input_1.y",                           "210"                   },
6604   { "font.input_1.width",                       "14"                    },
6605   { "font.input_1.height",                      "14"                    },
6606   { "font.input_1.MAIN",                        "RocksFontBig.png"      },
6607   { "font.input_1.MAIN.x",                      "0"                     },
6608   { "font.input_1.MAIN.y",                      "0"                     },
6609   { "font.input_1.MAIN.width",                  "32"                    },
6610   { "font.input_1.MAIN.height",                 "32"                    },
6611   { "font.input_1.NAMES",                       UNDEFINED_FILENAME      },
6612   { "font.input_1.NAMES.clone_from",            "font.input_1.MAIN"     },
6613   { "font.input_1.active",                      "RocksFontSmall.png"    },
6614   { "font.input_1.active.x",                    "0"                     },
6615   { "font.input_1.active.y",                    "210"                   },
6616   { "font.input_1.active.width",                "14"                    },
6617   { "font.input_1.active.height",               "14"                    },
6618   { "font.input_1.active.MAIN",                 "RocksFontBig.png"      },
6619   { "font.input_1.active.MAIN.x",               "0"                     },
6620   { "font.input_1.active.MAIN.y",               "480"                   },
6621   { "font.input_1.active.MAIN.width",           "32"                    },
6622   { "font.input_1.active.MAIN.height",          "32"                    },
6623   { "font.input_1.active.NAMES",                UNDEFINED_FILENAME      },
6624   { "font.input_1.active.NAMES.clone_from",     "font.input_1.active.MAIN" },
6625   { "font.input_1.active.SETUP",                "RocksFontBig.png"      },
6626   { "font.input_1.active.SETUP.x",              "0"                     },
6627   { "font.input_1.active.SETUP.y",              "0"                     },
6628   { "font.input_1.active.SETUP.width",          "32"                    },
6629   { "font.input_1.active.SETUP.height",         "32"                    },
6630   { "font.input_2",                             "RocksFontSmall.png"    },
6631   { "font.input_2.x",                           "0"                     },
6632   { "font.input_2.y",                           "210"                   },
6633   { "font.input_2.width",                       "14"                    },
6634   { "font.input_2.height",                      "14"                    },
6635   { "font.input_2.active",                      "RocksFontSmall.png"    },
6636   { "font.input_2.active.x",                    "0"                     },
6637   { "font.input_2.active.y",                    "210"                   },
6638   { "font.input_2.active.width",                "14"                    },
6639   { "font.input_2.active.height",               "14"                    },
6640
6641   { "font.option_off",                          "RocksFontBig.png"      },
6642   { "font.option_off.x",                        "0"                     },
6643   { "font.option_off.y",                        "160"                   },
6644   { "font.option_off.width",                    "32"                    },
6645   { "font.option_off.height",                   "32"                    },
6646   { "font.option_off_narrow",                   UNDEFINED_FILENAME      },
6647   { "font.option_off_narrow.clone_from",        "font.text_2.LEVELS"    },
6648   { "font.option_on",                           "RocksFontBig.png"      },
6649   { "font.option_on.x",                         "0"                     },
6650   { "font.option_on.y",                         "480"                   },
6651   { "font.option_on.width",                     "32"                    },
6652   { "font.option_on.height",                    "32"                    },
6653   { "font.option_on_narrow",                    UNDEFINED_FILENAME      },
6654   { "font.option_on_narrow.clone_from",         "font.text_4.LEVELS"    },
6655
6656   { "font.value_1",                             "RocksFontBig.png"      },
6657   { "font.value_1.x",                           "0"                     },
6658   { "font.value_1.y",                           "480"                   },
6659   { "font.value_1.width",                       "32"                    },
6660   { "font.value_1.height",                      "32"                    },
6661   { "font.value_2",                             "RocksFontMedium.png"   },
6662   { "font.value_2.x",                           "0"                     },
6663   { "font.value_2.y",                           "480"                   },
6664   { "font.value_2.width",                       "16"                    },
6665   { "font.value_2.height",                      "32"                    },
6666   { "font.value_old",                           "RocksFontBig.png"      },
6667   { "font.value_old.x",                         "0"                     },
6668   { "font.value_old.y",                         "160"                   },
6669   { "font.value_old.width",                     "32"                    },
6670   { "font.value_old.height",                    "32"                    },
6671   { "font.value_old_narrow",                    UNDEFINED_FILENAME      },
6672   { "font.value_old_narrow.clone_from",         "font.text_2.LEVELS"    },
6673   { "font.value_narrow",                        UNDEFINED_FILENAME      },
6674   { "font.value_narrow.clone_from",             "font.text_4.LEVELS"    },
6675
6676   { "font.level_number",                        "RocksFontSmall.png"    },
6677   { "font.level_number.x",                      "0"                     },
6678   { "font.level_number.y",                      "350"                   },
6679   { "font.level_number.width",                  "10"                    },
6680   { "font.level_number.height",                 "14"                    },
6681   { "font.level_number.active",                 UNDEFINED_FILENAME      },
6682   { "font.level_number.active.clone_from",      "font.level_number"     },
6683
6684   { "font.tape_recorder",                       "RocksFontSmall.png"    },
6685   { "font.tape_recorder.x",                     "0"                     },
6686   { "font.tape_recorder.y",                     "280"                   },
6687   { "font.tape_recorder.width",                 "11"                    },
6688   { "font.tape_recorder.height",                "14"                    },
6689
6690   { "font.game_info",                           "RocksFontEM.png"       },
6691   { "font.game_info.xpos",                      "0"                     },
6692   { "font.game_info.ypos",                      "0"                     },
6693   { "font.game_info.delay",                     "10"                    },
6694
6695   { "font.info.elements",                       UNDEFINED_FILENAME      },
6696   { "font.info.elements.clone_from",            "font.level_number"     },
6697
6698   { "font.info.levelset",                       UNDEFINED_FILENAME      },
6699   { "font.info.levelset.clone_from",            "font.level_number"     },
6700
6701   { "font.main.network_players",                UNDEFINED_FILENAME      },
6702   { "font.main.network_players.clone_from",     "font.level_number"     },
6703
6704   { "editor.element_border",                    "RocksMore.png"         },
6705   { "editor.element_border.xpos",               "0"                     },
6706   { "editor.element_border.ypos",               "2"                     },
6707   { "editor.element_border.border_size",        "8"                     },
6708
6709   { "editor.element_border_input",              "RocksMore.png"         },
6710   { "editor.element_border_input.xpos",         "10"                    },
6711   { "editor.element_border_input.ypos",         "7"                     },
6712   { "editor.element_border_input.border_size",  "4"                     },
6713
6714   { "editor.counter.down",                      "RocksDoor.png"         },
6715   { "editor.counter.down.x",                    "302"                   },
6716   { "editor.counter.down.y",                    "60"                    },
6717   { "editor.counter.down.width",                "20"                    },
6718   { "editor.counter.down.height",               "20"                    },
6719   { "editor.counter.down.pressed_xoffset",      "-100"                  },
6720
6721   { "editor.counter.up",                        "RocksDoor.png"         },
6722   { "editor.counter.up.x",                      "378"                   },
6723   { "editor.counter.up.y",                      "60"                    },
6724   { "editor.counter.up.width",                  "20"                    },
6725   { "editor.counter.up.height",                 "20"                    },
6726   { "editor.counter.up.pressed_xoffset",        "-100"                  },
6727
6728   { "editor.counter.input",                     "RocksDoor.png"         },
6729   { "editor.counter.input.x",                   "324"                   },
6730   { "editor.counter.input.y",                   "60"                    },
6731   { "editor.counter.input.width",               "52"                    },
6732   { "editor.counter.input.height",              "20"                    },
6733   { "editor.counter.input.active_xoffset",      "-100"                  },
6734   { "editor.counter.input.border_size",         "3"                     },
6735
6736   { "editor.selectbox.input",                   "RocksDoor.png"         },
6737   { "editor.selectbox.input.x",                 "324"                   },
6738   { "editor.selectbox.input.y",                 "82"                    },
6739   { "editor.selectbox.input.width",             "52"                    },
6740   { "editor.selectbox.input.height",            "20"                    },
6741   { "editor.selectbox.input.active_xoffset",    "-100"                  },
6742   { "editor.selectbox.input.border_size",       "3"                     },
6743
6744   { "editor.selectbox.button",                  UNDEFINED_FILENAME      },
6745   { "editor.selectbox.button.width",            "14"                    },
6746
6747   { "editor.checkbox",                          "RocksDoor.png"         },
6748   { "editor.checkbox.x",                        "302"                   },
6749   { "editor.checkbox.y",                        "82"                    },
6750   { "editor.checkbox.width",                    "20"                    },
6751   { "editor.checkbox.height",                   "20"                    },
6752   { "editor.checkbox.pressed_xoffset",          "-100"                  },
6753   { "editor.checkbox.active_xoffset",           "76"                    },
6754
6755   { "editor.radiobutton",                       "RocksDoor.png"         },
6756   { "editor.radiobutton.x",                     "302"                   },
6757   { "editor.radiobutton.y",                     "104"                   },
6758   { "editor.radiobutton.width",                 "20"                    },
6759   { "editor.radiobutton.height",                "20"                    },
6760   { "editor.radiobutton.pressed_xoffset",       "-100"                  },
6761   { "editor.radiobutton.active_xoffset",        "76"                    },
6762
6763   { "editor.stickybutton",                      "RocksDoor.png"         },
6764   { "editor.stickybutton.x",                    "302"                   },
6765   { "editor.stickybutton.y",                    "126"                   },
6766   { "editor.stickybutton.width",                "20"                    },
6767   { "editor.stickybutton.height",               "20"                    },
6768   { "editor.stickybutton.pressed_xoffset",      "-100"                  },
6769   { "editor.stickybutton.active_xoffset",       "76"                    },
6770
6771   { "editor.tabbutton",                         "RocksDoor.png"         },
6772   { "editor.tabbutton.x",                       "324"                   },
6773   { "editor.tabbutton.y",                       "104"                   },
6774   { "editor.tabbutton.width",                   "52"                    },
6775   { "editor.tabbutton.height",                  "20"                    },
6776   { "editor.tabbutton.pressed_xoffset",         "-100"                  },
6777   { "editor.tabbutton.active_yoffset",          "22"                    },
6778   { "editor.tabbutton.border_size",             "3"                     },
6779   { "editor.tabbutton.draw_xoffset",            "2"                     },
6780
6781   { "editor.textbutton",                        "RocksDoor.png"         },
6782   { "editor.textbutton.x",                      "324"                   },
6783   { "editor.textbutton.y",                      "148"                   },
6784   { "editor.textbutton.width",                  "52"                    },
6785   { "editor.textbutton.height",                 "20"                    },
6786   { "editor.textbutton.pressed_xoffset",        "-100"                  },
6787   { "editor.textbutton.border_size",            "3"                     },
6788   { "editor.textbutton.draw_xoffset",           "2"                     },
6789
6790   { "editor.input.text",                        "RocksDoor.png"         },
6791   { "editor.input.text.x",                      "324"                   },
6792   { "editor.input.text.y",                      "60"                    },
6793   { "editor.input.text.width",                  "52"                    },
6794   { "editor.input.text.height",                 "20"                    },
6795   { "editor.input.text.active_xoffset",         "-100"                  },
6796   { "editor.input.text.border_size",            "3"                     },
6797
6798   { "editor.input.textarea",                    "RocksDoor.png"         },
6799   { "editor.input.textarea.x",                  "324"                   },
6800   { "editor.input.textarea.y",                  "60"                    },
6801   { "editor.input.textarea.width",              "52"                    },
6802   { "editor.input.textarea.height",             "20"                    },
6803   { "editor.input.textarea.active_xoffset",     "-100"                  },
6804   { "editor.input.textarea.border_size",        "3"                     },
6805
6806   { "editor.cascade_list",                      "RocksMore.png"         },
6807   { "editor.cascade_list.xpos",                 "9"                     },
6808   { "editor.cascade_list.ypos",                 "8"                     },
6809   { "editor.cascade_list.frames",               "1"                     },
6810   { "editor.cascade_list.active",               "RocksMore.png"         },
6811   { "editor.cascade_list.active.xpos",          "10"                    },
6812   { "editor.cascade_list.active.ypos",          "8"                     },
6813   { "editor.cascade_list.active.frames",        "1"                     },
6814
6815   { "editor.palette.button",                    "RocksDoor.png"         },
6816   { "editor.palette.button.x",                  "525"                   },
6817   { "editor.palette.button.y",                  "30"                    },
6818   { "editor.palette.button.width",              "20"                    },
6819   { "editor.palette.button.height",             "20"                    },
6820   { "editor.palette.button.pressed_xoffset",    "-20"                   },
6821
6822   { "editor.palette.scroll_up",                 "RocksDoor.png"         },
6823   { "editor.palette.scroll_up.x",               "750"                   },
6824   { "editor.palette.scroll_up.y",               "0"                     },
6825   { "editor.palette.scroll_up.width",           "10"                    },
6826   { "editor.palette.scroll_up.height",          "10"                    },
6827   { "editor.palette.scroll_up.pressed_xoffset", "-10"                   },
6828
6829   { "editor.palette.scroll_down",               "RocksDoor.png"         },
6830   { "editor.palette.scroll_down.x",             "750"                   },
6831   { "editor.palette.scroll_down.y",             "10"                    },
6832   { "editor.palette.scroll_down.width",         "10"                    },
6833   { "editor.palette.scroll_down.height",        "10"                    },
6834   { "editor.palette.scroll_down.pressed_xoffset", "-10"                 },
6835
6836   { "editor.palette.scrollbar",                 "RocksDoor.png"         },
6837   { "editor.palette.scrollbar.x",               "750"                   },
6838   { "editor.palette.scrollbar.y",               "20"                    },
6839   { "editor.palette.scrollbar.width",           "10"                    },
6840   { "editor.palette.scrollbar.height",          "10"                    },
6841   { "editor.palette.scrollbar.pressed_xoffset", "-10"                   },
6842   { "editor.palette.scrollbar.border_size",     "3"                     },
6843
6844   { "editor.playfield.scroll_up",               "RocksDoor.png"         },
6845   { "editor.playfield.scroll_up.x",             "724"                   },
6846   { "editor.playfield.scroll_up.y",             "0"                     },
6847   { "editor.playfield.scroll_up.width",         "16"                    },
6848   { "editor.playfield.scroll_up.height",        "16"                    },
6849   { "editor.playfield.scroll_up.pressed_xoffset", "-16"                 },
6850
6851   { "editor.playfield.scroll_down",             "RocksDoor.png"         },
6852   { "editor.playfield.scroll_down.x",           "724"                   },
6853   { "editor.playfield.scroll_down.y",           "16"                    },
6854   { "editor.playfield.scroll_down.width",       "16"                    },
6855   { "editor.playfield.scroll_down.height",      "16"                    },
6856   { "editor.playfield.scroll_down.pressed_xoffset", "-16"               },
6857
6858   { "editor.playfield.scroll_left",             "RocksDoor.png"         },
6859   { "editor.playfield.scroll_left.x",           "724"                   },
6860   { "editor.playfield.scroll_left.y",           "32"                    },
6861   { "editor.playfield.scroll_left.width",       "16"                    },
6862   { "editor.playfield.scroll_left.height",      "16"                    },
6863   { "editor.playfield.scroll_left.pressed_xoffset", "-16"               },
6864
6865   { "editor.playfield.scroll_right",            "RocksDoor.png"         },
6866   { "editor.playfield.scroll_right.x",          "724"                   },
6867   { "editor.playfield.scroll_right.y",          "48"                    },
6868   { "editor.playfield.scroll_right.width",      "16"                    },
6869   { "editor.playfield.scroll_right.height",     "16"                    },
6870   { "editor.playfield.scroll_right.pressed_xoffset", "-16"              },
6871
6872   { "editor.playfield.scrollbar",               "RocksDoor.png"         },
6873   { "editor.playfield.scrollbar.x",             "724"                   },
6874   { "editor.playfield.scrollbar.y",             "64"                    },
6875   { "editor.playfield.scrollbar.width",         "16"                    },
6876   { "editor.playfield.scrollbar.height",        "16"                    },
6877   { "editor.playfield.scrollbar.pressed_xoffset", "-16"                 },
6878   { "editor.playfield.scrollbar.border_size",   "3"                     },
6879
6880   { "gfx.editor.button.prev_level",             "RocksDoor.png"         },
6881   { "gfx.editor.button.prev_level.x",           "724"                   },
6882   { "gfx.editor.button.prev_level.y",           "32"                    },
6883   { "gfx.editor.button.prev_level.width",       "16"                    },
6884   { "gfx.editor.button.prev_level.height",      "16"                    },
6885   { "gfx.editor.button.prev_level.pressed_xoffset", "-16"               },
6886
6887   { "gfx.editor.button.next_level",             "RocksDoor.png"         },
6888   { "gfx.editor.button.next_level.x",           "724"                   },
6889   { "gfx.editor.button.next_level.y",           "48"                    },
6890   { "gfx.editor.button.next_level.width",       "16"                    },
6891   { "gfx.editor.button.next_level.height",      "16"                    },
6892   { "gfx.editor.button.next_level.pressed_xoffset", "-16"               },
6893
6894   { "gfx.editor.button.properties",             "RocksDoor2.png"        },
6895   { "gfx.editor.button.properties.x",           "105"                   },
6896   { "gfx.editor.button.properties.y",           "0"                     },
6897   { "gfx.editor.button.properties.width",       "90"                    },
6898   { "gfx.editor.button.properties.height",      "20"                    },
6899   { "gfx.editor.button.properties.pressed_xoffset", "-100"              },
6900
6901   { "gfx.editor.button.element_left",           "RocksDoor2.png"        },
6902   { "gfx.editor.button.element_left.x",         "368"                   },
6903   { "gfx.editor.button.element_left.y",         "48"                    },
6904   { "gfx.editor.button.element_left.width",     "16"                    },
6905   { "gfx.editor.button.element_left.height",    "16"                    },
6906   { "gfx.editor.button.element_left.pressed_xoffset", "0"               },
6907
6908   { "gfx.editor.button.element_middle",         "RocksDoor2.png"        },
6909   { "gfx.editor.button.element_middle.x",       "368"                   },
6910   { "gfx.editor.button.element_middle.y",       "48"                    },
6911   { "gfx.editor.button.element_middle.width",   "16"                    },
6912   { "gfx.editor.button.element_middle.height",  "16"                    },
6913   { "gfx.editor.button.element_middle.pressed_xoffset", "0"             },
6914
6915   { "gfx.editor.button.element_right",          "RocksDoor2.png"        },
6916   { "gfx.editor.button.element_right.x",        "368"                   },
6917   { "gfx.editor.button.element_right.y",        "48"                    },
6918   { "gfx.editor.button.element_right.width",    "16"                    },
6919   { "gfx.editor.button.element_right.height",   "16"                    },
6920   { "gfx.editor.button.element_right.pressed_xoffset", "0"              },
6921
6922   { "gfx.editor.button.palette",                UNDEFINED_FILENAME      },
6923
6924   { "editor.no_toolbox_button",                 "RocksDoor.png"         },
6925   { "editor.no_toolbox_button.x",               "506"                   },
6926   { "editor.no_toolbox_button.y",               "286"                   },
6927   { "editor.no_toolbox_button.width",           "22"                    },
6928   { "editor.no_toolbox_button.height",          "22"                    },
6929
6930   { "gfx.editor.button.draw_single",            "RocksDoor.png"         },
6931   { "gfx.editor.button.draw_single.x",          "706"                   },
6932   { "gfx.editor.button.draw_single.y",          "242"                   },
6933   { "gfx.editor.button.draw_single.width",      "22"                    },
6934   { "gfx.editor.button.draw_single.height",     "22"                    },
6935   { "gfx.editor.button.draw_single.pressed_xoffset", "-100"             },
6936   { "gfx.editor.button.draw_single.active_yoffset",  "-94"              },
6937
6938   { "gfx.editor.button.draw_connected",         "RocksDoor.png"         },
6939   { "gfx.editor.button.draw_connected.x",       "728"                   },
6940   { "gfx.editor.button.draw_connected.y",       "242"                   },
6941   { "gfx.editor.button.draw_connected.width",   "22"                    },
6942   { "gfx.editor.button.draw_connected.height",  "22"                    },
6943   { "gfx.editor.button.draw_connected.pressed_xoffset", "-100"          },
6944   { "gfx.editor.button.draw_connected.active_yoffset",  "-94"           },
6945
6946   { "gfx.editor.button.draw_line",              "RocksDoor.png"         },
6947   { "gfx.editor.button.draw_line.x",            "750"                   },
6948   { "gfx.editor.button.draw_line.y",            "242"                   },
6949   { "gfx.editor.button.draw_line.width",        "22"                    },
6950   { "gfx.editor.button.draw_line.height",       "22"                    },
6951   { "gfx.editor.button.draw_line.pressed_xoffset", "-100"               },
6952   { "gfx.editor.button.draw_line.active_yoffset",  "-94"                },
6953
6954   { "gfx.editor.button.draw_arc",               "RocksDoor.png"         },
6955   { "gfx.editor.button.draw_arc.x",             "772"                   },
6956   { "gfx.editor.button.draw_arc.y",             "242"                   },
6957   { "gfx.editor.button.draw_arc.width",         "22"                    },
6958   { "gfx.editor.button.draw_arc.height",        "22"                    },
6959   { "gfx.editor.button.draw_arc.pressed_xoffset", "-100"                },
6960   { "gfx.editor.button.draw_arc.active_yoffset",  "-94"                 },
6961
6962   { "gfx.editor.button.draw_rectangle",         "RocksDoor.png"         },
6963   { "gfx.editor.button.draw_rectangle.x",       "706"                   },
6964   { "gfx.editor.button.draw_rectangle.y",       "264"                   },
6965   { "gfx.editor.button.draw_rectangle.width",   "22"                    },
6966   { "gfx.editor.button.draw_rectangle.height",  "22"                    },
6967   { "gfx.editor.button.draw_rectangle.pressed_xoffset", "-100"          },
6968   { "gfx.editor.button.draw_rectangle.active_yoffset",  "-94"           },
6969
6970   { "gfx.editor.button.draw_filled_box",        "RocksDoor.png"         },
6971   { "gfx.editor.button.draw_filled_box.x",      "728"                   },
6972   { "gfx.editor.button.draw_filled_box.y",      "264"                   },
6973   { "gfx.editor.button.draw_filled_box.width",  "22"                    },
6974   { "gfx.editor.button.draw_filled_box.height", "22"                    },
6975   { "gfx.editor.button.draw_filled_box.pressed_xoffset", "-100"         },
6976   { "gfx.editor.button.draw_filled_box.active_yoffset",  "-94"          },
6977
6978   { "gfx.editor.button.rotate_up",              "RocksDoor.png"         },
6979   { "gfx.editor.button.rotate_up.x",            "750"                   },
6980   { "gfx.editor.button.rotate_up.y",            "264"                   },
6981   { "gfx.editor.button.rotate_up.width",        "22"                    },
6982   { "gfx.editor.button.rotate_up.height",       "22"                    },
6983   { "gfx.editor.button.rotate_up.pressed_xoffset", "-100"               },
6984   { "gfx.editor.button.rotate_up.active_yoffset",  "-94"                },
6985
6986   { "gfx.editor.button.draw_text",              "RocksDoor.png"         },
6987   { "gfx.editor.button.draw_text.x",            "772"                   },
6988   { "gfx.editor.button.draw_text.y",            "264"                   },
6989   { "gfx.editor.button.draw_text.width",        "22"                    },
6990   { "gfx.editor.button.draw_text.height",       "22"                    },
6991   { "gfx.editor.button.draw_text.pressed_xoffset", "-100"               },
6992   { "gfx.editor.button.draw_text.active_yoffset",  "-94"                },
6993
6994   { "gfx.editor.button.flood_fill",             "RocksDoor.png"         },
6995   { "gfx.editor.button.flood_fill.x",           "706"                   },
6996   { "gfx.editor.button.flood_fill.y",           "286"                   },
6997   { "gfx.editor.button.flood_fill.width",       "22"                    },
6998   { "gfx.editor.button.flood_fill.height",      "22"                    },
6999   { "gfx.editor.button.flood_fill.pressed_xoffset", "-100"              },
7000   { "gfx.editor.button.flood_fill.active_yoffset",  "-94"               },
7001
7002   { "gfx.editor.button.rotate_left",            "RocksDoor.png"         },
7003   { "gfx.editor.button.rotate_left.x",          "728"                   },
7004   { "gfx.editor.button.rotate_left.y",          "286"                   },
7005   { "gfx.editor.button.rotate_left.width",      "22"                    },
7006   { "gfx.editor.button.rotate_left.height",     "22"                    },
7007   { "gfx.editor.button.rotate_left.pressed_xoffset", "-100"             },
7008   { "gfx.editor.button.rotate_left.active_yoffset",  "-94"              },
7009
7010   { "gfx.editor.button.zoom_level",             "RocksDoor2.png"        },
7011   { "gfx.editor.button.zoom_level.x",           "350"                   },
7012   { "gfx.editor.button.zoom_level.y",           "22"                    },
7013   { "gfx.editor.button.zoom_level.width",       "22"                    },
7014   { "gfx.editor.button.zoom_level.height",      "22"                    },
7015   { "gfx.editor.button.zoom_level.pressed_xoffset", "-100"              },
7016   { "gfx.editor.button.zoom_level.active_yoffset",  "-22"               },
7017
7018   { "gfx.editor.button.rotate_right",           "RocksDoor.png"         },
7019   { "gfx.editor.button.rotate_right.x",         "772"                   },
7020   { "gfx.editor.button.rotate_right.y",         "286"                   },
7021   { "gfx.editor.button.rotate_right.width",     "22"                    },
7022   { "gfx.editor.button.rotate_right.height",    "22"                    },
7023   { "gfx.editor.button.rotate_right.pressed_xoffset", "-100"            },
7024   { "gfx.editor.button.rotate_right.active_yoffset",  "-94"             },
7025
7026   { "gfx.editor.button.draw_random",            "RocksDoor.png"         },
7027   { "gfx.editor.button.draw_random.x",          "706"                   },
7028   { "gfx.editor.button.draw_random.y",          "308"                   },
7029   { "gfx.editor.button.draw_random.width",      "22"                    },
7030   { "gfx.editor.button.draw_random.height",     "22"                    },
7031   { "gfx.editor.button.draw_random.pressed_xoffset", "-100"             },
7032   { "gfx.editor.button.draw_random.active_yoffset",  "-94"              },
7033
7034   { "gfx.editor.button.grab_brush",             "RocksDoor.png"         },
7035   { "gfx.editor.button.grab_brush.x",           "728"                   },
7036   { "gfx.editor.button.grab_brush.y",           "308"                   },
7037   { "gfx.editor.button.grab_brush.width",       "22"                    },
7038   { "gfx.editor.button.grab_brush.height",      "22"                    },
7039   { "gfx.editor.button.grab_brush.pressed_xoffset", "-100"              },
7040   { "gfx.editor.button.grab_brush.active_yoffset",  "-94"               },
7041
7042   { "gfx.editor.button.rotate_down",            "RocksDoor.png"         },
7043   { "gfx.editor.button.rotate_down.x",          "750"                   },
7044   { "gfx.editor.button.rotate_down.y",          "308"                   },
7045   { "gfx.editor.button.rotate_down.width",      "22"                    },
7046   { "gfx.editor.button.rotate_down.height",     "22"                    },
7047   { "gfx.editor.button.rotate_down.pressed_xoffset", "-100"             },
7048   { "gfx.editor.button.rotate_down.active_yoffset",  "-94"              },
7049
7050   { "gfx.editor.button.pick_element",           "RocksDoor.png"         },
7051   { "gfx.editor.button.pick_element.x",         "772"                   },
7052   { "gfx.editor.button.pick_element.y",         "308"                   },
7053   { "gfx.editor.button.pick_element.width",     "22"                    },
7054   { "gfx.editor.button.pick_element.height",    "22"                    },
7055   { "gfx.editor.button.pick_element.pressed_xoffset", "-100"            },
7056   { "gfx.editor.button.pick_element.active_yoffset",  "-94"             },
7057
7058   { "gfx.editor.button.ce_copy_from",           "RocksDoor.png"         },
7059   { "gfx.editor.button.ce_copy_from.x",         "528"                   },
7060   { "gfx.editor.button.ce_copy_from.y",         "330"                   },
7061   { "gfx.editor.button.ce_copy_from.width",     "22"                    },
7062   { "gfx.editor.button.ce_copy_from.height",    "22"                    },
7063   { "gfx.editor.button.ce_copy_from.pressed_xoffset", "-100"            },
7064   { "gfx.editor.button.ce_copy_from.active_yoffset",  "-22"             },
7065
7066   { "gfx.editor.button.ce_copy_to",             "RocksDoor.png"         },
7067   { "gfx.editor.button.ce_copy_to.x",           "550"                   },
7068   { "gfx.editor.button.ce_copy_to.y",           "330"                   },
7069   { "gfx.editor.button.ce_copy_to.width",       "22"                    },
7070   { "gfx.editor.button.ce_copy_to.height",      "22"                    },
7071   { "gfx.editor.button.ce_copy_to.pressed_xoffset", "-100"              },
7072   { "gfx.editor.button.ce_copy_to.active_yoffset",  "-22"               },
7073
7074   { "gfx.editor.button.ce_swap",                "RocksDoor.png"         },
7075   { "gfx.editor.button.ce_swap.x",              "572"                   },
7076   { "gfx.editor.button.ce_swap.y",              "330"                   },
7077   { "gfx.editor.button.ce_swap.width",          "22"                    },
7078   { "gfx.editor.button.ce_swap.height",         "22"                    },
7079   { "gfx.editor.button.ce_swap.pressed_xoffset", "-100"                 },
7080   { "gfx.editor.button.ce_swap.active_yoffset",  "-22"                  },
7081
7082   { "gfx.editor.button.ce_copy",                "RocksDoor.png"         },
7083   { "gfx.editor.button.ce_copy.x",              "550"                   },
7084   { "gfx.editor.button.ce_copy.y",              "286"                   },
7085   { "gfx.editor.button.ce_copy.width",          "22"                    },
7086   { "gfx.editor.button.ce_copy.height",         "22"                    },
7087   { "gfx.editor.button.ce_copy.pressed_xoffset", "-100"                 },
7088
7089   { "gfx.editor.button.ce_paste",               "RocksDoor.png"         },
7090   { "gfx.editor.button.ce_paste.x",             "572"                   },
7091   { "gfx.editor.button.ce_paste.y",             "286"                   },
7092   { "gfx.editor.button.ce_paste.width",         "22"                    },
7093   { "gfx.editor.button.ce_paste.height",        "22"                    },
7094   { "gfx.editor.button.ce_paste.pressed_xoffset", "-100"                },
7095
7096   { "gfx.editor.button.cp_copy",                "RocksDoor.png"         },
7097   { "gfx.editor.button.cp_copy.x",              "525"                   },
7098   { "gfx.editor.button.cp_copy.y",              "50"                    },
7099   { "gfx.editor.button.cp_copy.width",          "20"                    },
7100   { "gfx.editor.button.cp_copy.height",         "20"                    },
7101   { "gfx.editor.button.cp_copy.pressed_xoffset", "-20"                  },
7102
7103   { "gfx.editor.button.cp_paste",               "RocksDoor.png"         },
7104   { "gfx.editor.button.cp_paste.x",             "525"                   },
7105   { "gfx.editor.button.cp_paste.y",             "70"                    },
7106   { "gfx.editor.button.cp_paste.width",         "20"                    },
7107   { "gfx.editor.button.cp_paste.height",        "20"                    },
7108   { "gfx.editor.button.cp_paste.pressed_xoffset", "-20"                 },
7109
7110   { "gfx.editor.button.undo",                   "RocksDoor.png"         },
7111   { "gfx.editor.button.undo.x",                 "705"                   },
7112   { "gfx.editor.button.undo.y",                 "335"                   },
7113   { "gfx.editor.button.undo.width",             "30"                    },
7114   { "gfx.editor.button.undo.height",            "20"                    },
7115   { "gfx.editor.button.undo.pressed_xoffset",   "-100"                  },
7116
7117   { "gfx.editor.button.conf",                   "RocksDoor.png"         },
7118   { "gfx.editor.button.conf.x",                 "735"                   },
7119   { "gfx.editor.button.conf.y",                 "335"                   },
7120   { "gfx.editor.button.conf.width",             "30"                    },
7121   { "gfx.editor.button.conf.height",            "20"                    },
7122   { "gfx.editor.button.conf.pressed_xoffset",   "-100"                  },
7123
7124   { "gfx.editor.button.save",                   "RocksDoor.png"         },
7125   { "gfx.editor.button.save.x",                 "765"                   },
7126   { "gfx.editor.button.save.y",                 "335"                   },
7127   { "gfx.editor.button.save.width",             "30"                    },
7128   { "gfx.editor.button.save.height",            "20"                    },
7129   { "gfx.editor.button.save.pressed_xoffset",   "-100"                  },
7130
7131   { "gfx.editor.button.clear",                  "RocksDoor.png"         },
7132   { "gfx.editor.button.clear.x",                "705"                   },
7133   { "gfx.editor.button.clear.y",                "355"                   },
7134   { "gfx.editor.button.clear.width",            "30"                    },
7135   { "gfx.editor.button.clear.height",           "20"                    },
7136   { "gfx.editor.button.clear.pressed_xoffset",  "-100"                  },
7137
7138   { "gfx.editor.button.test",                   "RocksDoor.png"         },
7139   { "gfx.editor.button.test.x",                 "735"                   },
7140   { "gfx.editor.button.test.y",                 "355"                   },
7141   { "gfx.editor.button.test.width",             "30"                    },
7142   { "gfx.editor.button.test.height",            "20"                    },
7143   { "gfx.editor.button.test.pressed_xoffset",   "-100"                  },
7144
7145   { "gfx.editor.button.exit",                   "RocksDoor.png"         },
7146   { "gfx.editor.button.exit.x",                 "765"                   },
7147   { "gfx.editor.button.exit.y",                 "355"                   },
7148   { "gfx.editor.button.exit.width",             "30"                    },
7149   { "gfx.editor.button.exit.height",            "20"                    },
7150   { "gfx.editor.button.exit.pressed_xoffset",   "-100"                  },
7151
7152   { "gfx.editor.input.level_number",            "RocksDoor.png"         },
7153   { "gfx.editor.input.level_number.x",          "529"                   },
7154   { "gfx.editor.input.level_number.y",          "5"                     },
7155   { "gfx.editor.input.level_number.width",      "42"                    },
7156   { "gfx.editor.input.level_number.height",     "16"                    },
7157   { "gfx.editor.input.level_number.border_size","1"                     },
7158
7159   { "setup.input.text",                         "RocksSP.png"           },
7160   { "setup.input.text.x",                       "0"                     },
7161   { "setup.input.text.y",                       "0"                     },
7162   { "setup.input.text.width",                   "32"                    },
7163   { "setup.input.text.height",                  "32"                    },
7164   { "setup.input.text.active_xoffset",          "0"                     },
7165   { "setup.input.text.border_size",             "0"                     },
7166
7167   { "global.border",                            "RocksScreen.png"       },
7168   { "global.border.MAIN",                       UNDEFINED_FILENAME      },
7169   { "global.border.SCORES",                     UNDEFINED_FILENAME      },
7170   { "global.border.EDITOR",                     UNDEFINED_FILENAME      },
7171   { "global.border.PLAYING",                    UNDEFINED_FILENAME      },
7172
7173   { "global.door",                              "RocksDoor.png"         },
7174
7175   { "global.busy",                              "RocksBusy.png"         },
7176   { "global.busy.x",                            "0"                     },
7177   { "global.busy.y",                            "0"                     },
7178   { "global.busy.width",                        "32"                    },
7179   { "global.busy.height",                       "32"                    },
7180   { "global.busy.frames",                       "28"                    },
7181   { "global.busy.frames_per_line",              "7"                     },
7182   { "global.busy.delay",                        "2"                     },
7183
7184   { "global.tile_cursor",                       "RocksMore.png"         },
7185   { "global.tile_cursor.xpos",                  "10"                    },
7186   { "global.tile_cursor.ypos",                  "7"                     },
7187   { "global.tile_cursor.frames",                "1"                     },
7188
7189   { "background",                               UNDEFINED_FILENAME      },
7190   { "background.TITLE_INITIAL",                 UNDEFINED_FILENAME      },
7191   { "background.TITLE",                         UNDEFINED_FILENAME      },
7192   { "background.MAIN",                          UNDEFINED_FILENAME      },
7193   { "background.NAMES",                         UNDEFINED_FILENAME      },
7194   { "background.LEVELS",                        UNDEFINED_FILENAME      },
7195   { "background.LEVELNR",                       UNDEFINED_FILENAME      },
7196   { "background.SCORES",                        UNDEFINED_FILENAME      },
7197   { "background.EDITOR",                        UNDEFINED_FILENAME      },
7198   { "background.INFO",                          UNDEFINED_FILENAME      },
7199   { "background.INFO[ELEMENTS]",                UNDEFINED_FILENAME      },
7200   { "background.INFO[MUSIC]",                   UNDEFINED_FILENAME      },
7201   { "background.INFO[CREDITS]",                 UNDEFINED_FILENAME      },
7202   { "background.INFO[PROGRAM]",                 UNDEFINED_FILENAME      },
7203   { "background.INFO[VERSION]",                 UNDEFINED_FILENAME      },
7204   { "background.INFO[LEVELSET]",                UNDEFINED_FILENAME      },
7205   { "background.SETUP",                         UNDEFINED_FILENAME      },
7206   { "background.PLAYING",                       UNDEFINED_FILENAME      },
7207   { "background.DOOR",                          UNDEFINED_FILENAME      },
7208   { "background.TAPE",                          "RocksDoor.png"         },
7209   { "background.TAPE.x",                        "200"                   },
7210   { "background.TAPE.y",                        "280"                   },
7211   { "background.TAPE.width",                    "100"                   },
7212   { "background.TAPE.height",                   "100"                   },
7213   { "background.PANEL",                         "RocksDoor.png"         },
7214   { "background.PANEL.x",                       "400"                   },
7215   { "background.PANEL.y",                       "0"                     },
7216   { "background.PANEL.width",                   "100"                   },
7217   { "background.PANEL.height",                  "280"                   },
7218   { "background.PALETTE",                       "RocksDoor.png"         },
7219   { "background.PALETTE.x",                     "500"                   },
7220   { "background.PALETTE.y",                     "0"                     },
7221   { "background.PALETTE.width",                 "100"                   },
7222   { "background.PALETTE.height",                "280"                   },
7223   { "background.TOOLBOX",                       "RocksDoor.png"         },
7224   { "background.TOOLBOX.x",                     "700"                   },
7225   { "background.TOOLBOX.y",                     "236"                   },
7226   { "background.TOOLBOX.width",                 "100"                   },
7227   { "background.TOOLBOX.height",                "144"                   },
7228
7229   { "background.titlescreen_initial_1",         UNDEFINED_FILENAME      },
7230   { "background.titlescreen_initial_2",         UNDEFINED_FILENAME      },
7231   { "background.titlescreen_initial_3",         UNDEFINED_FILENAME      },
7232   { "background.titlescreen_initial_4",         UNDEFINED_FILENAME      },
7233   { "background.titlescreen_initial_5",         UNDEFINED_FILENAME      },
7234   { "background.titlescreen_1",                 UNDEFINED_FILENAME      },
7235   { "background.titlescreen_2",                 UNDEFINED_FILENAME      },
7236   { "background.titlescreen_3",                 UNDEFINED_FILENAME      },
7237   { "background.titlescreen_4",                 UNDEFINED_FILENAME      },
7238   { "background.titlescreen_5",                 UNDEFINED_FILENAME      },
7239   { "background.titlemessage_initial_1",        UNDEFINED_FILENAME      },
7240   { "background.titlemessage_initial_2",        UNDEFINED_FILENAME      },
7241   { "background.titlemessage_initial_3",        UNDEFINED_FILENAME      },
7242   { "background.titlemessage_initial_4",        UNDEFINED_FILENAME      },
7243   { "background.titlemessage_initial_5",        UNDEFINED_FILENAME      },
7244   { "background.titlemessage_1",                UNDEFINED_FILENAME      },
7245   { "background.titlemessage_2",                UNDEFINED_FILENAME      },
7246   { "background.titlemessage_3",                UNDEFINED_FILENAME      },
7247   { "background.titlemessage_4",                UNDEFINED_FILENAME      },
7248   { "background.titlemessage_5",                UNDEFINED_FILENAME      },
7249
7250   { "background.envelope_1",                    "RocksScreen.png"       },
7251   { "background.envelope_1.x",                  "0"                     },
7252   { "background.envelope_1.y",                  "0"                     },
7253   { "background.envelope_1.width",              "560"                   },
7254   { "background.envelope_1.height",             "560"                   },
7255   { "background.envelope_1.anim_mode",          "default"               },
7256   { "background.envelope_1.draw_masked",        "false"                 },
7257   { "background.envelope_2",                    "RocksScreen.png"       },
7258   { "background.envelope_2.x",                  "0"                     },
7259   { "background.envelope_2.y",                  "0"                     },
7260   { "background.envelope_2.width",              "560"                   },
7261   { "background.envelope_2.height",             "560"                   },
7262   { "background.envelope_2.anim_mode",          "default"               },
7263   { "background.envelope_2.draw_masked",        "false"                 },
7264   { "background.envelope_3",                    "RocksScreen.png"       },
7265   { "background.envelope_3.x",                  "0"                     },
7266   { "background.envelope_3.y",                  "0"                     },
7267   { "background.envelope_3.width",              "560"                   },
7268   { "background.envelope_3.height",             "560"                   },
7269   { "background.envelope_3.anim_mode",          "default"               },
7270   { "background.envelope_3.draw_masked",        "false"                 },
7271   { "background.envelope_4",                    "RocksScreen.png"       },
7272   { "background.envelope_4.x",                  "0"                     },
7273   { "background.envelope_4.y",                  "0"                     },
7274   { "background.envelope_4.width",              "560"                   },
7275   { "background.envelope_4.height",             "560"                   },
7276   { "background.envelope_4.anim_mode",          "default"               },
7277   { "background.envelope_4.draw_masked",        "false"                 },
7278
7279   { "background.request",                       "RocksScreen.png"       },
7280   { "background.request.x",                     "562"                   },
7281   { "background.request.y",                     "56"                    },
7282   { "background.request.width",                 "108"                   },
7283   { "background.request.height",                "288"                   },
7284   { "background.request.anim_mode",             "default"               },
7285   { "background.request.draw_masked",           "false"                 },
7286
7287   { "titlescreen_initial_1",                    UNDEFINED_FILENAME      },
7288   { "titlescreen_initial_2",                    UNDEFINED_FILENAME      },
7289   { "titlescreen_initial_3",                    UNDEFINED_FILENAME      },
7290   { "titlescreen_initial_4",                    UNDEFINED_FILENAME      },
7291   { "titlescreen_initial_5",                    UNDEFINED_FILENAME      },
7292   { "titlescreen_1",                            UNDEFINED_FILENAME      },
7293   { "titlescreen_2",                            UNDEFINED_FILENAME      },
7294   { "titlescreen_3",                            UNDEFINED_FILENAME      },
7295   { "titlescreen_4",                            UNDEFINED_FILENAME      },
7296   { "titlescreen_5",                            UNDEFINED_FILENAME      },
7297
7298   { "gfx.door_1.part_1",                        "RocksDoor.png"         },
7299   { "gfx.door_1.part_1.x",                      "0"                     },
7300   { "gfx.door_1.part_1.y",                      "0"                     },
7301   { "gfx.door_1.part_1.width",                  "100"                   },
7302   { "gfx.door_1.part_1.height",                 "77"                    },
7303   { "gfx.door_1.part_1.frames",                 "1"                     },
7304   { "gfx.door_1.part_2",                        "RocksDoor.png"         },
7305   { "gfx.door_1.part_2.x",                      "0"                     },
7306   { "gfx.door_1.part_2.y",                      "77"                    },
7307   { "gfx.door_1.part_2.width",                  "100"                   },
7308   { "gfx.door_1.part_2.height",                 "63"                    },
7309   { "gfx.door_1.part_2.frames",                 "1"                     },
7310   { "gfx.door_1.part_3",                        "RocksDoor.png"         },
7311   { "gfx.door_1.part_3.x",                      "0"                     },
7312   { "gfx.door_1.part_3.y",                      "140"                   },
7313   { "gfx.door_1.part_3.width",                  "100"                   },
7314   { "gfx.door_1.part_3.height",                 "63"                    },
7315   { "gfx.door_1.part_3.frames",                 "1"                     },
7316   { "gfx.door_1.part_4",                        "RocksDoor.png"         },
7317   { "gfx.door_1.part_4.x",                      "0"                     },
7318   { "gfx.door_1.part_4.y",                      "203"                   },
7319   { "gfx.door_1.part_4.width",                  "100"                   },
7320   { "gfx.door_1.part_4.height",                 "77"                    },
7321   { "gfx.door_1.part_4.frames",                 "1"                     },
7322   { "gfx.door_1.part_5",                        "RocksDoor.png"         },
7323   { "gfx.door_1.part_5.x",                      "100"                   },
7324   { "gfx.door_1.part_5.y",                      "0"                     },
7325   { "gfx.door_1.part_5.width",                  "100"                   },
7326   { "gfx.door_1.part_5.height",                 "77"                    },
7327   { "gfx.door_1.part_5.frames",                 "1"                     },
7328   { "gfx.door_1.part_6",                        "RocksDoor.png"         },
7329   { "gfx.door_1.part_6.x",                      "100"                   },
7330   { "gfx.door_1.part_6.y",                      "77"                    },
7331   { "gfx.door_1.part_6.width",                  "100"                   },
7332   { "gfx.door_1.part_6.height",                 "63"                    },
7333   { "gfx.door_1.part_6.frames",                 "1"                     },
7334   { "gfx.door_1.part_7",                        "RocksDoor.png"         },
7335   { "gfx.door_1.part_7.x",                      "100"                   },
7336   { "gfx.door_1.part_7.y",                      "140"                   },
7337   { "gfx.door_1.part_7.width",                  "100"                   },
7338   { "gfx.door_1.part_7.height",                 "63"                    },
7339   { "gfx.door_1.part_7.frames",                 "1"                     },
7340   { "gfx.door_1.part_8",                        "RocksDoor.png"         },
7341   { "gfx.door_1.part_8.x",                      "100"                   },
7342   { "gfx.door_1.part_8.y",                      "203"                   },
7343   { "gfx.door_1.part_8.width",                  "100"                   },
7344   { "gfx.door_1.part_8.height",                 "77"                    },
7345   { "gfx.door_1.part_8.frames",                 "1"                     },
7346
7347   { "gfx.door_2.part_1",                        "RocksDoor.png"         },
7348   { "gfx.door_2.part_1.x",                      "0"                     },
7349   { "gfx.door_2.part_1.y",                      "280"                   },
7350   { "gfx.door_2.part_1.width",                  "100"                   },
7351   { "gfx.door_2.part_1.height",                 "50"                    },
7352   { "gfx.door_2.part_1.frames",                 "1"                     },
7353   { "gfx.door_2.part_2",                        "RocksDoor.png"         },
7354   { "gfx.door_2.part_2.x",                      "0"                     },
7355   { "gfx.door_2.part_2.y",                      "330"                   },
7356   { "gfx.door_2.part_2.width",                  "100"                   },
7357   { "gfx.door_2.part_2.height",                 "50"                    },
7358   { "gfx.door_2.part_2.frames",                 "1"                     },
7359   { "gfx.door_2.part_3",                        "RocksDoor.png"         },
7360   { "gfx.door_2.part_3.x",                      "100"                   },
7361   { "gfx.door_2.part_3.y",                      "280"                   },
7362   { "gfx.door_2.part_3.width",                  "100"                   },
7363   { "gfx.door_2.part_3.height",                 "50"                    },
7364   { "gfx.door_2.part_3.frames",                 "1"                     },
7365   { "gfx.door_2.part_4",                        "RocksDoor.png"         },
7366   { "gfx.door_2.part_4.x",                      "100"                   },
7367   { "gfx.door_2.part_4.y",                      "330"                   },
7368   { "gfx.door_2.part_4.width",                  "100"                   },
7369   { "gfx.door_2.part_4.height",                 "50"                    },
7370   { "gfx.door_2.part_4.frames",                 "1"                     },
7371   { "gfx.door_2.part_5",                        UNDEFINED_FILENAME      },
7372   { "gfx.door_2.part_6",                        UNDEFINED_FILENAME      },
7373   { "gfx.door_2.part_7",                        UNDEFINED_FILENAME      },
7374   { "gfx.door_2.part_8",                        UNDEFINED_FILENAME      },
7375
7376   { "door_2.top_border_correction",             "RocksDoor.png"         },
7377   { "door_2.top_border_correction.x",           "600"                   },
7378   { "door_2.top_border_correction.y",           "0"                     },
7379   { "door_2.top_border_correction.width",       "108"                   },
7380   { "door_2.top_border_correction.height",      "8"                     },
7381
7382   // the last image entry apparently gets overwritten by very last entry
7383   // of "image_config[]"; so far this bug could not be found and fixed
7384   { "last_image_entry_bug",                     UNDEFINED_FILENAME      },
7385
7386
7387   // ==========================================================================
7388   // non-image definitions
7389   // ==========================================================================
7390
7391   // the following directives are not associated with an image, but
7392   // probably make sense to be defined in "graphicsinfo.conf", too
7393
7394   // keyword to start parser: "CONFIG_VARS_START" <-- do not change!
7395
7396   { "[title_initial].fade_mode",                "fade"                  },
7397   { "[title_initial].fade_delay",               "500"                   },
7398   { "[title_initial].post_delay",               "250"                   },
7399   { "[title_initial].auto_delay",               "-1"                    },
7400   { "[title_initial].auto_delay_unit",          "ms"                    },
7401   { "[title].fade_mode",                        "fade"                  },
7402   { "[title].fade_delay",                       "500"                   },
7403   { "[title].post_delay",                       "250"                   },
7404   { "[title].auto_delay",                       "-1"                    },
7405   { "[title].auto_delay_unit",                  "ms"                    },
7406
7407   { "[titlescreen_initial].sort_priority",      "0"                     },
7408   { "[titlescreen_initial].fade_mode",          ARG_DEFAULT             },
7409   { "[titlescreen_initial].fade_delay",         ARG_DEFAULT             },
7410   { "[titlescreen_initial].post_delay",         ARG_DEFAULT             },
7411   { "[titlescreen_initial].auto_delay",         ARG_DEFAULT             },
7412   { "[titlescreen_initial].auto_delay_unit",    ARG_DEFAULT             },
7413   { "[titlescreen].sort_priority",              "0"                     },
7414   { "[titlescreen].fade_mode",                  ARG_DEFAULT             },
7415   { "[titlescreen].fade_delay",                 ARG_DEFAULT             },
7416   { "[titlescreen].post_delay",                 ARG_DEFAULT             },
7417   { "[titlescreen].auto_delay",                 ARG_DEFAULT             },
7418   { "[titlescreen].auto_delay_unit",            ARG_DEFAULT             },
7419
7420   { "titlescreen_initial_1.sort_priority",      ARG_DEFAULT             },
7421   { "titlescreen_initial_1.fade_mode",          ARG_DEFAULT             },
7422   { "titlescreen_initial_1.fade_delay",         ARG_DEFAULT             },
7423   { "titlescreen_initial_1.post_delay",         ARG_DEFAULT             },
7424   { "titlescreen_initial_1.auto_delay",         ARG_DEFAULT             },
7425   { "titlescreen_initial_1.auto_delay_unit",    ARG_DEFAULT             },
7426   { "titlescreen_initial_2.sort_priority",      ARG_DEFAULT             },
7427   { "titlescreen_initial_2.fade_mode",          ARG_DEFAULT             },
7428   { "titlescreen_initial_2.fade_delay",         ARG_DEFAULT             },
7429   { "titlescreen_initial_2.post_delay",         ARG_DEFAULT             },
7430   { "titlescreen_initial_2.auto_delay",         ARG_DEFAULT             },
7431   { "titlescreen_initial_2.auto_delay_unit",    ARG_DEFAULT             },
7432   { "titlescreen_initial_3.sort_priority",      ARG_DEFAULT             },
7433   { "titlescreen_initial_3.fade_mode",          ARG_DEFAULT             },
7434   { "titlescreen_initial_3.fade_delay",         ARG_DEFAULT             },
7435   { "titlescreen_initial_3.post_delay",         ARG_DEFAULT             },
7436   { "titlescreen_initial_3.auto_delay",         ARG_DEFAULT             },
7437   { "titlescreen_initial_3.auto_delay_unit",    ARG_DEFAULT             },
7438   { "titlescreen_initial_4.sort_priority",      ARG_DEFAULT             },
7439   { "titlescreen_initial_4.fade_mode",          ARG_DEFAULT             },
7440   { "titlescreen_initial_4.fade_delay",         ARG_DEFAULT             },
7441   { "titlescreen_initial_4.post_delay",         ARG_DEFAULT             },
7442   { "titlescreen_initial_4.auto_delay",         ARG_DEFAULT             },
7443   { "titlescreen_initial_4.auto_delay_unit",    ARG_DEFAULT             },
7444   { "titlescreen_initial_5.sort_priority",      ARG_DEFAULT             },
7445   { "titlescreen_initial_5.fade_mode",          ARG_DEFAULT             },
7446   { "titlescreen_initial_5.fade_delay",         ARG_DEFAULT             },
7447   { "titlescreen_initial_5.post_delay",         ARG_DEFAULT             },
7448   { "titlescreen_initial_5.auto_delay",         ARG_DEFAULT             },
7449   { "titlescreen_initial_5.auto_delay_unit",    ARG_DEFAULT             },
7450   { "titlescreen_1.sort_priority",              ARG_DEFAULT             },
7451   { "titlescreen_1.fade_mode",                  ARG_DEFAULT             },
7452   { "titlescreen_1.fade_delay",                 ARG_DEFAULT             },
7453   { "titlescreen_1.post_delay",                 ARG_DEFAULT             },
7454   { "titlescreen_1.auto_delay",                 ARG_DEFAULT             },
7455   { "titlescreen_1.auto_delay_unit",            ARG_DEFAULT             },
7456   { "titlescreen_2.sort_priority",              ARG_DEFAULT             },
7457   { "titlescreen_2.fade_mode",                  ARG_DEFAULT             },
7458   { "titlescreen_2.fade_delay",                 ARG_DEFAULT             },
7459   { "titlescreen_2.post_delay",                 ARG_DEFAULT             },
7460   { "titlescreen_2.auto_delay",                 ARG_DEFAULT             },
7461   { "titlescreen_2.auto_delay_unit",            ARG_DEFAULT             },
7462   { "titlescreen_3.sort_priority",              ARG_DEFAULT             },
7463   { "titlescreen_3.fade_mode",                  ARG_DEFAULT             },
7464   { "titlescreen_3.fade_delay",                 ARG_DEFAULT             },
7465   { "titlescreen_3.post_delay",                 ARG_DEFAULT             },
7466   { "titlescreen_3.auto_delay",                 ARG_DEFAULT             },
7467   { "titlescreen_3.auto_delay_unit",            ARG_DEFAULT             },
7468   { "titlescreen_4.sort_priority",              ARG_DEFAULT             },
7469   { "titlescreen_4.fade_mode",                  ARG_DEFAULT             },
7470   { "titlescreen_4.fade_delay",                 ARG_DEFAULT             },
7471   { "titlescreen_4.post_delay",                 ARG_DEFAULT             },
7472   { "titlescreen_4.auto_delay",                 ARG_DEFAULT             },
7473   { "titlescreen_4.auto_delay_unit",            ARG_DEFAULT             },
7474   { "titlescreen_5.sort_priority",              ARG_DEFAULT             },
7475   { "titlescreen_5.fade_mode",                  ARG_DEFAULT             },
7476   { "titlescreen_5.fade_delay",                 ARG_DEFAULT             },
7477   { "titlescreen_5.post_delay",                 ARG_DEFAULT             },
7478   { "titlescreen_5.auto_delay",                 ARG_DEFAULT             },
7479   { "titlescreen_5.auto_delay_unit",            ARG_DEFAULT             },
7480
7481   { "[titlemessage_initial].x",                 "-1"                    },
7482   { "[titlemessage_initial].y",                 "-1"                    },
7483   { "[titlemessage_initial].width",             "-1"                    },
7484   { "[titlemessage_initial].height",            "-1"                    },
7485   { "[titlemessage_initial].chars",             "-1"                    },
7486   { "[titlemessage_initial].lines",             "-1"                    },
7487   { "[titlemessage_initial].align",             "center"                },
7488   { "[titlemessage_initial].valign",            "middle"                },
7489   { "[titlemessage_initial].font",              "font.text_1"           },
7490   { "[titlemessage_initial].autowrap",          "false"                 },
7491   { "[titlemessage_initial].centered",          "false"                 },
7492   { "[titlemessage_initial].parse_comments",    "false"                 },
7493   { "[titlemessage_initial].sort_priority",     "0"                     },
7494   { "[titlemessage_initial].fade_mode",         ARG_DEFAULT             },
7495   { "[titlemessage_initial].fade_delay",        ARG_DEFAULT             },
7496   { "[titlemessage_initial].post_delay",        ARG_DEFAULT             },
7497   { "[titlemessage_initial].auto_delay",        ARG_DEFAULT             },
7498   { "[titlemessage_initial].auto_delay_unit",   ARG_DEFAULT             },
7499   { "[titlemessage].x",                         "-1"                    },
7500   { "[titlemessage].y",                         "-1"                    },
7501   { "[titlemessage].width",                     "-1"                    },
7502   { "[titlemessage].height",                    "-1"                    },
7503   { "[titlemessage].chars",                     "-1"                    },
7504   { "[titlemessage].lines",                     "-1"                    },
7505   { "[titlemessage].align",                     "center"                },
7506   { "[titlemessage].valign",                    "middle"                },
7507   { "[titlemessage].font",                      "font.text_1"           },
7508   { "[titlemessage].autowrap",                  "false"                 },
7509   { "[titlemessage].centered",                  "false"                 },
7510   { "[titlemessage].parse_comments",            "false"                 },
7511   { "[titlemessage].sort_priority",             "0"                     },
7512   { "[titlemessage].fade_mode",                 ARG_DEFAULT             },
7513   { "[titlemessage].fade_delay",                ARG_DEFAULT             },
7514   { "[titlemessage].post_delay",                ARG_DEFAULT             },
7515   { "[titlemessage].auto_delay",                ARG_DEFAULT             },
7516   { "[titlemessage].auto_delay_unit",           ARG_DEFAULT             },
7517
7518   { "titlemessage_initial_1.x",                 ARG_DEFAULT             },
7519   { "titlemessage_initial_1.y",                 ARG_DEFAULT             },
7520   { "titlemessage_initial_1.width",             ARG_DEFAULT             },
7521   { "titlemessage_initial_1.height",            ARG_DEFAULT             },
7522   { "titlemessage_initial_1.chars",             ARG_DEFAULT             },
7523   { "titlemessage_initial_1.lines",             ARG_DEFAULT             },
7524   { "titlemessage_initial_1.align",             ARG_DEFAULT             },
7525   { "titlemessage_initial_1.valign",            ARG_DEFAULT             },
7526   { "titlemessage_initial_1.font",              ARG_DEFAULT             },
7527   { "titlemessage_initial_1.autowrap",          ARG_DEFAULT             },
7528   { "titlemessage_initial_1.centered",          ARG_DEFAULT             },
7529   { "titlemessage_initial_1.parse_comments",    ARG_DEFAULT             },
7530   { "titlemessage_initial_1.sort_priority",     ARG_DEFAULT             },
7531   { "titlemessage_initial_1.fade_mode",         ARG_DEFAULT             },
7532   { "titlemessage_initial_1.fade_delay",        ARG_DEFAULT             },
7533   { "titlemessage_initial_1.post_delay",        ARG_DEFAULT             },
7534   { "titlemessage_initial_1.auto_delay",        ARG_DEFAULT             },
7535   { "titlemessage_initial_1.auto_delay_unit",   ARG_DEFAULT             },
7536   { "titlemessage_initial_2.x",                 ARG_DEFAULT             },
7537   { "titlemessage_initial_2.y",                 ARG_DEFAULT             },
7538   { "titlemessage_initial_2.width",             ARG_DEFAULT             },
7539   { "titlemessage_initial_2.height",            ARG_DEFAULT             },
7540   { "titlemessage_initial_2.chars",             ARG_DEFAULT             },
7541   { "titlemessage_initial_2.lines",             ARG_DEFAULT             },
7542   { "titlemessage_initial_2.align",             ARG_DEFAULT             },
7543   { "titlemessage_initial_2.valign",            ARG_DEFAULT             },
7544   { "titlemessage_initial_2.font",              ARG_DEFAULT             },
7545   { "titlemessage_initial_2.autowrap",          ARG_DEFAULT             },
7546   { "titlemessage_initial_2.centered",          ARG_DEFAULT             },
7547   { "titlemessage_initial_2.parse_comments",    ARG_DEFAULT             },
7548   { "titlemessage_initial_2.sort_priority",     ARG_DEFAULT             },
7549   { "titlemessage_initial_2.fade_mode",         ARG_DEFAULT             },
7550   { "titlemessage_initial_2.fade_delay",        ARG_DEFAULT             },
7551   { "titlemessage_initial_2.post_delay",        ARG_DEFAULT             },
7552   { "titlemessage_initial_2.auto_delay",        ARG_DEFAULT             },
7553   { "titlemessage_initial_2.auto_delay_unit",   ARG_DEFAULT             },
7554   { "titlemessage_initial_3.x",                 ARG_DEFAULT             },
7555   { "titlemessage_initial_3.y",                 ARG_DEFAULT             },
7556   { "titlemessage_initial_3.width",             ARG_DEFAULT             },
7557   { "titlemessage_initial_3.height",            ARG_DEFAULT             },
7558   { "titlemessage_initial_3.chars",             ARG_DEFAULT             },
7559   { "titlemessage_initial_3.lines",             ARG_DEFAULT             },
7560   { "titlemessage_initial_3.align",             ARG_DEFAULT             },
7561   { "titlemessage_initial_3.valign",            ARG_DEFAULT             },
7562   { "titlemessage_initial_3.font",              ARG_DEFAULT             },
7563   { "titlemessage_initial_3.autowrap",          ARG_DEFAULT             },
7564   { "titlemessage_initial_3.centered",          ARG_DEFAULT             },
7565   { "titlemessage_initial_3.parse_comments",    ARG_DEFAULT             },
7566   { "titlemessage_initial_3.sort_priority",     ARG_DEFAULT             },
7567   { "titlemessage_initial_3.fade_mode",         ARG_DEFAULT             },
7568   { "titlemessage_initial_3.fade_delay",        ARG_DEFAULT             },
7569   { "titlemessage_initial_3.post_delay",        ARG_DEFAULT             },
7570   { "titlemessage_initial_3.auto_delay",        ARG_DEFAULT             },
7571   { "titlemessage_initial_3.auto_delay_unit",   ARG_DEFAULT             },
7572   { "titlemessage_initial_4.x",                 ARG_DEFAULT             },
7573   { "titlemessage_initial_4.y",                 ARG_DEFAULT             },
7574   { "titlemessage_initial_4.width",             ARG_DEFAULT             },
7575   { "titlemessage_initial_4.height",            ARG_DEFAULT             },
7576   { "titlemessage_initial_4.chars",             ARG_DEFAULT             },
7577   { "titlemessage_initial_4.lines",             ARG_DEFAULT             },
7578   { "titlemessage_initial_4.align",             ARG_DEFAULT             },
7579   { "titlemessage_initial_4.valign",            ARG_DEFAULT             },
7580   { "titlemessage_initial_4.font",              ARG_DEFAULT             },
7581   { "titlemessage_initial_4.autowrap",          ARG_DEFAULT             },
7582   { "titlemessage_initial_4.centered",          ARG_DEFAULT             },
7583   { "titlemessage_initial_4.parse_comments",    ARG_DEFAULT             },
7584   { "titlemessage_initial_4.sort_priority",     ARG_DEFAULT             },
7585   { "titlemessage_initial_4.fade_mode",         ARG_DEFAULT             },
7586   { "titlemessage_initial_4.fade_delay",        ARG_DEFAULT             },
7587   { "titlemessage_initial_4.post_delay",        ARG_DEFAULT             },
7588   { "titlemessage_initial_4.auto_delay",        ARG_DEFAULT             },
7589   { "titlemessage_initial_4.auto_delay_unit",   ARG_DEFAULT             },
7590   { "titlemessage_initial_5.x",                 ARG_DEFAULT             },
7591   { "titlemessage_initial_5.y",                 ARG_DEFAULT             },
7592   { "titlemessage_initial_5.width",             ARG_DEFAULT             },
7593   { "titlemessage_initial_5.height",            ARG_DEFAULT             },
7594   { "titlemessage_initial_5.chars",             ARG_DEFAULT             },
7595   { "titlemessage_initial_5.lines",             ARG_DEFAULT             },
7596   { "titlemessage_initial_5.align",             ARG_DEFAULT             },
7597   { "titlemessage_initial_5.valign",            ARG_DEFAULT             },
7598   { "titlemessage_initial_5.font",              ARG_DEFAULT             },
7599   { "titlemessage_initial_5.autowrap",          ARG_DEFAULT             },
7600   { "titlemessage_initial_5.centered",          ARG_DEFAULT             },
7601   { "titlemessage_initial_5.parse_comments",    ARG_DEFAULT             },
7602   { "titlemessage_initial_5.sort_priority",     ARG_DEFAULT             },
7603   { "titlemessage_initial_5.fade_mode",         ARG_DEFAULT             },
7604   { "titlemessage_initial_5.fade_delay",        ARG_DEFAULT             },
7605   { "titlemessage_initial_5.post_delay",        ARG_DEFAULT             },
7606   { "titlemessage_initial_5.auto_delay",        ARG_DEFAULT             },
7607   { "titlemessage_initial_5.auto_delay_unit",   ARG_DEFAULT             },
7608   { "titlemessage_1.x",                         ARG_DEFAULT             },
7609   { "titlemessage_1.y",                         ARG_DEFAULT             },
7610   { "titlemessage_1.width",                     ARG_DEFAULT             },
7611   { "titlemessage_1.height",                    ARG_DEFAULT             },
7612   { "titlemessage_1.chars",                     ARG_DEFAULT             },
7613   { "titlemessage_1.lines",                     ARG_DEFAULT             },
7614   { "titlemessage_1.align",                     ARG_DEFAULT             },
7615   { "titlemessage_1.valign",                    ARG_DEFAULT             },
7616   { "titlemessage_1.font",                      ARG_DEFAULT             },
7617   { "titlemessage_1.autowrap",                  ARG_DEFAULT             },
7618   { "titlemessage_1.centered",                  ARG_DEFAULT             },
7619   { "titlemessage_1.parse_comments",            ARG_DEFAULT             },
7620   { "titlemessage_1.sort_priority",             ARG_DEFAULT             },
7621   { "titlemessage_1.fade_mode",                 ARG_DEFAULT             },
7622   { "titlemessage_1.fade_delay",                ARG_DEFAULT             },
7623   { "titlemessage_1.post_delay",                ARG_DEFAULT             },
7624   { "titlemessage_1.auto_delay",                ARG_DEFAULT             },
7625   { "titlemessage_1.auto_delay_unit",           ARG_DEFAULT             },
7626   { "titlemessage_2.x",                         ARG_DEFAULT             },
7627   { "titlemessage_2.y",                         ARG_DEFAULT             },
7628   { "titlemessage_2.width",                     ARG_DEFAULT             },
7629   { "titlemessage_2.height",                    ARG_DEFAULT             },
7630   { "titlemessage_2.chars",                     ARG_DEFAULT             },
7631   { "titlemessage_2.lines",                     ARG_DEFAULT             },
7632   { "titlemessage_2.align",                     ARG_DEFAULT             },
7633   { "titlemessage_2.valign",                    ARG_DEFAULT             },
7634   { "titlemessage_2.font",                      ARG_DEFAULT             },
7635   { "titlemessage_2.autowrap",                  ARG_DEFAULT             },
7636   { "titlemessage_2.centered",                  ARG_DEFAULT             },
7637   { "titlemessage_2.parse_comments",            ARG_DEFAULT             },
7638   { "titlemessage_2.sort_priority",             ARG_DEFAULT             },
7639   { "titlemessage_2.fade_mode",                 ARG_DEFAULT             },
7640   { "titlemessage_2.fade_delay",                ARG_DEFAULT             },
7641   { "titlemessage_2.post_delay",                ARG_DEFAULT             },
7642   { "titlemessage_2.auto_delay",                ARG_DEFAULT             },
7643   { "titlemessage_2.auto_delay_unit",           ARG_DEFAULT             },
7644   { "titlemessage_3.x",                         ARG_DEFAULT             },
7645   { "titlemessage_3.y",                         ARG_DEFAULT             },
7646   { "titlemessage_3.width",                     ARG_DEFAULT             },
7647   { "titlemessage_3.height",                    ARG_DEFAULT             },
7648   { "titlemessage_3.chars",                     ARG_DEFAULT             },
7649   { "titlemessage_3.lines",                     ARG_DEFAULT             },
7650   { "titlemessage_3.align",                     ARG_DEFAULT             },
7651   { "titlemessage_3.valign",                    ARG_DEFAULT             },
7652   { "titlemessage_3.font",                      ARG_DEFAULT             },
7653   { "titlemessage_3.autowrap",                  ARG_DEFAULT             },
7654   { "titlemessage_3.centered",                  ARG_DEFAULT             },
7655   { "titlemessage_3.parse_comments",            ARG_DEFAULT             },
7656   { "titlemessage_3.sort_priority",             ARG_DEFAULT             },
7657   { "titlemessage_3.fade_mode",                 ARG_DEFAULT             },
7658   { "titlemessage_3.fade_delay",                ARG_DEFAULT             },
7659   { "titlemessage_3.post_delay",                ARG_DEFAULT             },
7660   { "titlemessage_3.auto_delay",                ARG_DEFAULT             },
7661   { "titlemessage_3.auto_delay_unit",           ARG_DEFAULT             },
7662   { "titlemessage_4.x",                         ARG_DEFAULT             },
7663   { "titlemessage_4.y",                         ARG_DEFAULT             },
7664   { "titlemessage_4.width",                     ARG_DEFAULT             },
7665   { "titlemessage_4.height",                    ARG_DEFAULT             },
7666   { "titlemessage_4.chars",                     ARG_DEFAULT             },
7667   { "titlemessage_4.lines",                     ARG_DEFAULT             },
7668   { "titlemessage_4.align",                     ARG_DEFAULT             },
7669   { "titlemessage_4.valign",                    ARG_DEFAULT             },
7670   { "titlemessage_4.font",                      ARG_DEFAULT             },
7671   { "titlemessage_4.autowrap",                  ARG_DEFAULT             },
7672   { "titlemessage_4.centered",                  ARG_DEFAULT             },
7673   { "titlemessage_4.parse_comments",            ARG_DEFAULT             },
7674   { "titlemessage_4.sort_priority",             ARG_DEFAULT             },
7675   { "titlemessage_4.fade_mode",                 ARG_DEFAULT             },
7676   { "titlemessage_4.fade_delay",                ARG_DEFAULT             },
7677   { "titlemessage_4.post_delay",                ARG_DEFAULT             },
7678   { "titlemessage_4.auto_delay",                ARG_DEFAULT             },
7679   { "titlemessage_4.auto_delay_unit",           ARG_DEFAULT             },
7680   { "titlemessage_5.x",                         ARG_DEFAULT             },
7681   { "titlemessage_5.y",                         ARG_DEFAULT             },
7682   { "titlemessage_5.width",                     ARG_DEFAULT             },
7683   { "titlemessage_5.height",                    ARG_DEFAULT             },
7684   { "titlemessage_5.chars",                     ARG_DEFAULT             },
7685   { "titlemessage_5.lines",                     ARG_DEFAULT             },
7686   { "titlemessage_5.align",                     ARG_DEFAULT             },
7687   { "titlemessage_5.valign",                    ARG_DEFAULT             },
7688   { "titlemessage_5.font",                      ARG_DEFAULT             },
7689   { "titlemessage_5.autowrap",                  ARG_DEFAULT             },
7690   { "titlemessage_5.centered",                  ARG_DEFAULT             },
7691   { "titlemessage_5.parse_comments",            ARG_DEFAULT             },
7692   { "titlemessage_5.sort_priority",             ARG_DEFAULT             },
7693   { "titlemessage_5.fade_mode",                 ARG_DEFAULT             },
7694   { "titlemessage_5.fade_delay",                ARG_DEFAULT             },
7695   { "titlemessage_5.post_delay",                ARG_DEFAULT             },
7696   { "titlemessage_5.auto_delay",                ARG_DEFAULT             },
7697   { "titlemessage_5.auto_delay_unit",           ARG_DEFAULT             },
7698
7699   { "readme.x",                                 "-1"                    },
7700   { "readme.y",                                 "-1"                    },
7701   { "readme.width",                             "-1"                    },
7702   { "readme.height",                            "-1"                    },
7703   { "readme.chars",                             "-1"                    },
7704   { "readme.lines",                             "-1"                    },
7705   { "readme.align",                             "center"                },
7706   { "readme.valign",                            "top"                   },
7707   { "readme.font",                              "font.info.levelset"    },
7708   { "readme.autowrap",                          "true"                  },
7709   { "readme.centered",                          "false"                 },
7710   { "readme.parse_comments",                    "true"                  },
7711   { "readme.sort_priority",                     "0"                     },
7712
7713   { "global.num_toons",                         "20"                    },
7714
7715   { "border.draw_masked.TITLE",                 "false"                 },
7716   { "border.draw_masked.MAIN",                  "false"                 },
7717   { "border.draw_masked.NAMES",                 "false"                 },
7718   { "border.draw_masked.LEVELS",                "false"                 },
7719   { "border.draw_masked.LEVELNR",               "false"                 },
7720   { "border.draw_masked.SCORES",                "false"                 },
7721   { "border.draw_masked.EDITOR",                "false"                 },
7722   { "border.draw_masked.INFO",                  "false"                 },
7723   { "border.draw_masked.SETUP",                 "false"                 },
7724   { "border.draw_masked.PLAYING",               "false"                 },
7725   { "border.draw_masked.DOOR",                  "false"                 },
7726
7727   { "border.draw_masked_when_fading",           "true"                  },
7728
7729   { "init.busy.x",                              "-1"                    },
7730   { "init.busy.y",                              "-1"                    },
7731   { "init.busy.align",                          "center"                },
7732   { "init.busy.valign",                         "middle"                },
7733
7734   { "menu.enter_menu.fade_mode",                "none"                  },
7735   { "menu.enter_menu.fade_delay",               "250"                   },
7736   { "menu.enter_menu.post_delay",               "125"                   },
7737   { "menu.leave_menu.fade_mode",                "none"                  },
7738   { "menu.leave_menu.fade_delay",               "250"                   },
7739   { "menu.leave_menu.post_delay",               "125"                   },
7740   { "menu.enter_screen.fade_mode",              "fade"                  },
7741   { "menu.enter_screen.fade_delay",             "250"                   },
7742   { "menu.enter_screen.post_delay",             "125"                   },
7743   { "menu.leave_screen.fade_mode",              "fade"                  },
7744   { "menu.leave_screen.fade_delay",             "250"                   },
7745   { "menu.leave_screen.post_delay",             "125"                   },
7746   { "menu.next_screen.fade_mode",               "crossfade"             },
7747   { "menu.next_screen.fade_delay",              "250"                   },
7748   { "menu.next_screen.post_delay",              "125"                   },
7749   { "menu.enter_screen.TITLE.fade_mode",        "fade"                  },
7750   { "menu.enter_screen.TITLE.fade_delay",       "500"                   },
7751   { "menu.enter_screen.TITLE.post_delay",       "250"                   },
7752   { "menu.enter_screen.TITLE.auto_delay",       "-1"                    },
7753   { "menu.enter_screen.TITLE.auto_delay_unit",  "-1"                    },
7754   { "menu.enter_screen.SCORES.fade_mode",       ARG_DEFAULT             },
7755   { "menu.enter_screen.SCORES.fade_delay",      ARG_DEFAULT             },
7756   { "menu.enter_screen.SCORES.post_delay",      ARG_DEFAULT             },
7757   { "menu.enter_screen.EDITOR.fade_mode",       ARG_DEFAULT             },
7758   { "menu.enter_screen.EDITOR.fade_delay",      ARG_DEFAULT             },
7759   { "menu.enter_screen.EDITOR.post_delay",      ARG_DEFAULT             },
7760   { "menu.enter_screen.INFO.fade_mode",         ARG_DEFAULT             },
7761   { "menu.enter_screen.INFO.fade_delay",        ARG_DEFAULT             },
7762   { "menu.enter_screen.INFO.post_delay",        ARG_DEFAULT             },
7763   { "menu.enter_screen.PLAYING.fade_mode",      ARG_DEFAULT             },
7764   { "menu.enter_screen.PLAYING.fade_delay",     ARG_DEFAULT             },
7765   { "menu.enter_screen.PLAYING.post_delay",     ARG_DEFAULT             },
7766   { "menu.leave_screen.TITLE.fade_mode",        "fade"                  },
7767   { "menu.leave_screen.TITLE.fade_delay",       "500"                   },
7768   { "menu.leave_screen.TITLE.post_delay",       "250"                   },
7769   { "menu.leave_screen.TITLE.auto_delay",       "-1"                    },
7770   { "menu.leave_screen.TITLE.auto_delay_unit",  "-1"                    },
7771   { "menu.leave_screen.SCORES.fade_mode",       ARG_DEFAULT             },
7772   { "menu.leave_screen.SCORES.fade_delay",      ARG_DEFAULT             },
7773   { "menu.leave_screen.SCORES.post_delay",      ARG_DEFAULT             },
7774   { "menu.leave_screen.EDITOR.fade_mode",       ARG_DEFAULT             },
7775   { "menu.leave_screen.EDITOR.fade_delay",      ARG_DEFAULT             },
7776   { "menu.leave_screen.EDITOR.post_delay",      ARG_DEFAULT             },
7777   { "menu.leave_screen.INFO.fade_mode",         ARG_DEFAULT             },
7778   { "menu.leave_screen.INFO.fade_delay",        ARG_DEFAULT             },
7779   { "menu.leave_screen.INFO.post_delay",        ARG_DEFAULT             },
7780   { "menu.leave_screen.PLAYING.fade_mode",      ARG_DEFAULT             },
7781   { "menu.leave_screen.PLAYING.fade_delay",     ARG_DEFAULT             },
7782   { "menu.leave_screen.PLAYING.post_delay",     ARG_DEFAULT             },
7783   { "menu.next_screen.TITLE.fade_mode",         "fade"                  },
7784   { "menu.next_screen.TITLE.fade_delay",        "500"                   },
7785   { "menu.next_screen.TITLE.post_delay",        "250"                   },
7786   { "menu.next_screen.TITLE.auto_delay",        "-1"                    },
7787   { "menu.next_screen.TITLE.auto_delay_unit",   "-1"                    },
7788   { "menu.next_screen.INFO.fade_mode",          ARG_DEFAULT             },
7789   { "menu.next_screen.INFO.fade_delay",         ARG_DEFAULT             },
7790   { "menu.next_screen.INFO.post_delay",         ARG_DEFAULT             },
7791
7792   { "menu.draw_xoffset",                        "0"                     },
7793   { "menu.draw_yoffset",                        "0"                     },
7794   { "menu.draw_xoffset.MAIN",                   "0"                     },
7795   { "menu.draw_yoffset.MAIN",                   "0"                     },
7796   { "menu.draw_xoffset.NAMES",                  "0"                     },
7797   { "menu.draw_yoffset.NAMES",                  "0"                     },
7798   { "menu.draw_xoffset.LEVELS",                 "0"                     },
7799   { "menu.draw_yoffset.LEVELS",                 "0"                     },
7800   { "menu.draw_xoffset.LEVELNR",                "0"                     },
7801   { "menu.draw_yoffset.LEVELNR",                "0"                     },
7802   { "menu.draw_xoffset.SCORES",                 "0"                     },
7803   { "menu.draw_yoffset.SCORES",                 "0"                     },
7804   { "menu.draw_xoffset.EDITOR",                 "0"                     },
7805   { "menu.draw_yoffset.EDITOR",                 "0"                     },
7806   { "menu.draw_xoffset.INFO",                   "0"                     },
7807   { "menu.draw_yoffset.INFO",                   "0"                     },
7808   { "menu.draw_xoffset.INFO[TITLE]",            "0"                     },
7809   { "menu.draw_yoffset.INFO[TITLE]",            "0"                     },
7810   { "menu.draw_xoffset.INFO[ELEMENTS]",         "0"                     },
7811   { "menu.draw_yoffset.INFO[ELEMENTS]",         "0"                     },
7812   { "menu.draw_xoffset.INFO[MUSIC]",            "0"                     },
7813   { "menu.draw_yoffset.INFO[MUSIC]",            "0"                     },
7814   { "menu.draw_xoffset.INFO[CREDITS]",          "0"                     },
7815   { "menu.draw_yoffset.INFO[CREDITS]",          "0"                     },
7816   { "menu.draw_xoffset.INFO[PROGRAM]",          "0"                     },
7817   { "menu.draw_yoffset.INFO[PROGRAM]",          "0"                     },
7818   { "menu.draw_xoffset.INFO[VERSION]",          "0"                     },
7819   { "menu.draw_yoffset.INFO[VERSION]",          "0"                     },
7820   { "menu.draw_xoffset.INFO[LEVELSET]",         "0"                     },
7821   { "menu.draw_yoffset.INFO[LEVELSET]",         "0"                     },
7822   { "menu.draw_xoffset.SETUP",                  "0"                     },
7823   { "menu.draw_yoffset.SETUP",                  "0"                     },
7824   { "menu.draw_xoffset.SETUP[GAME]",            "0"                     },
7825   { "menu.draw_yoffset.SETUP[GAME]",            "0"                     },
7826   { "menu.draw_xoffset.SETUP[ENGINES]",         "0"                     },
7827   { "menu.draw_yoffset.SETUP[ENGINES]",         "0"                     },
7828   { "menu.draw_xoffset.SETUP[EDITOR]",          "0"                     },
7829   { "menu.draw_yoffset.SETUP[EDITOR]",          "0"                     },
7830   { "menu.draw_xoffset.SETUP[GRAPHICS]",        "0"                     },
7831   { "menu.draw_yoffset.SETUP[GRAPHICS]",        "0"                     },
7832   { "menu.draw_xoffset.SETUP[SOUND]",           "0"                     },
7833   { "menu.draw_yoffset.SETUP[SOUND]",           "0"                     },
7834   { "menu.draw_xoffset.SETUP[ARTWORK]",         "0"                     },
7835   { "menu.draw_yoffset.SETUP[ARTWORK]",         "0"                     },
7836   { "menu.draw_xoffset.SETUP[INPUT]",           "0"                     },
7837   { "menu.draw_yoffset.SETUP[INPUT]",           "0"                     },
7838   { "menu.draw_xoffset.SETUP[TOUCH]",           "0"                     },
7839   { "menu.draw_yoffset.SETUP[TOUCH]",           "0"                     },
7840   { "menu.draw_xoffset.SETUP[SHORTCUTS]",       "0"                     },
7841   { "menu.draw_yoffset.SETUP[SHORTCUTS]",       "0"                     },
7842   { "menu.draw_xoffset.SETUP[SHORTCUTS_1]",     "0"                     },
7843   { "menu.draw_yoffset.SETUP[SHORTCUTS_1]",     "0"                     },
7844   { "menu.draw_xoffset.SETUP[SHORTCUTS_2]",     "0"                     },
7845   { "menu.draw_yoffset.SETUP[SHORTCUTS_2]",     "0"                     },
7846   { "menu.draw_xoffset.SETUP[SHORTCUTS_3]",     "0"                     },
7847   { "menu.draw_yoffset.SETUP[SHORTCUTS_3]",     "0"                     },
7848   { "menu.draw_xoffset.SETUP[SHORTCUTS_4]",     "0"                     },
7849   { "menu.draw_yoffset.SETUP[SHORTCUTS_4]",     "0"                     },
7850   { "menu.draw_xoffset.SETUP[SHORTCUTS_5]",     "0"                     },
7851   { "menu.draw_yoffset.SETUP[SHORTCUTS_5]",     "0"                     },
7852   { "menu.draw_xoffset.SETUP[CHOOSE_ARTWORK]",  "0"                     },
7853   { "menu.draw_yoffset.SETUP[CHOOSE_ARTWORK]",  "0"                     },
7854   { "menu.draw_xoffset.SETUP[CHOOSE_OTHER]",    "0"                     },
7855   { "menu.draw_yoffset.SETUP[CHOOSE_OTHER]",    "0"                     },
7856
7857   { "menu.scrollbar_xoffset",                   "0"                     },
7858
7859   { "menu.list.SETUP[CHOOSE_OTHER].align",      "left"                  },
7860   { "menu.list.SETUP[CHOOSE_OTHER].valign",     "top"                   },
7861
7862   { "menu.list_size",                           "-1"                    },
7863   { "menu.list_size.NAMES",                     "-1"                    },
7864   { "menu.list_size.LEVELS",                    "-1"                    },
7865   { "menu.list_size.LEVELNR",                   "-1"                    },
7866   { "menu.list_size.SCORES",                    "-1"                    },
7867   { "menu.list_size.INFO",                      "-1"                    },
7868   { "menu.list_size.INFO[ELEMENTS]",            "-1"                    },
7869   { "menu.list_size.SETUP",                     "-1"                    },
7870
7871   { "menu.left_spacing.INFO",                   "16"                    },
7872   { "menu.left_spacing.INFO[TITLE]",            "16"                    },
7873   { "menu.left_spacing.INFO[ELEMENTS]",         "16"                    },
7874   { "menu.left_spacing.INFO[MUSIC]",            "16"                    },
7875   { "menu.left_spacing.INFO[CREDITS]",          "16"                    },
7876   { "menu.left_spacing.INFO[PROGRAM]",          "16"                    },
7877   { "menu.left_spacing.INFO[VERSION]",          "16"                    },
7878   { "menu.left_spacing.INFO[LEVELSET]",         "16"                    },
7879   { "menu.left_spacing.SETUP[INPUT]",           "16"                    },
7880
7881   { "menu.right_spacing.INFO",                  "16"                    },
7882   { "menu.right_spacing.INFO[TITLE]",           "16"                    },
7883   { "menu.right_spacing.INFO[ELEMENTS]",        "16"                    },
7884   { "menu.right_spacing.INFO[MUSIC]",           "16"                    },
7885   { "menu.right_spacing.INFO[CREDITS]",         "16"                    },
7886   { "menu.right_spacing.INFO[PROGRAM]",         "16"                    },
7887   { "menu.right_spacing.INFO[VERSION]",         "16"                    },
7888   { "menu.right_spacing.INFO[LEVELSET]",        "16"                    },
7889   { "menu.right_spacing.SETUP[INPUT]",          "16"                    },
7890
7891   { "menu.top_spacing.INFO",                    "100"                   },
7892   { "menu.top_spacing.INFO[TITLE]",             "100"                   },
7893   { "menu.top_spacing.INFO[ELEMENTS]",          "100"                   },
7894   { "menu.top_spacing.INFO[MUSIC]",             "100"                   },
7895   { "menu.top_spacing.INFO[CREDITS]",           "100"                   },
7896   { "menu.top_spacing.INFO[PROGRAM]",           "100"                   },
7897   { "menu.top_spacing.INFO[VERSION]",           "100"                   },
7898   { "menu.top_spacing.INFO[LEVELSET]",          "100"                   },
7899   { "menu.top_spacing.SETUP[INPUT]",            "100"                   },
7900
7901   { "menu.bottom_spacing.INFO",                 "20"                    },
7902   { "menu.bottom_spacing.INFO[TITLE]",          "20"                    },
7903   { "menu.bottom_spacing.INFO[ELEMENTS]",       "20"                    },
7904   { "menu.bottom_spacing.INFO[MUSIC]",          "20"                    },
7905   { "menu.bottom_spacing.INFO[CREDITS]",        "20"                    },
7906   { "menu.bottom_spacing.INFO[PROGRAM]",        "20"                    },
7907   { "menu.bottom_spacing.INFO[VERSION]",        "20"                    },
7908   { "menu.bottom_spacing.INFO[LEVELSET]",       "20"                    },
7909   { "menu.bottom_spacing.SETUP[INPUT]",         "20"                    },
7910
7911   { "menu.paragraph_spacing.INFO",              "-3"                    },
7912   { "menu.paragraph_spacing.INFO[TITLE]",       "-3"                    },
7913   { "menu.paragraph_spacing.INFO[ELEMENTS]",    "-3"                    },
7914   { "menu.paragraph_spacing.INFO[MUSIC]",       "-3"                    },
7915   { "menu.paragraph_spacing.INFO[CREDITS]",     "-3"                    },
7916   { "menu.paragraph_spacing.INFO[PROGRAM]",     "-3"                    },
7917   { "menu.paragraph_spacing.INFO[VERSION]",     "-2"                    },
7918   { "menu.paragraph_spacing.INFO[LEVELSET]",    "-3"                    },
7919   { "menu.paragraph_spacing.SETUP[INPUT]",      "-1"                    },
7920
7921   { "menu.headline1_spacing.INFO",              "-2"                    },
7922   { "menu.headline1_spacing.INFO[TITLE]",       "-2"                    },
7923   { "menu.headline1_spacing.INFO[ELEMENTS]",    "-2"                    },
7924   { "menu.headline1_spacing.INFO[MUSIC]",       "-2"                    },
7925   { "menu.headline1_spacing.INFO[CREDITS]",     "-2"                    },
7926   { "menu.headline1_spacing.INFO[PROGRAM]",     "-2"                    },
7927   { "menu.headline1_spacing.INFO[VERSION]",     "-2"                    },
7928   { "menu.headline1_spacing.INFO[LEVELSET]",    "-2"                    },
7929   { "menu.headline1_spacing.SETUP[INPUT]",      "-2"                    },
7930
7931   { "menu.headline2_spacing.INFO",              "-1"                    },
7932   { "menu.headline2_spacing.INFO[TITLE]",       "-1"                    },
7933   { "menu.headline2_spacing.INFO[ELEMENTS]",    "-1"                    },
7934   { "menu.headline2_spacing.INFO[MUSIC]",       "-1"                    },
7935   { "menu.headline2_spacing.INFO[CREDITS]",     "-1"                    },
7936   { "menu.headline2_spacing.INFO[PROGRAM]",     "-1"                    },
7937   { "menu.headline2_spacing.INFO[VERSION]",     "-1"                    },
7938   { "menu.headline2_spacing.INFO[LEVELSET]",    "-1"                    },
7939   { "menu.headline2_spacing.SETUP[INPUT]",      "-1"                    },
7940
7941   { "menu.line_spacing.INFO",                   "0"                     },
7942   { "menu.line_spacing.INFO[TITLE]",            "0"                     },
7943   { "menu.line_spacing.INFO[ELEMENTS]",         "0"                     },
7944   { "menu.line_spacing.INFO[MUSIC]",            "0"                     },
7945   { "menu.line_spacing.INFO[CREDITS]",          "0"                     },
7946   { "menu.line_spacing.INFO[PROGRAM]",          "0"                     },
7947   { "menu.line_spacing.INFO[VERSION]",          "0"                     },
7948   { "menu.line_spacing.INFO[LEVELSET]",         "0"                     },
7949   { "menu.line_spacing.SETUP[INPUT]",           "0"                     },
7950
7951   { "menu.extra_spacing.INFO",                  "2"                     },
7952   { "menu.extra_spacing.INFO[TITLE]",           "2"                     },
7953   { "menu.extra_spacing.INFO[ELEMENTS]",        "2"                     },
7954   { "menu.extra_spacing.INFO[MUSIC]",           "2"                     },
7955   { "menu.extra_spacing.INFO[CREDITS]",         "2"                     },
7956   { "menu.extra_spacing.INFO[PROGRAM]",         "2"                     },
7957   { "menu.extra_spacing.INFO[VERSION]",         "2"                     },
7958   { "menu.extra_spacing.INFO[LEVELSET]",        "2"                     },
7959   { "menu.extra_spacing.SETUP[INPUT]",          "2"                     },
7960
7961   { "main.button.name.x",                       "0"                     },
7962   { "main.button.name.y",                       "64"                    },
7963   { "main.button.levels.x",                     "0"                     },
7964   { "main.button.levels.y",                     "96"                    },
7965   { "main.button.scores.x",                     "0"                     },
7966   { "main.button.scores.y",                     "128"                   },
7967   { "main.button.editor.x",                     "0"                     },
7968   { "main.button.editor.y",                     "160"                   },
7969   { "main.button.info.x",                       "0"                     },
7970   { "main.button.info.y",                       "192"                   },
7971   { "main.button.game.x",                       "0"                     },
7972   { "main.button.game.y",                       "224"                   },
7973   { "main.button.setup.x",                      "0"                     },
7974   { "main.button.setup.y",                      "256"                   },
7975   { "main.button.quit.x",                       "0"                     },
7976   { "main.button.quit.y",                       "288"                   },
7977
7978   { "main.button.first_level.x",                "-1"                    },
7979   { "main.button.first_level.y",                "-1"                    },
7980   { "main.button.last_level.x",                 "-1"                    },
7981   { "main.button.last_level.y",                 "-1"                    },
7982   { "main.button.level_number.x",               "-1"                    },
7983   { "main.button.level_number.y",               "-1"                    },
7984
7985   { "main.button.prev_level.x",                 "320"                   },
7986   { "main.button.prev_level.y",                 "96"                    },
7987   { "main.button.next_level.x",                 "448"                   },
7988   { "main.button.next_level.y",                 "96"                    },
7989
7990   { "main.button.insert_solution.x",            "-1"                    },
7991   { "main.button.insert_solution.y",            "-1"                    },
7992   { "main.button.play_solution.x",              "-1"                    },
7993   { "main.button.play_solution.y",              "-1"                    },
7994
7995   { "main.button.switch_ecs_aga.x",             "-1"                    },
7996   { "main.button.switch_ecs_aga.y",             "-1"                    },
7997
7998   { "main.text.name.x",                         "-1"                    },
7999   { "main.text.name.y",                         "-1"                    },
8000   { "main.text.name.width",                     "-1"                    },
8001   { "main.text.name.height",                    "-1"                    },
8002   { "main.text.name.align",                     "left"                  },
8003   { "main.text.name.valign",                    "top"                   },
8004   { "main.text.name.font",                      "font.menu_1"           },
8005   { "main.text.levels.x",                       "-1"                    },
8006   { "main.text.levels.y",                       "-1"                    },
8007   { "main.text.levels.width",                   "-1"                    },
8008   { "main.text.levels.height",                  "-1"                    },
8009   { "main.text.levels.align",                   "left"                  },
8010   { "main.text.levels.valign",                  "top"                   },
8011   { "main.text.levels.font",                    "font.menu_1"           },
8012   { "main.text.scores.x",                       "-1"                    },
8013   { "main.text.scores.y",                       "-1"                    },
8014   { "main.text.scores.width",                   "-1"                    },
8015   { "main.text.scores.height",                  "-1"                    },
8016   { "main.text.scores.align",                   "left"                  },
8017   { "main.text.scores.valign",                  "top"                   },
8018   { "main.text.scores.font",                    "font.menu_1"           },
8019   { "main.text.editor.x",                       "-1"                    },
8020   { "main.text.editor.y",                       "-1"                    },
8021   { "main.text.editor.width",                   "-1"                    },
8022   { "main.text.editor.height",                  "-1"                    },
8023   { "main.text.editor.align",                   "left"                  },
8024   { "main.text.editor.valign",                  "top"                   },
8025   { "main.text.editor.font",                    "font.menu_1"           },
8026   { "main.text.info.x",                         "-1"                    },
8027   { "main.text.info.y",                         "-1"                    },
8028   { "main.text.info.width",                     "-1"                    },
8029   { "main.text.info.height",                    "-1"                    },
8030   { "main.text.info.align",                     "left"                  },
8031   { "main.text.info.valign",                    "top"                   },
8032   { "main.text.info.font",                      "font.menu_1"           },
8033   { "main.text.game.x",                         "-1"                    },
8034   { "main.text.game.y",                         "-1"                    },
8035   { "main.text.game.width",                     "-1"                    },
8036   { "main.text.game.height",                    "-1"                    },
8037   { "main.text.game.align",                     "left"                  },
8038   { "main.text.game.valign",                    "top"                   },
8039   { "main.text.game.font",                      "font.menu_1"           },
8040   { "main.text.setup.x",                        "-1"                    },
8041   { "main.text.setup.y",                        "-1"                    },
8042   { "main.text.setup.width",                    "-1"                    },
8043   { "main.text.setup.height",                   "-1"                    },
8044   { "main.text.setup.align",                    "left"                  },
8045   { "main.text.setup.valign",                   "top"                   },
8046   { "main.text.setup.font",                     "font.menu_1"           },
8047   { "main.text.quit.x",                         "-1"                    },
8048   { "main.text.quit.y",                         "-1"                    },
8049   { "main.text.quit.width",                     "-1"                    },
8050   { "main.text.quit.height",                    "-1"                    },
8051   { "main.text.quit.align",                     "left"                  },
8052   { "main.text.quit.valign",                    "top"                   },
8053   { "main.text.quit.font",                      "font.menu_1"           },
8054
8055   { "main.text.first_level.x",                  "488"                   },
8056   { "main.text.first_level.y",                  "98"                    },
8057   { "main.text.first_level.align",              "left"                  },
8058   { "main.text.first_level.valign",             "top"                   },
8059   { "main.text.first_level.digits",             "3"                     },
8060   { "main.text.first_level.font",               "font.text_3"           },
8061   { "main.text.last_level.x",                   "488"                   },
8062   { "main.text.last_level.y",                   "112"                   },
8063   { "main.text.last_level.align",               "left"                  },
8064   { "main.text.last_level.valign",              "top"                   },
8065   { "main.text.last_level.digits",              "3"                     },
8066   { "main.text.last_level.font",                "font.text_3"           },
8067   { "main.text.level_number.x",                 "352"                   },
8068   { "main.text.level_number.y",                 "96"                    },
8069   { "main.text.level_number.align",             "left"                  },
8070   { "main.text.level_number.valign",            "top"                   },
8071   { "main.text.level_number.digits",            "3"                     },
8072   { "main.text.level_number.font",              "font.value_1"          },
8073   { "main.text.level_info_1.x",                 "272"                   },
8074   { "main.text.level_info_1.y",                 "352"                   },
8075   { "main.text.level_info_1.align",             "center"                },
8076   { "main.text.level_info_1.valign",            "top"                   },
8077   { "main.text.level_info_1.chars",             "-1"                    },
8078   { "main.text.level_info_1.font",              "font.text_1"           },
8079   { "main.text.level_info_2.x",                 "272"                   },
8080   { "main.text.level_info_2.y",                 "523"                   },
8081   { "main.text.level_info_2.align",             "center"                },
8082   { "main.text.level_info_2.valign",            "top"                   },
8083   { "main.text.level_info_2.chars",             "-1"                    },
8084   { "main.text.level_info_2.font",              "font.text_2"           },
8085   { "main.text.level_info_2.font_header",       "font.text_4"           },
8086   { "main.text.level_name.x",                   "-1"                    },
8087   { "main.text.level_name.y",                   "-1"                    },
8088   { "main.text.level_name.align",               "left"                  },
8089   { "main.text.level_name.valign",              "top"                   },
8090   { "main.text.level_name.chars",               "-1"                    },
8091   { "main.text.level_name.font",                "font.text_2"           },
8092   { "main.text.level_author.x",                 "-1"                    },
8093   { "main.text.level_author.y",                 "-1"                    },
8094   { "main.text.level_author.align",             "left"                  },
8095   { "main.text.level_author.valign",            "top"                   },
8096   { "main.text.level_author.chars",             "-1"                    },
8097   { "main.text.level_author.font",              "font.text_2"           },
8098   { "main.text.level_year.x",                   "-1"                    },
8099   { "main.text.level_year.y",                   "-1"                    },
8100   { "main.text.level_year.align",               "left"                  },
8101   { "main.text.level_year.valign",              "top"                   },
8102   { "main.text.level_year.digits",              "-1"                    },
8103   { "main.text.level_year.font",                "font.text_2"           },
8104   { "main.text.level_imported_from.x",          "-1"                    },
8105   { "main.text.level_imported_from.y",          "-1"                    },
8106   { "main.text.level_imported_from.align",      "left"                  },
8107   { "main.text.level_imported_from.valign",     "top"                   },
8108   { "main.text.level_imported_from.chars",      "-1"                    },
8109   { "main.text.level_imported_from.font",       "font.text_2"           },
8110   { "main.text.level_imported_by.x",            "-1"                    },
8111   { "main.text.level_imported_by.y",            "-1"                    },
8112   { "main.text.level_imported_by.align",        "left"                  },
8113   { "main.text.level_imported_by.valign",       "top"                   },
8114   { "main.text.level_imported_by.chars",        "-1"                    },
8115   { "main.text.level_imported_by.font",         "font.text_2"           },
8116   { "main.text.level_tested_by.x",              "-1"                    },
8117   { "main.text.level_tested_by.y",              "-1"                    },
8118   { "main.text.level_tested_by.align",          "left"                  },
8119   { "main.text.level_tested_by.valign",         "top"                   },
8120   { "main.text.level_tested_by.chars",          "-1"                    },
8121   { "main.text.level_tested_by.font",           "font.text_2"           },
8122   { "main.text.title_1.x",                      "272"                   },
8123   { "main.text.title_1.y",                      "8"                     },
8124   { "main.text.title_1.align",                  "center"                },
8125   { "main.text.title_1.valign",                 "top"                   },
8126   { "main.text.title_1.font",                   "font.title_1"          },
8127   { "main.text.title_2.x",                      "272"                   },
8128   { "main.text.title_2.y",                      "46"                    },
8129   { "main.text.title_2.align",                  "center"                },
8130   { "main.text.title_2.valign",                 "top"                   },
8131   { "main.text.title_2.font",                   "font.title_2"          },
8132   { "main.text.title_3.x",                      "272"                   },
8133   { "main.text.title_3.y",                      "326"                   },
8134   { "main.text.title_3.align",                  "center"                },
8135   { "main.text.title_3.valign",                 "top"                   },
8136   { "main.text.title_3.font",                   "font.title_2"          },
8137
8138   { "main.input.name.x",                        "-1"                    },
8139   { "main.input.name.y",                        "-1"                    },
8140   { "main.input.name.align",                    "left"                  },
8141   { "main.input.name.valign",                   "top"                   },
8142   { "main.input.name.font",                     "font.input_1"          },
8143
8144   { "main.network_players.x",                   "68"                    },
8145   { "main.network_players.y",                   "448"                   },
8146   { "main.network_players.align",               "center"                },
8147   { "main.network_players.valign",              "middle"                },
8148   { "main.network_players.font",                "font.main.network_players" },
8149   { "main.network_players.tile_size",           "16"                    },
8150   { "main.network_players.border_size",         "2"                     },
8151
8152   { "main.preview_players.x",                   "474"                   },
8153   { "main.preview_players.y",                   "448"                   },
8154   { "main.preview_players.align",               "center"                },
8155   { "main.preview_players.valign",              "middle"                },
8156   { "main.preview_players.tile_size",           "32"                    },
8157   { "main.preview_players.border_size",         "2"                     },
8158   { "main.preview_players.vertical",            "false"                 },
8159   { "main.preview_players.xoffset",             "-1"                    },
8160   { "main.preview_players.yoffset",             "-1"                    },
8161
8162   { "setup.button.prev_player.x",               "320"                   },
8163   { "setup.button.prev_player.y",               "64"                    },
8164   { "setup.button.next_player.x",               "384"                   },
8165   { "setup.button.next_player.y",               "64"                    },
8166
8167   { "setup.button.touch_back.x",                "0"                     },
8168   { "setup.button.touch_back.y",                "0"                     },
8169   { "setup.button.touch_next.x",                "-60"                   },
8170   { "setup.button.touch_next.y",                "0"                     },
8171   { "setup.button.touch_back2.x",               "0"                     },
8172   { "setup.button.touch_back2.y",               "-60"                   },
8173   { "setup.button.touch_next2.x",               "-60"                   },
8174   { "setup.button.touch_next2.y",               "-60"                   },
8175
8176   { "preview.x",                                "272"                   },
8177   { "preview.y",                                "380"                   },
8178   { "preview.align",                            "center"                },
8179   { "preview.valign",                           "top"                   },
8180   { "preview.xsize",                            "66"                    },
8181   { "preview.ysize",                            "34"                    },
8182   { "preview.xoffset",                          "0"                     },
8183   { "preview.yoffset",                          "0"                     },
8184   { "preview.tile_size",                        "4"                     },
8185   { "preview.step_offset",                      "1"                     },
8186   { "preview.step_delay",                       "50"                    },
8187   { "preview.anim_mode",                        "default"               },
8188
8189   { "door_1.part_1.x",                          "0"                     },
8190   { "door_1.part_1.y",                          "0"                     },
8191   { "door_1.part_1.step_xoffset",               "3"                     },
8192   { "door_1.part_1.step_yoffset",               "1"                     },
8193   { "door_1.part_1.step_delay",                 "10"                    },
8194   { "door_1.part_1.start_step",                 "0"                     },
8195   { "door_1.part_1.start_step_opening",         "0"                     },
8196   { "door_1.part_1.start_step_closing",         "0"                     },
8197   { "door_1.part_1.draw_masked",                "true"                  },
8198   { "door_1.part_1.draw_order",                 "3"                     },
8199   { "door_1.part_2.x",                          "0"                     },
8200   { "door_1.part_2.y",                          "77"                    },
8201   { "door_1.part_2.step_xoffset",               "3"                     },
8202   { "door_1.part_2.step_yoffset",               "1"                     },
8203   { "door_1.part_2.step_delay",                 "10"                    },
8204   { "door_1.part_2.start_step",                 "0"                     },
8205   { "door_1.part_2.start_step_opening",         "0"                     },
8206   { "door_1.part_2.start_step_closing",         "0"                     },
8207   { "door_1.part_2.draw_masked",                "true"                  },
8208   { "door_1.part_2.draw_order",                 "5"                     },
8209   { "door_1.part_3.x",                          "0"                     },
8210   { "door_1.part_3.y",                          "140"                   },
8211   { "door_1.part_3.step_xoffset",               "3"                     },
8212   { "door_1.part_3.step_yoffset",               "1"                     },
8213   { "door_1.part_3.step_delay",                 "10"                    },
8214   { "door_1.part_3.start_step",                 "0"                     },
8215   { "door_1.part_3.start_step_opening",         "0"                     },
8216   { "door_1.part_3.start_step_closing",         "0"                     },
8217   { "door_1.part_3.draw_masked",                "true"                  },
8218   { "door_1.part_3.draw_order",                 "4"                     },
8219   { "door_1.part_4.x",                          "0"                     },
8220   { "door_1.part_4.y",                          "203"                   },
8221   { "door_1.part_4.step_xoffset",               "3"                     },
8222   { "door_1.part_4.step_yoffset",               "1"                     },
8223   { "door_1.part_4.step_delay",                 "10"                    },
8224   { "door_1.part_4.start_step",                 "0"                     },
8225   { "door_1.part_4.start_step_opening",         "0"                     },
8226   { "door_1.part_4.start_step_closing",         "0"                     },
8227   { "door_1.part_4.draw_masked",                "true"                  },
8228   { "door_1.part_4.draw_order",                 "6"                     },
8229   { "door_1.part_5.x",                          "0"                     },
8230   { "door_1.part_5.y",                          "0"                     },
8231   { "door_1.part_5.step_xoffset",               "-3"                    },
8232   { "door_1.part_5.step_yoffset",               "-1"                    },
8233   { "door_1.part_5.step_delay",                 "10"                    },
8234   { "door_1.part_5.start_step",                 "0"                     },
8235   { "door_1.part_5.start_step_opening",         "0"                     },
8236   { "door_1.part_5.start_step_closing",         "0"                     },
8237   { "door_1.part_5.draw_masked",                "true"                  },
8238   { "door_1.part_5.draw_order",                 "1"                     },
8239   { "door_1.part_6.x",                          "0"                     },
8240   { "door_1.part_6.y",                          "77"                    },
8241   { "door_1.part_6.step_xoffset",               "-3"                    },
8242   { "door_1.part_6.step_yoffset",               "-1"                    },
8243   { "door_1.part_6.step_delay",                 "10"                    },
8244   { "door_1.part_6.start_step",                 "0"                     },
8245   { "door_1.part_6.start_step_opening",         "0"                     },
8246   { "door_1.part_6.start_step_closing",         "0"                     },
8247   { "door_1.part_6.draw_masked",                "true"                  },
8248   { "door_1.part_6.draw_order",                 "7"                     },
8249   { "door_1.part_7.x",                          "0"                     },
8250   { "door_1.part_7.y",                          "140"                   },
8251   { "door_1.part_7.step_xoffset",               "-3"                    },
8252   { "door_1.part_7.step_yoffset",               "-1"                    },
8253   { "door_1.part_7.step_delay",                 "10"                    },
8254   { "door_1.part_7.start_step",                 "0"                     },
8255   { "door_1.part_7.start_step_opening",         "0"                     },
8256   { "door_1.part_7.start_step_closing",         "0"                     },
8257   { "door_1.part_7.draw_masked",                "true"                  },
8258   { "door_1.part_7.draw_order",                 "2"                     },
8259   { "door_1.part_8.x",                          "0"                     },
8260   { "door_1.part_8.y",                          "203"                   },
8261   { "door_1.part_8.step_xoffset",               "-3"                    },
8262   { "door_1.part_8.step_yoffset",               "-1"                    },
8263   { "door_1.part_8.step_delay",                 "10"                    },
8264   { "door_1.part_8.start_step",                 "0"                     },
8265   { "door_1.part_8.start_step_opening",         "0"                     },
8266   { "door_1.part_8.start_step_closing",         "0"                     },
8267   { "door_1.part_8.draw_masked",                "true"                  },
8268   { "door_1.part_8.draw_order",                 "8"                     },
8269
8270   { "door_2.part_1.x",                          "0"                     },
8271   { "door_2.part_1.y",                          "0"                     },
8272   { "door_2.part_1.step_xoffset",               "3"                     },
8273   { "door_2.part_1.step_yoffset",               "1"                     },
8274   { "door_2.part_1.step_delay",                 "10"                    },
8275   { "door_2.part_1.start_step",                 "0"                     },
8276   { "door_2.part_1.start_step_opening",         "0"                     },
8277   { "door_2.part_1.start_step_closing",         "0"                     },
8278   { "door_2.part_1.draw_masked",                "true"                  },
8279   { "door_2.part_1.draw_order",                 "2"                     },
8280   { "door_2.part_2.x",                          "0"                     },
8281   { "door_2.part_2.y",                          "50"                    },
8282   { "door_2.part_2.step_xoffset",               "3"                     },
8283   { "door_2.part_2.step_yoffset",               "1"                     },
8284   { "door_2.part_2.step_delay",                 "10"                    },
8285   { "door_2.part_2.start_step",                 "0"                     },
8286   { "door_2.part_2.start_step_opening",         "0"                     },
8287   { "door_2.part_2.start_step_closing",         "0"                     },
8288   { "door_2.part_2.draw_masked",                "true"                  },
8289   { "door_2.part_2.draw_order",                 "3"                     },
8290   { "door_2.part_3.x",                          "0"                     },
8291   { "door_2.part_3.y",                          "0"                     },
8292   { "door_2.part_3.step_xoffset",               "-3"                    },
8293   { "door_2.part_3.step_yoffset",               "-1"                    },
8294   { "door_2.part_3.step_delay",                 "10"                    },
8295   { "door_2.part_3.start_step",                 "0"                     },
8296   { "door_2.part_3.start_step_opening",         "0"                     },
8297   { "door_2.part_3.start_step_closing",         "0"                     },
8298   { "door_2.part_3.draw_masked",                "true"                  },
8299   { "door_2.part_3.draw_order",                 "1"                     },
8300   { "door_2.part_4.x",                          "0"                     },
8301   { "door_2.part_4.y",                          "50"                    },
8302   { "door_2.part_4.step_xoffset",               "-3"                    },
8303   { "door_2.part_4.step_yoffset",               "-1"                    },
8304   { "door_2.part_4.step_delay",                 "10"                    },
8305   { "door_2.part_4.start_step",                 "0"                     },
8306   { "door_2.part_4.start_step_opening",         "0"                     },
8307   { "door_2.part_4.start_step_closing",         "0"                     },
8308   { "door_2.part_4.draw_masked",                "true"                  },
8309   { "door_2.part_4.draw_order",                 "4"                     },
8310   { "door_2.part_5.x",                          "-1"                    },
8311   { "door_2.part_5.y",                          "-1"                    },
8312   { "door_2.part_5.step_xoffset",               "0"                     },
8313   { "door_2.part_5.step_yoffset",               "0"                     },
8314   { "door_2.part_5.step_delay",                 "0"                     },
8315   { "door_2.part_5.start_step",                 "0"                     },
8316   { "door_2.part_5.start_step_opening",         "0"                     },
8317   { "door_2.part_5.start_step_closing",         "0"                     },
8318   { "door_2.part_5.draw_masked",                "true"                  },
8319   { "door_2.part_5.draw_order",                 "0"                     },
8320   { "door_2.part_6.x",                          "-1"                    },
8321   { "door_2.part_6.y",                          "-1"                    },
8322   { "door_2.part_6.step_xoffset",               "0"                     },
8323   { "door_2.part_6.step_yoffset",               "0"                     },
8324   { "door_2.part_6.step_delay",                 "0"                     },
8325   { "door_2.part_6.start_step",                 "0"                     },
8326   { "door_2.part_6.start_step_opening",         "0"                     },
8327   { "door_2.part_6.start_step_closing",         "0"                     },
8328   { "door_2.part_6.draw_masked",                "true"                  },
8329   { "door_2.part_6.draw_order",                 "0"                     },
8330   { "door_2.part_7.x",                          "-1"                    },
8331   { "door_2.part_7.y",                          "-1"                    },
8332   { "door_2.part_7.step_xoffset",               "0"                     },
8333   { "door_2.part_7.step_yoffset",               "0"                     },
8334   { "door_2.part_7.step_delay",                 "0"                     },
8335   { "door_2.part_7.start_step",                 "0"                     },
8336   { "door_2.part_7.start_step_opening",         "0"                     },
8337   { "door_2.part_7.start_step_closing",         "0"                     },
8338   { "door_2.part_7.draw_masked",                "true"                  },
8339   { "door_2.part_7.draw_order",                 "0"                     },
8340   { "door_2.part_8.x",                          "-1"                    },
8341   { "door_2.part_8.y",                          "-1"                    },
8342   { "door_2.part_8.step_xoffset",               "0"                     },
8343   { "door_2.part_8.step_yoffset",               "0"                     },
8344   { "door_2.part_8.step_delay",                 "0"                     },
8345   { "door_2.part_8.start_step",                 "0"                     },
8346   { "door_2.part_8.start_step_opening",         "0"                     },
8347   { "door_2.part_8.start_step_closing",         "0"                     },
8348   { "door_2.part_8.draw_masked",                "true"                  },
8349   { "door_2.part_8.draw_order",                 "0"                     },
8350
8351   { "door_1.panel.x",                           "0"                     },
8352   { "door_1.panel.y",                           "0"                     },
8353   { "door_1.panel.step_xoffset",                "0"                     },
8354   { "door_1.panel.step_yoffset",                "1"                     },
8355   { "door_1.panel.step_delay",                  "10"                    },
8356   { "door_1.panel.start_step",                  "246"                   },
8357   { "door_1.panel.start_step_opening",          "0"                     },
8358   { "door_1.panel.start_step_closing",          "0"                     },
8359   { "door_1.panel.draw_masked",                 "false"                 },
8360   { "door_1.panel.draw_order",                  "0"                     },
8361
8362   { "door_2.panel.x",                           "0"                     },
8363   { "door_2.panel.y",                           "0"                     },
8364   { "door_2.panel.step_xoffset",                "0"                     },
8365   { "door_2.panel.step_yoffset",                "1"                     },
8366   { "door_2.panel.step_delay",                  "10"                    },
8367   { "door_2.panel.start_step",                  "66"                    },
8368   { "door_2.panel.start_step_opening",          "0"                     },
8369   { "door_2.panel.start_step_closing",          "0"                     },
8370   { "door_2.panel.draw_masked",                 "false"                 },
8371   { "door_2.panel.draw_order",                  "0"                     },
8372
8373   { "door_1.width",                             "-1"                    },
8374   { "door_1.height",                            "-1"                    },
8375   { "door_1.step_offset",                       "2"                     },
8376   { "door_1.step_delay",                        "10"                    },
8377   { "door_1.post_delay",                        "100"                   },
8378   { "door_1.anim_mode",                         "default"               },
8379
8380   { "door_2.width",                             "-1"                    },
8381   { "door_2.height",                            "-1"                    },
8382   { "door_2.step_offset",                       "2"                     },
8383   { "door_2.step_delay",                        "10"                    },
8384   { "door_2.post_delay",                        "100"                   },
8385   { "door_2.anim_mode",                         "default"               },
8386
8387   { "game.panel.level_number.x",                "51"                    },
8388   { "game.panel.level_number.y",                "20"                    },
8389   { "game.panel.level_number.align",            "center"                },
8390   { "game.panel.level_number.valign",           "top"                   },
8391   { "game.panel.level_number.digits",           "-1"                    },
8392   { "game.panel.level_number.font",             "font.text_2"           },
8393   { "game.panel.level_number.font_narrow",      "font.text_1"           },
8394   { "game.panel.level_number.draw_masked",      "true"                  },
8395   { "game.panel.level_number.draw_order",       "0"                     },
8396   { "game.panel.level_number.class",            "none"                  },
8397   { "game.panel.level_number.style",            "none"                  },
8398
8399   { "game.panel.gems.x",                        "50"                    },
8400   { "game.panel.gems.y",                        "54"                    },
8401   { "game.panel.gems.align",                    "center"                },
8402   { "game.panel.gems.valign",                   "top"                   },
8403   { "game.panel.gems.digits",                   "3"                     },
8404   { "game.panel.gems.font",                     "font.text_2"           },
8405   { "game.panel.gems.draw_masked",              "true"                  },
8406   { "game.panel.gems.draw_order",               "0"                     },
8407   { "game.panel.gems.class",                    "none"                  },
8408   { "game.panel.gems.style",                    "none"                  },
8409
8410   { "game.panel.inventory_count.x",             "50"                    },
8411   { "game.panel.inventory_count.y",             "89"                    },
8412   { "game.panel.inventory_count.align",         "center"                },
8413   { "game.panel.inventory_count.valign",        "top"                   },
8414   { "game.panel.inventory_count.digits",        "3"                     },
8415   { "game.panel.inventory_count.font",          "font.text_2"           },
8416   { "game.panel.inventory_count.draw_masked",   "true"                  },
8417   { "game.panel.inventory_count.draw_order",    "0"                     },
8418   { "game.panel.inventory_count.class",         "none"                  },
8419   { "game.panel.inventory_count.style",         "none"                  },
8420
8421   { "game.panel.inventory_first_1.x",           "-1"                    },
8422   { "game.panel.inventory_first_1.y",           "-1"                    },
8423   { "game.panel.inventory_first_1.tile_size",   "16"                    },
8424   { "game.panel.inventory_first_1.draw_masked", "false"                 },
8425   { "game.panel.inventory_first_1.draw_order",  "0"                     },
8426   { "game.panel.inventory_first_1.class",       "none"                  },
8427   { "game.panel.inventory_first_1.style",       "none"                  },
8428   { "game.panel.inventory_first_2.x",           "-1"                    },
8429   { "game.panel.inventory_first_2.y",           "-1"                    },
8430   { "game.panel.inventory_first_2.tile_size",   "16"                    },
8431   { "game.panel.inventory_first_2.draw_masked", "false"                 },
8432   { "game.panel.inventory_first_2.draw_order",  "0"                     },
8433   { "game.panel.inventory_first_2.class",       "none"                  },
8434   { "game.panel.inventory_first_2.style",       "none"                  },
8435   { "game.panel.inventory_first_3.x",           "-1"                    },
8436   { "game.panel.inventory_first_3.y",           "-1"                    },
8437   { "game.panel.inventory_first_3.tile_size",   "16"                    },
8438   { "game.panel.inventory_first_3.draw_masked", "false"                 },
8439   { "game.panel.inventory_first_3.draw_order",  "0"                     },
8440   { "game.panel.inventory_first_3.class",       "none"                  },
8441   { "game.panel.inventory_first_3.style",       "none"                  },
8442   { "game.panel.inventory_first_4.x",           "-1"                    },
8443   { "game.panel.inventory_first_4.y",           "-1"                    },
8444   { "game.panel.inventory_first_4.tile_size",   "16"                    },
8445   { "game.panel.inventory_first_4.draw_masked", "false"                 },
8446   { "game.panel.inventory_first_4.draw_order",  "0"                     },
8447   { "game.panel.inventory_first_4.class",       "none"                  },
8448   { "game.panel.inventory_first_4.style",       "none"                  },
8449   { "game.panel.inventory_first_5.x",           "-1"                    },
8450   { "game.panel.inventory_first_5.y",           "-1"                    },
8451   { "game.panel.inventory_first_5.tile_size",   "16"                    },
8452   { "game.panel.inventory_first_5.draw_masked", "false"                 },
8453   { "game.panel.inventory_first_5.draw_order",  "0"                     },
8454   { "game.panel.inventory_first_5.class",       "none"                  },
8455   { "game.panel.inventory_first_5.style",       "none"                  },
8456   { "game.panel.inventory_first_6.x",           "-1"                    },
8457   { "game.panel.inventory_first_6.y",           "-1"                    },
8458   { "game.panel.inventory_first_6.tile_size",   "16"                    },
8459   { "game.panel.inventory_first_6.draw_masked", "false"                 },
8460   { "game.panel.inventory_first_6.draw_order",  "0"                     },
8461   { "game.panel.inventory_first_6.class",       "none"                  },
8462   { "game.panel.inventory_first_6.style",       "none"                  },
8463   { "game.panel.inventory_first_7.x",           "-1"                    },
8464   { "game.panel.inventory_first_7.y",           "-1"                    },
8465   { "game.panel.inventory_first_7.tile_size",   "16"                    },
8466   { "game.panel.inventory_first_7.draw_masked", "false"                 },
8467   { "game.panel.inventory_first_7.draw_order",  "0"                     },
8468   { "game.panel.inventory_first_7.class",       "none"                  },
8469   { "game.panel.inventory_first_7.style",       "none"                  },
8470   { "game.panel.inventory_first_8.x",           "-1"                    },
8471   { "game.panel.inventory_first_8.y",           "-1"                    },
8472   { "game.panel.inventory_first_8.tile_size",   "16"                    },
8473   { "game.panel.inventory_first_8.draw_masked", "false"                 },
8474   { "game.panel.inventory_first_8.draw_order",  "0"                     },
8475   { "game.panel.inventory_first_8.class",       "none"                  },
8476   { "game.panel.inventory_first_8.style",       "none"                  },
8477
8478   { "game.panel.inventory_last_1.x",            "-1"                    },
8479   { "game.panel.inventory_last_1.y",            "-1"                    },
8480   { "game.panel.inventory_last_1.tile_size",    "16"                    },
8481   { "game.panel.inventory_last_1.draw_masked",  "false"                 },
8482   { "game.panel.inventory_last_1.draw_order",   "0"                     },
8483   { "game.panel.inventory_last_1.class",        "none"                  },
8484   { "game.panel.inventory_last_1.style",        "none"                  },
8485   { "game.panel.inventory_last_2.x",            "-1"                    },
8486   { "game.panel.inventory_last_2.y",            "-1"                    },
8487   { "game.panel.inventory_last_2.tile_size",    "16"                    },
8488   { "game.panel.inventory_last_2.draw_masked",  "false"                 },
8489   { "game.panel.inventory_last_2.draw_order",   "0"                     },
8490   { "game.panel.inventory_last_2.class",        "none"                  },
8491   { "game.panel.inventory_last_2.style",        "none"                  },
8492   { "game.panel.inventory_last_3.x",            "-1"                    },
8493   { "game.panel.inventory_last_3.y",            "-1"                    },
8494   { "game.panel.inventory_last_3.tile_size",    "16"                    },
8495   { "game.panel.inventory_last_3.draw_masked",  "false"                 },
8496   { "game.panel.inventory_last_3.draw_order",   "0"                     },
8497   { "game.panel.inventory_last_3.class",        "none"                  },
8498   { "game.panel.inventory_last_3.style",        "none"                  },
8499   { "game.panel.inventory_last_4.x",            "-1"                    },
8500   { "game.panel.inventory_last_4.y",            "-1"                    },
8501   { "game.panel.inventory_last_4.tile_size",    "16"                    },
8502   { "game.panel.inventory_last_4.draw_masked",  "false"                 },
8503   { "game.panel.inventory_last_4.draw_order",   "0"                     },
8504   { "game.panel.inventory_last_4.class",        "none"                  },
8505   { "game.panel.inventory_last_4.style",        "none"                  },
8506   { "game.panel.inventory_last_5.x",            "-1"                    },
8507   { "game.panel.inventory_last_5.y",            "-1"                    },
8508   { "game.panel.inventory_last_5.tile_size",    "16"                    },
8509   { "game.panel.inventory_last_5.draw_masked",  "false"                 },
8510   { "game.panel.inventory_last_5.draw_order",   "0"                     },
8511   { "game.panel.inventory_last_5.class",        "none"                  },
8512   { "game.panel.inventory_last_5.style",        "none"                  },
8513   { "game.panel.inventory_last_6.x",            "-1"                    },
8514   { "game.panel.inventory_last_6.y",            "-1"                    },
8515   { "game.panel.inventory_last_6.tile_size",    "16"                    },
8516   { "game.panel.inventory_last_6.draw_masked",  "false"                 },
8517   { "game.panel.inventory_last_6.draw_order",   "0"                     },
8518   { "game.panel.inventory_last_6.class",        "none"                  },
8519   { "game.panel.inventory_last_6.style",        "none"                  },
8520   { "game.panel.inventory_last_7.x",            "-1"                    },
8521   { "game.panel.inventory_last_7.y",            "-1"                    },
8522   { "game.panel.inventory_last_7.tile_size",    "16"                    },
8523   { "game.panel.inventory_last_7.draw_masked",  "false"                 },
8524   { "game.panel.inventory_last_7.draw_order",   "0"                     },
8525   { "game.panel.inventory_last_7.class",        "none"                  },
8526   { "game.panel.inventory_last_7.style",        "none"                  },
8527   { "game.panel.inventory_last_8.x",            "-1"                    },
8528   { "game.panel.inventory_last_8.y",            "-1"                    },
8529   { "game.panel.inventory_last_8.tile_size",    "16"                    },
8530   { "game.panel.inventory_last_8.draw_masked",  "false"                 },
8531   { "game.panel.inventory_last_8.draw_order",   "0"                     },
8532   { "game.panel.inventory_last_8.class",        "none"                  },
8533   { "game.panel.inventory_last_8.style",        "none"                  },
8534
8535   { "game.panel.key_1.x",                       "18"                    },
8536   { "game.panel.key_1.y",                       "123"                   },
8537   { "game.panel.key_1.tile_size",               "16"                    },
8538   { "game.panel.key_1.draw_masked",             "false"                 },
8539   { "game.panel.key_1.draw_order",              "0"                     },
8540   { "game.panel.key_1.class",                   "none"                  },
8541   { "game.panel.key_1.style",                   "none"                  },
8542   { "game.panel.key_2.x",                       "34"                    },
8543   { "game.panel.key_2.y",                       "123"                   },
8544   { "game.panel.key_2.tile_size",               "16"                    },
8545   { "game.panel.key_2.draw_masked",             "false"                 },
8546   { "game.panel.key_2.draw_order",              "0"                     },
8547   { "game.panel.key_2.class",                   "none"                  },
8548   { "game.panel.key_2.style",                   "none"                  },
8549   { "game.panel.key_3.x",                       "50"                    },
8550   { "game.panel.key_3.y",                       "123"                   },
8551   { "game.panel.key_3.tile_size",               "16"                    },
8552   { "game.panel.key_3.draw_masked",             "false"                 },
8553   { "game.panel.key_3.draw_order",              "0"                     },
8554   { "game.panel.key_3.class",                   "none"                  },
8555   { "game.panel.key_3.style",                   "none"                  },
8556   { "game.panel.key_4.x",                       "66"                    },
8557   { "game.panel.key_4.y",                       "123"                   },
8558   { "game.panel.key_4.tile_size",               "16"                    },
8559   { "game.panel.key_4.draw_masked",             "false"                 },
8560   { "game.panel.key_4.draw_order",              "0"                     },
8561   { "game.panel.key_4.class",                   "none"                  },
8562   { "game.panel.key_4.style",                   "none"                  },
8563   { "game.panel.key_5.x",                       "-1"                    },
8564   { "game.panel.key_5.y",                       "-1"                    },
8565   { "game.panel.key_5.tile_size",               "16"                    },
8566   { "game.panel.key_5.draw_masked",             "false"                 },
8567   { "game.panel.key_5.draw_order",              "0"                     },
8568   { "game.panel.key_5.class",                   "none"                  },
8569   { "game.panel.key_5.style",                   "none"                  },
8570   { "game.panel.key_6.x",                       "-1"                    },
8571   { "game.panel.key_6.y",                       "-1"                    },
8572   { "game.panel.key_6.tile_size",               "16"                    },
8573   { "game.panel.key_6.draw_masked",             "false"                 },
8574   { "game.panel.key_6.draw_order",              "0"                     },
8575   { "game.panel.key_6.class",                   "none"                  },
8576   { "game.panel.key_6.style",                   "none"                  },
8577   { "game.panel.key_7.x",                       "-1"                    },
8578   { "game.panel.key_7.y",                       "-1"                    },
8579   { "game.panel.key_7.tile_size",               "16"                    },
8580   { "game.panel.key_7.draw_masked",             "false"                 },
8581   { "game.panel.key_7.draw_order",              "0"                     },
8582   { "game.panel.key_7.class",                   "none"                  },
8583   { "game.panel.key_7.style",                   "none"                  },
8584   { "game.panel.key_8.x",                       "-1"                    },
8585   { "game.panel.key_8.y",                       "-1"                    },
8586   { "game.panel.key_8.tile_size",               "16"                    },
8587   { "game.panel.key_8.draw_masked",             "false"                 },
8588   { "game.panel.key_8.draw_order",              "0"                     },
8589   { "game.panel.key_8.class",                   "none"                  },
8590   { "game.panel.key_8.style",                   "none"                  },
8591   { "game.panel.key_white.x",                   "-1"                    },
8592   { "game.panel.key_white.y",                   "-1"                    },
8593   { "game.panel.key_white.tile_size",           "16"                    },
8594   { "game.panel.key_white.draw_masked",         "false"                 },
8595   { "game.panel.key_white.draw_order",          "0"                     },
8596   { "game.panel.key_white.class",               "none"                  },
8597   { "game.panel.key_white.style",               "none"                  },
8598   { "game.panel.key_white_count.x",             "-1"                    },
8599   { "game.panel.key_white_count.y",             "-1"                    },
8600   { "game.panel.key_white_count.align",         "left"                  },
8601   { "game.panel.key_white_count.valign",        "top"                   },
8602   { "game.panel.key_white_count.digits",        "-1"                    },
8603   { "game.panel.key_white_count.font",          "font.text_2"           },
8604   { "game.panel.key_white_count.draw_masked",   "true"                  },
8605   { "game.panel.key_white_count.draw_order",    "0"                     },
8606   { "game.panel.key_white_count.class",         "none"                  },
8607   { "game.panel.key_white_count.style",         "none"                  },
8608
8609   { "game.panel.score.x",                       "50"                    },
8610   { "game.panel.score.y",                       "159"                   },
8611   { "game.panel.score.align",                   "center"                },
8612   { "game.panel.score.valign",                  "top"                   },
8613   { "game.panel.score.digits",                  "5"                     },
8614   { "game.panel.score.font",                    "font.text_2"           },
8615   { "game.panel.score.draw_masked",             "true"                  },
8616   { "game.panel.score.draw_order",              "0"                     },
8617   { "game.panel.score.class",                   "none"                  },
8618   { "game.panel.score.style",                   "none"                  },
8619
8620   { "game.panel.highscore.x",                   "-1"                    },
8621   { "game.panel.highscore.y",                   "-1"                    },
8622   { "game.panel.highscore.align",               "left"                  },
8623   { "game.panel.highscore.valign",              "top"                   },
8624   { "game.panel.highscore.digits",              "5"                     },
8625   { "game.panel.highscore.font",                "font.text_2"           },
8626   { "game.panel.highscore.draw_masked",         "true"                  },
8627   { "game.panel.highscore.draw_order",          "0"                     },
8628   { "game.panel.highscore.class",               "none"                  },
8629   { "game.panel.highscore.style",               "none"                  },
8630
8631   { "game.panel.time.x",                        "50"                    },
8632   { "game.panel.time.y",                        "194"                   },
8633   { "game.panel.time.align",                    "center"                },
8634   { "game.panel.time.valign",                   "top"                   },
8635   { "game.panel.time.digits",                   "-1"                    },
8636   { "game.panel.time.font",                     "font.text_2"           },
8637   { "game.panel.time.font_narrow",              "font.text_1"           },
8638   { "game.panel.time.draw_masked",              "true"                  },
8639   { "game.panel.time.draw_order",               "0"                     },
8640   { "game.panel.time.class",                    "none"                  },
8641   { "game.panel.time.style",                    "none"                  },
8642
8643   { "game.panel.time_hh.x",                     "-1"                    },
8644   { "game.panel.time_hh.y",                     "-1"                    },
8645   { "game.panel.time_hh.align",                 "left"                  },
8646   { "game.panel.time_hh.valign",                "top"                   },
8647   { "game.panel.time_hh.digits",                "2"                     },
8648   { "game.panel.time_hh.font",                  "font.text_2"           },
8649   { "game.panel.time_hh.draw_masked",           "true"                  },
8650   { "game.panel.time_hh.draw_order",            "0"                     },
8651   { "game.panel.time_hh.class",                 "none"                  },
8652   { "game.panel.time_hh.style",                 "none"                  },
8653   { "game.panel.time_mm.x",                     "-1"                    },
8654   { "game.panel.time_mm.y",                     "-1"                    },
8655   { "game.panel.time_mm.align",                 "left"                  },
8656   { "game.panel.time_mm.valign",                "top"                   },
8657   { "game.panel.time_mm.digits",                "2"                     },
8658   { "game.panel.time_mm.font",                  "font.text_2"           },
8659   { "game.panel.time_mm.draw_masked",           "true"                  },
8660   { "game.panel.time_mm.draw_order",            "0"                     },
8661   { "game.panel.time_mm.class",                 "none"                  },
8662   { "game.panel.time_mm.style",                 "none"                  },
8663   { "game.panel.time_ss.x",                     "-1"                    },
8664   { "game.panel.time_ss.y",                     "-1"                    },
8665   { "game.panel.time_ss.align",                 "left"                  },
8666   { "game.panel.time_ss.valign",                "top"                   },
8667   { "game.panel.time_ss.digits",                "2"                     },
8668   { "game.panel.time_ss.font",                  "font.text_2"           },
8669   { "game.panel.time_ss.draw_masked",           "true"                  },
8670   { "game.panel.time_ss.draw_order",            "0"                     },
8671   { "game.panel.time_ss.class",                 "none"                  },
8672   { "game.panel.time_ss.style",                 "none"                  },
8673
8674   { "game.panel.time_anim.x",                   "5"                     },
8675   { "game.panel.time_anim.y",                   "72"                    },
8676   { "game.panel.time_anim.direction",           "right"                 },
8677   { "game.panel.time_anim.class",               "mm_engine_only"        },
8678   { "game.panel.time_anim.style",               "none"                  },
8679
8680   { "game.panel.health.x",                      "-1"                    },
8681   { "game.panel.health.y",                      "-1"                    },
8682   { "game.panel.health.align",                  "center"                },
8683   { "game.panel.health.valign",                 "top"                   },
8684   { "game.panel.health.digits",                 "-1"                    },
8685   { "game.panel.health.font",                   "font.text_2"           },
8686   { "game.panel.health.font_narrow",            "font.text_1"           },
8687   { "game.panel.health.draw_masked",            "true"                  },
8688   { "game.panel.health.draw_order",             "0"                     },
8689   { "game.panel.health.class",                  "none"                  },
8690   { "game.panel.health.style",                  "none"                  },
8691
8692   { "game.panel.health_anim.x",                 "5"                     },
8693   { "game.panel.health_anim.y",                 "107"                   },
8694   { "game.panel.health_anim.direction",         "right"                 },
8695   { "game.panel.health_anim.class",             "mm_engine_only"        },
8696   { "game.panel.health_anim.style",             "reverse"               },
8697
8698   { "game.panel.frame.x",                       "-1"                    },
8699   { "game.panel.frame.y",                       "-1"                    },
8700   { "game.panel.frame.align",                   "left"                  },
8701   { "game.panel.frame.valign",                  "top"                   },
8702   { "game.panel.frame.digits",                  "-1"                    },
8703   { "game.panel.frame.font",                    "font.text_2"           },
8704   { "game.panel.frame.draw_masked",             "true"                  },
8705   { "game.panel.frame.draw_order",              "0"                     },
8706   { "game.panel.frame.class",                   "none"                  },
8707   { "game.panel.frame.style",                   "none"                  },
8708
8709   { "game.panel.shield_normal.x",               "-1"                    },
8710   { "game.panel.shield_normal.y",               "-1"                    },
8711   { "game.panel.shield_normal.tile_size",       "16"                    },
8712   { "game.panel.shield_normal.draw_masked",     "false"                 },
8713   { "game.panel.shield_normal.draw_order",      "0"                     },
8714   { "game.panel.shield_normal_time.x",          "-1"                    },
8715   { "game.panel.shield_normal_time.y",          "-1"                    },
8716   { "game.panel.shield_normal_time.align",      "left"                  },
8717   { "game.panel.shield_normal_time.valign",     "top"                   },
8718   { "game.panel.shield_normal_time.digits",     "-1"                    },
8719   { "game.panel.shield_normal_time.font",       "font.text_2"           },
8720   { "game.panel.shield_normal_time.draw_masked", "true"                 },
8721   { "game.panel.shield_normal_time.draw_order", "0"                     },
8722   { "game.panel.shield_normal_time.class",      "none"                  },
8723   { "game.panel.shield_normal_time.style",      "none"                  },
8724   { "game.panel.shield_deadly.x",               "-1"                    },
8725   { "game.panel.shield_deadly.y",               "-1"                    },
8726   { "game.panel.shield_deadly.tile_size",       "16"                    },
8727   { "game.panel.shield_deadly.draw_masked",     "false"                 },
8728   { "game.panel.shield_deadly.draw_order",      "0"                     },
8729   { "game.panel.shield_deadly_time.x",          "-1"                    },
8730   { "game.panel.shield_deadly_time.y",          "-1"                    },
8731   { "game.panel.shield_deadly_time.align",      "left"                  },
8732   { "game.panel.shield_deadly_time.valign",     "top"                   },
8733   { "game.panel.shield_deadly_time.digits",     "-1"                    },
8734   { "game.panel.shield_deadly_time.font",       "font.text_2"           },
8735   { "game.panel.shield_deadly_time.draw_masked","true"                  },
8736   { "game.panel.shield_deadly_time.draw_order", "0"                     },
8737   { "game.panel.shield_deadly_time.class",      "none"                  },
8738   { "game.panel.shield_deadly_time.style",      "none"                  },
8739
8740   { "game.panel.exit.x",                        "-1"                    },
8741   { "game.panel.exit.y",                        "-1"                    },
8742   { "game.panel.exit.tile_size",                "16"                    },
8743   { "game.panel.exit.draw_masked",              "false"                 },
8744   { "game.panel.exit.draw_order",               "0"                     },
8745   { "game.panel.exit.class",                    "none"                  },
8746   { "game.panel.exit.style",                    "none"                  },
8747
8748   { "game.panel.emc_magic_ball.x",              "-1"                    },
8749   { "game.panel.emc_magic_ball.y",              "-1"                    },
8750   { "game.panel.emc_magic_ball.tile_size",      "16"                    },
8751   { "game.panel.emc_magic_ball.draw_masked",    "false"                 },
8752   { "game.panel.emc_magic_ball.draw_order",     "0"                     },
8753   { "game.panel.emc_magic_ball_switch.x",       "-1"                    },
8754   { "game.panel.emc_magic_ball_switch.y",       "-1"                    },
8755   { "game.panel.emc_magic_ball_switch.tile_size", "16"                  },
8756   { "game.panel.emc_magic_ball_switch.draw_masked", "true"              },
8757   { "game.panel.emc_magic_ball_switch.draw_order", "0"                  },
8758   { "game.panel.emc_magic_ball_switch.class",   "none"                  },
8759   { "game.panel.emc_magic_ball_switch.style",   "none"                  },
8760
8761   { "game.panel.light_switch.x",                "-1"                    },
8762   { "game.panel.light_switch.y",                "-1"                    },
8763   { "game.panel.light_switch.tile_size",        "16"                    },
8764   { "game.panel.light_switch.draw_masked",      "false"                 },
8765   { "game.panel.light_switch.draw_order",       "0"                     },
8766   { "game.panel.light_switch_time.x",           "-1"                    },
8767   { "game.panel.light_switch_time.y",           "-1"                    },
8768   { "game.panel.light_switch_time.align",       "left"                  },
8769   { "game.panel.light_switch_time.valign",      "top"                   },
8770   { "game.panel.light_switch_time.digits",      "-1"                    },
8771   { "game.panel.light_switch_time.font",        "font.text_2"           },
8772   { "game.panel.light_switch_time.draw_masked", "true"                  },
8773   { "game.panel.light_switch_time.draw_order",  "0"                     },
8774   { "game.panel.light_switch_time.class",       "none"                  },
8775   { "game.panel.light_switch_time.style",       "none"                  },
8776
8777   { "game.panel.timegate_switch.x",             "-1"                    },
8778   { "game.panel.timegate_switch.y",             "-1"                    },
8779   { "game.panel.timegate_switch.tile_size",     "16"                    },
8780   { "game.panel.timegate_switch.draw_masked",   "false"                 },
8781   { "game.panel.timegate_switch.draw_order",    "0"                     },
8782   { "game.panel.timegate_switch_time.x",        "-1"                    },
8783   { "game.panel.timegate_switch_time.y",        "-1"                    },
8784   { "game.panel.timegate_switch_time.align",    "left"                  },
8785   { "game.panel.timegate_switch_time.valign",   "top"                   },
8786   { "game.panel.timegate_switch_time.digits",   "-1"                    },
8787   { "game.panel.timegate_switch_time.font",     "font.text_2"           },
8788   { "game.panel.timegate_switch_time.draw_masked", "true"               },
8789   { "game.panel.timegate_switch_time.draw_order", "0"                   },
8790   { "game.panel.timegate_switch_time.class",    "none"                  },
8791   { "game.panel.timegate_switch_time.style",    "none"                  },
8792
8793   { "game.panel.switchgate_switch.x",           "-1"                    },
8794   { "game.panel.switchgate_switch.y",           "-1"                    },
8795   { "game.panel.switchgate_switch.tile_size",   "16"                    },
8796   { "game.panel.switchgate_switch.draw_masked", "false"                 },
8797   { "game.panel.switchgate_switch.draw_order",  "0"                     },
8798   { "game.panel.switchgate_switch.class",       "none"                  },
8799   { "game.panel.switchgate_switch.style",       "none"                  },
8800
8801   { "game.panel.emc_lenses.x",                  "-1"                    },
8802   { "game.panel.emc_lenses.y",                  "-1"                    },
8803   { "game.panel.emc_lenses.tile_size",          "16"                    },
8804   { "game.panel.emc_lenses.draw_masked",        "false"                 },
8805   { "game.panel.emc_lenses.draw_order",         "0"                     },
8806   { "game.panel.emc_lenses.class",              "none"                  },
8807   { "game.panel.emc_lenses.style",              "none"                  },
8808   { "game.panel.emc_lenses_time.x",             "-1"                    },
8809   { "game.panel.emc_lenses_time.y",             "-1"                    },
8810   { "game.panel.emc_lenses_time.align",         "left"                  },
8811   { "game.panel.emc_lenses_time.valign",        "top"                   },
8812   { "game.panel.emc_lenses_time.digits",        "-1"                    },
8813   { "game.panel.emc_lenses_time.font",          "font.text_2"           },
8814   { "game.panel.emc_lenses_time.draw_masked",   "true"                  },
8815   { "game.panel.emc_lenses_time.draw_order",    "0"                     },
8816   { "game.panel.emc_lenses_time.class",         "none"                  },
8817   { "game.panel.emc_lenses_time.style",         "none"                  },
8818
8819   { "game.panel.emc_magnifier.x",               "-1"                    },
8820   { "game.panel.emc_magnifier.y",               "-1"                    },
8821   { "game.panel.emc_magnifier.tile_size",       "16"                    },
8822   { "game.panel.emc_magnifier.draw_masked",     "false"                 },
8823   { "game.panel.emc_magnifier.draw_order",      "0"                     },
8824   { "game.panel.emc_magnifier.class",           "none"                  },
8825   { "game.panel.emc_magnifier.style",           "none"                  },
8826   { "game.panel.emc_magnifier_time.x",          "-1"                    },
8827   { "game.panel.emc_magnifier_time.y",          "-1"                    },
8828   { "game.panel.emc_magnifier_time.align",      "left"                  },
8829   { "game.panel.emc_magnifier_time.valign",     "top"                   },
8830   { "game.panel.emc_magnifier_time.digits",     "-1"                    },
8831   { "game.panel.emc_magnifier_time.font",       "font.text_2"           },
8832   { "game.panel.emc_magnifier_time.draw_masked","true"                  },
8833   { "game.panel.emc_magnifier_time.draw_order", "0"                     },
8834   { "game.panel.emc_magnifier_time.class",      "none"                  },
8835   { "game.panel.emc_magnifier_time.style",      "none"                  },
8836
8837   { "game.panel.balloon_switch.x",              "-1"                    },
8838   { "game.panel.balloon_switch.y",              "-1"                    },
8839   { "game.panel.balloon_switch.tile_size",      "16"                    },
8840   { "game.panel.balloon_switch.draw_masked",    "false"                 },
8841   { "game.panel.balloon_switch.draw_order",     "0"                     },
8842   { "game.panel.balloon_switch.class",          "none"                  },
8843   { "game.panel.balloon_switch.style",          "none"                  },
8844
8845   { "game.panel.dynabomb_number.x",             "-1"                    },
8846   { "game.panel.dynabomb_number.y",             "-1"                    },
8847   { "game.panel.dynabomb_number.align",         "left"                  },
8848   { "game.panel.dynabomb_number.valign",        "top"                   },
8849   { "game.panel.dynabomb_number.digits",        "-1"                    },
8850   { "game.panel.dynabomb_number.font",          "font.text_2"           },
8851   { "game.panel.dynabomb_number.draw_masked",   "true"                  },
8852   { "game.panel.dynabomb_number.draw_order",    "0"                     },
8853   { "game.panel.dynabomb_number.class",         "none"                  },
8854   { "game.panel.dynabomb_number.style",         "none"                  },
8855   { "game.panel.dynabomb_size.x",               "-1"                    },
8856   { "game.panel.dynabomb_size.y",               "-1"                    },
8857   { "game.panel.dynabomb_size.align",           "left"                  },
8858   { "game.panel.dynabomb_size.valign",          "top"                   },
8859   { "game.panel.dynabomb_size.digits",          "-1"                    },
8860   { "game.panel.dynabomb_size.font",            "font.text_2"           },
8861   { "game.panel.dynabomb_size.draw_masked",     "true"                  },
8862   { "game.panel.dynabomb_size.draw_order",      "0"                     },
8863   { "game.panel.dynabomb_size.class",           "none"                  },
8864   { "game.panel.dynabomb_size.style",           "none"                  },
8865   { "game.panel.dynabomb_power.x",              "-1"                    },
8866   { "game.panel.dynabomb_power.y",              "-1"                    },
8867   { "game.panel.dynabomb_power.tile_size",      "16"                    },
8868   { "game.panel.dynabomb_power.draw_masked",    "false"                 },
8869   { "game.panel.dynabomb_power.draw_order",     "0"                     },
8870   { "game.panel.dynabomb_power.class",          "none"                  },
8871   { "game.panel.dynabomb_power.style",          "none"                  },
8872
8873   { "game.panel.penguins.x",                    "-1"                    },
8874   { "game.panel.penguins.y",                    "-1"                    },
8875   { "game.panel.penguins.align",                "left"                  },
8876   { "game.panel.penguins.valign",               "top"                   },
8877   { "game.panel.penguins.digits",               "-1"                    },
8878   { "game.panel.penguins.font",                 "font.text_2"           },
8879   { "game.panel.penguins.draw_masked",          "true"                  },
8880   { "game.panel.penguins.draw_order",           "0"                     },
8881   { "game.panel.penguins.class",                "none"                  },
8882   { "game.panel.penguins.style",                "none"                  },
8883
8884   { "game.panel.sokoban_objects.x",             "-1"                    },
8885   { "game.panel.sokoban_objects.y",             "-1"                    },
8886   { "game.panel.sokoban_objects.align",         "left"                  },
8887   { "game.panel.sokoban_objects.valign",        "top"                   },
8888   { "game.panel.sokoban_objects.digits",        "-1"                    },
8889   { "game.panel.sokoban_objects.font",          "font.text_2"           },
8890   { "game.panel.sokoban_objects.draw_masked",   "true"                  },
8891   { "game.panel.sokoban_objects.draw_order",    "0"                     },
8892   { "game.panel.sokoban_objects.class",         "none"                  },
8893   { "game.panel.sokoban_objects.style",         "none"                  },
8894   { "game.panel.sokoban_fields.x",              "-1"                    },
8895   { "game.panel.sokoban_fields.y",              "-1"                    },
8896   { "game.panel.sokoban_fields.align",          "left"                  },
8897   { "game.panel.sokoban_fields.valign",         "top"                   },
8898   { "game.panel.sokoban_fields.digits",         "-1"                    },
8899   { "game.panel.sokoban_fields.font",           "font.text_2"           },
8900   { "game.panel.sokoban_fields.draw_masked",    "true"                  },
8901   { "game.panel.sokoban_fields.draw_order",     "0"                     },
8902   { "game.panel.sokoban_fields.class",          "none"                  },
8903   { "game.panel.sokoban_fields.style",          "none"                  },
8904
8905   { "game.panel.robot_wheel.x",                 "-1"                    },
8906   { "game.panel.robot_wheel.y",                 "-1"                    },
8907   { "game.panel.robot_wheel.tile_size",         "16"                    },
8908   { "game.panel.robot_wheel.draw_masked",       "false"                 },
8909   { "game.panel.robot_wheel.draw_order",        "0"                     },
8910   { "game.panel.robot_wheel.class",             "none"                  },
8911   { "game.panel.robot_wheel.style",             "none"                  },
8912
8913   { "game.panel.conveyor_belt_1.x",             "-1"                    },
8914   { "game.panel.conveyor_belt_1.y",             "-1"                    },
8915   { "game.panel.conveyor_belt_1.tile_size",     "16"                    },
8916   { "game.panel.conveyor_belt_1.draw_masked",   "false"                 },
8917   { "game.panel.conveyor_belt_1.draw_order",    "0"                     },
8918   { "game.panel.conveyor_belt_1.class",         "none"                  },
8919   { "game.panel.conveyor_belt_1.style",         "none"                  },
8920   { "game.panel.conveyor_belt_1_switch.x",      "-1"                    },
8921   { "game.panel.conveyor_belt_1_switch.y",      "-1"                    },
8922   { "game.panel.conveyor_belt_1_switch.tile_size", "16"                 },
8923   { "game.panel.conveyor_belt_1_switch.draw_masked", "false"            },
8924   { "game.panel.conveyor_belt_1_switch.draw_order", "0"                 },
8925   { "game.panel.conveyor_belt_1_switch.class",  "none"                  },
8926   { "game.panel.conveyor_belt_1_switch.style",  "none"                  },
8927   { "game.panel.conveyor_belt_2.x",             "-1"                    },
8928   { "game.panel.conveyor_belt_2.y",             "-1"                    },
8929   { "game.panel.conveyor_belt_2.tile_size",     "16"                    },
8930   { "game.panel.conveyor_belt_2.draw_masked",   "false"                 },
8931   { "game.panel.conveyor_belt_2.draw_order",    "0"                     },
8932   { "game.panel.conveyor_belt_2.class",         "none"                  },
8933   { "game.panel.conveyor_belt_2.style",         "none"                  },
8934   { "game.panel.conveyor_belt_2_switch.x",      "-1"                    },
8935   { "game.panel.conveyor_belt_2_switch.y",      "-1"                    },
8936   { "game.panel.conveyor_belt_2_switch.tile_size", "16"                 },
8937   { "game.panel.conveyor_belt_2_switch.draw_masked", "false"            },
8938   { "game.panel.conveyor_belt_2_switch.draw_order", "0"                 },
8939   { "game.panel.conveyor_belt_2_switch.class",  "none"                  },
8940   { "game.panel.conveyor_belt_2_switch.style",  "none"                  },
8941   { "game.panel.conveyor_belt_3.x",             "-1"                    },
8942   { "game.panel.conveyor_belt_3.y",             "-1"                    },
8943   { "game.panel.conveyor_belt_3.tile_size",     "16"                    },
8944   { "game.panel.conveyor_belt_3.draw_masked",   "false"                 },
8945   { "game.panel.conveyor_belt_3.draw_order",    "0"                     },
8946   { "game.panel.conveyor_belt_3.class",         "none"                  },
8947   { "game.panel.conveyor_belt_3.style",         "none"                  },
8948   { "game.panel.conveyor_belt_3_switch.x",      "-1"                    },
8949   { "game.panel.conveyor_belt_3_switch.y",      "-1"                    },
8950   { "game.panel.conveyor_belt_3_switch.tile_size", "16"                 },
8951   { "game.panel.conveyor_belt_3_switch.draw_masked", "false"            },
8952   { "game.panel.conveyor_belt_3_switch.draw_order", "0"                 },
8953   { "game.panel.conveyor_belt_3_switch.class",  "none"                  },
8954   { "game.panel.conveyor_belt_3_switch.style",  "none"                  },
8955   { "game.panel.conveyor_belt_4.x",             "-1"                    },
8956   { "game.panel.conveyor_belt_4.y",             "-1"                    },
8957   { "game.panel.conveyor_belt_4.tile_size",     "16"                    },
8958   { "game.panel.conveyor_belt_4.draw_masked",   "false"                 },
8959   { "game.panel.conveyor_belt_4.draw_order",    "0"                     },
8960   { "game.panel.conveyor_belt_4.class",         "none"                  },
8961   { "game.panel.conveyor_belt_4.style",         "none"                  },
8962   { "game.panel.conveyor_belt_4_switch.x",      "-1"                    },
8963   { "game.panel.conveyor_belt_4_switch.y",      "-1"                    },
8964   { "game.panel.conveyor_belt_4_switch.tile_size", "16"                 },
8965   { "game.panel.conveyor_belt_4_switch.draw_masked", "false"            },
8966   { "game.panel.conveyor_belt_4_switch.draw_order", "0"                 },
8967   { "game.panel.conveyor_belt_4_switch.class",  "none"                  },
8968   { "game.panel.conveyor_belt_4_switch.style",  "none"                  },
8969
8970   { "game.panel.magic_wall.x",                  "-1"                    },
8971   { "game.panel.magic_wall.y",                  "-1"                    },
8972   { "game.panel.magic_wall.tile_size",          "16"                    },
8973   { "game.panel.magic_wall.draw_masked",        "false"                 },
8974   { "game.panel.magic_wall.draw_order",         "0"                     },
8975   { "game.panel.magic_wall.class",              "none"                  },
8976   { "game.panel.magic_wall.style",              "none"                  },
8977   { "game.panel.magic_wall_time.x",             "-1"                    },
8978   { "game.panel.magic_wall_time.y",             "-1"                    },
8979   { "game.panel.magic_wall_time.align",         "left"                  },
8980   { "game.panel.magic_wall_time.valign",        "top"                   },
8981   { "game.panel.magic_wall_time.digits",        "-1"                    },
8982   { "game.panel.magic_wall_time.font",          "font.text_2"           },
8983   { "game.panel.magic_wall_time.draw_masked",   "true"                  },
8984   { "game.panel.magic_wall_time.draw_order",    "0"                     },
8985   { "game.panel.magic_wall_time.class",         "none"                  },
8986   { "game.panel.magic_wall_time.style",         "none"                  },
8987
8988   { "game.panel.gravity_state.x",               "-1"                    },
8989   { "game.panel.gravity_state.y",               "-1"                    },
8990   { "game.panel.gravity_state.align",           "left"                  },
8991   { "game.panel.gravity_state.valign",          "top"                   },
8992   { "game.panel.gravity_state.chars",           "-1"                    },
8993   { "game.panel.gravity_state.font",            "font.text_1"           },
8994   { "game.panel.gravity_state.font_active",     "font.text_2"           },
8995   { "game.panel.gravity_state.draw_masked",     "true"                  },
8996   { "game.panel.gravity_state.draw_order",      "0"                     },
8997   { "game.panel.gravity_state.class",           "none"                  },
8998   { "game.panel.gravity_state.style",           "none"                  },
8999
9000   { "game.panel.graphic_1.x",                   "-1"                    },
9001   { "game.panel.graphic_1.y",                   "-1"                    },
9002   { "game.panel.graphic_1.draw_masked",         "true"                  },
9003   { "game.panel.graphic_1.draw_order",          "0"                     },
9004   { "game.panel.graphic_1.class",               "none"                  },
9005   { "game.panel.graphic_1.style",               "none"                  },
9006   { "game.panel.graphic_2.x",                   "-1"                    },
9007   { "game.panel.graphic_2.y",                   "-1"                    },
9008   { "game.panel.graphic_2.draw_masked",         "true"                  },
9009   { "game.panel.graphic_2.draw_order",          "0"                     },
9010   { "game.panel.graphic_2.class",               "none"                  },
9011   { "game.panel.graphic_2.style",               "none"                  },
9012   { "game.panel.graphic_3.x",                   "-1"                    },
9013   { "game.panel.graphic_3.y",                   "-1"                    },
9014   { "game.panel.graphic_3.draw_masked",         "true"                  },
9015   { "game.panel.graphic_3.draw_order",          "0"                     },
9016   { "game.panel.graphic_3.class",               "none"                  },
9017   { "game.panel.graphic_3.style",               "none"                  },
9018   { "game.panel.graphic_4.x",                   "-1"                    },
9019   { "game.panel.graphic_4.y",                   "-1"                    },
9020   { "game.panel.graphic_4.draw_masked",         "true"                  },
9021   { "game.panel.graphic_4.draw_order",          "0"                     },
9022   { "game.panel.graphic_4.class",               "none"                  },
9023   { "game.panel.graphic_4.style",               "none"                  },
9024   { "game.panel.graphic_5.x",                   "-1"                    },
9025   { "game.panel.graphic_5.y",                   "-1"                    },
9026   { "game.panel.graphic_5.draw_masked",         "true"                  },
9027   { "game.panel.graphic_5.draw_order",          "0"                     },
9028   { "game.panel.graphic_5.class",               "none"                  },
9029   { "game.panel.graphic_5.style",               "none"                  },
9030   { "game.panel.graphic_6.x",                   "-1"                    },
9031   { "game.panel.graphic_6.y",                   "-1"                    },
9032   { "game.panel.graphic_6.draw_masked",         "true"                  },
9033   { "game.panel.graphic_6.draw_order",          "0"                     },
9034   { "game.panel.graphic_6.class",               "none"                  },
9035   { "game.panel.graphic_6.style",               "none"                  },
9036   { "game.panel.graphic_7.x",                   "-1"                    },
9037   { "game.panel.graphic_7.y",                   "-1"                    },
9038   { "game.panel.graphic_7.draw_masked",         "true"                  },
9039   { "game.panel.graphic_7.draw_order",          "0"                     },
9040   { "game.panel.graphic_7.class",               "none"                  },
9041   { "game.panel.graphic_7.style",               "none"                  },
9042   { "game.panel.graphic_8.x",                   "-1"                    },
9043   { "game.panel.graphic_8.y",                   "-1"                    },
9044   { "game.panel.graphic_8.draw_masked",         "true"                  },
9045   { "game.panel.graphic_8.draw_order",          "0"                     },
9046   { "game.panel.graphic_8.class",               "none"                  },
9047   { "game.panel.graphic_8.style",               "none"                  },
9048
9049   { "game.panel.element_1.x",                   "-1"                    },
9050   { "game.panel.element_1.y",                   "-1"                    },
9051   { "game.panel.element_1.tile_size",           "16"                    },
9052   { "game.panel.element_1.element",             "empty_space"           },
9053   { "game.panel.element_1.draw_masked",         "false"                 },
9054   { "game.panel.element_1.draw_order",          "0"                     },
9055   { "game.panel.element_1.class",               "none"                  },
9056   { "game.panel.element_1.style",               "none"                  },
9057   { "game.panel.element_1_count.x",             "-1"                    },
9058   { "game.panel.element_1_count.y",             "-1"                    },
9059   { "game.panel.element_1_count.align",         "left"                  },
9060   { "game.panel.element_1_count.valign",        "top"                   },
9061   { "game.panel.element_1_count.digits",        "-1"                    },
9062   { "game.panel.element_1_count.font",          "font.text_2"           },
9063   { "game.panel.element_1_count.element",       "empty_space"           },
9064   { "game.panel.element_1_count.draw_masked",   "true"                  },
9065   { "game.panel.element_1_count.draw_order",    "0"                     },
9066   { "game.panel.element_1_count.class",         "none"                  },
9067   { "game.panel.element_1_count.style",         "none"                  },
9068   { "game.panel.element_2.x",                   "-1"                    },
9069   { "game.panel.element_2.y",                   "-1"                    },
9070   { "game.panel.element_2.tile_size",           "16"                    },
9071   { "game.panel.element_2.element",             "empty_space"           },
9072   { "game.panel.element_2.draw_masked",         "false"                 },
9073   { "game.panel.element_2.draw_order",          "0"                     },
9074   { "game.panel.element_2.class",               "none"                  },
9075   { "game.panel.element_2.style",               "none"                  },
9076   { "game.panel.element_2_count.x",             "-1"                    },
9077   { "game.panel.element_2_count.y",             "-1"                    },
9078   { "game.panel.element_2_count.align",         "left"                  },
9079   { "game.panel.element_2_count.valign",        "top"                   },
9080   { "game.panel.element_2_count.digits",        "-1"                    },
9081   { "game.panel.element_2_count.font",          "font.text_2"           },
9082   { "game.panel.element_2_count.element",       "empty_space"           },
9083   { "game.panel.element_2_count.draw_masked",   "true"                  },
9084   { "game.panel.element_2_count.draw_order",    "0"                     },
9085   { "game.panel.element_2_count.class",         "none"                  },
9086   { "game.panel.element_2_count.style",         "none"                  },
9087   { "game.panel.element_3.x",                   "-1"                    },
9088   { "game.panel.element_3.y",                   "-1"                    },
9089   { "game.panel.element_3.tile_size",           "16"                    },
9090   { "game.panel.element_3.element",             "empty_space"           },
9091   { "game.panel.element_3.draw_masked",         "false"                 },
9092   { "game.panel.element_3.draw_order",          "0"                     },
9093   { "game.panel.element_3.class",               "none"                  },
9094   { "game.panel.element_3.style",               "none"                  },
9095   { "game.panel.element_3_count.x",             "-1"                    },
9096   { "game.panel.element_3_count.y",             "-1"                    },
9097   { "game.panel.element_3_count.align",         "left"                  },
9098   { "game.panel.element_3_count.valign",        "top"                   },
9099   { "game.panel.element_3_count.digits",        "-1"                    },
9100   { "game.panel.element_3_count.font",          "font.text_2"           },
9101   { "game.panel.element_3_count.element",       "empty_space"           },
9102   { "game.panel.element_3_count.draw_masked",   "true"                  },
9103   { "game.panel.element_3_count.draw_order",    "0"                     },
9104   { "game.panel.element_3_count.class",         "none"                  },
9105   { "game.panel.element_3_count.style",         "none"                  },
9106   { "game.panel.element_4.x",                   "-1"                    },
9107   { "game.panel.element_4.y",                   "-1"                    },
9108   { "game.panel.element_4.tile_size",           "16"                    },
9109   { "game.panel.element_4.element",             "empty_space"           },
9110   { "game.panel.element_4.draw_masked",         "false"                 },
9111   { "game.panel.element_4.draw_order",          "0"                     },
9112   { "game.panel.element_4.class",               "none"                  },
9113   { "game.panel.element_4.style",               "none"                  },
9114   { "game.panel.element_4_count.x",             "-1"                    },
9115   { "game.panel.element_4_count.y",             "-1"                    },
9116   { "game.panel.element_4_count.align",         "left"                  },
9117   { "game.panel.element_4_count.valign",        "top"                   },
9118   { "game.panel.element_4_count.digits",        "-1"                    },
9119   { "game.panel.element_4_count.font",          "font.text_2"           },
9120   { "game.panel.element_4_count.element",       "empty_space"           },
9121   { "game.panel.element_4_count.draw_masked",   "true"                  },
9122   { "game.panel.element_4_count.draw_order",    "0"                     },
9123   { "game.panel.element_4_count.class",         "none"                  },
9124   { "game.panel.element_4_count.style",         "none"                  },
9125   { "game.panel.element_5.x",                   "-1"                    },
9126   { "game.panel.element_5.y",                   "-1"                    },
9127   { "game.panel.element_5.tile_size",           "16"                    },
9128   { "game.panel.element_5.element",             "empty_space"           },
9129   { "game.panel.element_5.draw_masked",         "false"                 },
9130   { "game.panel.element_5.draw_order",          "0"                     },
9131   { "game.panel.element_5.class",               "none"                  },
9132   { "game.panel.element_5.style",               "none"                  },
9133   { "game.panel.element_5_count.x",             "-1"                    },
9134   { "game.panel.element_5_count.y",             "-1"                    },
9135   { "game.panel.element_5_count.align",         "left"                  },
9136   { "game.panel.element_5_count.valign",        "top"                   },
9137   { "game.panel.element_5_count.digits",        "-1"                    },
9138   { "game.panel.element_5_count.font",          "font.text_2"           },
9139   { "game.panel.element_5_count.element",       "empty_space"           },
9140   { "game.panel.element_5_count.draw_masked",   "true"                  },
9141   { "game.panel.element_5_count.draw_order",    "0"                     },
9142   { "game.panel.element_5_count.class",         "none"                  },
9143   { "game.panel.element_5_count.style",         "none"                  },
9144   { "game.panel.element_6.x",                   "-1"                    },
9145   { "game.panel.element_6.y",                   "-1"                    },
9146   { "game.panel.element_6.tile_size",           "16"                    },
9147   { "game.panel.element_6.element",             "empty_space"           },
9148   { "game.panel.element_6.draw_masked",         "false"                 },
9149   { "game.panel.element_6.draw_order",          "0"                     },
9150   { "game.panel.element_6.class",               "none"                  },
9151   { "game.panel.element_6.style",               "none"                  },
9152   { "game.panel.element_6_count.x",             "-1"                    },
9153   { "game.panel.element_6_count.y",             "-1"                    },
9154   { "game.panel.element_6_count.align",         "left"                  },
9155   { "game.panel.element_6_count.valign",        "top"                   },
9156   { "game.panel.element_6_count.digits",        "-1"                    },
9157   { "game.panel.element_6_count.font",          "font.text_2"           },
9158   { "game.panel.element_6_count.element",       "empty_space"           },
9159   { "game.panel.element_6_count.draw_masked",   "true"                  },
9160   { "game.panel.element_6_count.draw_order",    "0"                     },
9161   { "game.panel.element_6_count.class",         "none"                  },
9162   { "game.panel.element_6_count.style",         "none"                  },
9163   { "game.panel.element_7.x",                   "-1"                    },
9164   { "game.panel.element_7.y",                   "-1"                    },
9165   { "game.panel.element_7.tile_size",           "16"                    },
9166   { "game.panel.element_7.element",             "empty_space"           },
9167   { "game.panel.element_7.draw_masked",         "false"                 },
9168   { "game.panel.element_7.draw_order",          "0"                     },
9169   { "game.panel.element_7.class",               "none"                  },
9170   { "game.panel.element_7.style",               "none"                  },
9171   { "game.panel.element_7_count.x",             "-1"                    },
9172   { "game.panel.element_7_count.y",             "-1"                    },
9173   { "game.panel.element_7_count.align",         "left"                  },
9174   { "game.panel.element_7_count.valign",        "top"                   },
9175   { "game.panel.element_7_count.digits",        "-1"                    },
9176   { "game.panel.element_7_count.font",          "font.text_2"           },
9177   { "game.panel.element_7_count.element",       "empty_space"           },
9178   { "game.panel.element_7_count.draw_masked",   "true"                  },
9179   { "game.panel.element_7_count.draw_order",    "0"                     },
9180   { "game.panel.element_7_count.class",         "none"                  },
9181   { "game.panel.element_7_count.style",         "none"                  },
9182   { "game.panel.element_8.x",                   "-1"                    },
9183   { "game.panel.element_8.y",                   "-1"                    },
9184   { "game.panel.element_8.tile_size",           "16"                    },
9185   { "game.panel.element_8.element",             "empty_space"           },
9186   { "game.panel.element_8.draw_masked",         "false"                 },
9187   { "game.panel.element_8.draw_order",          "0"                     },
9188   { "game.panel.element_8.class",               "none"                  },
9189   { "game.panel.element_8.style",               "none"                  },
9190   { "game.panel.element_8_count.x",             "-1"                    },
9191   { "game.panel.element_8_count.y",             "-1"                    },
9192   { "game.panel.element_8_count.align",         "left"                  },
9193   { "game.panel.element_8_count.valign",        "top"                   },
9194   { "game.panel.element_8_count.digits",        "-1"                    },
9195   { "game.panel.element_8_count.font",          "font.text_2"           },
9196   { "game.panel.element_8_count.element",       "empty_space"           },
9197   { "game.panel.element_8_count.draw_masked",   "true"                  },
9198   { "game.panel.element_8_count.draw_order",    "0"                     },
9199   { "game.panel.element_8_count.class",         "none"                  },
9200   { "game.panel.element_8_count.style",         "none"                  },
9201
9202   { "game.panel.ce_score_1.x",                  "-1"                    },
9203   { "game.panel.ce_score_1.y",                  "-1"                    },
9204   { "game.panel.ce_score_1.align",              "left"                  },
9205   { "game.panel.ce_score_1.valign",             "top"                   },
9206   { "game.panel.ce_score_1.digits",             "-1"                    },
9207   { "game.panel.ce_score_1.font",               "font.text_2"           },
9208   { "game.panel.ce_score_1.element",            "empty_space"           },
9209   { "game.panel.ce_score_1.draw_masked",        "true"                  },
9210   { "game.panel.ce_score_1.draw_order",         "0"                     },
9211   { "game.panel.ce_score_1.class",              "none"                  },
9212   { "game.panel.ce_score_1.style",              "none"                  },
9213   { "game.panel.ce_score_1_element.x",          "-1"                    },
9214   { "game.panel.ce_score_1_element.y",          "-1"                    },
9215   { "game.panel.ce_score_1_element.tile_size",  "16"                    },
9216   { "game.panel.ce_score_1_element.element",    "empty_space"           },
9217   { "game.panel.ce_score_1_element.draw_masked","false"                 },
9218   { "game.panel.ce_score_1_element.draw_order", "0"                     },
9219   { "game.panel.ce_score_1_element.class",      "none"                  },
9220   { "game.panel.ce_score_1_element.style",      "none"                  },
9221   { "game.panel.ce_score_2.x",                  "-1"                    },
9222   { "game.panel.ce_score_2.y",                  "-1"                    },
9223   { "game.panel.ce_score_2.align",              "left"                  },
9224   { "game.panel.ce_score_2.valign",             "top"                   },
9225   { "game.panel.ce_score_2.digits",             "-1"                    },
9226   { "game.panel.ce_score_2.font",               "font.text_2"           },
9227   { "game.panel.ce_score_2.element",            "empty_space"           },
9228   { "game.panel.ce_score_2.draw_masked",        "true"                  },
9229   { "game.panel.ce_score_2.draw_order",         "0"                     },
9230   { "game.panel.ce_score_2.class",              "none"                  },
9231   { "game.panel.ce_score_2.style",              "none"                  },
9232   { "game.panel.ce_score_2_element.x",          "-1"                    },
9233   { "game.panel.ce_score_2_element.y",          "-1"                    },
9234   { "game.panel.ce_score_2_element.tile_size",  "16"                    },
9235   { "game.panel.ce_score_2_element.element",    "empty_space"           },
9236   { "game.panel.ce_score_2_element.draw_masked","false"                 },
9237   { "game.panel.ce_score_2_element.draw_order", "0"                     },
9238   { "game.panel.ce_score_2_element.class",      "none"                  },
9239   { "game.panel.ce_score_2_element.style",      "none"                  },
9240   { "game.panel.ce_score_3.x",                  "-1"                    },
9241   { "game.panel.ce_score_3.y",                  "-1"                    },
9242   { "game.panel.ce_score_3.align",              "left"                  },
9243   { "game.panel.ce_score_3.valign",             "top"                   },
9244   { "game.panel.ce_score_3.digits",             "-1"                    },
9245   { "game.panel.ce_score_3.font",               "font.text_2"           },
9246   { "game.panel.ce_score_3.element",            "empty_space"           },
9247   { "game.panel.ce_score_3.draw_masked",        "true"                  },
9248   { "game.panel.ce_score_3.draw_order",         "0"                     },
9249   { "game.panel.ce_score_3.class",              "none"                  },
9250   { "game.panel.ce_score_3.style",              "none"                  },
9251   { "game.panel.ce_score_3_element.x",          "-1"                    },
9252   { "game.panel.ce_score_3_element.y",          "-1"                    },
9253   { "game.panel.ce_score_3_element.tile_size",  "16"                    },
9254   { "game.panel.ce_score_3_element.element",    "empty_space"           },
9255   { "game.panel.ce_score_3_element.draw_masked","false"                 },
9256   { "game.panel.ce_score_3_element.draw_order", "0"                     },
9257   { "game.panel.ce_score_3_element.class",      "none"                  },
9258   { "game.panel.ce_score_3_element.style",      "none"                  },
9259   { "game.panel.ce_score_4.x",                  "-1"                    },
9260   { "game.panel.ce_score_4.y",                  "-1"                    },
9261   { "game.panel.ce_score_4.align",              "left"                  },
9262   { "game.panel.ce_score_4.valign",             "top"                   },
9263   { "game.panel.ce_score_4.digits",             "-1"                    },
9264   { "game.panel.ce_score_4.font",               "font.text_2"           },
9265   { "game.panel.ce_score_4.element",            "empty_space"           },
9266   { "game.panel.ce_score_4.draw_masked",        "true"                  },
9267   { "game.panel.ce_score_4.draw_order",         "0"                     },
9268   { "game.panel.ce_score_4.class",              "none"                  },
9269   { "game.panel.ce_score_4.style",              "none"                  },
9270   { "game.panel.ce_score_4_element.x",          "-1"                    },
9271   { "game.panel.ce_score_4_element.y",          "-1"                    },
9272   { "game.panel.ce_score_4_element.tile_size",  "16"                    },
9273   { "game.panel.ce_score_4_element.element",    "empty_space"           },
9274   { "game.panel.ce_score_4_element.draw_masked","false"                 },
9275   { "game.panel.ce_score_4_element.draw_order", "0"                     },
9276   { "game.panel.ce_score_4_element.class",      "none"                  },
9277   { "game.panel.ce_score_4_element.style",      "none"                  },
9278   { "game.panel.ce_score_5.x",                  "-1"                    },
9279   { "game.panel.ce_score_5.y",                  "-1"                    },
9280   { "game.panel.ce_score_5.align",              "left"                  },
9281   { "game.panel.ce_score_5.valign",             "top"                   },
9282   { "game.panel.ce_score_5.digits",             "-1"                    },
9283   { "game.panel.ce_score_5.font",               "font.text_2"           },
9284   { "game.panel.ce_score_5.element",            "empty_space"           },
9285   { "game.panel.ce_score_5.draw_masked",        "true"                  },
9286   { "game.panel.ce_score_5.draw_order",         "0"                     },
9287   { "game.panel.ce_score_5.class",              "none"                  },
9288   { "game.panel.ce_score_5.style",              "none"                  },
9289   { "game.panel.ce_score_5_element.x",          "-1"                    },
9290   { "game.panel.ce_score_5_element.y",          "-1"                    },
9291   { "game.panel.ce_score_5_element.tile_size",  "16"                    },
9292   { "game.panel.ce_score_5_element.element",    "empty_space"           },
9293   { "game.panel.ce_score_5_element.draw_masked","false"                 },
9294   { "game.panel.ce_score_5_element.draw_order", "0"                     },
9295   { "game.panel.ce_score_5_element.class",      "none"                  },
9296   { "game.panel.ce_score_5_element.style",      "none"                  },
9297   { "game.panel.ce_score_6.x",                  "-1"                    },
9298   { "game.panel.ce_score_6.y",                  "-1"                    },
9299   { "game.panel.ce_score_6.align",              "left"                  },
9300   { "game.panel.ce_score_6.valign",             "top"                   },
9301   { "game.panel.ce_score_6.digits",             "-1"                    },
9302   { "game.panel.ce_score_6.font",               "font.text_2"           },
9303   { "game.panel.ce_score_6.element",            "empty_space"           },
9304   { "game.panel.ce_score_6.draw_masked",        "true"                  },
9305   { "game.panel.ce_score_6.draw_order",         "0"                     },
9306   { "game.panel.ce_score_6.class",              "none"                  },
9307   { "game.panel.ce_score_6.style",              "none"                  },
9308   { "game.panel.ce_score_6_element.x",          "-1"                    },
9309   { "game.panel.ce_score_6_element.y",          "-1"                    },
9310   { "game.panel.ce_score_6_element.tile_size",  "16"                    },
9311   { "game.panel.ce_score_6_element.element",    "empty_space"           },
9312   { "game.panel.ce_score_6_element.draw_masked","false"                 },
9313   { "game.panel.ce_score_6_element.draw_order", "0"                     },
9314   { "game.panel.ce_score_6_element.class",      "none"                  },
9315   { "game.panel.ce_score_6_element.style",      "none"                  },
9316   { "game.panel.ce_score_7.x",                  "-1"                    },
9317   { "game.panel.ce_score_7.y",                  "-1"                    },
9318   { "game.panel.ce_score_7.align",              "left"                  },
9319   { "game.panel.ce_score_7.valign",             "top"                   },
9320   { "game.panel.ce_score_7.digits",             "-1"                    },
9321   { "game.panel.ce_score_7.font",               "font.text_2"           },
9322   { "game.panel.ce_score_7.element",            "empty_space"           },
9323   { "game.panel.ce_score_7.draw_masked",        "true"                  },
9324   { "game.panel.ce_score_7.draw_order",         "0"                     },
9325   { "game.panel.ce_score_7.class",              "none"                  },
9326   { "game.panel.ce_score_7.style",              "none"                  },
9327   { "game.panel.ce_score_7_element.x",          "-1"                    },
9328   { "game.panel.ce_score_7_element.y",          "-1"                    },
9329   { "game.panel.ce_score_7_element.tile_size",  "16"                    },
9330   { "game.panel.ce_score_7_element.element",    "empty_space"           },
9331   { "game.panel.ce_score_7_element.draw_masked","false"                 },
9332   { "game.panel.ce_score_7_element.draw_order", "0"                     },
9333   { "game.panel.ce_score_7_element.class",      "none"                  },
9334   { "game.panel.ce_score_7_element.style",      "none"                  },
9335   { "game.panel.ce_score_8.x",                  "-1"                    },
9336   { "game.panel.ce_score_8.y",                  "-1"                    },
9337   { "game.panel.ce_score_8.align",              "left"                  },
9338   { "game.panel.ce_score_8.valign",             "top"                   },
9339   { "game.panel.ce_score_8.digits",             "-1"                    },
9340   { "game.panel.ce_score_8.font",               "font.text_2"           },
9341   { "game.panel.ce_score_8.element",            "empty_space"           },
9342   { "game.panel.ce_score_8.draw_masked",        "true"                  },
9343   { "game.panel.ce_score_8.draw_order",         "0"                     },
9344   { "game.panel.ce_score_8.class",              "none"                  },
9345   { "game.panel.ce_score_8.style",              "none"                  },
9346   { "game.panel.ce_score_8_element.x",          "-1"                    },
9347   { "game.panel.ce_score_8_element.y",          "-1"                    },
9348   { "game.panel.ce_score_8_element.tile_size",  "16"                    },
9349   { "game.panel.ce_score_8_element.element",    "empty_space"           },
9350   { "game.panel.ce_score_8_element.draw_masked","false"                 },
9351   { "game.panel.ce_score_8_element.draw_order", "0"                     },
9352   { "game.panel.ce_score_8_element.class",      "none"                  },
9353   { "game.panel.ce_score_8_element.style",      "none"                  },
9354
9355   { "game.panel.player_name.x",                 "-1"                    },
9356   { "game.panel.player_name.y",                 "-1"                    },
9357   { "game.panel.player_name.align",             "left"                  },
9358   { "game.panel.player_name.valign",            "top"                   },
9359   { "game.panel.player_name.chars",             "-1"                    },
9360   { "game.panel.player_name.font",              "font.text_2"           },
9361   { "game.panel.player_name.draw_masked",       "true"                  },
9362   { "game.panel.player_name.draw_order",        "0"                     },
9363   { "game.panel.player_name.class",             "none"                  },
9364   { "game.panel.player_name.style",             "none"                  },
9365
9366   { "game.panel.level_name.x",                  "-1"                    },
9367   { "game.panel.level_name.y",                  "-1"                    },
9368   { "game.panel.level_name.align",              "left"                  },
9369   { "game.panel.level_name.valign",             "top"                   },
9370   { "game.panel.level_name.chars",              "-1"                    },
9371   { "game.panel.level_name.font",               "font.text_2"           },
9372   { "game.panel.level_name.draw_masked",        "true"                  },
9373   { "game.panel.level_name.draw_order",         "0"                     },
9374   { "game.panel.level_name.class",              "none"                  },
9375   { "game.panel.level_name.style",              "none"                  },
9376   { "game.panel.level_author.x",                "-1"                    },
9377   { "game.panel.level_author.y",                "-1"                    },
9378   { "game.panel.level_author.align",            "left"                  },
9379   { "game.panel.level_author.valign",           "top"                   },
9380   { "game.panel.level_author.chars",            "-1"                    },
9381   { "game.panel.level_author.font",             "font.text_2"           },
9382   { "game.panel.level_author.draw_masked",      "true"                  },
9383   { "game.panel.level_author.draw_order",       "0"                     },
9384   { "game.panel.level_author.class",            "none"                  },
9385   { "game.panel.level_author.style",            "none"                  },
9386
9387   { "game.button.stop.x",                       "5"                     },
9388   { "game.button.stop.y",                       "215"                   },
9389   { "game.button.pause.x",                      "35"                    },
9390   { "game.button.pause.y",                      "215"                   },
9391   { "game.button.play.x",                       "65"                    },
9392   { "game.button.play.y",                       "215"                   },
9393   { "game.button.undo.x",                       "-1"                    },
9394   { "game.button.undo.y",                       "-1"                    },
9395   { "game.button.redo.x",                       "-1"                    },
9396   { "game.button.redo.y",                       "-1"                    },
9397   { "game.button.save.x",                       "-1"                    },
9398   { "game.button.save.y",                       "-1"                    },
9399   { "game.button.pause2.x",                     "-1"                    },
9400   { "game.button.pause2.y",                     "-1"                    },
9401   { "game.button.load.x",                       "-1"                    },
9402   { "game.button.load.y",                       "-1"                    },
9403   { "game.button.sound_music.x",                "5"                     },
9404   { "game.button.sound_music.y",                "245"                   },
9405   { "game.button.sound_loops.x",                "35"                    },
9406   { "game.button.sound_loops.y",                "245"                   },
9407   { "game.button.sound_simple.x",               "65"                    },
9408   { "game.button.sound_simple.y",               "245"                   },
9409
9410   { "game.button.panel_stop.x",                 "-1"                    },
9411   { "game.button.panel_stop.y",                 "-1"                    },
9412   { "game.button.panel_pause.x",                "-1"                    },
9413   { "game.button.panel_pause.y",                "-1"                    },
9414   { "game.button.panel_play.x",                 "-1"                    },
9415   { "game.button.panel_play.y",                 "-1"                    },
9416   { "game.button.panel_sound_music.x",          "-1"                    },
9417   { "game.button.panel_sound_music.y",          "-1"                    },
9418   { "game.button.panel_sound_loops.x",          "-1"                    },
9419   { "game.button.panel_sound_loops.y",          "-1"                    },
9420   { "game.button.panel_sound_simple.x",         "-1"                    },
9421   { "game.button.panel_sound_simple.y",         "-1"                    },
9422
9423   { "game.button.touch_stop.x",                 "0"                     },
9424   { "game.button.touch_stop.y",                 "0"                     },
9425   { "game.button.touch_pause.x",                "-60"                   },
9426   { "game.button.touch_pause.y",                "0"                     },
9427
9428   { "tape.button.eject.x",                      "5"                     },
9429   { "tape.button.eject.y",                      "77"                    },
9430   { "tape.button.stop.x",                       "23"                    },
9431   { "tape.button.stop.y",                       "77"                    },
9432   { "tape.button.pause.x",                      "41"                    },
9433   { "tape.button.pause.y",                      "77"                    },
9434   { "tape.button.record.x",                     "59"                    },
9435   { "tape.button.record.y",                     "77"                    },
9436   { "tape.button.play.x",                       "77"                    },
9437   { "tape.button.play.y",                       "77"                    },
9438
9439   { "tape.button.insert_solution.x",            "-1"                    },
9440   { "tape.button.insert_solution.y",            "-1"                    },
9441   { "tape.button.play_solution.x",              "-1"                    },
9442   { "tape.button.play_solution.y",              "-1"                    },
9443
9444   { "tape.symbol.eject.x",                      "-1"                    },
9445   { "tape.symbol.eject.y",                      "-1"                    },
9446   { "tape.symbol.stop.x",                       "-1"                    },
9447   { "tape.symbol.stop.y",                       "-1"                    },
9448   { "tape.symbol.pause.x",                      "40"                    },
9449   { "tape.symbol.pause.y",                      "41"                    },
9450   { "tape.symbol.record.x",                     "25"                    },
9451   { "tape.symbol.record.y",                     "41"                    },
9452   { "tape.symbol.play.x",                       "57"                    },
9453   { "tape.symbol.play.y",                       "41"                    },
9454   { "tape.symbol.fast_forward.x",               "39"                    },
9455   { "tape.symbol.fast_forward.y",               "42"                    },
9456   { "tape.symbol.warp_forward.x",               "39"                    },
9457   { "tape.symbol.warp_forward.y",               "42"                    },
9458   { "tape.symbol.warp_forward_blind.x",         "39"                    },
9459   { "tape.symbol.warp_forward_blind.y",         "42"                    },
9460   { "tape.symbol.pause_before_end.x",           "-1"                    },
9461   { "tape.symbol.pause_before_end.y",           "-1"                    },
9462   { "tape.symbol.single_step.x",                "-1"                    },
9463   { "tape.symbol.single_step.y",                "-1"                    },
9464
9465   { "tape.label.eject.x",                       "-1"                    },
9466   { "tape.label.eject.y",                       "-1"                    },
9467   { "tape.label.stop.x",                        "-1"                    },
9468   { "tape.label.stop.y",                        "-1"                    },
9469   { "tape.label.pause.x",                       "5"                     },
9470   { "tape.label.pause.y",                       "61"                    },
9471   { "tape.label.record.x",                      "5"                     },
9472   { "tape.label.record.y",                      "41"                    },
9473   { "tape.label.play.x",                        "70"                    },
9474   { "tape.label.play.y",                        "41"                    },
9475   { "tape.label.fast_forward.x",                "5"                     },
9476   { "tape.label.fast_forward.y",                "42"                    },
9477   { "tape.label.warp_forward.x",                "5"                     },
9478   { "tape.label.warp_forward.y",                "42"                    },
9479   { "tape.label.warp_forward_blind.x",          "5"                     },
9480   { "tape.label.warp_forward_blind.y",          "42"                    },
9481   { "tape.label.pause_before_end.x",            "5"                     },
9482   { "tape.label.pause_before_end.y",            "42"                    },
9483   { "tape.label.single_step.x",                 "57"                    },
9484   { "tape.label.single_step.y",                 "42"                    },
9485
9486   { "tape.label.date.x",                        "5"                     },
9487   { "tape.label.date.y",                        "5"                     },
9488   { "tape.label.time.x",                        "46"                    },
9489   { "tape.label.time.y",                        "55"                    },
9490
9491   { "tape.text.date.x",                         "7"                     },
9492   { "tape.text.date.y",                         "19"                    },
9493   { "tape.text.date.align",                     "left"                  },
9494   { "tape.text.date.valign",                    "top"                   },
9495   { "tape.text.date.digits",                    "-1"                    },
9496   { "tape.text.date.xoffset",                   "27"                    },
9497   { "tape.text.date.2nd_xoffset",               "64"                    },
9498   { "tape.text.date.font",                      "font.tape_recorder"    },
9499   { "tape.text.date.draw_masked",               "false"                 },
9500
9501   { "tape.text.date_yyyy.x",                    "-1"                    },
9502   { "tape.text.date_yyyy.y",                    "-1"                    },
9503   { "tape.text.date_yyyy.align",                "left"                  },
9504   { "tape.text.date_yyyy.valign",               "top"                   },
9505   { "tape.text.date_yyyy.digits",               "4"                     },
9506   { "tape.text.date_yyyy.font",                 "font.tape_recorder"    },
9507   { "tape.text.date_yyyy.draw_masked",          "false"                 },
9508   { "tape.text.date_yy.x",                      "-1"                    },
9509   { "tape.text.date_yy.y",                      "-1"                    },
9510   { "tape.text.date_yy.align",                  "left"                  },
9511   { "tape.text.date_yy.valign",                 "top"                   },
9512   { "tape.text.date_yy.digits",                 "2"                     },
9513   { "tape.text.date_yy.font",                   "font.tape_recorder"    },
9514   { "tape.text.date_yy.draw_masked",            "false"                 },
9515   { "tape.text.date_mon.x",                     "-1"                    },
9516   { "tape.text.date_mon.y",                     "-1"                    },
9517   { "tape.text.date_mon.align",                 "left"                  },
9518   { "tape.text.date_mon.valign",                "top"                   },
9519   { "tape.text.date_mon.chars",                 "3"                     },
9520   { "tape.text.date_mon.font",                  "font.tape_recorder"    },
9521   { "tape.text.date_mon.draw_masked",           "false"                 },
9522   { "tape.text.date_mm.x",                      "-1"                    },
9523   { "tape.text.date_mm.y",                      "-1"                    },
9524   { "tape.text.date_mm.align",                  "left"                  },
9525   { "tape.text.date_mm.valign",                 "top"                   },
9526   { "tape.text.date_mm.digits",                 "2"                     },
9527   { "tape.text.date_mm.font",                   "font.tape_recorder"    },
9528   { "tape.text.date_mm.draw_masked",            "false"                 },
9529   { "tape.text.date_dd.x",                      "-1"                    },
9530   { "tape.text.date_dd.y",                      "-1"                    },
9531   { "tape.text.date_dd.align",                  "left"                  },
9532   { "tape.text.date_dd.valign",                 "top"                   },
9533   { "tape.text.date_dd.digits",                 "2"                     },
9534   { "tape.text.date_dd.font",                   "font.tape_recorder"    },
9535   { "tape.text.date_dd.draw_masked",            "false"                 },
9536
9537   { "tape.text.time.x",                         "44"                    },
9538   { "tape.text.time.y",                         "55"                    },
9539   { "tape.text.time.align",                     "left"                  },
9540   { "tape.text.time.valign",                    "top"                   },
9541   { "tape.text.time.digits",                    "-1"                    },
9542   { "tape.text.time.xoffset",                   "27"                    },
9543   { "tape.text.time.font",                      "font.tape_recorder"    },
9544   { "tape.text.time.draw_masked",               "false"                 },
9545
9546   { "tape.text.time_hh.x",                      "-1"                    },
9547   { "tape.text.time_hh.y",                      "-1"                    },
9548   { "tape.text.time_hh.align",                  "left"                  },
9549   { "tape.text.time_hh.valign",                 "top"                   },
9550   { "tape.text.time_hh.digits",                 "2"                     },
9551   { "tape.text.time_hh.font",                   "font.tape_recorder"    },
9552   { "tape.text.time_hh.draw_masked",            "false"                 },
9553   { "tape.text.time_mm.x",                      "-1"                    },
9554   { "tape.text.time_mm.y",                      "-1"                    },
9555   { "tape.text.time_mm.align",                  "left"                  },
9556   { "tape.text.time_mm.valign",                 "top"                   },
9557   { "tape.text.time_mm.digits",                 "2"                     },
9558   { "tape.text.time_mm.font",                   "font.tape_recorder"    },
9559   { "tape.text.time_mm.draw_masked",            "false"                 },
9560   { "tape.text.time_ss.x",                      "-1"                    },
9561   { "tape.text.time_ss.y",                      "-1"                    },
9562   { "tape.text.time_ss.align",                  "left"                  },
9563   { "tape.text.time_ss.valign",                 "top"                   },
9564   { "tape.text.time_ss.digits",                 "2"                     },
9565   { "tape.text.time_ss.font",                   "font.tape_recorder"    },
9566   { "tape.text.time_ss.draw_masked",            "false"                 },
9567
9568   { "tape.text.frame.x",                        "-1"                    },
9569   { "tape.text.frame.y",                        "-1"                    },
9570   { "tape.text.frame.align",                    "left"                  },
9571   { "tape.text.frame.valign",                   "top"                   },
9572   { "tape.text.frame.digits",                   "-1"                    },
9573   { "tape.text.frame.font",                     "font.tape_recorder"    },
9574   { "tape.text.frame.draw_masked",              "false"                 },
9575
9576   { "tape.show_game_buttons",                   "false"                 },
9577
9578   { "editor.button.prev_level.x",               "5"                     },
9579   { "editor.button.prev_level.y",               "5"                     },
9580   { "editor.button.next_level.x",               "79"                    },
9581   { "editor.button.next_level.y",               "5"                     },
9582
9583   { "editor.button.properties.x",               "5"                     },
9584   { "editor.button.properties.y",               "230"                   },
9585
9586   { "editor.button.element_left.x",             "-1"                    },
9587   { "editor.button.element_left.y",             "-1"                    },
9588   { "editor.button.element_left.tile_size",     "-1"                    },
9589   { "editor.button.element_middle.x",           "-1"                    },
9590   { "editor.button.element_middle.y",           "-1"                    },
9591   { "editor.button.element_middle.tile_size",   "-1"                    },
9592   { "editor.button.element_right.x",            "-1"                    },
9593   { "editor.button.element_right.y",            "-1"                    },
9594   { "editor.button.element_right.tile_size",    "-1"                    },
9595
9596   { "editor.button.palette.x",                  "-1"                    },
9597   { "editor.button.palette.y",                  "-1"                    },
9598
9599   { "editor.button.draw_single.x",              "6"                     },
9600   { "editor.button.draw_single.y",              "6"                     },
9601   { "editor.button.draw_connected.x",           "28"                    },
9602   { "editor.button.draw_connected.y",           "6"                     },
9603   { "editor.button.draw_line.x",                "50"                    },
9604   { "editor.button.draw_line.y",                "6"                     },
9605   { "editor.button.draw_arc.x",                 "72"                    },
9606   { "editor.button.draw_arc.y",                 "6"                     },
9607   { "editor.button.draw_rectangle.x",           "6"                     },
9608   { "editor.button.draw_rectangle.y",           "28"                    },
9609   { "editor.button.draw_filled_box.x",          "28"                    },
9610   { "editor.button.draw_filled_box.y",          "28"                    },
9611   { "editor.button.rotate_up.x",                "50"                    },
9612   { "editor.button.rotate_up.y",                "28"                    },
9613   { "editor.button.draw_text.x",                "72"                    },
9614   { "editor.button.draw_text.y",                "28"                    },
9615   { "editor.button.flood_fill.x",               "6"                     },
9616   { "editor.button.flood_fill.y",               "50"                    },
9617   { "editor.button.rotate_left.x",              "28"                    },
9618   { "editor.button.rotate_left.y",              "50"                    },
9619   { "editor.button.zoom_level.x",               "50"                    },
9620   { "editor.button.zoom_level.y",               "50"                    },
9621   { "editor.button.rotate_right.x",             "72"                    },
9622   { "editor.button.rotate_right.y",             "50"                    },
9623   { "editor.button.draw_random.x",              "6"                     },
9624   { "editor.button.draw_random.y",              "72"                    },
9625   { "editor.button.grab_brush.x",               "28"                    },
9626   { "editor.button.grab_brush.y",               "72"                    },
9627   { "editor.button.rotate_down.x",              "50"                    },
9628   { "editor.button.rotate_down.y",              "72"                    },
9629   { "editor.button.pick_element.x",             "72"                    },
9630   { "editor.button.pick_element.y",             "72"                    },
9631
9632   { "editor.button.ce_copy_from.x",             "28"                    },
9633   { "editor.button.ce_copy_from.y",             "6"                     },
9634   { "editor.button.ce_copy_to.x",               "50"                    },
9635   { "editor.button.ce_copy_to.y",               "6"                     },
9636   { "editor.button.ce_swap.x",                  "72"                    },
9637   { "editor.button.ce_swap.y",                  "6"                     },
9638   { "editor.button.ce_copy.x",                  "6"                     },
9639   { "editor.button.ce_copy.y",                  "72"                    },
9640   { "editor.button.ce_paste.x",                 "28"                    },
9641   { "editor.button.ce_paste.y",                 "72"                    },
9642
9643   { "editor.button.undo.x",                     "5"                     },
9644   { "editor.button.undo.y",                     "99"                    },
9645   { "editor.button.conf.x",                     "35"                    },
9646   { "editor.button.conf.y",                     "99"                    },
9647   { "editor.button.save.x",                     "65"                    },
9648   { "editor.button.save.y",                     "99"                    },
9649   { "editor.button.clear.x",                    "5"                     },
9650   { "editor.button.clear.y",                    "119"                   },
9651   { "editor.button.test.x",                     "35"                    },
9652   { "editor.button.test.y",                     "119"                   },
9653   { "editor.button.exit.x",                     "65"                    },
9654   { "editor.button.exit.y",                     "119"                   },
9655
9656   { "editor.input.level_number.x",              "29"                    },
9657   { "editor.input.level_number.y",              "5"                     },
9658
9659   { "editor.palette.x",                         "5"                     },
9660   { "editor.palette.y",                         "30"                    },
9661   { "editor.palette.cols",                      "4"                     },
9662   { "editor.palette.rows",                      "10"                    },
9663   { "editor.palette.tile_size",                 "16"                    },
9664   { "editor.palette.show_as_separate_screen",   "false"                 },
9665   { "editor.palette.show_on_element_buttons",   "false"                 },
9666
9667   { "editor.palette.element_left.x",            "6"                     },
9668   { "editor.palette.element_left.y",            "258"                   },
9669   { "editor.palette.element_left.tile_size",    "16"                    },
9670   { "editor.palette.element_middle.x",          "42"                    },
9671   { "editor.palette.element_middle.y",          "258"                   },
9672   { "editor.palette.element_middle.tile_size",  "16"                    },
9673   { "editor.palette.element_right.x",           "78"                    },
9674   { "editor.palette.element_right.y",           "258"                   },
9675   { "editor.palette.element_right.tile_size",   "16"                    },
9676
9677   { "editor.drawingarea.tile_size",             "16"                    },
9678
9679   { "editor.settings.headline.x",               "272"                   },
9680   { "editor.settings.headline.y",               "16"                    },
9681   { "editor.settings.headline.align",           "center"                },
9682   { "editor.settings.element_graphic.x",        "24"                    },
9683   { "editor.settings.element_graphic.y",        "64"                    },
9684   { "editor.settings.element_name.x",           "-1"                    },
9685   { "editor.settings.element_name.y",           "-1"                    },
9686   { "editor.settings.tabs.x",                   "24"                    },
9687   { "editor.settings.tabs.y",                   "64"                    },
9688   { "editor.settings.tabs.2nd_yoffset",         "64"                    },
9689   { "editor.settings.tabs.draw_xoffset",        "0"                     },
9690   { "editor.settings.tabs.draw_yoffset",        "8"                     },
9691   { "editor.settings.tooltip.x",                "-1"                    },
9692   { "editor.settings.tooltip.y",                "-1"                    },
9693
9694   { "editor.gadget.normal_spacing",             "4"                     },
9695   { "editor.gadget.small_spacing",              "2"                     },
9696   { "editor.gadget.tiny_spacing",               "1"                     },
9697   { "editor.gadget.line_spacing",               "4"                     },
9698   { "editor.gadget.text_spacing",               "4"                     },
9699   { "editor.gadget.separator_line.height",      "2"                     },
9700
9701   { "request.button.yes.x",                     "2"                     },
9702   { "request.button.yes.y",                     "250"                   },
9703   { "request.button.no.x",                      "52"                    },
9704   { "request.button.no.y",                      "250"                   },
9705   { "request.button.confirm.x",                 "2"                     },
9706   { "request.button.confirm.y",                 "250"                   },
9707   { "request.button.player_1.x",                "35"                    },
9708   { "request.button.player_1.y",                "185"                   },
9709   { "request.button.player_1.draw_player",      "true"                  },
9710   { "request.button.player_1.tile_size",        "16"                    },
9711   { "request.button.player_2.x",                "65"                    },
9712   { "request.button.player_2.y",                "215"                   },
9713   { "request.button.player_2.draw_player",      "true"                  },
9714   { "request.button.player_2.tile_size",        "16"                    },
9715   { "request.button.player_3.x",                "35"                    },
9716   { "request.button.player_3.y",                "245"                   },
9717   { "request.button.player_3.draw_player",      "true"                  },
9718   { "request.button.player_3.tile_size",        "16"                    },
9719   { "request.button.player_4.x",                "5"                     },
9720   { "request.button.player_4.y",                "215"                   },
9721   { "request.button.player_4.draw_player",      "true"                  },
9722   { "request.button.player_4.tile_size",        "16"                    },
9723
9724   { "request.button.touch_yes.x",               "0"                     },
9725   { "request.button.touch_yes.y",               "-56"                   },
9726   { "request.button.touch_no.x",                "-92"                   },
9727   { "request.button.touch_no.y",                "-56"                   },
9728   { "request.button.touch_confirm.x",           "0"                     },
9729   { "request.button.touch_confirm.y",           "-56"                   },
9730
9731   { "request.x",                                "-1"                    },
9732   { "request.y",                                "-1"                    },
9733   { "request.width",                            "120"                   },
9734   { "request.height",                           "300"                   },
9735   { "request.border_size",                      "10"                    },
9736   { "request.line_spacing",                     "2"                     },
9737   { "request.step_offset",                      "10"                    },
9738   { "request.step_delay",                       "20"                    },
9739   { "request.anim_mode",                        "default"               },
9740   { "request.align",                            "center"                },
9741   { "request.valign",                           "middle"                },
9742   { "request.draw_order",                       "0"                     },
9743   { "request.autowrap",                         "false"                 },
9744   { "request.centered",                         "true"                  },
9745   { "request.wrap_single_words",                "true"                  },
9746
9747   { "global.use_envelope_request",              "false"                 },
9748
9749   { "game.graphics_engine_version",             "-1"                    },
9750   { "game.forced_scroll_delay_value",           "-1"                    },
9751   { "game.use_native_emc_graphics_engine",      "false"                 },
9752   { "game.use_native_sp_graphics_engine",       "true"                  },
9753   { "game.use_masked_pushing",                  "false"                 },
9754   { "game.use_masked_elements",                 "false"                 },
9755   { "game.tile_size",                           "32"                    },
9756
9757   { "[player].boring_delay_fixed",              "1000"                  },
9758   { "[player].boring_delay_random",             "1000"                  },
9759   { "[player].sleeping_delay_fixed",            "2000"                  },
9760   { "[player].sleeping_delay_random",           "2000"                  },
9761
9762   { "viewport.window.width",                    "672"                   },
9763   { "viewport.window.height",                   "560"                   },
9764   { "viewport.window.min_width",                "-1"                    },
9765   { "viewport.window.min_height",               "-1"                    },
9766   { "viewport.window.max_width",                "-1"                    },
9767   { "viewport.window.max_height",               "-1"                    },
9768   { "viewport.window.TITLE.width",              ARG_DEFAULT             },
9769   { "viewport.window.TITLE.height",             ARG_DEFAULT             },
9770
9771   { "viewport.playfield.x",                     "6"                     },
9772   { "viewport.playfield.y",                     "6"                     },
9773   { "viewport.playfield.width",                 "548"                   },
9774   { "viewport.playfield.height",                "548"                   },
9775   { "viewport.playfield.min_width",             "-1"                    },
9776   { "viewport.playfield.min_height",            "-1"                    },
9777   { "viewport.playfield.max_width",             "-1"                    },
9778   { "viewport.playfield.max_height",            "-1"                    },
9779   { "viewport.playfield.margin_left",           "0"                     },
9780   { "viewport.playfield.margin_right",          "0"                     },
9781   { "viewport.playfield.margin_top",            "0"                     },
9782   { "viewport.playfield.margin_bottom",         "0"                     },
9783   { "viewport.playfield.border_left",           "-1"                    },
9784   { "viewport.playfield.border_right",          "-1"                    },
9785   { "viewport.playfield.border_top",            "-1"                    },
9786   { "viewport.playfield.border_bottom",         "-1"                    },
9787   { "viewport.playfield.border_size",           "2"                     },
9788   { "viewport.playfield.align_size",            "16"                    },
9789   { "viewport.playfield.align",                 "left"                  },
9790   { "viewport.playfield.valign",                "top"                   },
9791   { "viewport.playfield.MAIN.x",                ARG_DEFAULT             },
9792   { "viewport.playfield.MAIN.y",                ARG_DEFAULT             },
9793   { "viewport.playfield.MAIN.width",            ARG_DEFAULT             },
9794   { "viewport.playfield.MAIN.height",           ARG_DEFAULT             },
9795   { "viewport.playfield.MAIN.min_width",        ARG_DEFAULT             },
9796   { "viewport.playfield.MAIN.min_height",       ARG_DEFAULT             },
9797   { "viewport.playfield.MAIN.max_width",        ARG_DEFAULT             },
9798   { "viewport.playfield.MAIN.max_height",       ARG_DEFAULT             },
9799   { "viewport.playfield.MAIN.margin_left",      ARG_DEFAULT             },
9800   { "viewport.playfield.MAIN.margin_right",     ARG_DEFAULT             },
9801   { "viewport.playfield.MAIN.margin_top",       ARG_DEFAULT             },
9802   { "viewport.playfield.MAIN.margin_bottom",    ARG_DEFAULT             },
9803   { "viewport.playfield.MAIN.border_left",      ARG_DEFAULT             },
9804   { "viewport.playfield.MAIN.border_right",     ARG_DEFAULT             },
9805   { "viewport.playfield.MAIN.border_top",       ARG_DEFAULT             },
9806   { "viewport.playfield.MAIN.border_bottom",    ARG_DEFAULT             },
9807   { "viewport.playfield.MAIN.border_size",      ARG_DEFAULT             },
9808   { "viewport.playfield.MAIN.align_size",       ARG_DEFAULT             },
9809   { "viewport.playfield.MAIN.align",            ARG_DEFAULT             },
9810   { "viewport.playfield.MAIN.valign",           ARG_DEFAULT             },
9811   { "viewport.playfield.SCORES.x",              ARG_DEFAULT             },
9812   { "viewport.playfield.SCORES.y",              ARG_DEFAULT             },
9813   { "viewport.playfield.SCORES.width",          ARG_DEFAULT             },
9814   { "viewport.playfield.SCORES.height",         ARG_DEFAULT             },
9815   { "viewport.playfield.SCORES.min_width",      ARG_DEFAULT             },
9816   { "viewport.playfield.SCORES.min_height",     ARG_DEFAULT             },
9817   { "viewport.playfield.SCORES.max_width",      ARG_DEFAULT             },
9818   { "viewport.playfield.SCORES.max_height",     ARG_DEFAULT             },
9819   { "viewport.playfield.SCORES.margin_left",    ARG_DEFAULT             },
9820   { "viewport.playfield.SCORES.margin_right",   ARG_DEFAULT             },
9821   { "viewport.playfield.SCORES.margin_top",     ARG_DEFAULT             },
9822   { "viewport.playfield.SCORES.margin_bottom",  ARG_DEFAULT             },
9823   { "viewport.playfield.SCORES.border_left",    ARG_DEFAULT             },
9824   { "viewport.playfield.SCORES.border_right",   ARG_DEFAULT             },
9825   { "viewport.playfield.SCORES.border_top",     ARG_DEFAULT             },
9826   { "viewport.playfield.SCORES.border_bottom",  ARG_DEFAULT             },
9827   { "viewport.playfield.SCORES.border_size",    ARG_DEFAULT             },
9828   { "viewport.playfield.SCORES.align_size",     ARG_DEFAULT             },
9829   { "viewport.playfield.SCORES.align",          ARG_DEFAULT             },
9830   { "viewport.playfield.SCORES.valign",         ARG_DEFAULT             },
9831   { "viewport.playfield.EDITOR.x",              ARG_DEFAULT             },
9832   { "viewport.playfield.EDITOR.y",              ARG_DEFAULT             },
9833   { "viewport.playfield.EDITOR.width",          ARG_DEFAULT             },
9834   { "viewport.playfield.EDITOR.height",         ARG_DEFAULT             },
9835   { "viewport.playfield.EDITOR.min_width",      ARG_DEFAULT             },
9836   { "viewport.playfield.EDITOR.min_height",     ARG_DEFAULT             },
9837   { "viewport.playfield.EDITOR.max_width",      ARG_DEFAULT             },
9838   { "viewport.playfield.EDITOR.max_height",     ARG_DEFAULT             },
9839   { "viewport.playfield.EDITOR.margin_left",    ARG_DEFAULT             },
9840   { "viewport.playfield.EDITOR.margin_right",   ARG_DEFAULT             },
9841   { "viewport.playfield.EDITOR.margin_top",     ARG_DEFAULT             },
9842   { "viewport.playfield.EDITOR.margin_bottom",  ARG_DEFAULT             },
9843   { "viewport.playfield.EDITOR.border_left",    ARG_DEFAULT             },
9844   { "viewport.playfield.EDITOR.border_right",   ARG_DEFAULT             },
9845   { "viewport.playfield.EDITOR.border_top",     ARG_DEFAULT             },
9846   { "viewport.playfield.EDITOR.border_bottom",  ARG_DEFAULT             },
9847   { "viewport.playfield.EDITOR.border_size",    ARG_DEFAULT             },
9848   { "viewport.playfield.EDITOR.align_size",     ARG_DEFAULT             },
9849   { "viewport.playfield.EDITOR.align",          ARG_DEFAULT             },
9850   { "viewport.playfield.EDITOR.valign",         ARG_DEFAULT             },
9851   { "viewport.playfield.PLAYING.x",             ARG_DEFAULT             },
9852   { "viewport.playfield.PLAYING.y",             ARG_DEFAULT             },
9853   { "viewport.playfield.PLAYING.width",         ARG_DEFAULT             },
9854   { "viewport.playfield.PLAYING.height",        ARG_DEFAULT             },
9855   { "viewport.playfield.PLAYING.min_width",     ARG_DEFAULT             },
9856   { "viewport.playfield.PLAYING.min_height",    ARG_DEFAULT             },
9857   { "viewport.playfield.PLAYING.max_width",     ARG_DEFAULT             },
9858   { "viewport.playfield.PLAYING.max_height",    ARG_DEFAULT             },
9859   { "viewport.playfield.PLAYING.margin_left",   ARG_DEFAULT             },
9860   { "viewport.playfield.PLAYING.margin_right",  ARG_DEFAULT             },
9861   { "viewport.playfield.PLAYING.margin_top",    ARG_DEFAULT             },
9862   { "viewport.playfield.PLAYING.margin_bottom", ARG_DEFAULT             },
9863   { "viewport.playfield.PLAYING.border_left",   ARG_DEFAULT             },
9864   { "viewport.playfield.PLAYING.border_right",  ARG_DEFAULT             },
9865   { "viewport.playfield.PLAYING.border_top",    ARG_DEFAULT             },
9866   { "viewport.playfield.PLAYING.border_bottom", ARG_DEFAULT             },
9867   { "viewport.playfield.PLAYING.border_size",   ARG_DEFAULT             },
9868   { "viewport.playfield.PLAYING.align_size",    ARG_DEFAULT             },
9869   { "viewport.playfield.PLAYING.align",         ARG_DEFAULT             },
9870   { "viewport.playfield.PLAYING.valign",        ARG_DEFAULT             },
9871
9872   { "viewport.door_1.x",                        "566"                   },
9873   { "viewport.door_1.y",                        "60"                    },
9874   { "viewport.door_1.width",                    "100"                   },
9875   { "viewport.door_1.height",                   "280"                   },
9876   { "viewport.door_1.border_size",              "4"                     },
9877   { "viewport.door_1.align",                    "left"                  },
9878   { "viewport.door_1.valign",                   "top"                   },
9879   { "viewport.door_1.MAIN.x",                   ARG_DEFAULT             },
9880   { "viewport.door_1.MAIN.y",                   ARG_DEFAULT             },
9881   { "viewport.door_1.MAIN.width",               ARG_DEFAULT             },
9882   { "viewport.door_1.MAIN.height",              ARG_DEFAULT             },
9883   { "viewport.door_1.MAIN.border_size",         ARG_DEFAULT             },
9884   { "viewport.door_1.MAIN.align",               ARG_DEFAULT             },
9885   { "viewport.door_1.MAIN.valign",              ARG_DEFAULT             },
9886   { "viewport.door_1.SCORES.x",                 ARG_DEFAULT             },
9887   { "viewport.door_1.SCORES.y",                 ARG_DEFAULT             },
9888   { "viewport.door_1.SCORES.width",             ARG_DEFAULT             },
9889   { "viewport.door_1.SCORES.height",            ARG_DEFAULT             },
9890   { "viewport.door_1.SCORES.border_size",       ARG_DEFAULT             },
9891   { "viewport.door_1.SCORES.align",             ARG_DEFAULT             },
9892   { "viewport.door_1.SCORES.valign",            ARG_DEFAULT             },
9893   { "viewport.door_1.EDITOR.x",                 ARG_DEFAULT             },
9894   { "viewport.door_1.EDITOR.y",                 ARG_DEFAULT             },
9895   { "viewport.door_1.EDITOR.width",             ARG_DEFAULT             },
9896   { "viewport.door_1.EDITOR.height",            ARG_DEFAULT             },
9897   { "viewport.door_1.EDITOR.border_size",       ARG_DEFAULT             },
9898   { "viewport.door_1.EDITOR.align",             ARG_DEFAULT             },
9899   { "viewport.door_1.EDITOR.valign",            ARG_DEFAULT             },
9900   { "viewport.door_1.PLAYING.x",                ARG_DEFAULT             },
9901   { "viewport.door_1.PLAYING.y",                ARG_DEFAULT             },
9902   { "viewport.door_1.PLAYING.width",            ARG_DEFAULT             },
9903   { "viewport.door_1.PLAYING.height",           ARG_DEFAULT             },
9904   { "viewport.door_1.PLAYING.border_size",      ARG_DEFAULT             },
9905   { "viewport.door_1.PLAYING.align",            ARG_DEFAULT             },
9906   { "viewport.door_1.PLAYING.valign",           ARG_DEFAULT             },
9907
9908   { "viewport.door_2.x",                        "566"                   },
9909   { "viewport.door_2.y",                        "400"                   },
9910   { "viewport.door_2.width",                    "100"                   },
9911   { "viewport.door_2.height",                   "100"                   },
9912   { "viewport.door_2.border_size",              "4"                     },
9913   { "viewport.door_2.align",                    "left"                  },
9914   { "viewport.door_2.valign",                   "top"                   },
9915   { "viewport.door_2.MAIN.x",                   ARG_DEFAULT             },
9916   { "viewport.door_2.MAIN.y",                   ARG_DEFAULT             },
9917   { "viewport.door_2.MAIN.width",               ARG_DEFAULT             },
9918   { "viewport.door_2.MAIN.height",              ARG_DEFAULT             },
9919   { "viewport.door_2.MAIN.border_size",         ARG_DEFAULT             },
9920   { "viewport.door_2.MAIN.align",               ARG_DEFAULT             },
9921   { "viewport.door_2.MAIN.valign",              ARG_DEFAULT             },
9922   { "viewport.door_2.SCORES.x",                 ARG_DEFAULT             },
9923   { "viewport.door_2.SCORES.y",                 ARG_DEFAULT             },
9924   { "viewport.door_2.SCORES.width",             ARG_DEFAULT             },
9925   { "viewport.door_2.SCORES.height",            ARG_DEFAULT             },
9926   { "viewport.door_2.SCORES.border_size",       ARG_DEFAULT             },
9927   { "viewport.door_2.SCORES.align",             ARG_DEFAULT             },
9928   { "viewport.door_2.SCORES.valign",            ARG_DEFAULT             },
9929   { "viewport.door_2.EDITOR.x",                 "566"                   },
9930   { "viewport.door_2.EDITOR.y",                 "356"                   },
9931   { "viewport.door_2.EDITOR.width",             "100"                   },
9932   { "viewport.door_2.EDITOR.height",            "144"                   },
9933   { "viewport.door_2.EDITOR.border_size",       "4"                     },
9934   { "viewport.door_2.EDITOR.align",             "left"                  },
9935   { "viewport.door_2.EDITOR.valign",            "top"                   },
9936   { "viewport.door_2.PLAYING.x",                ARG_DEFAULT             },
9937   { "viewport.door_2.PLAYING.y",                ARG_DEFAULT             },
9938   { "viewport.door_2.PLAYING.width",            ARG_DEFAULT             },
9939   { "viewport.door_2.PLAYING.height",           ARG_DEFAULT             },
9940   { "viewport.door_2.PLAYING.border_size",      ARG_DEFAULT             },
9941   { "viewport.door_2.PLAYING.align",            ARG_DEFAULT             },
9942   { "viewport.door_2.PLAYING.valign",           ARG_DEFAULT             },
9943
9944   { NULL,                                       NULL                    }
9945 };