added definitions for menu list entry size (not used yet)
[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   { ".global_anim_sync",                "false",        TYPE_BOOLEAN    },
45   { ".crumbled_like",                   ARG_UNDEFINED,  TYPE_ELEMENT    },
46   { ".diggable_like",                   ARG_UNDEFINED,  TYPE_ELEMENT    },
47   { ".border_size",                     ARG_UNDEFINED,  TYPE_INTEGER    },
48   { ".step_offset",                     "4",            TYPE_INTEGER    },
49   { ".step_xoffset",                    ARG_UNDEFINED,  TYPE_INTEGER    },
50   { ".step_yoffset",                    ARG_UNDEFINED,  TYPE_INTEGER    },
51   { ".step_delay",                      "1",            TYPE_INTEGER    },
52   { ".direction",                       ARG_UNDEFINED,  TYPE_STRING     },
53   { ".position",                        ARG_UNDEFINED,  TYPE_STRING     },
54   { ".draw_xoffset",                    "0",            TYPE_INTEGER    },
55   { ".draw_yoffset",                    "0",            TYPE_INTEGER    },
56   { ".draw_masked",                     ARG_UNDEFINED,  TYPE_BOOLEAN    },
57   { ".draw_order",                      ARG_UNDEFINED,  TYPE_INTEGER    },
58   { ".init_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
59   { ".init_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
60   { ".init_delay_action",               ARG_UNDEFINED,  TYPE_STRING     },
61   { ".anim_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
62   { ".anim_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
63   { ".anim_delay_action",               ARG_UNDEFINED,  TYPE_STRING     },
64   { ".post_delay_fixed",                ARG_UNDEFINED,  TYPE_INTEGER    },
65   { ".post_delay_random",               ARG_UNDEFINED,  TYPE_INTEGER    },
66   { ".post_delay_action",               ARG_UNDEFINED,  TYPE_STRING     },
67   { ".init_event",                      ARG_UNDEFINED,  TYPE_STRING     },
68   { ".init_event_action",               ARG_UNDEFINED,  TYPE_STRING     },
69   { ".anim_event",                      ARG_UNDEFINED,  TYPE_STRING     },
70   { ".anim_event_action",               ARG_UNDEFINED,  TYPE_STRING     },
71   { ".name",                            ARG_UNDEFINED,  TYPE_STRING     },
72   { ".scale_up_factor",                 ARG_UNDEFINED,  TYPE_INTEGER    },
73   { ".tile_size",                       ARG_UNDEFINED,  TYPE_INTEGER    },
74   { ".clone_from",                      ARG_UNDEFINED,  TYPE_GRAPHIC    },
75   { ".fade_mode",                       ARG_UNDEFINED,  TYPE_INTEGER    },
76   { ".fade_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
77   { ".post_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
78   { ".auto_delay",                      ARG_UNDEFINED,  TYPE_INTEGER    },
79   { ".auto_delay_unit",                 ARG_UNDEFINED,  TYPE_INTEGER    },
80   { ".align",                           ARG_UNDEFINED,  TYPE_INTEGER    },
81   { ".valign",                          ARG_UNDEFINED,  TYPE_INTEGER    },
82   { ".sort_priority",                   ARG_UNDEFINED,  TYPE_INTEGER    },
83   { ".class",                           ARG_UNDEFINED,  TYPE_STRING     },
84   { ".style",                           ARG_UNDEFINED,  TYPE_STRING     },
85   { ".active_xoffset",                  "0",            TYPE_INTEGER    },
86   { ".active_yoffset",                  "0",            TYPE_INTEGER    },
87   { ".pressed_xoffset",                 "0",            TYPE_INTEGER    },
88   { ".pressed_yoffset",                 "0",            TYPE_INTEGER    },
89   { ".stacked_xfactor",                 "1",            TYPE_INTEGER    },
90   { ".stacked_yfactor",                 "1",            TYPE_INTEGER    },
91   { ".stacked_xoffset",                 "0",            TYPE_INTEGER    },
92   { ".stacked_yoffset",                 "0",            TYPE_INTEGER    },
93
94   { NULL,                               NULL,           0               }
95 };
96
97 struct ConfigInfo image_config[] =
98 {
99   // ==========================================================================
100   // image definitions for game elements (for in-game and editor graphics)
101   // ==========================================================================
102
103   // images for Boulder Dash style elements and actions
104
105   { "bd_wall",                                  "RocksDC.png"           },
106   { "bd_wall.xpos",                             "12"                    },
107   { "bd_wall.ypos",                             "9"                     },
108   { "bd_wall.frames",                           "1"                     },
109   { "bd_wall.EDITOR",                           "RocksDC.png"           },
110   { "bd_wall.EDITOR.xpos",                      "14"                    },
111   { "bd_wall.EDITOR.ypos",                      "13"                    },
112
113   { "bd_rock",                                  "RocksDC.png"           },
114   { "bd_rock.xpos",                             "12"                    },
115   { "bd_rock.ypos",                             "10"                    },
116   { "bd_rock.frames",                           "1"                     },
117   { "bd_rock.EDITOR",                           "RocksDC.png"           },
118   { "bd_rock.EDITOR.xpos",                      "14"                    },
119   { "bd_rock.EDITOR.ypos",                      "14"                    },
120   { "bd_rock.moving.left",                      "RocksDC.png"           },
121   { "bd_rock.moving.left.xpos",                 "12"                    },
122   { "bd_rock.moving.left.ypos",                 "10"                    },
123   { "bd_rock.moving.left.frames",               "4"                     },
124   { "bd_rock.moving.left.delay",                "2"                     },
125   { "bd_rock.moving.left.anim_mode",            "reverse"               },
126   { "bd_rock.moving.right",                     "RocksDC.png"           },
127   { "bd_rock.moving.right.xpos",                "12"                    },
128   { "bd_rock.moving.right.ypos",                "10"                    },
129   { "bd_rock.moving.right.frames",              "4"                     },
130   { "bd_rock.moving.right.start_frame",         "1"                     },
131   { "bd_rock.moving.right.delay",               "2"                     },
132   { "bd_rock.pushing.left",                     "RocksDC.png"           },
133   { "bd_rock.pushing.left.xpos",                "12"                    },
134   { "bd_rock.pushing.left.ypos",                "10"                    },
135   { "bd_rock.pushing.left.frames",              "4"                     },
136   { "bd_rock.pushing.left.delay",               "2"                     },
137   { "bd_rock.pushing.left.anim_mode",           "reverse"               },
138   { "bd_rock.pushing.right",                    "RocksDC.png"           },
139   { "bd_rock.pushing.right.xpos",               "12"                    },
140   { "bd_rock.pushing.right.ypos",               "10"                    },
141   { "bd_rock.pushing.right.frames",             "4"                     },
142   { "bd_rock.pushing.right.start_frame",        "1"                     },
143   { "bd_rock.pushing.right.delay",              "2"                     },
144
145   { "bd_diamond",                               "RocksElements.png"     },
146   { "bd_diamond.xpos",                          "0"                     },
147   { "bd_diamond.ypos",                          "10"                    },
148   { "bd_diamond.frames",                        "4"                     },
149   { "bd_diamond.delay",                         "4"                     },
150   { "bd_diamond.anim_mode",                     "reverse"               },
151   { "bd_diamond.moving",                        "RocksElements.png"     },
152   { "bd_diamond.moving.xpos",                   "3"                     },
153   { "bd_diamond.moving.ypos",                   "10"                    },
154   { "bd_diamond.moving.frames",                 "2"                     },
155   { "bd_diamond.moving.delay",                  "4"                     },
156   { "bd_diamond.falling",                       "RocksElements.png"     },
157   { "bd_diamond.falling.xpos",                  "3"                     },
158   { "bd_diamond.falling.ypos",                  "10"                    },
159   { "bd_diamond.falling.frames",                "2"                     },
160   { "bd_diamond.falling.delay",                 "4"                     },
161   { "bd_diamond.collecting",                    "RocksCollect.png"      },
162   { "bd_diamond.collecting.xpos",               "0"                     },
163   { "bd_diamond.collecting.ypos",               "8"                     },
164   { "bd_diamond.collecting.frames",             "7"                     },
165   { "bd_diamond.collecting.anim_mode",          "linear"                },
166
167   { "bd_magic_wall",                            "RocksElements.png"     },
168   { "bd_magic_wall.xpos",                       "12"                    },
169   { "bd_magic_wall.ypos",                       "10"                    },
170   { "bd_magic_wall.frames",                     "1"                     },
171   { "bd_magic_wall.active",                     "RocksElements.png"     },
172   { "bd_magic_wall.active.xpos",                "12"                    },
173   { "bd_magic_wall.active.ypos",                "10"                    },
174   { "bd_magic_wall.active.frames",              "4"                     },
175   { "bd_magic_wall.active.anim_mode",           "reverse"               },
176   { "bd_magic_wall.active.delay",               "4"                     },
177   { "bd_magic_wall.active.global_sync",         "true"                  },
178   { "bd_magic_wall.filling",                    "RocksElements.png"     },
179   { "bd_magic_wall.filling.xpos",               "12"                    },
180   { "bd_magic_wall.filling.ypos",               "10"                    },
181   { "bd_magic_wall.filling.frames",             "4"                     },
182   { "bd_magic_wall.filling.anim_mode",          "reverse"               },
183   { "bd_magic_wall.filling.delay",              "4"                     },
184   { "bd_magic_wall.filling.global_sync",        "true"                  },
185   { "bd_magic_wall_full",                       "RocksElements.png"     },
186   { "bd_magic_wall_full.xpos",                  "12"                    },
187   { "bd_magic_wall_full.ypos",                  "10"                    },
188   { "bd_magic_wall_full.frames",                "4"                     },
189   { "bd_magic_wall_full.anim_mode",             "reverse"               },
190   { "bd_magic_wall_full.delay",                 "4"                     },
191   { "bd_magic_wall_full.global_sync",           "true"                  },
192   { "bd_magic_wall.emptying",                   "RocksElements.png"     },
193   { "bd_magic_wall.emptying.xpos",              "12"                    },
194   { "bd_magic_wall.emptying.ypos",              "10"                    },
195   { "bd_magic_wall.emptying.frames",            "4"                     },
196   { "bd_magic_wall.emptying.anim_mode",         "reverse"               },
197   { "bd_magic_wall.emptying.delay",             "4"                     },
198   { "bd_magic_wall.emptying.global_sync",       "true"                  },
199   { "bd_magic_wall_dead",                       "RocksElements.png"     },
200   { "bd_magic_wall_dead.xpos",                  "12"                    },
201   { "bd_magic_wall_dead.ypos",                  "10"                    },
202   { "bd_magic_wall_dead.frames",                "1"                     },
203
204   { "bd_amoeba",                                "RocksElements.png"     },
205   { "bd_amoeba.xpos",                           "8"                     },
206   { "bd_amoeba.ypos",                           "6"                     },
207   { "bd_amoeba.frames",                         "4"                     },
208   { "bd_amoeba.anim_mode",                      "random_static"         },
209   { "bd_amoeba.EDITOR",                         "RocksElements.png"     },
210   { "bd_amoeba.EDITOR.xpos",                    "8"                     },
211   { "bd_amoeba.EDITOR.ypos",                    "7"                     },
212
213   { "bd_butterfly",                             "RocksElements.png"     },
214   { "bd_butterfly.xpos",                        "4"                     },
215   { "bd_butterfly.ypos",                        "12"                    },
216   { "bd_butterfly.frames",                      "2"                     },
217   { "bd_butterfly.anim_mode",                   "pingpong"              },
218   { "bd_butterfly.delay",                       "4"                     },
219   { "bd_butterfly.global_sync",                 "true"                  },
220   { "bd_butterfly.right",                       "RocksElements.png"     },
221   { "bd_butterfly.right.xpos",                  "4"                     },
222   { "bd_butterfly.right.ypos",                  "12"                    },
223   { "bd_butterfly.right.frames",                "2"                     },
224   { "bd_butterfly.right.anim_mode",             "pingpong"              },
225   { "bd_butterfly.right.delay",                 "4"                     },
226   { "bd_butterfly.right.global_sync",           "true"                  },
227   { "bd_butterfly.right.EDITOR",                "RocksElements.png"     },
228   { "bd_butterfly.right.EDITOR.xpos",           "8"                     },
229   { "bd_butterfly.right.EDITOR.ypos",           "12"                    },
230   { "bd_butterfly.up",                          "RocksElements.png"     },
231   { "bd_butterfly.up.xpos",                     "4"                     },
232   { "bd_butterfly.up.ypos",                     "12"                    },
233   { "bd_butterfly.up.frames",                   "2"                     },
234   { "bd_butterfly.up.anim_mode",                "pingpong"              },
235   { "bd_butterfly.up.delay",                    "4"                     },
236   { "bd_butterfly.up.global_sync",              "true"                  },
237   { "bd_butterfly.up.EDITOR",                   "RocksElements.png"     },
238   { "bd_butterfly.up.EDITOR.xpos",              "9"                     },
239   { "bd_butterfly.up.EDITOR.ypos",              "12"                    },
240   { "bd_butterfly.left",                        "RocksElements.png"     },
241   { "bd_butterfly.left.xpos",                   "4"                     },
242   { "bd_butterfly.left.ypos",                   "12"                    },
243   { "bd_butterfly.left.frames",                 "2"                     },
244   { "bd_butterfly.left.anim_mode",              "pingpong"              },
245   { "bd_butterfly.left.delay",                  "4"                     },
246   { "bd_butterfly.left.global_sync",            "true"                  },
247   { "bd_butterfly.left.EDITOR",                 "RocksElements.png"     },
248   { "bd_butterfly.left.EDITOR.xpos",            "10"                    },
249   { "bd_butterfly.left.EDITOR.ypos",            "12"                    },
250   { "bd_butterfly.down",                        "RocksElements.png"     },
251   { "bd_butterfly.down.xpos",                   "4"                     },
252   { "bd_butterfly.down.ypos",                   "12"                    },
253   { "bd_butterfly.down.frames",                 "2"                     },
254   { "bd_butterfly.down.anim_mode",              "pingpong"              },
255   { "bd_butterfly.down.delay",                  "4"                     },
256   { "bd_butterfly.down.global_sync",            "true"                  },
257   { "bd_butterfly.down.EDITOR",                 "RocksElements.png"     },
258   { "bd_butterfly.down.EDITOR.xpos",            "11"                    },
259   { "bd_butterfly.down.EDITOR.ypos",            "12"                    },
260
261   { "bd_firefly",                               "RocksElements.png"     },
262   { "bd_firefly.xpos",                          "6"                     },
263   { "bd_firefly.ypos",                          "12"                    },
264   { "bd_firefly.frames",                        "2"                     },
265   { "bd_firefly.anim_mode",                     "pingpong"              },
266   { "bd_firefly.delay",                         "4"                     },
267   { "bd_firefly.global_sync",                   "true"                  },
268   { "bd_firefly.right",                         "RocksElements.png"     },
269   { "bd_firefly.right.xpos",                    "6"                     },
270   { "bd_firefly.right.ypos",                    "12"                    },
271   { "bd_firefly.right.frames",                  "2"                     },
272   { "bd_firefly.right.anim_mode",               "pingpong"              },
273   { "bd_firefly.right.delay",                   "4"                     },
274   { "bd_firefly.right.global_sync",             "true"                  },
275   { "bd_firefly.right.EDITOR",                  "RocksElements.png"     },
276   { "bd_firefly.right.EDITOR.xpos",             "12"                    },
277   { "bd_firefly.right.EDITOR.ypos",             "12"                    },
278   { "bd_firefly.up",                            "RocksElements.png"     },
279   { "bd_firefly.up.xpos",                       "6"                     },
280   { "bd_firefly.up.ypos",                       "12"                    },
281   { "bd_firefly.up.frames",                     "2"                     },
282   { "bd_firefly.up.anim_mode",                  "pingpong"              },
283   { "bd_firefly.up.delay",                      "4"                     },
284   { "bd_firefly.up.global_sync",                "true"                  },
285   { "bd_firefly.up.EDITOR",                     "RocksElements.png"     },
286   { "bd_firefly.up.EDITOR.xpos",                "13"                    },
287   { "bd_firefly.up.EDITOR.ypos",                "12"                    },
288   { "bd_firefly.left",                          "RocksElements.png"     },
289   { "bd_firefly.left.xpos",                     "6"                     },
290   { "bd_firefly.left.ypos",                     "12"                    },
291   { "bd_firefly.left.frames",                   "2"                     },
292   { "bd_firefly.left.anim_mode",                "pingpong"              },
293   { "bd_firefly.left.delay",                    "4"                     },
294   { "bd_firefly.left.global_sync",              "true"                  },
295   { "bd_firefly.left.EDITOR",                   "RocksElements.png"     },
296   { "bd_firefly.left.EDITOR.xpos",              "14"                    },
297   { "bd_firefly.left.EDITOR.ypos",              "12"                    },
298   { "bd_firefly.down",                          "RocksElements.png"     },
299   { "bd_firefly.down.xpos",                     "6"                     },
300   { "bd_firefly.down.ypos",                     "12"                    },
301   { "bd_firefly.down.frames",                   "2"                     },
302   { "bd_firefly.down.anim_mode",                "pingpong"              },
303   { "bd_firefly.down.delay",                    "4"                     },
304   { "bd_firefly.down.global_sync",              "true"                  },
305   { "bd_firefly.down.EDITOR",                   "RocksElements.png"     },
306   { "bd_firefly.down.EDITOR.xpos",              "15"                    },
307   { "bd_firefly.down.EDITOR.ypos",              "12"                    },
308
309   // images for Supaplex style elements and actions
310
311   { "[sp_default].exploding",                   "RocksSP.png"           },
312   { "[sp_default].exploding.xpos",              "8"                     },
313   { "[sp_default].exploding.ypos",              "3"                     },
314   { "[sp_default].exploding.frames",            "8"                     },
315   { "[sp_default].exploding.delay",             "4"                     },
316   { "[sp_default].exploding.anim_mode",         "linear"                },
317
318   { "sp_zonk",                                  "RocksSP.png"           },
319   { "sp_zonk.xpos",                             "1"                     },
320   { "sp_zonk.ypos",                             "0"                     },
321   { "sp_zonk.frames",                           "1"                     },
322   { "sp_zonk.moving.left",                      "RocksSP.png"           },
323   { "sp_zonk.moving.left.xpos",                 "0"                     },
324   { "sp_zonk.moving.left.ypos",                 "6"                     },
325   { "sp_zonk.moving.left.frames",               "4"                     },
326   { "sp_zonk.moving.left.delay",                "1"                     },
327   { "sp_zonk.moving.left.anim_mode",            "reverse"               },
328   { "sp_zonk.moving.right",                     "RocksSP.png"           },
329   { "sp_zonk.moving.right.xpos",                "0"                     },
330   { "sp_zonk.moving.right.ypos",                "6"                     },
331   { "sp_zonk.moving.right.frames",              "4"                     },
332   { "sp_zonk.moving.right.start_frame",         "1"                     },
333   { "sp_zonk.moving.right.delay",               "1"                     },
334   { "sp_zonk.pushing.left",                     "RocksSP.png"           },
335   { "sp_zonk.pushing.left.xpos",                "0"                     },
336   { "sp_zonk.pushing.left.ypos",                "6"                     },
337   { "sp_zonk.pushing.left.frames",              "4"                     },
338   { "sp_zonk.pushing.left.delay",               "1"                     },
339   { "sp_zonk.pushing.left.anim_mode",           "reverse"               },
340   { "sp_zonk.pushing.right",                    "RocksSP.png"           },
341   { "sp_zonk.pushing.right.xpos",               "0"                     },
342   { "sp_zonk.pushing.right.ypos",               "6"                     },
343   { "sp_zonk.pushing.right.frames",             "4"                     },
344   { "sp_zonk.pushing.right.start_frame",        "1"                     },
345   { "sp_zonk.pushing.right.delay",              "1"                     },
346
347   { "sp_base",                                  "RocksSP.png"           },
348   { "sp_base.xpos",                             "2"                     },
349   { "sp_base.ypos",                             "0"                     },
350   { "sp_base.frames",                           "1"                     },
351   { "sp_base.digging",                          "RocksSP.png"           },
352   { "sp_base.digging.xpos",                     "2"                     },
353   { "sp_base.digging.ypos",                     "0"                     },
354   { "sp_base.digging.frames",                   "1"                     },
355   { "sp_base.digging.anim_mode",                "opaque_player"         },
356   { "sp_base.snapping",                         "RocksSP.png"           },
357   { "sp_base.snapping.xpos",                    "8"                     },
358   { "sp_base.snapping.ypos",                    "2"                     },
359   { "sp_base.snapping.frames",                  "7"                     },
360   { "sp_base.snapping.anim_mode",               "linear"                },
361
362   { "sp_murphy",                                "RocksSP.png"           },
363   { "sp_murphy.xpos",                           "3"                     },
364   { "sp_murphy.ypos",                           "0"                     },
365   { "sp_murphy.frames",                         "1"                     },
366   { "sp_murphy.moving.left",                    "RocksSP.png"           },
367   { "sp_murphy.moving.left.xpos",               "8"                     },
368   { "sp_murphy.moving.left.ypos",               "0"                     },
369   { "sp_murphy.moving.left.frames",             "3"                     },
370   { "sp_murphy.moving.left.anim_mode",          "pingpong"              },
371   { "sp_murphy.moving.left.delay",              "2"                     },
372   { "sp_murphy.moving.left.start_frame",        "1"                     },
373   { "sp_murphy.moving.right",                   "RocksSP.png"           },
374   { "sp_murphy.moving.right.xpos",              "11"                    },
375   { "sp_murphy.moving.right.ypos",              "0"                     },
376   { "sp_murphy.moving.right.frames",            "3"                     },
377   { "sp_murphy.moving.right.anim_mode",         "pingpong"              },
378   { "sp_murphy.moving.right.delay",             "2"                     },
379   { "sp_murphy.moving.right.start_frame",       "1"                     },
380   { "sp_murphy.digging.left",                   "RocksSP.png"           },
381   { "sp_murphy.digging.left.xpos",              "8"                     },
382   { "sp_murphy.digging.left.ypos",              "0"                     },
383   { "sp_murphy.digging.left.frames",            "3"                     },
384   { "sp_murphy.digging.left.anim_mode",         "pingpong"              },
385   { "sp_murphy.digging.left.delay",             "2"                     },
386   { "sp_murphy.digging.left.start_frame",       "1"                     },
387   { "sp_murphy.digging.right",                  "RocksSP.png"           },
388   { "sp_murphy.digging.right.xpos",             "11"                    },
389   { "sp_murphy.digging.right.ypos",             "0"                     },
390   { "sp_murphy.digging.right.frames",           "3"                     },
391   { "sp_murphy.digging.right.anim_mode",        "pingpong"              },
392   { "sp_murphy.digging.right.delay",            "2"                     },
393   { "sp_murphy.digging.right.start_frame",      "1"                     },
394   { "sp_murphy.collecting.left",                "RocksSP.png"           },
395   { "sp_murphy.collecting.left.xpos",           "8"                     },
396   { "sp_murphy.collecting.left.ypos",           "0"                     },
397   { "sp_murphy.collecting.left.frames",         "3"                     },
398   { "sp_murphy.collecting.left.anim_mode",      "pingpong"              },
399   { "sp_murphy.collecting.left.delay",          "2"                     },
400   { "sp_murphy.collecting.left.start_frame",    "1"                     },
401   { "sp_murphy.collecting.right",               "RocksSP.png"           },
402   { "sp_murphy.collecting.right.xpos",          "11"                    },
403   { "sp_murphy.collecting.right.ypos",          "0"                     },
404   { "sp_murphy.collecting.right.frames",        "3"                     },
405   { "sp_murphy.collecting.right.anim_mode",     "pingpong"              },
406   { "sp_murphy.collecting.right.delay",         "2"                     },
407   { "sp_murphy.collecting.right.start_frame",   "1"                     },
408   { "sp_murphy.pushing.left",                   "RocksSP.png"           },
409   { "sp_murphy.pushing.left.xpos",              "11"                    },
410   { "sp_murphy.pushing.left.ypos",              "1"                     },
411   { "sp_murphy.pushing.left.frames",            "1"                     },
412   { "sp_murphy.pushing.right",                  "RocksSP.png"           },
413   { "sp_murphy.pushing.right.xpos",             "10"                    },
414   { "sp_murphy.pushing.right.ypos",             "1"                     },
415   { "sp_murphy.pushing.right.frames",           "1"                     },
416   { "sp_murphy.snapping.left",                  "RocksSP.png"           },
417   { "sp_murphy.snapping.left.xpos",             "9"                     },
418   { "sp_murphy.snapping.left.ypos",             "1"                     },
419   { "sp_murphy.snapping.left.frames",           "1"                     },
420   { "sp_murphy.snapping.right",                 "RocksSP.png"           },
421   { "sp_murphy.snapping.right.xpos",            "8"                     },
422   { "sp_murphy.snapping.right.ypos",            "1"                     },
423   { "sp_murphy.snapping.right.frames",          "1"                     },
424   { "sp_murphy.snapping.up",                    "RocksSP.png"           },
425   { "sp_murphy.snapping.up.xpos",               "14"                    },
426   { "sp_murphy.snapping.up.ypos",               "0"                     },
427   { "sp_murphy.snapping.up.frames",             "1"                     },
428   { "sp_murphy.snapping.down",                  "RocksSP.png"           },
429   { "sp_murphy.snapping.down.xpos",             "15"                    },
430   { "sp_murphy.snapping.down.ypos",             "0"                     },
431   { "sp_murphy.snapping.down.frames",           "1"                     },
432   { "sp_murphy.boring",                         "RocksSP.png"           },
433   { "sp_murphy.boring.xpos",                    "11"                    },
434   { "sp_murphy.boring.ypos",                    "12"                    },
435   { "sp_murphy.boring.frames",                  "1"                     },
436   { "sp_murphy.boring[1]",                      "RocksSP.png"           },
437   { "sp_murphy.boring[1].xpos",                 "0"                     },
438   { "sp_murphy.boring[1].ypos",                 "12"                    },
439   { "sp_murphy.boring[1].frames",               "12"                    },
440   { "sp_murphy.boring[1].delay",                "10"                    },
441   { "sp_murphy.boring[1].anim_mode",            "linear"                },
442   { "sp_murphy.boring[1].anim_delay_fixed",     "120"                   },
443   { "sp_murphy.boring[1].anim_delay_random",    "0"                     },
444   { "sp_murphy.boring[1].post_delay_fixed",     "500"                   },
445   { "sp_murphy.boring[1].post_delay_random",    "500"                   },
446   { "sp_murphy.sleeping.left",                  "RocksSP.png"           },
447   { "sp_murphy.sleeping.left.xpos",             "4"                     },
448   { "sp_murphy.sleeping.left.ypos",             "9"                     },
449   { "sp_murphy.sleeping.left.frames",           "3"                     },
450   { "sp_murphy.sleeping.left.delay",            "100"                   },
451   { "sp_murphy.sleeping.left.anim_mode",        "linear,reverse"        },
452   { "sp_murphy.sleeping.right",                 "RocksSP.png"           },
453   { "sp_murphy.sleeping.right.xpos",            "13"                    },
454   { "sp_murphy.sleeping.right.ypos",            "12"                    },
455   { "sp_murphy.sleeping.right.frames",          "3"                     },
456   { "sp_murphy.sleeping.right.delay",           "100"                   },
457   { "sp_murphy.sleeping.right.anim_mode",       "linear"                },
458   { "sp_murphy.dropping",                       "RocksSP.png"           },
459   { "sp_murphy.dropping.xpos",                  "11"                    },
460   { "sp_murphy.dropping.ypos",                  "12"                    },
461   { "sp_murphy.dropping.frames",                "1"                     },
462   { "sp_murphy.shrinking",                      "RocksSP.png"           },
463   { "sp_murphy.shrinking.xpos",                 "8"                     },
464   { "sp_murphy.shrinking.ypos",                 "14"                    },
465   { "sp_murphy.shrinking.frames",               "8"                     },
466   { "sp_murphy.shrinking.delay",                "4"                     },
467   { "sp_murphy.shrinking.anim_mode",            "linear"                },
468
469   { "sp_murphy_clone",                          "RocksSP.png"           },
470   { "sp_murphy_clone.xpos",                     "3"                     },
471   { "sp_murphy_clone.ypos",                     "0"                     },
472   { "sp_murphy_clone.frames",                   "1"                     },
473
474   { "sp_infotron",                              "RocksSP.png"           },
475   { "sp_infotron.xpos",                         "4"                     },
476   { "sp_infotron.ypos",                         "0"                     },
477   { "sp_infotron.frames",                       "1"                     },
478   { "sp_infotron.EDITOR",                       "RocksSP.png"           },
479   { "sp_infotron.EDITOR.xpos",                  "8"                     },
480   { "sp_infotron.EDITOR.ypos",                  "11"                    },
481   { "sp_infotron.moving.left",                  "RocksSP.png"           },
482   { "sp_infotron.moving.left.xpos",             "8"                     },
483   { "sp_infotron.moving.left.ypos",             "13"                    },
484   { "sp_infotron.moving.left.frames",           "8"                     },
485   { "sp_infotron.moving.right",                 "RocksSP.png"           },
486   { "sp_infotron.moving.right.xpos",            "8"                     },
487   { "sp_infotron.moving.right.ypos",            "13"                    },
488   { "sp_infotron.moving.right.frames",          "8"                     },
489   { "sp_infotron.moving.right.start_frame",     "6"                     },
490   { "sp_infotron.moving.right.anim_mode",       "reverse"               },
491   { "sp_infotron.collecting",                   "RocksSP.png"           },
492   { "sp_infotron.collecting.xpos",              "8"                     },
493   { "sp_infotron.collecting.ypos",              "7"                     },
494   { "sp_infotron.collecting.frames",            "8"                     },
495   { "sp_infotron.collecting.anim_mode",         "linear"                },
496
497   { "sp_chip_single",                           "RocksSP.png"           },
498   { "sp_chip_single.xpos",                      "5"                     },
499   { "sp_chip_single.ypos",                      "0"                     },
500   { "sp_chip_single.frames",                    "1"                     },
501   { "sp_chip_left",                             "RocksSP.png"           },
502   { "sp_chip_left.xpos",                        "2"                     },
503   { "sp_chip_left.ypos",                        "3"                     },
504   { "sp_chip_left.frames",                      "1"                     },
505   { "sp_chip_right",                            "RocksSP.png"           },
506   { "sp_chip_right.xpos",                       "3"                     },
507   { "sp_chip_right.ypos",                       "3"                     },
508   { "sp_chip_right.frames",                     "1"                     },
509   { "sp_chip_top",                              "RocksSP.png"           },
510   { "sp_chip_top.xpos",                         "6"                     },
511   { "sp_chip_top.ypos",                         "4"                     },
512   { "sp_chip_top.frames",                       "1"                     },
513   { "sp_chip_bottom",                           "RocksSP.png"           },
514   { "sp_chip_bottom.xpos",                      "7"                     },
515   { "sp_chip_bottom.ypos",                      "4"                     },
516   { "sp_chip_bottom.frames",                    "1"                     },
517
518   { "sp_hardware_gray",                         "RocksSP.png"           },
519   { "sp_hardware_gray.xpos",                    "6"                     },
520   { "sp_hardware_gray.ypos",                    "0"                     },
521   { "sp_hardware_gray.frames",                  "1"                     },
522   { "sp_hardware_green",                        "RocksSP.png"           },
523   { "sp_hardware_green.xpos",                   "5"                     },
524   { "sp_hardware_green.ypos",                   "3"                     },
525   { "sp_hardware_green.frames",                 "1"                     },
526   { "sp_hardware_blue",                         "RocksSP.png"           },
527   { "sp_hardware_blue.xpos",                    "6"                     },
528   { "sp_hardware_blue.ypos",                    "3"                     },
529   { "sp_hardware_blue.frames",                  "1"                     },
530   { "sp_hardware_red",                          "RocksSP.png"           },
531   { "sp_hardware_red.xpos",                     "7"                     },
532   { "sp_hardware_red.ypos",                     "3"                     },
533   { "sp_hardware_red.frames",                   "1"                     },
534   { "sp_hardware_yellow",                       "RocksSP.png"           },
535   { "sp_hardware_yellow.xpos",                  "0"                     },
536   { "sp_hardware_yellow.ypos",                  "4"                     },
537   { "sp_hardware_yellow.frames",                "1"                     },
538
539   { "sp_exit_closed",                           "RocksSP.png"           },
540   { "sp_exit_closed.xpos",                      "7"                     },
541   { "sp_exit_closed.ypos",                      "0"                     },
542   { "sp_exit_closed.frames",                    "1"                     },
543   { "sp_exit.opening",                          "RocksSP.png"           },
544   { "sp_exit.opening.xpos",                     "7"                     },
545   { "sp_exit.opening.ypos",                     "0"                     },
546   { "sp_exit.opening.frames",                   "1"                     },
547   { "sp_exit_open",                             "RocksSP.png"           },
548   { "sp_exit_open.xpos",                        "7"                     },
549   { "sp_exit_open.ypos",                        "0"                     },
550   { "sp_exit_open.frames",                      "1"                     },
551   { "sp_exit.closing",                          "RocksSP.png"           },
552   { "sp_exit.closing.xpos",                     "7"                     },
553   { "sp_exit.closing.ypos",                     "0"                     },
554   { "sp_exit.closing.frames",                   "1"                     },
555
556   { "sp_disk_orange",                           "RocksSP.png"           },
557   { "sp_disk_orange.xpos",                      "0"                     },
558   { "sp_disk_orange.ypos",                      "1"                     },
559   { "sp_disk_orange.frames",                    "1"                     },
560
561   { "sp_disk_yellow",                           "RocksSP.png"           },
562   { "sp_disk_yellow.xpos",                      "2"                     },
563   { "sp_disk_yellow.ypos",                      "2"                     },
564   { "sp_disk_yellow.frames",                    "1"                     },
565
566   { "sp_disk_red",                              "RocksSP.png"           },
567   { "sp_disk_red.xpos",                         "4"                     },
568   { "sp_disk_red.ypos",                         "2"                     },
569   { "sp_disk_red.frames",                       "1"                     },
570   { "sp_disk_red.collecting",                   "RocksSP.png"           },
571   { "sp_disk_red.collecting.xpos",              "9"                     },
572   { "sp_disk_red.collecting.ypos",              "5"                     },
573   { "sp_disk_red.collecting.frames",            "7"                     },
574   { "sp_disk_red.collecting.anim_mode",         "linear"                },
575   { "sp_disk_red.active",                       "RocksSP.png"           },
576   { "sp_disk_red.active.xpos",                  "4"                     },
577   { "sp_disk_red.active.ypos",                  "2"                     },
578   { "sp_disk_red.active.frames",                "1"                     },
579
580   { "sp_port_right",                            "RocksSP.png"           },
581   { "sp_port_right.xpos",                       "1"                     },
582   { "sp_port_right.ypos",                       "1"                     },
583   { "sp_port_right.frames",                     "1"                     },
584   { "sp_port_down",                             "RocksSP.png"           },
585   { "sp_port_down.xpos",                        "2"                     },
586   { "sp_port_down.ypos",                        "1"                     },
587   { "sp_port_down.frames",                      "1"                     },
588   { "sp_port_left",                             "RocksSP.png"           },
589   { "sp_port_left.xpos",                        "3"                     },
590   { "sp_port_left.ypos",                        "1"                     },
591   { "sp_port_left.frames",                      "1"                     },
592   { "sp_port_up",                               "RocksSP.png"           },
593   { "sp_port_up.xpos",                          "4"                     },
594   { "sp_port_up.ypos",                          "1"                     },
595   { "sp_port_up.frames",                        "1"                     },
596   { "sp_port_horizontal",                       "RocksSP.png"           },
597   { "sp_port_horizontal.xpos",                  "6"                     },
598   { "sp_port_horizontal.ypos",                  "2"                     },
599   { "sp_port_horizontal.frames",                "1"                     },
600   { "sp_port_vertical",                         "RocksSP.png"           },
601   { "sp_port_vertical.xpos",                    "5"                     },
602   { "sp_port_vertical.ypos",                    "2"                     },
603   { "sp_port_vertical.frames",                  "1"                     },
604   { "sp_port_any",                              "RocksSP.png"           },
605   { "sp_port_any.xpos",                         "7"                     },
606   { "sp_port_any.ypos",                         "2"                     },
607   { "sp_port_any.frames",                       "1"                     },
608   { "sp_gravity_port_right",                    "RocksSP.png"           },
609   { "sp_gravity_port_right.xpos",               "1"                     },
610   { "sp_gravity_port_right.ypos",               "1"                     },
611   { "sp_gravity_port_right.frames",             "1"                     },
612   { "sp_gravity_port_right.EDITOR",             "RocksSP.png"           },
613   { "sp_gravity_port_right.EDITOR.xpos",        "0"                     },
614   { "sp_gravity_port_right.EDITOR.ypos",        "14"                    },
615   { "sp_gravity_port_down",                     "RocksSP.png"           },
616   { "sp_gravity_port_down.xpos",                "2"                     },
617   { "sp_gravity_port_down.ypos",                "1"                     },
618   { "sp_gravity_port_down.frames",              "1"                     },
619   { "sp_gravity_port_down.EDITOR",              "RocksSP.png"           },
620   { "sp_gravity_port_down.EDITOR.xpos",         "1"                     },
621   { "sp_gravity_port_down.EDITOR.ypos",         "14"                    },
622   { "sp_gravity_port_left",                     "RocksSP.png"           },
623   { "sp_gravity_port_left.xpos",                "3"                     },
624   { "sp_gravity_port_left.ypos",                "1"                     },
625   { "sp_gravity_port_left.frames",              "1"                     },
626   { "sp_gravity_port_left.EDITOR",              "RocksSP.png"           },
627   { "sp_gravity_port_left.EDITOR.xpos",         "2"                     },
628   { "sp_gravity_port_left.EDITOR.ypos",         "14"                    },
629   { "sp_gravity_port_up",                       "RocksSP.png"           },
630   { "sp_gravity_port_up.xpos",                  "4"                     },
631   { "sp_gravity_port_up.ypos",                  "1"                     },
632   { "sp_gravity_port_up.frames",                "1"                     },
633   { "sp_gravity_port_up.EDITOR",                "RocksSP.png"           },
634   { "sp_gravity_port_up.EDITOR.xpos",           "3"                     },
635   { "sp_gravity_port_up.EDITOR.ypos",           "14"                    },
636   { "sp_gravity_on_port_right",                 "RocksSP.png"           },
637   { "sp_gravity_on_port_right.xpos",            "1"                     },
638   { "sp_gravity_on_port_right.ypos",            "1"                     },
639   { "sp_gravity_on_port_right.frames",          "1"                     },
640   { "sp_gravity_on_port_right.EDITOR",          "RocksSP.png"           },
641   { "sp_gravity_on_port_right.EDITOR.xpos",     "0"                     },
642   { "sp_gravity_on_port_right.EDITOR.ypos",     "13"                    },
643   { "sp_gravity_on_port_down",                  "RocksSP.png"           },
644   { "sp_gravity_on_port_down.xpos",             "2"                     },
645   { "sp_gravity_on_port_down.ypos",             "1"                     },
646   { "sp_gravity_on_port_down.frames",           "1"                     },
647   { "sp_gravity_on_port_down.EDITOR",           "RocksSP.png"           },
648   { "sp_gravity_on_port_down.EDITOR.xpos",      "1"                     },
649   { "sp_gravity_on_port_down.EDITOR.ypos",      "13"                    },
650   { "sp_gravity_on_port_left",                  "RocksSP.png"           },
651   { "sp_gravity_on_port_left.xpos",             "3"                     },
652   { "sp_gravity_on_port_left.ypos",             "1"                     },
653   { "sp_gravity_on_port_left.frames",           "1"                     },
654   { "sp_gravity_on_port_left.EDITOR",           "RocksSP.png"           },
655   { "sp_gravity_on_port_left.EDITOR.xpos",      "2"                     },
656   { "sp_gravity_on_port_left.EDITOR.ypos",      "13"                    },
657   { "sp_gravity_on_port_up",                    "RocksSP.png"           },
658   { "sp_gravity_on_port_up.xpos",               "4"                     },
659   { "sp_gravity_on_port_up.ypos",               "1"                     },
660   { "sp_gravity_on_port_up.frames",             "1"                     },
661   { "sp_gravity_on_port_up.EDITOR",             "RocksSP.png"           },
662   { "sp_gravity_on_port_up.EDITOR.xpos",        "3"                     },
663   { "sp_gravity_on_port_up.EDITOR.ypos",        "13"                    },
664   { "sp_gravity_off_port_right",                "RocksSP.png"           },
665   { "sp_gravity_off_port_right.xpos",           "1"                     },
666   { "sp_gravity_off_port_right.ypos",           "1"                     },
667   { "sp_gravity_off_port_right.frames",         "1"                     },
668   { "sp_gravity_off_port_right.EDITOR",         "RocksSP.png"           },
669   { "sp_gravity_off_port_right.EDITOR.xpos",    "4"                     },
670   { "sp_gravity_off_port_right.EDITOR.ypos",    "13"                    },
671   { "sp_gravity_off_port_down",                 "RocksSP.png"           },
672   { "sp_gravity_off_port_down.xpos",            "2"                     },
673   { "sp_gravity_off_port_down.ypos",            "1"                     },
674   { "sp_gravity_off_port_down.frames",          "1"                     },
675   { "sp_gravity_off_port_down.EDITOR",          "RocksSP.png"           },
676   { "sp_gravity_off_port_down.EDITOR.xpos",     "5"                     },
677   { "sp_gravity_off_port_down.EDITOR.ypos",     "13"                    },
678   { "sp_gravity_off_port_left",                 "RocksSP.png"           },
679   { "sp_gravity_off_port_left.xpos",            "3"                     },
680   { "sp_gravity_off_port_left.ypos",            "1"                     },
681   { "sp_gravity_off_port_left.frames",          "1"                     },
682   { "sp_gravity_off_port_left.EDITOR",          "RocksSP.png"           },
683   { "sp_gravity_off_port_left.EDITOR.xpos",     "6"                     },
684   { "sp_gravity_off_port_left.EDITOR.ypos",     "13"                    },
685   { "sp_gravity_off_port_up",                   "RocksSP.png"           },
686   { "sp_gravity_off_port_up.xpos",              "4"                     },
687   { "sp_gravity_off_port_up.ypos",              "1"                     },
688   { "sp_gravity_off_port_up.frames",            "1"                     },
689   { "sp_gravity_off_port_up.EDITOR",            "RocksSP.png"           },
690   { "sp_gravity_off_port_up.EDITOR.xpos",       "7"                     },
691   { "sp_gravity_off_port_up.EDITOR.ypos",       "13"                    },
692
693   { "sp_sniksnak",                              "RocksSP.png"           },
694   { "sp_sniksnak.xpos",                         "1"                     },
695   { "sp_sniksnak.ypos",                         "2"                     },
696   { "sp_sniksnak.frames",                       "1"                     },
697   { "sp_sniksnak.left",                         "RocksSP.png"           },
698   { "sp_sniksnak.left.xpos",                    "8"                     },
699   { "sp_sniksnak.left.ypos",                    "8"                     },
700   { "sp_sniksnak.left.frames",                  "4"                     },
701   { "sp_sniksnak.left.anim_mode",               "pingpong2"             },
702   { "sp_sniksnak.right",                        "RocksSP.png"           },
703   { "sp_sniksnak.right.xpos",                   "12"                    },
704   { "sp_sniksnak.right.ypos",                   "8"                     },
705   { "sp_sniksnak.right.frames",                 "4"                     },
706   { "sp_sniksnak.right.anim_mode",              "pingpong2"             },
707   { "sp_sniksnak.up",                           "RocksSP.png"           },
708   { "sp_sniksnak.up.xpos",                      "8"                     },
709   { "sp_sniksnak.up.ypos",                      "9"                     },
710   { "sp_sniksnak.up.frames",                    "4"                     },
711   { "sp_sniksnak.up.anim_mode",                 "pingpong2"             },
712   { "sp_sniksnak.down",                         "RocksSP.png"           },
713   { "sp_sniksnak.down.xpos",                    "12"                    },
714   { "sp_sniksnak.down.ypos",                    "9"                     },
715   { "sp_sniksnak.down.frames",                  "4"                     },
716   { "sp_sniksnak.down.anim_mode",               "pingpong2"             },
717   { "sp_sniksnak.turning_from_left.up",         "RocksSP.png"           },
718   { "sp_sniksnak.turning_from_left.up.xpos",    "12"                    },
719   { "sp_sniksnak.turning_from_left.up.ypos",    "6"                     },
720   { "sp_sniksnak.turning_from_left.up.frames",  "2"                     },
721   { "sp_sniksnak.turning_from_left.up.delay",   "4"                     },
722   { "sp_sniksnak.turning_from_left.up.offset",  "1408"                  },
723   { "sp_sniksnak.turning_from_left.up.anim_mode","linear"               },
724   { "sp_sniksnak.turning_from_left.down",       "RocksSP.png"           },
725   { "sp_sniksnak.turning_from_left.down.xpos",  "13"                    },
726   { "sp_sniksnak.turning_from_left.down.ypos",  "6"                     },
727   { "sp_sniksnak.turning_from_left.down.frames","2"                     },
728   { "sp_sniksnak.turning_from_left.down.delay", "4"                     },
729   { "sp_sniksnak.turning_from_left.down.offset","1504"                  },
730   { "sp_sniksnak.turning_from_left.down.anim_mode","linear"             },
731   { "sp_sniksnak.turning_from_right.up",        "RocksSP.png"           },
732   { "sp_sniksnak.turning_from_right.up.xpos",   "15"                    },
733   { "sp_sniksnak.turning_from_right.up.ypos",   "6"                     },
734   { "sp_sniksnak.turning_from_right.up.frames", "2"                     },
735   { "sp_sniksnak.turning_from_right.up.delay",  "4"                     },
736   { "sp_sniksnak.turning_from_right.up.offset", "1312"                  },
737   { "sp_sniksnak.turning_from_right.up.anim_mode","linear"              },
738   { "sp_sniksnak.turning_from_right.down",      "RocksSP.png"           },
739   { "sp_sniksnak.turning_from_right.down.xpos", "14"                    },
740   { "sp_sniksnak.turning_from_right.down.ypos", "6"                     },
741   { "sp_sniksnak.turning_from_right.down.frames","2"                    },
742   { "sp_sniksnak.turning_from_right.down.delay","4"                     },
743   { "sp_sniksnak.turning_from_right.down.offset","1472"                 },
744   { "sp_sniksnak.turning_from_right.down.anim_mode","linear"            },
745   { "sp_sniksnak.turning_from_up.left",         "RocksSP.png"           },
746   { "sp_sniksnak.turning_from_up.left.xpos",    "12"                    },
747   { "sp_sniksnak.turning_from_up.left.ypos",    "6"                     },
748   { "sp_sniksnak.turning_from_up.left.frames",  "2"                     },
749   { "sp_sniksnak.turning_from_up.left.delay",   "4"                     },
750   { "sp_sniksnak.turning_from_up.left.offset",  "896"                   },
751   { "sp_sniksnak.turning_from_up.left.anim_mode","linear"               },
752   { "sp_sniksnak.turning_from_up.right",        "RocksSP.png"           },
753   { "sp_sniksnak.turning_from_up.right.xpos",   "15"                    },
754   { "sp_sniksnak.turning_from_up.right.ypos",   "6"                     },
755   { "sp_sniksnak.turning_from_up.right.frames", "2"                     },
756   { "sp_sniksnak.turning_from_up.right.delay",  "4"                     },
757   { "sp_sniksnak.turning_from_up.right.offset", "928"                   },
758   { "sp_sniksnak.turning_from_up.right.anim_mode","linear"              },
759   { "sp_sniksnak.turning_from_down.left",       "RocksSP.png"           },
760   { "sp_sniksnak.turning_from_down.left.xpos",  "13"                    },
761   { "sp_sniksnak.turning_from_down.left.ypos",  "6"                     },
762   { "sp_sniksnak.turning_from_down.left.frames","2"                     },
763   { "sp_sniksnak.turning_from_down.left.delay", "4"                     },
764   { "sp_sniksnak.turning_from_down.left.offset","864"                   },
765   { "sp_sniksnak.turning_from_down.left.anim_mode","linear"             },
766   { "sp_sniksnak.turning_from_down.right",      "RocksSP.png"           },
767   { "sp_sniksnak.turning_from_down.right.xpos", "14"                    },
768   { "sp_sniksnak.turning_from_down.right.ypos", "6"                     },
769   { "sp_sniksnak.turning_from_down.right.frames","2"                    },
770   { "sp_sniksnak.turning_from_down.right.delay","4"                     },
771   { "sp_sniksnak.turning_from_down.right.offset","960"                  },
772   { "sp_sniksnak.turning_from_down.right.anim_mode","linear"            },
773
774   { "sp_electron",                              "RocksSP.png"           },
775   { "sp_electron.xpos",                         "8"                     },
776   { "sp_electron.ypos",                         "10"                    },
777   { "sp_electron.frames",                       "8"                     },
778   { "sp_electron.delay",                        "4"                     },
779   { "sp_electron.global_sync",                  "true"                  },
780   { "sp_electron.EDITOR",                       "RocksSP.png"           },
781   { "sp_electron.EDITOR.xpos",                  "10"                    },
782   { "sp_electron.EDITOR.ypos",                  "11"                    },
783   { "sp_electron.exploding",                    "RocksSP.png"           },
784   { "sp_electron.exploding.xpos",               "8"                     },
785   { "sp_electron.exploding.ypos",               "4"                     },
786   { "sp_electron.exploding.frames",             "8"                     },
787   { "sp_electron.exploding.delay",              "4"                     },
788   { "sp_electron.exploding.anim_mode",          "linear"                },
789
790   { "sp_terminal",                              "RocksSP.png"           },
791   { "sp_terminal.xpos",                         "0"                     },
792   { "sp_terminal.ypos",                         "10"                    },
793   { "sp_terminal.frames",                       "7"                     },
794   { "sp_terminal.delay",                        "12"                    },
795   { "sp_terminal.EDITOR",                       "RocksSP.png"           },
796   { "sp_terminal.EDITOR.xpos",                  "9"                     },
797   { "sp_terminal.EDITOR.ypos",                  "11"                    },
798   { "sp_terminal.active",                       "RocksSP.png"           },
799   { "sp_terminal.active.xpos",                  "0"                     },
800   { "sp_terminal.active.ypos",                  "11"                    },
801   { "sp_terminal.active.frames",                "7"                     },
802   { "sp_terminal.active.delay",                 "4"                     },
803
804   { "sp_buggy_base",                            "RocksSP.png"           },
805   { "sp_buggy_base.xpos",                       "1"                     },
806   { "sp_buggy_base.ypos",                       "3"                     },
807   { "sp_buggy_base.frames",                     "1"                     },
808   { "sp_buggy_base.EDITOR",                     "RocksSP.png"           },
809   { "sp_buggy_base.EDITOR.xpos",                "9"                     },
810   { "sp_buggy_base.EDITOR.ypos",                "6"                     },
811   { "sp_buggy_base.activating",                 "RocksSP.png"           },
812   { "sp_buggy_base.activating.xpos",            "15"                    },
813   { "sp_buggy_base.activating.ypos",            "2"                     },
814   { "sp_buggy_base.activating.frames",          "1"                     },
815   { "sp_buggy_base.active",                     "RocksSP.png"           },
816   { "sp_buggy_base.active.xpos",                "8"                     },
817   { "sp_buggy_base.active.ypos",                "6"                     },
818   { "sp_buggy_base.active.frames",              "4"                     },
819   { "sp_buggy_base.active.delay",               "4"                     },
820   { "sp_buggy_base.active.anim_mode",           "pingpong"              },
821
822   { "sp_hardware_base_1",                       "RocksSP.png"           },
823   { "sp_hardware_base_1.xpos",                  "4"                     },
824   { "sp_hardware_base_1.ypos",                  "3"                     },
825   { "sp_hardware_base_1.frames",                "1"                     },
826   { "sp_hardware_base_2",                       "RocksSP.png"           },
827   { "sp_hardware_base_2.xpos",                  "1"                     },
828   { "sp_hardware_base_2.ypos",                  "4"                     },
829   { "sp_hardware_base_2.frames",                "1"                     },
830   { "sp_hardware_base_3",                       "RocksSP.png"           },
831   { "sp_hardware_base_3.xpos",                  "2"                     },
832   { "sp_hardware_base_3.ypos",                  "4"                     },
833   { "sp_hardware_base_3.frames",                "1"                     },
834   { "sp_hardware_base_4",                       "RocksSP.png"           },
835   { "sp_hardware_base_4.xpos",                  "3"                     },
836   { "sp_hardware_base_4.ypos",                  "4"                     },
837   { "sp_hardware_base_4.frames",                "1"                     },
838   { "sp_hardware_base_5",                       "RocksSP.png"           },
839   { "sp_hardware_base_5.xpos",                  "4"                     },
840   { "sp_hardware_base_5.ypos",                  "4"                     },
841   { "sp_hardware_base_5.frames",                "1"                     },
842   { "sp_hardware_base_6",                       "RocksSP.png"           },
843   { "sp_hardware_base_6.xpos",                  "5"                     },
844   { "sp_hardware_base_6.ypos",                  "4"                     },
845   { "sp_hardware_base_6.frames",                "1"                     },
846
847   // images for Sokoban style elements and actions
848
849   { "sokoban_object",                           "RocksElements.png"     },
850   { "sokoban_object.xpos",                      "9"                     },
851   { "sokoban_object.ypos",                      "7"                     },
852   { "sokoban_object.frames",                    "1"                     },
853
854   { "sokoban_field_empty",                      "RocksElements.png"     },
855   { "sokoban_field_empty.xpos",                 "10"                    },
856   { "sokoban_field_empty.ypos",                 "7"                     },
857   { "sokoban_field_empty.frames",               "1"                     },
858
859   { "sokoban_field_full",                       "RocksElements.png"     },
860   { "sokoban_field_full.xpos",                  "11"                    },
861   { "sokoban_field_full.ypos",                  "7"                     },
862   { "sokoban_field_full.frames",                "1"                     },
863
864   { "sokoban_field_player",                     "RocksHeroes.png"       },
865   { "sokoban_field_player.xpos",                "0"                     },
866   { "sokoban_field_player.ypos",                "15"                    },
867   { "sokoban_field_player.frames",              "1"                     },
868
869   // images for Emerald Mine style elements and actions
870
871   { "empty_space",                              "RocksSP.png"           },
872   { "empty_space.xpos",                         "0"                     },
873   { "empty_space.ypos",                         "0"                     },
874   { "empty_space.frames",                       "1"                     },
875
876   { "sand",                                     "RocksElements.png"     },
877   { "sand.xpos",                                "0"                     },
878   { "sand.ypos",                                "0"                     },
879   { "sand.frames",                              "1"                     },
880   { "sand.CRUMBLED",                            "RocksElements.png"     },
881   { "sand.CRUMBLED.xpos",                       "1"                     },
882   { "sand.CRUMBLED.ypos",                       "0"                     },
883   { "sand.CRUMBLED.frames",                     "1"                     },
884   { "sand.digging.left",                        "RocksMore.png"         },
885   { "sand.digging.left.xpos",                   "6"                     },
886   { "sand.digging.left.ypos",                   "3"                     },
887   { "sand.digging.left.frames",                 "3"                     },
888   { "sand.digging.left.delay",                  "2"                     },
889   { "sand.digging.left.anim_mode",              "linear"                },
890   { "sand.digging.right",                       "RocksMore.png"         },
891   { "sand.digging.right.xpos",                  "9"                     },
892   { "sand.digging.right.ypos",                  "3"                     },
893   { "sand.digging.right.frames",                "3"                     },
894   { "sand.digging.right.delay",                 "2"                     },
895   { "sand.digging.right.anim_mode",             "linear"                },
896   { "sand.digging.up",                          "RocksMore.png"         },
897   { "sand.digging.up.xpos",                     "0"                     },
898   { "sand.digging.up.ypos",                     "3"                     },
899   { "sand.digging.up.frames",                   "3"                     },
900   { "sand.digging.up.delay",                    "2"                     },
901   { "sand.digging.up.anim_mode",                "linear"                },
902   { "sand.digging.down",                        "RocksMore.png"         },
903   { "sand.digging.down.xpos",                   "3"                     },
904   { "sand.digging.down.ypos",                   "3"                     },
905   { "sand.digging.down.frames",                 "3"                     },
906   { "sand.digging.down.delay",                  "2"                     },
907   { "sand.digging.down.anim_mode",              "linear"                },
908   { "sand.digging.left.CRUMBLED",               "RocksMore.png"         },
909   { "sand.digging.left.CRUMBLED.xpos",          "6"                     },
910   { "sand.digging.left.CRUMBLED.ypos",          "0"                     },
911   { "sand.digging.left.CRUMBLED.frames",        "3"                     },
912   { "sand.digging.left.CRUMBLED.delay",         "2"                     },
913   { "sand.digging.left.CRUMBLED.anim_mode",     "linear"                },
914   { "sand.digging.right.CRUMBLED",              "RocksMore.png"         },
915   { "sand.digging.right.CRUMBLED.xpos",         "9"                     },
916   { "sand.digging.right.CRUMBLED.ypos",         "0"                     },
917   { "sand.digging.right.CRUMBLED.frames",       "3"                     },
918   { "sand.digging.right.CRUMBLED.delay",        "2"                     },
919   { "sand.digging.right.CRUMBLED.anim_mode",    "linear"                },
920   { "sand.digging.up.CRUMBLED",                 "RocksMore.png"         },
921   { "sand.digging.up.CRUMBLED.xpos",            "0"                     },
922   { "sand.digging.up.CRUMBLED.ypos",            "0"                     },
923   { "sand.digging.up.CRUMBLED.frames",          "3"                     },
924   { "sand.digging.up.CRUMBLED.delay",           "2"                     },
925   { "sand.digging.up.CRUMBLED.anim_mode",       "linear"                },
926   { "sand.digging.down.CRUMBLED",               "RocksMore.png"         },
927   { "sand.digging.down.CRUMBLED.xpos",          "3"                     },
928   { "sand.digging.down.CRUMBLED.ypos",          "0"                     },
929   { "sand.digging.down.CRUMBLED.frames",        "3"                     },
930   { "sand.digging.down.CRUMBLED.delay",         "2"                     },
931   { "sand.digging.down.CRUMBLED.anim_mode",     "linear"                },
932
933   { "wall",                                     "RocksElements.png"     },
934   { "wall.xpos",                                "5"                     },
935   { "wall.ypos",                                "0"                     },
936   { "wall.frames",                              "1"                     },
937
938   { "wall_slippery",                            "RocksElements.png"     },
939   { "wall_slippery.xpos",                       "6"                     },
940   { "wall_slippery.ypos",                       "0"                     },
941   { "wall_slippery.frames",                     "1"                     },
942
943   { "steelwall",                                "RocksElements.png"     },
944   { "steelwall.xpos",                           "4"                     },
945   { "steelwall.ypos",                           "0"                     },
946   { "steelwall.frames",                         "1"                     },
947
948   { "rock",                                     "RocksElements.png"     },
949   { "rock.xpos",                                "12"                    },
950   { "rock.ypos",                                "0"                     },
951   { "rock.frames",                              "1"                     },
952   { "rock.moving.left",                         "RocksElements.png"     },
953   { "rock.moving.left.xpos",                    "12"                    },
954   { "rock.moving.left.ypos",                    "0"                     },
955   { "rock.moving.left.frames",                  "4"                     },
956   { "rock.moving.left.delay",                   "2"                     },
957   { "rock.moving.left.anim_mode",               "reverse"               },
958   { "rock.moving.right",                        "RocksElements.png"     },
959   { "rock.moving.right.xpos",                   "12"                    },
960   { "rock.moving.right.ypos",                   "0"                     },
961   { "rock.moving.right.frames",                 "4"                     },
962   { "rock.moving.right.start_frame",            "1"                     },
963   { "rock.moving.right.delay",                  "2"                     },
964   { "rock.pushing.left",                        "RocksElements.png"     },
965   { "rock.pushing.left.xpos",                   "12"                    },
966   { "rock.pushing.left.ypos",                   "0"                     },
967   { "rock.pushing.left.frames",                 "4"                     },
968   { "rock.pushing.left.delay",                  "2"                     },
969   { "rock.pushing.left.anim_mode",              "reverse"               },
970   { "rock.pushing.right",                       "RocksElements.png"     },
971   { "rock.pushing.right.xpos",                  "12"                    },
972   { "rock.pushing.right.ypos",                  "0"                     },
973   { "rock.pushing.right.frames",                "4"                     },
974   { "rock.pushing.right.start_frame",           "1"                     },
975   { "rock.pushing.right.delay",                 "2"                     },
976
977   { "emerald",                                  "RocksElements.png"     },
978   { "emerald.xpos",                             "8"                     },
979   { "emerald.ypos",                             "0"                     },
980   { "emerald.frames",                           "1"                     },
981   { "emerald.moving",                           "RocksElements.png"     },
982   { "emerald.moving.xpos",                      "8"                     },
983   { "emerald.moving.ypos",                      "0"                     },
984   { "emerald.moving.frames",                    "2"                     },
985   { "emerald.moving.delay",                     "4"                     },
986   { "emerald.falling",                          "RocksElements.png"     },
987   { "emerald.falling.xpos",                     "8"                     },
988   { "emerald.falling.ypos",                     "0"                     },
989   { "emerald.falling.frames",                   "2"                     },
990   { "emerald.falling.delay",                    "4"                     },
991   { "emerald.collecting",                       "RocksCollect.png"      },
992   { "emerald.collecting.xpos",                  "0"                     },
993   { "emerald.collecting.ypos",                  "0"                     },
994   { "emerald.collecting.frames",                "7"                     },
995   { "emerald.collecting.anim_mode",             "linear"                },
996
997   { "diamond",                                  "RocksElements.png"     },
998   { "diamond.xpos",                             "10"                    },
999   { "diamond.ypos",                             "0"                     },
1000   { "diamond.frames",                           "1"                     },
1001   { "diamond.moving",                           "RocksElements.png"     },
1002   { "diamond.moving.xpos",                      "10"                    },
1003   { "diamond.moving.ypos",                      "0"                     },
1004   { "diamond.moving.frames",                    "2"                     },
1005   { "diamond.moving.delay",                     "4"                     },
1006   { "diamond.falling",                          "RocksElements.png"     },
1007   { "diamond.falling.xpos",                     "10"                    },
1008   { "diamond.falling.ypos",                     "0"                     },
1009   { "diamond.falling.frames",                   "2"                     },
1010   { "diamond.falling.delay",                    "4"                     },
1011   { "diamond.collecting",                       "RocksCollect.png"      },
1012   { "diamond.collecting.xpos",                  "0"                     },
1013   { "diamond.collecting.ypos",                  "1"                     },
1014   { "diamond.collecting.frames",                "7"                     },
1015   { "diamond.collecting.anim_mode",             "linear"                },
1016
1017   { "bomb",                                     "RocksElements.png"     },
1018   { "bomb.xpos",                                "11"                    },
1019   { "bomb.ypos",                                "1"                     },
1020   { "bomb.frames",                              "1"                     },
1021
1022   { "nut",                                      "RocksElements.png"     },
1023   { "nut.xpos",                                 "12"                    },
1024   { "nut.ypos",                                 "1"                     },
1025   { "nut.frames",                               "1"                     },
1026   { "nut.breaking",                             "RocksElements.png"     },
1027   { "nut.breaking.xpos",                        "13"                    },
1028   { "nut.breaking.ypos",                        "1"                     },
1029   { "nut.breaking.frames",                      "3"                     },
1030   { "nut.breaking.delay",                       "2"                     },
1031   { "nut.breaking.anim_mode",                   "linear"                },
1032
1033   { "dynamite",                                 "RocksElements.png"     },
1034   { "dynamite.xpos",                            "0"                     },
1035   { "dynamite.ypos",                            "3"                     },
1036   { "dynamite.frames",                          "1"                     },
1037   { "dynamite.active",                          "RocksElements.png"     },
1038   { "dynamite.active.xpos",                     "1"                     },
1039   { "dynamite.active.ypos",                     "3"                     },
1040   { "dynamite.active.frames",                   "7"                     },
1041   { "dynamite.active.delay",                    "12"                    },
1042   { "dynamite.active.anim_mode",                "linear"                },
1043   { "dynamite.collecting",                      "RocksCollect.png"      },
1044   { "dynamite.collecting.xpos",                 "0"                     },
1045   { "dynamite.collecting.ypos",                 "7"                     },
1046   { "dynamite.collecting.frames",               "7"                     },
1047   { "dynamite.collecting.anim_mode",            "linear"                },
1048
1049   { "em_dynamite",                              "RocksEMC.png"          },
1050   { "em_dynamite.xpos",                         "0"                     },
1051   { "em_dynamite.ypos",                         "15"                    },
1052   { "em_dynamite.frames",                       "1"                     },
1053   { "em_dynamite.active",                       "RocksEMC.png"          },
1054   { "em_dynamite.active.xpos",                  "1"                     },
1055   { "em_dynamite.active.ypos",                  "15"                    },
1056   { "em_dynamite.active.frames",                "4"                     },
1057   { "em_dynamite.active.delay",                 "8"                     },
1058   { "em_dynamite.active.anim_mode",             "linear"                },
1059   { "em_dynamite.active.EDITOR",                "RocksEMC.png"          },
1060   { "em_dynamite.active.EDITOR.xpos",           "2"                     },
1061   { "em_dynamite.active.EDITOR.ypos",           "15"                    },
1062   { "em_dynamite.collecting",                   "RocksCollect.png"      },
1063   { "em_dynamite.collecting.xpos",              "0"                     },
1064   { "em_dynamite.collecting.ypos",              "15"                    },
1065   { "em_dynamite.collecting.frames",            "7"                     },
1066   { "em_dynamite.collecting.anim_mode",         "linear"                },
1067
1068   { "wall_emerald",                             "RocksElements.png"     },
1069   { "wall_emerald.xpos",                        "4"                     },
1070   { "wall_emerald.ypos",                        "8"                     },
1071   { "wall_emerald.frames",                      "1"                     },
1072
1073   { "wall_diamond",                             "RocksElements.png"     },
1074   { "wall_diamond.xpos",                        "5"                     },
1075   { "wall_diamond.ypos",                        "8"                     },
1076   { "wall_diamond.frames",                      "1"                     },
1077
1078   { "bug",                                      "RocksElements.png"     },
1079   { "bug.xpos",                                 "8"                     },
1080   { "bug.ypos",                                 "4"                     },
1081   { "bug.frames",                               "4"                     },
1082   { "bug.delay",                                "8"                     },
1083   { "bug.right",                                "RocksElements.png"     },
1084   { "bug.right.xpos",                           "8"                     },
1085   { "bug.right.ypos",                           "4"                     },
1086   { "bug.right.frames",                         "1"                     },
1087   { "bug.up",                                   "RocksElements.png"     },
1088   { "bug.up.xpos",                              "9"                     },
1089   { "bug.up.ypos",                              "4"                     },
1090   { "bug.up.frames",                            "1"                     },
1091   { "bug.left",                                 "RocksElements.png"     },
1092   { "bug.left.xpos",                            "10"                    },
1093   { "bug.left.ypos",                            "4"                     },
1094   { "bug.left.frames",                          "1"                     },
1095   { "bug.down",                                 "RocksElements.png"     },
1096   { "bug.down.xpos",                            "11"                    },
1097   { "bug.down.ypos",                            "4"                     },
1098   { "bug.down.frames",                          "1"                     },
1099   { "bug.moving.right",                         "RocksElements.png"     },
1100   { "bug.moving.right.xpos",                    "8"                     },
1101   { "bug.moving.right.ypos",                    "4"                     },
1102   { "bug.moving.right.frames",                  "2"                     },
1103   { "bug.moving.right.delay",                   "4"                     },
1104   { "bug.moving.right.offset",                  "128"                   },
1105   { "bug.moving.up",                            "RocksElements.png"     },
1106   { "bug.moving.up.xpos",                       "9"                     },
1107   { "bug.moving.up.ypos",                       "4"                     },
1108   { "bug.moving.up.frames",                     "2"                     },
1109   { "bug.moving.up.delay",                      "4"                     },
1110   { "bug.moving.up.offset",                     "128"                   },
1111   { "bug.moving.left",                          "RocksElements.png"     },
1112   { "bug.moving.left.xpos",                     "10"                    },
1113   { "bug.moving.left.ypos",                     "4"                     },
1114   { "bug.moving.left.frames",                   "2"                     },
1115   { "bug.moving.left.delay",                    "4"                     },
1116   { "bug.moving.left.offset",                   "128"                   },
1117   { "bug.moving.down",                          "RocksElements.png"     },
1118   { "bug.moving.down.xpos",                     "11"                    },
1119   { "bug.moving.down.ypos",                     "4"                     },
1120   { "bug.moving.down.frames",                   "2"                     },
1121   { "bug.moving.down.delay",                    "4"                     },
1122   { "bug.moving.down.offset",                   "128"                   },
1123   { "bug.turning_from_right.up",                "RocksMore.png"         },
1124   { "bug.turning_from_right.up.xpos",           "0"                     },
1125   { "bug.turning_from_right.up.ypos",           "6"                     },
1126   { "bug.turning_from_right.up.frames",         "4"                     },
1127   { "bug.turning_from_right.up.delay",          "2"                     },
1128   { "bug.turning_from_right.up.anim_mode",      "linear,reverse"        },
1129   { "bug.turning_from_up.left",                 "RocksMore.png"         },
1130   { "bug.turning_from_up.left.xpos",            "12"                    },
1131   { "bug.turning_from_up.left.ypos",            "6"                     },
1132   { "bug.turning_from_up.left.frames",          "4"                     },
1133   { "bug.turning_from_up.left.delay",           "2"                     },
1134   { "bug.turning_from_up.left.anim_mode",       "linear,reverse"        },
1135   { "bug.turning_from_left.down",               "RocksMore.png"         },
1136   { "bug.turning_from_left.down.xpos",          "8"                     },
1137   { "bug.turning_from_left.down.ypos",          "6"                     },
1138   { "bug.turning_from_left.down.frames",        "4"                     },
1139   { "bug.turning_from_left.down.delay",         "2"                     },
1140   { "bug.turning_from_left.down.anim_mode",     "linear,reverse"        },
1141   { "bug.turning_from_down.right",              "RocksMore.png"         },
1142   { "bug.turning_from_down.right.xpos",         "4"                     },
1143   { "bug.turning_from_down.right.ypos",         "6"                     },
1144   { "bug.turning_from_down.right.frames",       "4"                     },
1145   { "bug.turning_from_down.right.delay",        "2"                     },
1146   { "bug.turning_from_down.right.anim_mode",    "linear,reverse"        },
1147   { "bug.turning_from_right.down",              "RocksMore.png"         },
1148   { "bug.turning_from_right.down.xpos",         "5"                     },
1149   { "bug.turning_from_right.down.ypos",         "6"                     },
1150   { "bug.turning_from_right.down.frames",       "4"                     },
1151   { "bug.turning_from_right.down.delay",        "2"                     },
1152   { "bug.turning_from_right.down.anim_mode",    "linear"                },
1153   { "bug.turning_from_up.right",                "RocksMore.png"         },
1154   { "bug.turning_from_up.right.xpos",           "1"                     },
1155   { "bug.turning_from_up.right.ypos",           "6"                     },
1156   { "bug.turning_from_up.right.frames",         "4"                     },
1157   { "bug.turning_from_up.right.delay",          "2"                     },
1158   { "bug.turning_from_up.right.anim_mode",      "linear"                },
1159   { "bug.turning_from_left.up",                 "RocksMore.png"         },
1160   { "bug.turning_from_left.up.xpos",            "13"                    },
1161   { "bug.turning_from_left.up.ypos",            "6"                     },
1162   { "bug.turning_from_left.up.frames",          "4"                     },
1163   { "bug.turning_from_left.up.delay",           "2"                     },
1164   { "bug.turning_from_left.up.anim_mode",       "linear"                },
1165   { "bug.turning_from_down.left",               "RocksMore.png"         },
1166   { "bug.turning_from_down.left.xpos",          "9"                     },
1167   { "bug.turning_from_down.left.ypos",          "6"                     },
1168   { "bug.turning_from_down.left.frames",        "4"                     },
1169   { "bug.turning_from_down.left.delay",         "2"                     },
1170   { "bug.turning_from_down.left.anim_mode",     "linear"                },
1171
1172   { "spaceship",                                "RocksElements.png"     },
1173   { "spaceship.xpos",                           "8"                     },
1174   { "spaceship.ypos",                           "3"                     },
1175   { "spaceship.frames",                         "4"                     },
1176   { "spaceship.delay",                          "8"                     },
1177   { "spaceship.right",                          "RocksElements.png"     },
1178   { "spaceship.right.xpos",                     "8"                     },
1179   { "spaceship.right.ypos",                     "3"                     },
1180   { "spaceship.right.frames",                   "1"                     },
1181   { "spaceship.up",                             "RocksElements.png"     },
1182   { "spaceship.up.xpos",                        "9"                     },
1183   { "spaceship.up.ypos",                        "3"                     },
1184   { "spaceship.up.frames",                      "1"                     },
1185   { "spaceship.left",                           "RocksElements.png"     },
1186   { "spaceship.left.xpos",                      "10"                    },
1187   { "spaceship.left.ypos",                      "3"                     },
1188   { "spaceship.left.frames",                    "1"                     },
1189   { "spaceship.down",                           "RocksElements.png"     },
1190   { "spaceship.down.xpos",                      "11"                    },
1191   { "spaceship.down.ypos",                      "3"                     },
1192   { "spaceship.down.frames",                    "1"                     },
1193   { "spaceship.moving.right",                   "RocksElements.png"     },
1194   { "spaceship.moving.right.xpos",              "8"                     },
1195   { "spaceship.moving.right.ypos",              "3"                     },
1196   { "spaceship.moving.right.frames",            "2"                     },
1197   { "spaceship.moving.right.delay",             "4"                     },
1198   { "spaceship.moving.right.offset",            "128"                   },
1199   { "spaceship.moving.up",                      "RocksElements.png"     },
1200   { "spaceship.moving.up.xpos",                 "9"                     },
1201   { "spaceship.moving.up.ypos",                 "3"                     },
1202   { "spaceship.moving.up.frames",               "2"                     },
1203   { "spaceship.moving.up.delay",                "4"                     },
1204   { "spaceship.moving.up.offset",               "128"                   },
1205   { "spaceship.moving.left",                    "RocksElements.png"     },
1206   { "spaceship.moving.left.xpos",               "10"                    },
1207   { "spaceship.moving.left.ypos",               "3"                     },
1208   { "spaceship.moving.left.frames",             "2"                     },
1209   { "spaceship.moving.left.delay",              "4"                     },
1210   { "spaceship.moving.left.offset",             "128"                   },
1211   { "spaceship.moving.down",                    "RocksElements.png"     },
1212   { "spaceship.moving.down.xpos",               "11"                    },
1213   { "spaceship.moving.down.ypos",               "3"                     },
1214   { "spaceship.moving.down.frames",             "2"                     },
1215   { "spaceship.moving.down.delay",              "4"                     },
1216   { "spaceship.moving.down.offset",             "128"                   },
1217   { "spaceship.turning_from_right.up",          "RocksMore.png"         },
1218   { "spaceship.turning_from_right.up.xpos",     "0"                     },
1219   { "spaceship.turning_from_right.up.ypos",     "5"                     },
1220   { "spaceship.turning_from_right.up.frames",   "4"                     },
1221   { "spaceship.turning_from_right.up.delay",    "2"                     },
1222   { "spaceship.turning_from_right.up.anim_mode","linear,reverse"        },
1223   { "spaceship.turning_from_up.left",           "RocksMore.png"         },
1224   { "spaceship.turning_from_up.left.xpos",      "12"                    },
1225   { "spaceship.turning_from_up.left.ypos",      "5"                     },
1226   { "spaceship.turning_from_up.left.frames",    "4"                     },
1227   { "spaceship.turning_from_up.left.delay",     "2"                     },
1228   { "spaceship.turning_from_up.left.anim_mode", "linear,reverse"        },
1229   { "spaceship.turning_from_left.down",         "RocksMore.png"         },
1230   { "spaceship.turning_from_left.down.xpos",    "8"                     },
1231   { "spaceship.turning_from_left.down.ypos",    "5"                     },
1232   { "spaceship.turning_from_left.down.frames",  "4"                     },
1233   { "spaceship.turning_from_left.down.delay",   "2"                     },
1234   { "spaceship.turning_from_left.down.anim_mode","linear,reverse"       },
1235   { "spaceship.turning_from_down.right",        "RocksMore.png"         },
1236   { "spaceship.turning_from_down.right.xpos",   "4"                     },
1237   { "spaceship.turning_from_down.right.ypos",   "5"                     },
1238   { "spaceship.turning_from_down.right.frames", "4"                     },
1239   { "spaceship.turning_from_down.right.delay",  "2"                     },
1240   { "spaceship.turning_from_down.right.anim_mode","linear,reverse"      },
1241   { "spaceship.turning_from_right.down",        "RocksMore.png"         },
1242   { "spaceship.turning_from_right.down.xpos",   "5"                     },
1243   { "spaceship.turning_from_right.down.ypos",   "5"                     },
1244   { "spaceship.turning_from_right.down.frames", "4"                     },
1245   { "spaceship.turning_from_right.down.delay",  "2"                     },
1246   { "spaceship.turning_from_right.down.anim_mode","linear"              },
1247   { "spaceship.turning_from_up.right",          "RocksMore.png"         },
1248   { "spaceship.turning_from_up.right.xpos",     "1"                     },
1249   { "spaceship.turning_from_up.right.ypos",     "5"                     },
1250   { "spaceship.turning_from_up.right.frames",   "4"                     },
1251   { "spaceship.turning_from_up.right.delay",    "2"                     },
1252   { "spaceship.turning_from_up.right.anim_mode","linear"                },
1253   { "spaceship.turning_from_left.up",           "RocksMore.png"         },
1254   { "spaceship.turning_from_left.up.xpos",      "13"                    },
1255   { "spaceship.turning_from_left.up.ypos",      "5"                     },
1256   { "spaceship.turning_from_left.up.frames",    "4"                     },
1257   { "spaceship.turning_from_left.up.delay",     "2"                     },
1258   { "spaceship.turning_from_left.up.anim_mode", "linear"                },
1259   { "spaceship.turning_from_down.left",         "RocksMore.png"         },
1260   { "spaceship.turning_from_down.left.xpos",    "9"                     },
1261   { "spaceship.turning_from_down.left.ypos",    "5"                     },
1262   { "spaceship.turning_from_down.left.frames",  "4"                     },
1263   { "spaceship.turning_from_down.left.delay",   "2"                     },
1264   { "spaceship.turning_from_down.left.anim_mode","linear"               },
1265
1266   { "yamyam",                                   "RocksElements.png"     },
1267   { "yamyam.xpos",                              "0"                     },
1268   { "yamyam.ypos",                              "5"                     },
1269   { "yamyam.frames",                            "4"                     },
1270   { "yamyam.anim_mode",                         "pingpong2"             },
1271   { "yamyam.left",                              "RocksElements.png"     },
1272   { "yamyam.left.xpos",                         "0"                     },
1273   { "yamyam.left.ypos",                         "5"                     },
1274   { "yamyam.left.frames",                       "4"                     },
1275   { "yamyam.left.anim_mode",                    "pingpong2"             },
1276   { "yamyam.left.EDITOR",                       "RocksEMC.png"          },
1277   { "yamyam.left.EDITOR.xpos",                  "7"                     },
1278   { "yamyam.left.EDITOR.ypos",                  "15"                    },
1279   { "yamyam.right",                             "RocksElements.png"     },
1280   { "yamyam.right.xpos",                        "0"                     },
1281   { "yamyam.right.ypos",                        "5"                     },
1282   { "yamyam.right.frames",                      "4"                     },
1283   { "yamyam.right.anim_mode",                   "pingpong2"             },
1284   { "yamyam.right.EDITOR",                      "RocksEMC.png"          },
1285   { "yamyam.right.EDITOR.xpos",                 "8"                     },
1286   { "yamyam.right.EDITOR.ypos",                 "15"                    },
1287   { "yamyam.up",                                "RocksElements.png"     },
1288   { "yamyam.up.xpos",                           "0"                     },
1289   { "yamyam.up.ypos",                           "5"                     },
1290   { "yamyam.up.frames",                         "4"                     },
1291   { "yamyam.up.anim_mode",                      "pingpong2"             },
1292   { "yamyam.up.EDITOR",                         "RocksEMC.png"          },
1293   { "yamyam.up.EDITOR.xpos",                    "5"                     },
1294   { "yamyam.up.EDITOR.ypos",                    "15"                    },
1295   { "yamyam.down",                              "RocksElements.png"     },
1296   { "yamyam.down.xpos",                         "0"                     },
1297   { "yamyam.down.ypos",                         "5"                     },
1298   { "yamyam.down.frames",                       "4"                     },
1299   { "yamyam.down.anim_mode",                    "pingpong2"             },
1300   { "yamyam.down.EDITOR",                       "RocksEMC.png"          },
1301   { "yamyam.down.EDITOR.xpos",                  "6"                     },
1302   { "yamyam.down.EDITOR.ypos",                  "15"                    },
1303   { "yamyam.moving",                            "RocksElements.png"     },
1304   { "yamyam.moving.xpos",                       "0"                     },
1305   { "yamyam.moving.ypos",                       "5"                     },
1306   { "yamyam.moving.frames",                     "1"                     },
1307
1308   { "robot",                                    "RocksElements.png"     },
1309   { "robot.xpos",                               "4"                     },
1310   { "robot.ypos",                               "5"                     },
1311   { "robot.frames",                             "4"                     },
1312   { "robot.anim_mode",                          "pingpong2"             },
1313   { "robot.moving",                             "RocksElements.png"     },
1314   { "robot.moving.xpos",                        "4"                     },
1315   { "robot.moving.ypos",                        "5"                     },
1316   { "robot.moving.frames",                      "1"                     },
1317
1318   { "robot_wheel",                              "RocksElements.png"     },
1319   { "robot_wheel.xpos",                         "0"                     },
1320   { "robot_wheel.ypos",                         "6"                     },
1321   { "robot_wheel.frames",                       "1"                     },
1322   { "robot_wheel.active",                       "RocksElements.png"     },
1323   { "robot_wheel.active.xpos",                  "0"                     },
1324   { "robot_wheel.active.ypos",                  "6"                     },
1325   { "robot_wheel.active.frames",                "4"                     },
1326
1327   { "magic_wall",                               "RocksElements.png"     },
1328   { "magic_wall.xpos",                          "0"                     },
1329   { "magic_wall.ypos",                          "8"                     },
1330   { "magic_wall.frames",                        "1"                     },
1331   { "magic_wall.active",                        "RocksElements.png"     },
1332   { "magic_wall.active.xpos",                   "0"                     },
1333   { "magic_wall.active.ypos",                   "8"                     },
1334   { "magic_wall.active.frames",                 "4"                     },
1335   { "magic_wall.active.anim_mode",              "reverse"               },
1336   { "magic_wall.active.delay",                  "4"                     },
1337   { "magic_wall.active.global_sync",            "true"                  },
1338   { "magic_wall.filling",                       "RocksElements.png"     },
1339   { "magic_wall.filling.xpos",                  "0"                     },
1340   { "magic_wall.filling.ypos",                  "8"                     },
1341   { "magic_wall.filling.frames",                "4"                     },
1342   { "magic_wall.filling.anim_mode",             "reverse"               },
1343   { "magic_wall.filling.delay",                 "4"                     },
1344   { "magic_wall.filling.global_sync",           "true"                  },
1345   { "magic_wall_full",                          "RocksElements.png"     },
1346   { "magic_wall_full.xpos",                     "0"                     },
1347   { "magic_wall_full.ypos",                     "8"                     },
1348   { "magic_wall_full.frames",                   "4"                     },
1349   { "magic_wall_full.anim_mode",                "reverse"               },
1350   { "magic_wall_full.delay",                    "4"                     },
1351   { "magic_wall_full.global_sync",              "true"                  },
1352   { "magic_wall.emptying",                      "RocksElements.png"     },
1353   { "magic_wall.emptying.xpos",                 "0"                     },
1354   { "magic_wall.emptying.ypos",                 "8"                     },
1355   { "magic_wall.emptying.frames",               "4"                     },
1356   { "magic_wall.emptying.anim_mode",            "reverse"               },
1357   { "magic_wall.emptying.delay",                "4"                     },
1358   { "magic_wall.emptying.global_sync",          "true"                  },
1359   { "magic_wall_dead",                          "RocksElements.png"     },
1360   { "magic_wall_dead.xpos",                     "0"                     },
1361   { "magic_wall_dead.ypos",                     "8"                     },
1362   { "magic_wall_dead.frames",                   "1"                     },
1363
1364   { "dc_magic_wall",                            "RocksDC2.png"          },
1365   { "dc_magic_wall.xpos",                       "0"                     },
1366   { "dc_magic_wall.ypos",                       "3"                     },
1367   { "dc_magic_wall.frames",                     "1"                     },
1368   { "dc_magic_wall.active",                     "RocksDC2.png"          },
1369   { "dc_magic_wall.active.xpos",                "0"                     },
1370   { "dc_magic_wall.active.ypos",                "3"                     },
1371   { "dc_magic_wall.active.frames",              "4"                     },
1372   { "dc_magic_wall.active.anim_mode",           "reverse"               },
1373   { "dc_magic_wall.active.delay",               "4"                     },
1374   { "dc_magic_wall.active.global_sync",         "true"                  },
1375   { "dc_magic_wall.filling",                    "RocksDC2.png"          },
1376   { "dc_magic_wall.filling.xpos",               "0"                     },
1377   { "dc_magic_wall.filling.ypos",               "3"                     },
1378   { "dc_magic_wall.filling.frames",             "4"                     },
1379   { "dc_magic_wall.filling.anim_mode",          "reverse"               },
1380   { "dc_magic_wall.filling.delay",              "4"                     },
1381   { "dc_magic_wall.filling.global_sync",        "true"                  },
1382   { "dc_magic_wall_full",                       "RocksDC2.png"          },
1383   { "dc_magic_wall_full.xpos",                  "0"                     },
1384   { "dc_magic_wall_full.ypos",                  "3"                     },
1385   { "dc_magic_wall_full.frames",                "4"                     },
1386   { "dc_magic_wall_full.anim_mode",             "reverse"               },
1387   { "dc_magic_wall_full.delay",                 "4"                     },
1388   { "dc_magic_wall_full.global_sync",           "true"                  },
1389   { "dc_magic_wall.emptying",                   "RocksDC2.png"          },
1390   { "dc_magic_wall.emptying.xpos",              "0"                     },
1391   { "dc_magic_wall.emptying.ypos",              "3"                     },
1392   { "dc_magic_wall.emptying.frames",            "4"                     },
1393   { "dc_magic_wall.emptying.anim_mode",         "reverse"               },
1394   { "dc_magic_wall.emptying.delay",             "4"                     },
1395   { "dc_magic_wall.emptying.global_sync",       "true"                  },
1396   { "dc_magic_wall_dead",                       "RocksDC2.png"          },
1397   { "dc_magic_wall_dead.xpos",                  "0"                     },
1398   { "dc_magic_wall_dead.ypos",                  "3"                     },
1399   { "dc_magic_wall_dead.frames",                "1"                     },
1400
1401   { "quicksand_empty",                          "RocksElements.png"     },
1402   { "quicksand_empty.xpos",                     "2"                     },
1403   { "quicksand_empty.ypos",                     "0"                     },
1404   { "quicksand_empty.frames",                   "1"                     },
1405   { "quicksand.filling",                        "RocksElements.png"     },
1406   { "quicksand.filling.xpos",                   "3"                     },
1407   { "quicksand.filling.ypos",                   "0"                     },
1408   { "quicksand.filling.frames",                 "1"                     },
1409   { "quicksand_full",                           "RocksElements.png"     },
1410   { "quicksand_full.xpos",                      "3"                     },
1411   { "quicksand_full.ypos",                      "0"                     },
1412   { "quicksand_full.frames",                    "1"                     },
1413   { "quicksand_full.EDITOR",                    "RocksElements.png"     },
1414   { "quicksand_full.EDITOR.xpos",               "3"                     },
1415   { "quicksand_full.EDITOR.ypos",               "14"                    },
1416   { "quicksand.emptying",                       "RocksElements.png"     },
1417   { "quicksand.emptying.xpos",                  "3"                     },
1418   { "quicksand.emptying.ypos",                  "0"                     },
1419   { "quicksand.emptying.frames",                "1"                     },
1420
1421   { "quicksand_fast_empty",                     "RocksDC2.png"          },
1422   { "quicksand_fast_empty.xpos",                "4"                     },
1423   { "quicksand_fast_empty.ypos",                "3"                     },
1424   { "quicksand_fast_empty.frames",              "1"                     },
1425   { "quicksand_fast.filling",                   "RocksDC2.png"          },
1426   { "quicksand_fast.filling.xpos",              "4"                     },
1427   { "quicksand_fast.filling.ypos",              "3"                     },
1428   { "quicksand_fast.filling.frames",            "1"                     },
1429   { "quicksand_fast_full",                      "RocksDC2.png"          },
1430   { "quicksand_fast_full.xpos",                 "4"                     },
1431   { "quicksand_fast_full.ypos",                 "3"                     },
1432   { "quicksand_fast_full.frames",               "1"                     },
1433   { "quicksand_fast_full.EDITOR",               "RocksDC2.png"          },
1434   { "quicksand_fast_full.EDITOR.xpos",          "5"                     },
1435   { "quicksand_fast_full.EDITOR.ypos",          "3"                     },
1436   { "quicksand_fast.emptying",                  "RocksDC2.png"          },
1437   { "quicksand_fast.emptying.xpos",             "4"                     },
1438   { "quicksand_fast.emptying.ypos",             "3"                     },
1439   { "quicksand_fast.emptying.frames",           "1"                     },
1440
1441   { "acid_pool_topleft",                        "RocksElements.png"     },
1442   { "acid_pool_topleft.xpos",                   "0"                     },
1443   { "acid_pool_topleft.ypos",                   "1"                     },
1444   { "acid_pool_topleft.frames",                 "1"                     },
1445   { "acid_pool_topright",                       "RocksElements.png"     },
1446   { "acid_pool_topright.xpos",                  "2"                     },
1447   { "acid_pool_topright.ypos",                  "1"                     },
1448   { "acid_pool_topright.frames",                "1"                     },
1449   { "acid_pool_bottomleft",                     "RocksElements.png"     },
1450   { "acid_pool_bottomleft.xpos",                "0"                     },
1451   { "acid_pool_bottomleft.ypos",                "2"                     },
1452   { "acid_pool_bottomleft.frames",              "1"                     },
1453   { "acid_pool_bottom",                         "RocksElements.png"     },
1454   { "acid_pool_bottom.xpos",                    "1"                     },
1455   { "acid_pool_bottom.ypos",                    "2"                     },
1456   { "acid_pool_bottom.frames",                  "1"                     },
1457   { "acid_pool_bottomright",                    "RocksElements.png"     },
1458   { "acid_pool_bottomright.xpos",               "2"                     },
1459   { "acid_pool_bottomright.ypos",               "2"                     },
1460   { "acid_pool_bottomright.frames",             "1"                     },
1461
1462   { "acid",                                     "RocksElements.png"     },
1463   { "acid.xpos",                                "12"                    },
1464   { "acid.ypos",                                "7"                     },
1465   { "acid.frames",                              "4"                     },
1466   { "acid.delay",                               "10"                    },
1467   { "acid.global_sync",                         "true"                  },
1468
1469   { "acid_splash_left",                         "RocksHeroes.png"       },
1470   { "acid_splash_left.xpos",                    "8"                     },
1471   { "acid_splash_left.ypos",                    "10"                    },
1472   { "acid_splash_left.frames",                  "4"                     },
1473   { "acid_splash_left.delay",                   "2"                     },
1474   { "acid_splash_left.anim_mode",               "linear"                },
1475   { "acid_splash_right",                        "RocksHeroes.png"       },
1476   { "acid_splash_right.xpos",                   "12"                    },
1477   { "acid_splash_right.ypos",                   "10"                    },
1478   { "acid_splash_right.frames",                 "4"                     },
1479   { "acid_splash_right.delay",                  "2"                     },
1480   { "acid_splash_right.anim_mode",              "linear"                },
1481
1482   { "amoeba_drop",                              "RocksElements.png"     },
1483   { "amoeba_drop.xpos",                         "5"                     },
1484   { "amoeba_drop.ypos",                         "6"                     },
1485   { "amoeba_drop.frames",                       "1"                     },
1486   { "amoeba.growing",                           "RocksElements.png"     },
1487   { "amoeba.growing.xpos",                      "5"                     },
1488   { "amoeba.growing.ypos",                      "6"                     },
1489   { "amoeba.growing.frames",                    "3"                     },
1490   { "amoeba.growing.delay",                     "2"                     },
1491   { "amoeba.growing.anim_mode",                 "linear"                },
1492   { "amoeba.shrinking",                         "RocksElements.png"     },
1493   { "amoeba.shrinking.xpos",                    "5"                     },
1494   { "amoeba.shrinking.ypos",                    "6"                     },
1495   { "amoeba.shrinking.frames",                  "3"                     },
1496   { "amoeba.shrinking.delay",                   "2"                     },
1497   { "amoeba.shrinking.anim_mode",               "linear,reverse"        },
1498   { "amoeba_wet",                               "RocksElements.png"     },
1499   { "amoeba_wet.xpos",                          "8"                     },
1500   { "amoeba_wet.ypos",                          "6"                     },
1501   { "amoeba_wet.frames",                        "4"                     },
1502   { "amoeba_wet.anim_mode",                     "random_static"         },
1503   { "amoeba_wet.EDITOR",                        "RocksElements.png"     },
1504   { "amoeba_wet.EDITOR.xpos",                   "4"                     },
1505   { "amoeba_wet.EDITOR.ypos",                   "6"                     },
1506   { "amoeba.dropping",                          "RocksElements.png"     },
1507   { "amoeba.dropping.xpos",                     "8"                     },
1508   { "amoeba.dropping.ypos",                     "6"                     },
1509   { "amoeba.dropping.frames",                   "4"                     },
1510   { "amoeba.dropping.anim_mode",                "random_static"         },
1511   { "amoeba_dry",                               "RocksElements.png"     },
1512   { "amoeba_dry.xpos",                          "8"                     },
1513   { "amoeba_dry.ypos",                          "6"                     },
1514   { "amoeba_dry.frames",                        "4"                     },
1515   { "amoeba_dry.anim_mode",                     "random_static"         },
1516   { "amoeba_full",                              "RocksElements.png"     },
1517   { "amoeba_full.xpos",                         "8"                     },
1518   { "amoeba_full.ypos",                         "6"                     },
1519   { "amoeba_full.frames",                       "4"                     },
1520   { "amoeba_full.anim_mode",                    "random_static"         },
1521   { "amoeba_full.EDITOR",                       "RocksElements.png"     },
1522   { "amoeba_full.EDITOR.xpos",                  "8"                     },
1523   { "amoeba_full.EDITOR.ypos",                  "7"                     },
1524   { "amoeba_dead",                              "RocksElements.png"     },
1525   { "amoeba_dead.xpos",                         "12"                    },
1526   { "amoeba_dead.ypos",                         "6"                     },
1527   { "amoeba_dead.frames",                       "4"                     },
1528   { "amoeba_dead.anim_mode",                    "random_static"         },
1529   { "amoeba_dead.EDITOR",                       "RocksElements.png"     },
1530   { "amoeba_dead.EDITOR.xpos",                  "12"                    },
1531   { "amoeba_dead.EDITOR.ypos",                  "6"                     },
1532
1533   { "em_key_1",                                 "RocksSP.png"           },
1534   { "em_key_1.xpos",                            "4"                     },
1535   { "em_key_1.ypos",                            "6"                     },
1536   { "em_key_1.frames",                          "1"                     },
1537   { "em_key_1.collecting",                      "RocksCollect.png"      },
1538   { "em_key_1.collecting.xpos",                 "7"                     },
1539   { "em_key_1.collecting.ypos",                 "4"                     },
1540   { "em_key_1.collecting.frames",               "7"                     },
1541   { "em_key_1.collecting.anim_mode",            "linear"                },
1542   { "em_key_2",                                 "RocksSP.png"           },
1543   { "em_key_2.xpos",                            "5"                     },
1544   { "em_key_2.ypos",                            "6"                     },
1545   { "em_key_2.frames",                          "1"                     },
1546   { "em_key_2.collecting",                      "RocksCollect.png"      },
1547   { "em_key_2.collecting.xpos",                 "7"                     },
1548   { "em_key_2.collecting.ypos",                 "5"                     },
1549   { "em_key_2.collecting.frames",               "7"                     },
1550   { "em_key_2.collecting.anim_mode",            "linear"                },
1551   { "em_key_3",                                 "RocksSP.png"           },
1552   { "em_key_3.xpos",                            "6"                     },
1553   { "em_key_3.ypos",                            "6"                     },
1554   { "em_key_3.frames",                          "1"                     },
1555   { "em_key_3.collecting",                      "RocksCollect.png"      },
1556   { "em_key_3.collecting.xpos",                 "7"                     },
1557   { "em_key_3.collecting.ypos",                 "6"                     },
1558   { "em_key_3.collecting.frames",               "7"                     },
1559   { "em_key_3.collecting.anim_mode",            "linear"                },
1560   { "em_key_4",                                 "RocksSP.png"           },
1561   { "em_key_4.xpos",                            "7"                     },
1562   { "em_key_4.ypos",                            "6"                     },
1563   { "em_key_4.frames",                          "1"                     },
1564   { "em_key_4.collecting",                      "RocksCollect.png"      },
1565   { "em_key_4.collecting.xpos",                 "7"                     },
1566   { "em_key_4.collecting.ypos",                 "7"                     },
1567   { "em_key_4.collecting.frames",               "7"                     },
1568   { "em_key_4.collecting.anim_mode",            "linear"                },
1569
1570   { "dc_key_white",                             "RocksSP.png"           },
1571   { "dc_key_white.xpos",                        "13"                    },
1572   { "dc_key_white.ypos",                        "1"                     },
1573   { "dc_key_white.frames",                      "1"                     },
1574   { "dc_key_white.collecting",                  "RocksCollect.png"      },
1575   { "dc_key_white.collecting.xpos",             "7"                     },
1576   { "dc_key_white.collecting.ypos",             "0"                     },
1577   { "dc_key_white.collecting.frames",           "7"                     },
1578   { "dc_key_white.collecting.anim_mode",        "linear"                },
1579
1580   { "em_gate_1",                                "RocksSP.png"           },
1581   { "em_gate_1.xpos",                           "0"                     },
1582   { "em_gate_1.ypos",                           "7"                     },
1583   { "em_gate_1.frames",                         "1"                     },
1584   { "em_gate_2",                                "RocksSP.png"           },
1585   { "em_gate_2.xpos",                           "1"                     },
1586   { "em_gate_2.ypos",                           "7"                     },
1587   { "em_gate_2.frames",                         "1"                     },
1588   { "em_gate_3",                                "RocksSP.png"           },
1589   { "em_gate_3.xpos",                           "2"                     },
1590   { "em_gate_3.ypos",                           "7"                     },
1591   { "em_gate_3.frames",                         "1"                     },
1592   { "em_gate_4",                                "RocksSP.png"           },
1593   { "em_gate_4.xpos",                           "3"                     },
1594   { "em_gate_4.ypos",                           "7"                     },
1595   { "em_gate_4.frames",                         "1"                     },
1596
1597   { "dc_gate_white",                            "RocksSP.png"           },
1598   { "dc_gate_white.xpos",                       "14"                    },
1599   { "dc_gate_white.ypos",                       "1"                     },
1600   { "dc_gate_white.frames",                     "1"                     },
1601
1602   { "em_gate_1_gray",                           "RocksSP.png"           },
1603   { "em_gate_1_gray.xpos",                      "4"                     },
1604   { "em_gate_1_gray.ypos",                      "7"                     },
1605   { "em_gate_1_gray.frames",                    "1"                     },
1606   { "em_gate_1_gray.EDITOR",                    "RocksSP.png"           },
1607   { "em_gate_1_gray.EDITOR.xpos",               "12"                    },
1608   { "em_gate_1_gray.EDITOR.ypos",               "11"                    },
1609   { "em_gate_1_gray.active",                    "RocksSP.png"           },
1610   { "em_gate_1_gray.active.xpos",               "0"                     },
1611   { "em_gate_1_gray.active.ypos",               "7"                     },
1612   { "em_gate_1_gray.active.frames",             "1"                     },
1613   { "em_gate_2_gray",                           "RocksSP.png"           },
1614   { "em_gate_2_gray.xpos",                      "5"                     },
1615   { "em_gate_2_gray.ypos",                      "7"                     },
1616   { "em_gate_2_gray.frames",                    "1"                     },
1617   { "em_gate_2_gray.EDITOR",                    "RocksSP.png"           },
1618   { "em_gate_2_gray.EDITOR.xpos",               "13"                    },
1619   { "em_gate_2_gray.EDITOR.ypos",               "11"                    },
1620   { "em_gate_2_gray.active",                    "RocksSP.png"           },
1621   { "em_gate_2_gray.active.xpos",               "1"                     },
1622   { "em_gate_2_gray.active.ypos",               "7"                     },
1623   { "em_gate_2_gray.active.frames",             "1"                     },
1624   { "em_gate_3_gray",                           "RocksSP.png"           },
1625   { "em_gate_3_gray.xpos",                      "6"                     },
1626   { "em_gate_3_gray.ypos",                      "7"                     },
1627   { "em_gate_3_gray.frames",                    "1"                     },
1628   { "em_gate_3_gray.EDITOR",                    "RocksSP.png"           },
1629   { "em_gate_3_gray.EDITOR.xpos",               "14"                    },
1630   { "em_gate_3_gray.EDITOR.ypos",               "11"                    },
1631   { "em_gate_3_gray.active",                    "RocksSP.png"           },
1632   { "em_gate_3_gray.active.xpos",               "2"                     },
1633   { "em_gate_3_gray.active.ypos",               "7"                     },
1634   { "em_gate_3_gray.active.frames",             "1"                     },
1635   { "em_gate_4_gray",                           "RocksSP.png"           },
1636   { "em_gate_4_gray.xpos",                      "7"                     },
1637   { "em_gate_4_gray.ypos",                      "7"                     },
1638   { "em_gate_4_gray.frames",                    "1"                     },
1639   { "em_gate_4_gray.EDITOR",                    "RocksSP.png"           },
1640   { "em_gate_4_gray.EDITOR.xpos",               "15"                    },
1641   { "em_gate_4_gray.EDITOR.ypos",               "11"                    },
1642   { "em_gate_4_gray.active",                    "RocksSP.png"           },
1643   { "em_gate_4_gray.active.xpos",               "3"                     },
1644   { "em_gate_4_gray.active.ypos",               "7"                     },
1645   { "em_gate_4_gray.active.frames",             "1"                     },
1646
1647   { "dc_gate_white_gray",                       "RocksSP.png"           },
1648   { "dc_gate_white_gray.xpos",                  "7"                     },
1649   { "dc_gate_white_gray.ypos",                  "7"                     },
1650   { "dc_gate_white_gray.frames",                "1"                     },
1651   { "dc_gate_white_gray.EDITOR",                "RocksSP.png"           },
1652   { "dc_gate_white_gray.EDITOR.xpos",           "15"                    },
1653   { "dc_gate_white_gray.EDITOR.ypos",           "1"                     },
1654   { "dc_gate_white_gray.active",                "RocksSP.png"           },
1655   { "dc_gate_white_gray.active.xpos",           "14"                    },
1656   { "dc_gate_white_gray.active.ypos",           "1"                     },
1657   { "dc_gate_white_gray.active.frames",         "1"                     },
1658
1659   { "dc_gate_fake_gray",                        "RocksSP.png"           },
1660   { "dc_gate_fake_gray.xpos",                   "7"                     },
1661   { "dc_gate_fake_gray.ypos",                   "7"                     },
1662   { "dc_gate_fake_gray.frames",                 "1"                     },
1663
1664   { "exit_closed",                              "RocksElements.png"     },
1665   { "exit_closed.xpos",                         "0"                     },
1666   { "exit_closed.ypos",                         "11"                    },
1667   { "exit_closed.frames",                       "1"                     },
1668   { "exit.opening",                             "RocksElements.png"     },
1669   { "exit.opening.xpos",                        "0"                     },
1670   { "exit.opening.ypos",                        "11"                    },
1671   { "exit.opening.frames",                      "5"                     },
1672   { "exit.opening.delay",                       "6"                     },
1673   { "exit.opening.anim_mode",                   "linear"                },
1674   { "exit_open",                                "RocksElements.png"     },
1675   { "exit_open.xpos",                           "4"                     },
1676   { "exit_open.ypos",                           "11"                    },
1677   { "exit_open.frames",                         "4"                     },
1678   { "exit_open.delay",                          "4"                     },
1679   { "exit_open.anim_mode",                      "pingpong"              },
1680   { "exit.closing",                             "RocksElements.png"     },
1681   { "exit.closing.xpos",                        "0"                     },
1682   { "exit.closing.ypos",                        "11"                    },
1683   { "exit.closing.frames",                      "5"                     },
1684   { "exit.closing.delay",                       "6"                     },
1685   { "exit.closing.anim_mode",                   "linear,reverse"        },
1686
1687   { "steel_exit_closed",                        "RocksDC2.png"  },
1688   { "steel_exit_closed.xpos",                   "8"                     },
1689   { "steel_exit_closed.ypos",                   "0"                     },
1690   { "steel_exit_closed.frames",                 "1"                     },
1691   { "steel_exit.opening",                       "RocksDC2.png"  },
1692   { "steel_exit.opening.xpos",                  "8"                     },
1693   { "steel_exit.opening.ypos",                  "0"                     },
1694   { "steel_exit.opening.frames",                "5"                     },
1695   { "steel_exit.opening.delay",                 "6"                     },
1696   { "steel_exit.opening.anim_mode",             "linear"                },
1697   { "steel_exit_open",                          "RocksDC2.png"  },
1698   { "steel_exit_open.xpos",                     "12"                    },
1699   { "steel_exit_open.ypos",                     "0"                     },
1700   { "steel_exit_open.frames",                   "4"                     },
1701   { "steel_exit_open.delay",                    "4"                     },
1702   { "steel_exit_open.anim_mode",                "pingpong"              },
1703   { "steel_exit.closing",                       "RocksDC2.png"  },
1704   { "steel_exit.closing.xpos",                  "8"                     },
1705   { "steel_exit.closing.ypos",                  "0"                     },
1706   { "steel_exit.closing.frames",                "5"                     },
1707   { "steel_exit.closing.delay",                 "6"                     },
1708   { "steel_exit.closing.anim_mode",             "linear,reverse"        },
1709
1710   { "em_exit_closed",                           "RocksDC2.png"  },
1711   { "em_exit_closed.xpos",                      "0"                     },
1712   { "em_exit_closed.ypos",                      "4"                     },
1713   { "em_exit_closed.frames",                    "1"                     },
1714   { "em_exit.opening",                          "RocksDC2.png"  },
1715   { "em_exit.opening.xpos",                     "0"                     },
1716   { "em_exit.opening.ypos",                     "4"                     },
1717   { "em_exit.opening.frames",                   "5"                     },
1718   { "em_exit.opening.delay",                    "6"                     },
1719   { "em_exit.opening.anim_mode",                "linear"                },
1720   { "em_exit_open",                             "RocksDC2.png"  },
1721   { "em_exit_open.xpos",                        "4"                     },
1722   { "em_exit_open.ypos",                        "4"                     },
1723   { "em_exit_open.frames",                      "4"                     },
1724   { "em_exit_open.delay",                       "4"                     },
1725   { "em_exit_open.anim_mode",                   "pingpong"              },
1726   { "em_exit.closing",                          "RocksDC2.png"  },
1727   { "em_exit.closing.xpos",                     "0"                     },
1728   { "em_exit.closing.ypos",                     "6"                     },
1729   { "em_exit.closing.frames",                   "5"                     },
1730   { "em_exit.closing.delay",                    "6"                     },
1731   { "em_exit.closing.anim_mode",                "linear"                },
1732
1733   { "em_steel_exit_closed",                     "RocksDC2.png"  },
1734   { "em_steel_exit_closed.xpos",                "0"                     },
1735   { "em_steel_exit_closed.ypos",                "5"                     },
1736   { "em_steel_exit_closed.frames",              "1"                     },
1737   { "em_steel_exit.opening",                    "RocksDC2.png"  },
1738   { "em_steel_exit.opening.xpos",               "0"                     },
1739   { "em_steel_exit.opening.ypos",               "5"                     },
1740   { "em_steel_exit.opening.frames",             "5"                     },
1741   { "em_steel_exit.opening.delay",              "6"                     },
1742   { "em_steel_exit.opening.anim_mode",          "linear"                },
1743   { "em_steel_exit_open",                       "RocksDC2.png"  },
1744   { "em_steel_exit_open.xpos",                  "4"                     },
1745   { "em_steel_exit_open.ypos",                  "5"                     },
1746   { "em_steel_exit_open.frames",                "4"                     },
1747   { "em_steel_exit_open.delay",                 "4"                     },
1748   { "em_steel_exit_open.anim_mode",             "pingpong"              },
1749   { "em_steel_exit.closing",                    "RocksDC2.png"  },
1750   { "em_steel_exit.closing.xpos",               "0"                     },
1751   { "em_steel_exit.closing.ypos",               "7"                     },
1752   { "em_steel_exit.closing.frames",             "5"                     },
1753   { "em_steel_exit.closing.delay",              "6"                     },
1754   { "em_steel_exit.closing.anim_mode",          "linear"                },
1755
1756   // images for Emerald Mine Club style elements and actions
1757
1758   { "balloon",                                  "RocksDC.png"           },
1759   { "balloon.xpos",                             "12"                    },
1760   { "balloon.ypos",                             "7"                     },
1761   { "balloon.frames",                           "1"                     },
1762   { "balloon.moving",                           "RocksDC.png"           },
1763   { "balloon.moving.xpos",                      "12"                    },
1764   { "balloon.moving.ypos",                      "7"                     },
1765   { "balloon.moving.frames",                    "4"                     },
1766   { "balloon.moving.anim_mode",                 "pingpong"              },
1767   { "balloon.moving.delay",                     "2"                     },
1768   { "balloon.pushing",                          "RocksDC.png"           },
1769   { "balloon.pushing.xpos",                     "12"                    },
1770   { "balloon.pushing.ypos",                     "7"                     },
1771   { "balloon.pushing.frames",                   "4"                     },
1772   { "balloon.pushing.anim_mode",                "pingpong"              },
1773   { "balloon.pushing.delay",                    "2"                     },
1774   { "balloon_switch_left",                      "RocksDC.png"           },
1775   { "balloon_switch_left.xpos",                 "8"                     },
1776   { "balloon_switch_left.ypos",                 "7"                     },
1777   { "balloon_switch_left.frames",               "1"                     },
1778   { "balloon_switch_right",                     "RocksDC.png"           },
1779   { "balloon_switch_right.xpos",                "9"                     },
1780   { "balloon_switch_right.ypos",                "7"                     },
1781   { "balloon_switch_right.frames",              "1"                     },
1782   { "balloon_switch_up",                        "RocksDC.png"           },
1783   { "balloon_switch_up.xpos",                   "10"                    },
1784   { "balloon_switch_up.ypos",                   "7"                     },
1785   { "balloon_switch_up.frames",                 "1"                     },
1786   { "balloon_switch_down",                      "RocksDC.png"           },
1787   { "balloon_switch_down.xpos",                 "11"                    },
1788   { "balloon_switch_down.ypos",                 "7"                     },
1789   { "balloon_switch_down.frames",               "1"                     },
1790   { "balloon_switch_any",                       "RocksDC.png"           },
1791   { "balloon_switch_any.xpos",                  "15"                    },
1792   { "balloon_switch_any.ypos",                  "0"                     },
1793   { "balloon_switch_any.frames",                "1"                     },
1794   { "balloon_switch_none",                      "RocksDC.png"           },
1795   { "balloon_switch_none.xpos",                 "13"                    },
1796   { "balloon_switch_none.ypos",                 "5"                     },
1797   { "balloon_switch_none.frames",               "1"                     },
1798
1799   { "spring",                                   "RocksDC.png"           },
1800   { "spring.xpos",                              "8"                     },
1801   { "spring.ypos",                              "13"                    },
1802   { "spring.frames",                            "1"                     },
1803
1804   { "spring.left",                              UNDEFINED_FILENAME      },
1805   { "spring.left.clone_from",                   "spring"                },
1806   { "spring.right",                             UNDEFINED_FILENAME      },
1807   { "spring.right.clone_from",                  "spring"                },
1808
1809   { "emc_steelwall_1",                          "RocksDC.png"           },
1810   { "emc_steelwall_1.xpos",                     "14"                    },
1811   { "emc_steelwall_1.ypos",                     "0"                     },
1812   { "emc_steelwall_1.frames",                   "1"                     },
1813   { "emc_steelwall_2",                          "RocksEMC.png"          },
1814   { "emc_steelwall_2.xpos",                     "9"                     },
1815   { "emc_steelwall_2.ypos",                     "8"                     },
1816   { "emc_steelwall_2.frames",                   "1"                     },
1817   { "emc_steelwall_3",                          "RocksEMC.png"          },
1818   { "emc_steelwall_3.xpos",                     "9"                     },
1819   { "emc_steelwall_3.ypos",                     "9"                     },
1820   { "emc_steelwall_3.frames",                   "1"                     },
1821   { "emc_steelwall_4",                          "RocksEMC.png"          },
1822   { "emc_steelwall_4.xpos",                     "9"                     },
1823   { "emc_steelwall_4.ypos",                     "10"                    },
1824   { "emc_steelwall_4.frames",                   "1"                     },
1825
1826   { "emc_wall_1",                               "RocksDC.png"           },
1827   { "emc_wall_1.xpos",                          "13"                    },
1828   { "emc_wall_1.ypos",                          "6"                     },
1829   { "emc_wall_1.frames",                        "1"                     },
1830   { "emc_wall_2",                               "RocksDC.png"           },
1831   { "emc_wall_2.xpos",                          "14"                    },
1832   { "emc_wall_2.ypos",                          "6"                     },
1833   { "emc_wall_2.frames",                        "1"                     },
1834   { "emc_wall_3",                               "RocksDC.png"           },
1835   { "emc_wall_3.xpos",                          "15"                    },
1836   { "emc_wall_3.ypos",                          "6"                     },
1837   { "emc_wall_3.frames",                        "1"                     },
1838   { "emc_wall_4",                               "RocksDC.png"           },
1839   { "emc_wall_4.xpos",                          "14"                    },
1840   { "emc_wall_4.ypos",                          "1"                     },
1841   { "emc_wall_4.frames",                        "1"                     },
1842   { "emc_wall_5",                               "RocksDC.png"           },
1843   { "emc_wall_5.xpos",                          "15"                    },
1844   { "emc_wall_5.ypos",                          "1"                     },
1845   { "emc_wall_5.frames",                        "1"                     },
1846   { "emc_wall_6",                               "RocksDC.png"           },
1847   { "emc_wall_6.xpos",                          "14"                    },
1848   { "emc_wall_6.ypos",                          "2"                     },
1849   { "emc_wall_6.frames",                        "1"                     },
1850   { "emc_wall_7",                               "RocksDC.png"           },
1851   { "emc_wall_7.xpos",                          "15"                    },
1852   { "emc_wall_7.ypos",                          "2"                     },
1853   { "emc_wall_7.frames",                        "1"                     },
1854   { "emc_wall_8",                               "RocksEMC.png"          },
1855   { "emc_wall_8.xpos",                          "8"                     },
1856   { "emc_wall_8.ypos",                          "7"                     },
1857   { "emc_wall_8.frames",                        "1"                     },
1858
1859   // images for Diamond Caves style elements and actions
1860
1861   { "invisible_steelwall",                      "RocksSP.png"           },
1862   { "invisible_steelwall.xpos",                 "3"                     },
1863   { "invisible_steelwall.ypos",                 "5"                     },
1864   { "invisible_steelwall.frames",               "1"                     },
1865   { "invisible_steelwall.EDITOR",               "RocksSP.png"           },
1866   { "invisible_steelwall.EDITOR.xpos",          "1"                     },
1867   { "invisible_steelwall.EDITOR.ypos",          "5"                     },
1868   { "invisible_steelwall.active",               "RocksSP.png"           },
1869   { "invisible_steelwall.active.xpos",          "1"                     },
1870   { "invisible_steelwall.active.ypos",          "5"                     },
1871   { "invisible_steelwall.active.frames",        "1"                     },
1872
1873   { "invisible_wall",                           "RocksSP.png"           },
1874   { "invisible_wall.xpos",                      "7"                     },
1875   { "invisible_wall.ypos",                      "5"                     },
1876   { "invisible_wall.frames",                    "1"                     },
1877   { "invisible_wall.EDITOR",                    "RocksSP.png"           },
1878   { "invisible_wall.EDITOR.xpos",               "5"                     },
1879   { "invisible_wall.EDITOR.ypos",               "5"                     },
1880   { "invisible_wall.active",                    "RocksSP.png"           },
1881   { "invisible_wall.active.xpos",               "5"                     },
1882   { "invisible_wall.active.ypos",               "5"                     },
1883   { "invisible_wall.active.frames",             "1"                     },
1884
1885   { "invisible_sand",                           "RocksSP.png"           },
1886   { "invisible_sand.xpos",                      "0"                     },
1887   { "invisible_sand.ypos",                      "0"                     },
1888   { "invisible_sand.frames",                    "1"                     },
1889   { "invisible_sand.EDITOR",                    "RocksEMC.png"          },
1890   { "invisible_sand.EDITOR.xpos",               "2"                     },
1891   { "invisible_sand.EDITOR.ypos",               "4"                     },
1892   { "invisible_sand.active",                    "RocksEMC.png"          },
1893   { "invisible_sand.active.xpos",               "2"                     },
1894   { "invisible_sand.active.ypos",               "4"                     },
1895   { "invisible_sand.active.frames",             "1"                     },
1896   { "invisible_sand.active.CRUMBLED",           "RocksEMC.png"          },
1897   { "invisible_sand.active.CRUMBLED.xpos",      "3"                     },
1898   { "invisible_sand.active.CRUMBLED.ypos",      "4"                     },
1899   { "invisible_sand.active.CRUMBLED.frames",    "1"                     },
1900   { "invisible_sand.active.digging.left",       "RocksEMC.png"          },
1901   { "invisible_sand.active.digging.left.xpos",  "6"                     },
1902   { "invisible_sand.active.digging.left.ypos",  "2"                     },
1903   { "invisible_sand.active.digging.left.frames","3"                     },
1904   { "invisible_sand.active.digging.left.delay", "2"                     },
1905   { "invisible_sand.active.digging.left.anim_mode","linear"             },
1906   { "invisible_sand.active.digging.right",      "RocksEMC.png"          },
1907   { "invisible_sand.active.digging.right.xpos", "9"                     },
1908   { "invisible_sand.active.digging.right.ypos", "2"                     },
1909   { "invisible_sand.active.digging.right.frames","3"                    },
1910   { "invisible_sand.active.digging.right.delay","2"                     },
1911   { "invisible_sand.active.digging.right.anim_mode","linear"            },
1912   { "invisible_sand.active.digging.up",         "RocksEMC.png"          },
1913   { "invisible_sand.active.digging.up.xpos",    "0"                     },
1914   { "invisible_sand.active.digging.up.ypos",    "2"                     },
1915   { "invisible_sand.active.digging.up.frames",  "3"                     },
1916   { "invisible_sand.active.digging.up.delay",   "2"                     },
1917   { "invisible_sand.active.digging.up.anim_mode","linear"               },
1918   { "invisible_sand.active.digging.down",       "RocksEMC.png"          },
1919   { "invisible_sand.active.digging.down.xpos",  "3"                     },
1920   { "invisible_sand.active.digging.down.ypos",  "2"                     },
1921   { "invisible_sand.active.digging.down.frames","3"                     },
1922   { "invisible_sand.active.digging.down.delay", "2"                     },
1923   { "invisible_sand.active.digging.down.anim_mode","linear"             },
1924   { "invisible_sand.active.digging.left.CRUMBLED",      "RocksEMC.png"  },
1925   { "invisible_sand.active.digging.left.CRUMBLED.xpos", "6"             },
1926   { "invisible_sand.active.digging.left.CRUMBLED.ypos", "3"             },
1927   { "invisible_sand.active.digging.left.CRUMBLED.frames","3"            },
1928   { "invisible_sand.active.digging.left.CRUMBLED.delay","2"             },
1929   { "invisible_sand.active.digging.left.CRUMBLED.anim_mode","linear"    },
1930   { "invisible_sand.active.digging.right.CRUMBLED",     "RocksEMC.png"  },
1931   { "invisible_sand.active.digging.right.CRUMBLED.xpos","9"             },
1932   { "invisible_sand.active.digging.right.CRUMBLED.ypos","3"             },
1933   { "invisible_sand.active.digging.right.CRUMBLED.frames","3"           },
1934   { "invisible_sand.active.digging.right.CRUMBLED.delay","2"            },
1935   { "invisible_sand.active.digging.right.CRUMBLED.anim_mode","linear"   },
1936   { "invisible_sand.active.digging.up.CRUMBLED",        "RocksEMC.png"  },
1937   { "invisible_sand.active.digging.up.CRUMBLED.xpos",   "0"             },
1938   { "invisible_sand.active.digging.up.CRUMBLED.ypos",   "3"             },
1939   { "invisible_sand.active.digging.up.CRUMBLED.frames", "3"             },
1940   { "invisible_sand.active.digging.up.CRUMBLED.delay",  "2"             },
1941   { "invisible_sand.active.digging.up.CRUMBLED.anim_mode","linear"      },
1942   { "invisible_sand.active.digging.down.CRUMBLED",      "RocksEMC.png"  },
1943   { "invisible_sand.active.digging.down.CRUMBLED.xpos", "3"             },
1944   { "invisible_sand.active.digging.down.CRUMBLED.ypos", "3"             },
1945   { "invisible_sand.active.digging.down.CRUMBLED.frames","3"            },
1946   { "invisible_sand.active.digging.down.CRUMBLED.delay","2"             },
1947   { "invisible_sand.active.digging.down.CRUMBLED.anim_mode","linear"    },
1948
1949   { "conveyor_belt_1_middle",                   "RocksDC.png"           },
1950   { "conveyor_belt_1_middle.xpos",              "0"                     },
1951   { "conveyor_belt_1_middle.ypos",              "0"                     },
1952   { "conveyor_belt_1_middle.frames",            "1"                     },
1953   { "conveyor_belt_1_middle.active",            "RocksDC.png"           },
1954   { "conveyor_belt_1_middle.active.xpos",       "0"                     },
1955   { "conveyor_belt_1_middle.active.ypos",       "0"                     },
1956   { "conveyor_belt_1_middle.active.frames",     "8"                     },
1957   { "conveyor_belt_1_middle.active.delay",      "2"                     },
1958   { "conveyor_belt_1_left",                     "RocksDC.png"           },
1959   { "conveyor_belt_1_left.xpos",                "0"                     },
1960   { "conveyor_belt_1_left.ypos",                "1"                     },
1961   { "conveyor_belt_1_left.frames",              "1"                     },
1962   { "conveyor_belt_1_left.active",              "RocksDC.png"           },
1963   { "conveyor_belt_1_left.active.xpos",         "0"                     },
1964   { "conveyor_belt_1_left.active.ypos",         "1"                     },
1965   { "conveyor_belt_1_left.active.frames",       "8"                     },
1966   { "conveyor_belt_1_left.active.delay",        "2"                     },
1967   { "conveyor_belt_1_right",                    "RocksDC.png"           },
1968   { "conveyor_belt_1_right.xpos",               "0"                     },
1969   { "conveyor_belt_1_right.ypos",               "2"                     },
1970   { "conveyor_belt_1_right.frames",             "1"                     },
1971   { "conveyor_belt_1_right.active",             "RocksDC.png"           },
1972   { "conveyor_belt_1_right.active.xpos",        "0"                     },
1973   { "conveyor_belt_1_right.active.ypos",        "2"                     },
1974   { "conveyor_belt_1_right.active.frames",      "8"                     },
1975   { "conveyor_belt_1_right.active.delay",       "2"                     },
1976   { "conveyor_belt_1_switch_left",              "RocksDC.png"           },
1977   { "conveyor_belt_1_switch_left.xpos",         "0"                     },
1978   { "conveyor_belt_1_switch_left.ypos",         "12"                    },
1979   { "conveyor_belt_1_switch_left.frames",       "1"                     },
1980   { "conveyor_belt_1_switch_middle",            "RocksDC.png"           },
1981   { "conveyor_belt_1_switch_middle.xpos",       "0"                     },
1982   { "conveyor_belt_1_switch_middle.ypos",       "13"                    },
1983   { "conveyor_belt_1_switch_middle.frames",     "1"                     },
1984   { "conveyor_belt_1_switch_right",             "RocksDC.png"           },
1985   { "conveyor_belt_1_switch_right.xpos",        "0"                     },
1986   { "conveyor_belt_1_switch_right.ypos",        "14"                    },
1987   { "conveyor_belt_1_switch_right.frames",      "1"                     },
1988
1989   { "conveyor_belt_2_middle",                   "RocksDC.png"           },
1990   { "conveyor_belt_2_middle.xpos",              "0"                     },
1991   { "conveyor_belt_2_middle.ypos",              "3"                     },
1992   { "conveyor_belt_2_middle.frames",            "1"                     },
1993   { "conveyor_belt_2_middle.active",            "RocksDC.png"           },
1994   { "conveyor_belt_2_middle.active.xpos",       "0"                     },
1995   { "conveyor_belt_2_middle.active.ypos",       "3"                     },
1996   { "conveyor_belt_2_middle.active.frames",     "8"                     },
1997   { "conveyor_belt_2_middle.active.delay",      "2"                     },
1998   { "conveyor_belt_2_left",                     "RocksDC.png"           },
1999   { "conveyor_belt_2_left.xpos",                "0"                     },
2000   { "conveyor_belt_2_left.ypos",                "4"                     },
2001   { "conveyor_belt_2_left.frames",              "1"                     },
2002   { "conveyor_belt_2_left.active",              "RocksDC.png"           },
2003   { "conveyor_belt_2_left.active.xpos",         "0"                     },
2004   { "conveyor_belt_2_left.active.ypos",         "4"                     },
2005   { "conveyor_belt_2_left.active.frames",       "8"                     },
2006   { "conveyor_belt_2_left.active.delay",        "2"                     },
2007   { "conveyor_belt_2_right",                    "RocksDC.png"           },
2008   { "conveyor_belt_2_right.xpos",               "0"                     },
2009   { "conveyor_belt_2_right.ypos",               "5"                     },
2010   { "conveyor_belt_2_right.frames",             "1"                     },
2011   { "conveyor_belt_2_right.active",             "RocksDC.png"           },
2012   { "conveyor_belt_2_right.active.xpos",        "0"                     },
2013   { "conveyor_belt_2_right.active.ypos",        "5"                     },
2014   { "conveyor_belt_2_right.active.frames",      "8"                     },
2015   { "conveyor_belt_2_right.active.delay",       "2"                     },
2016   { "conveyor_belt_2_switch_left",              "RocksDC.png"           },
2017   { "conveyor_belt_2_switch_left.xpos",         "1"                     },
2018   { "conveyor_belt_2_switch_left.ypos",         "12"                    },
2019   { "conveyor_belt_2_switch_left.frames",       "1"                     },
2020   { "conveyor_belt_2_switch_middle",            "RocksDC.png"           },
2021   { "conveyor_belt_2_switch_middle.xpos",       "1"                     },
2022   { "conveyor_belt_2_switch_middle.ypos",       "13"                    },
2023   { "conveyor_belt_2_switch_middle.frames",     "1"                     },
2024   { "conveyor_belt_2_switch_right",             "RocksDC.png"           },
2025   { "conveyor_belt_2_switch_right.xpos",        "1"                     },
2026   { "conveyor_belt_2_switch_right.ypos",        "14"                    },
2027   { "conveyor_belt_2_switch_right.frames",      "1"                     },
2028
2029   { "conveyor_belt_3_middle",                   "RocksDC.png"           },
2030   { "conveyor_belt_3_middle.xpos",              "0"                     },
2031   { "conveyor_belt_3_middle.ypos",              "6"                     },
2032   { "conveyor_belt_3_middle.frames",            "1"                     },
2033   { "conveyor_belt_3_middle.active",            "RocksDC.png"           },
2034   { "conveyor_belt_3_middle.active.xpos",       "0"                     },
2035   { "conveyor_belt_3_middle.active.ypos",       "6"                     },
2036   { "conveyor_belt_3_middle.active.frames",     "8"                     },
2037   { "conveyor_belt_3_middle.active.delay",      "2"                     },
2038   { "conveyor_belt_3_left",                     "RocksDC.png"           },
2039   { "conveyor_belt_3_left.xpos",                "0"                     },
2040   { "conveyor_belt_3_left.ypos",                "7"                     },
2041   { "conveyor_belt_3_left.frames",              "1"                     },
2042   { "conveyor_belt_3_left.active",              "RocksDC.png"           },
2043   { "conveyor_belt_3_left.active.xpos",         "0"                     },
2044   { "conveyor_belt_3_left.active.ypos",         "7"                     },
2045   { "conveyor_belt_3_left.active.frames",       "8"                     },
2046   { "conveyor_belt_3_left.active.delay",        "2"                     },
2047   { "conveyor_belt_3_right",                    "RocksDC.png"           },
2048   { "conveyor_belt_3_right.xpos",               "0"                     },
2049   { "conveyor_belt_3_right.ypos",               "8"                     },
2050   { "conveyor_belt_3_right.frames",             "1"                     },
2051   { "conveyor_belt_3_right.active",             "RocksDC.png"           },
2052   { "conveyor_belt_3_right.active.xpos",        "0"                     },
2053   { "conveyor_belt_3_right.active.ypos",        "8"                     },
2054   { "conveyor_belt_3_right.active.frames",      "8"                     },
2055   { "conveyor_belt_3_right.active.delay",       "2"                     },
2056   { "conveyor_belt_3_switch_left",              "RocksDC.png"           },
2057   { "conveyor_belt_3_switch_left.xpos",         "2"                     },
2058   { "conveyor_belt_3_switch_left.ypos",         "12"                    },
2059   { "conveyor_belt_3_switch_left.frames",       "1"                     },
2060   { "conveyor_belt_3_switch_middle",            "RocksDC.png"           },
2061   { "conveyor_belt_3_switch_middle.xpos",       "2"                     },
2062   { "conveyor_belt_3_switch_middle.ypos",       "13"                    },
2063   { "conveyor_belt_3_switch_middle.frames",     "1"                     },
2064   { "conveyor_belt_3_switch_right",             "RocksDC.png"           },
2065   { "conveyor_belt_3_switch_right.xpos",        "2"                     },
2066   { "conveyor_belt_3_switch_right.ypos",        "14"                    },
2067   { "conveyor_belt_3_switch_right.frames",      "1"                     },
2068
2069   { "conveyor_belt_4_middle",                   "RocksDC.png"           },
2070   { "conveyor_belt_4_middle.xpos",              "0"                     },
2071   { "conveyor_belt_4_middle.ypos",              "9"                     },
2072   { "conveyor_belt_4_middle.frames",            "1"                     },
2073   { "conveyor_belt_4_middle.active",            "RocksDC.png"           },
2074   { "conveyor_belt_4_middle.active.xpos",       "0"                     },
2075   { "conveyor_belt_4_middle.active.ypos",       "9"                     },
2076   { "conveyor_belt_4_middle.active.frames",     "8"                     },
2077   { "conveyor_belt_4_middle.active.delay",      "2"                     },
2078   { "conveyor_belt_4_left",                     "RocksDC.png"           },
2079   { "conveyor_belt_4_left.xpos",                "0"                     },
2080   { "conveyor_belt_4_left.ypos",                "10"                    },
2081   { "conveyor_belt_4_left.frames",              "1"                     },
2082   { "conveyor_belt_4_left.active",              "RocksDC.png"           },
2083   { "conveyor_belt_4_left.active.xpos",         "0"                     },
2084   { "conveyor_belt_4_left.active.ypos",         "10"                    },
2085   { "conveyor_belt_4_left.active.frames",       "8"                     },
2086   { "conveyor_belt_4_left.active.delay",        "2"                     },
2087   { "conveyor_belt_4_right",                    "RocksDC.png"           },
2088   { "conveyor_belt_4_right.xpos",               "0"                     },
2089   { "conveyor_belt_4_right.ypos",               "11"                    },
2090   { "conveyor_belt_4_right.frames",             "1"                     },
2091   { "conveyor_belt_4_right.active",             "RocksDC.png"           },
2092   { "conveyor_belt_4_right.active.xpos",        "0"                     },
2093   { "conveyor_belt_4_right.active.ypos",        "11"                    },
2094   { "conveyor_belt_4_right.active.frames",      "8"                     },
2095   { "conveyor_belt_4_right.active.delay",       "2"                     },
2096   { "conveyor_belt_4_switch_left",              "RocksDC.png"           },
2097   { "conveyor_belt_4_switch_left.xpos",         "3"                     },
2098   { "conveyor_belt_4_switch_left.ypos",         "12"                    },
2099   { "conveyor_belt_4_switch_left.frames",       "1"                     },
2100   { "conveyor_belt_4_switch_middle",            "RocksDC.png"           },
2101   { "conveyor_belt_4_switch_middle.xpos",       "3"                     },
2102   { "conveyor_belt_4_switch_middle.ypos",       "13"                    },
2103   { "conveyor_belt_4_switch_middle.frames",     "1"                     },
2104   { "conveyor_belt_4_switch_right",             "RocksDC.png"           },
2105   { "conveyor_belt_4_switch_right.xpos",        "3"                     },
2106   { "conveyor_belt_4_switch_right.ypos",        "14"                    },
2107   { "conveyor_belt_4_switch_right.frames",      "1"                     },
2108
2109   { "switchgate_switch_up",                     "RocksDC.png"           },
2110   { "switchgate_switch_up.xpos",                "4"                     },
2111   { "switchgate_switch_up.ypos",                "12"                    },
2112   { "switchgate_switch_up.frames",              "1"                     },
2113   { "switchgate_switch_down",                   "RocksDC.png"           },
2114   { "switchgate_switch_down.xpos",              "5"                     },
2115   { "switchgate_switch_down.ypos",              "12"                    },
2116   { "switchgate_switch_down.frames",            "1"                     },
2117
2118   { "dc_switchgate_switch_up",                  "RocksDC2.png"          },
2119   { "dc_switchgate_switch_up.xpos",             "10"                    },
2120   { "dc_switchgate_switch_up.ypos",             "1"                     },
2121   { "dc_switchgate_switch_up.frames",           "1"                     },
2122   { "dc_switchgate_switch_down",                "RocksDC2.png"          },
2123   { "dc_switchgate_switch_down.xpos",           "11"                    },
2124   { "dc_switchgate_switch_down.ypos",           "1"                     },
2125   { "dc_switchgate_switch_down.frames",         "1"                     },
2126
2127   { "light_switch",                             "RocksDC.png"           },
2128   { "light_switch.xpos",                        "6"                     },
2129   { "light_switch.ypos",                        "12"                    },
2130   { "light_switch.frames",                      "1"                     },
2131   { "light_switch.active",                      "RocksDC.png"           },
2132   { "light_switch.active.xpos",                 "7"                     },
2133   { "light_switch.active.ypos",                 "12"                    },
2134   { "light_switch.active.frames",               "1"                     },
2135
2136   { "timegate_switch",                          "RocksDC.png"           },
2137   { "timegate_switch.xpos",                     "0"                     },
2138   { "timegate_switch.ypos",                     "15"                    },
2139   { "timegate_switch.frames",                   "1"                     },
2140   { "timegate_switch.active",                   "RocksDC.png"           },
2141   { "timegate_switch.active.xpos",              "0"                     },
2142   { "timegate_switch.active.ypos",              "15"                    },
2143   { "timegate_switch.active.frames",            "4"                     },
2144
2145   { "dc_timegate_switch",                       "RocksDC2.png"          },
2146   { "dc_timegate_switch.xpos",                  "12"                    },
2147   { "dc_timegate_switch.ypos",                  "1"                     },
2148   { "dc_timegate_switch.frames",                "1"                     },
2149   { "dc_timegate_switch.active",                "RocksDC2.png"          },
2150   { "dc_timegate_switch.active.xpos",           "12"                    },
2151   { "dc_timegate_switch.active.ypos",           "1"                     },
2152   { "dc_timegate_switch.active.frames",         "4"                     },
2153
2154   { "envelope_1",                               "RocksMore.png"         },
2155   { "envelope_1.xpos",                          "0"                     },
2156   { "envelope_1.ypos",                          "4"                     },
2157   { "envelope_1.frames",                        "1"                     },
2158   { "envelope_1.collecting",                    "RocksCollect.png"      },
2159   { "envelope_1.collecting.xpos",               "7"                     },
2160   { "envelope_1.collecting.ypos",               "8"                     },
2161   { "envelope_1.collecting.frames",             "7"                     },
2162   { "envelope_1.collecting.anim_mode",          "linear"                },
2163   { "envelope_2",                               "RocksMore.png"         },
2164   { "envelope_2.xpos",                          "1"                     },
2165   { "envelope_2.ypos",                          "4"                     },
2166   { "envelope_2.frames",                        "1"                     },
2167   { "envelope_2.collecting",                    "RocksCollect.png"      },
2168   { "envelope_2.collecting.xpos",               "7"                     },
2169   { "envelope_2.collecting.ypos",               "9"                     },
2170   { "envelope_2.collecting.frames",             "7"                     },
2171   { "envelope_2.collecting.anim_mode",          "linear"                },
2172   { "envelope_3",                               "RocksMore.png"         },
2173   { "envelope_3.xpos",                          "2"                     },
2174   { "envelope_3.ypos",                          "4"                     },
2175   { "envelope_3.frames",                        "1"                     },
2176   { "envelope_3.collecting",                    "RocksCollect.png"      },
2177   { "envelope_3.collecting.xpos",               "7"                     },
2178   { "envelope_3.collecting.ypos",               "10"                    },
2179   { "envelope_3.collecting.frames",             "7"                     },
2180   { "envelope_3.collecting.anim_mode",          "linear"                },
2181   { "envelope_4",                               "RocksMore.png"         },
2182   { "envelope_4.xpos",                          "3"                     },
2183   { "envelope_4.ypos",                          "4"                     },
2184   { "envelope_4.frames",                        "1"                     },
2185   { "envelope_4.collecting",                    "RocksCollect.png"      },
2186   { "envelope_4.collecting.xpos",               "7"                     },
2187   { "envelope_4.collecting.ypos",               "11"                    },
2188   { "envelope_4.collecting.frames",             "7"                     },
2189   { "envelope_4.collecting.anim_mode",          "linear"                },
2190
2191   { "sign_radioactivity",                       "RocksDC.png"           },
2192   { "sign_radioactivity.xpos",                  "4"                     },
2193   { "sign_radioactivity.ypos",                  "13"                    },
2194   { "sign_radioactivity.frames",                "1"                     },
2195
2196   { "sign_give_way",                            "RocksDC.png"           },
2197   { "sign_give_way.xpos",                       "5"                     },
2198   { "sign_give_way.ypos",                       "13"                    },
2199   { "sign_give_way.frames",                     "1"                     },
2200
2201   { "sign_no_entry",                            "RocksDC.png"           },
2202   { "sign_no_entry.xpos",                       "6"                     },
2203   { "sign_no_entry.ypos",                       "13"                    },
2204   { "sign_no_entry.frames",                     "1"                     },
2205
2206   { "sign_emergency_exit",                      "RocksDC.png"           },
2207   { "sign_emergency_exit.xpos",                 "7"                     },
2208   { "sign_emergency_exit.ypos",                 "13"                    },
2209   { "sign_emergency_exit.frames",               "1"                     },
2210
2211   { "sign_yin_yang",                            "RocksDC.png"           },
2212   { "sign_yin_yang.xpos",                       "4"                     },
2213   { "sign_yin_yang.ypos",                       "14"                    },
2214   { "sign_yin_yang.frames",                     "1"                     },
2215
2216   { "sign_exclamation",                         "RocksDC.png"           },
2217   { "sign_exclamation.xpos",                    "5"                     },
2218   { "sign_exclamation.ypos",                    "14"                    },
2219   { "sign_exclamation.frames",                  "1"                     },
2220
2221   { "sign_stop",                                "RocksDC.png"           },
2222   { "sign_stop.xpos",                           "6"                     },
2223   { "sign_stop.ypos",                           "14"                    },
2224   { "sign_stop.frames",                         "1"                     },
2225
2226   { "sign_parking",                             "RocksDC.png"           },
2227   { "sign_parking.xpos",                        "6"                     },
2228   { "sign_parking.ypos",                        "15"                    },
2229   { "sign_parking.frames",                      "1"                     },
2230
2231   { "sign_wheelchair",                          "RocksDC.png"           },
2232   { "sign_wheelchair.xpos",                     "7"                     },
2233   { "sign_wheelchair.ypos",                     "15"                    },
2234   { "sign_wheelchair.frames",                   "1"                     },
2235
2236   { "sign_entry_forbidden",                     "RocksDC.png"           },
2237   { "sign_entry_forbidden.xpos",                "12"                    },
2238   { "sign_entry_forbidden.ypos",                "15"                    },
2239   { "sign_entry_forbidden.frames",              "1"                     },
2240
2241   { "sperms",                                   "RocksDC2.png"          },
2242   { "sperms.xpos",                              "11"                    },
2243   { "sperms.ypos",                              "3"                     },
2244   { "sperms.frames",                            "1"                     },
2245
2246   { "bullet",                                   "RocksDC2.png"          },
2247   { "bullet.xpos",                              "12"                    },
2248   { "bullet.ypos",                              "3"                     },
2249   { "bullet.frames",                            "1"                     },
2250
2251   { "heart",                                    "RocksDC2.png"          },
2252   { "heart.xpos",                               "13"                    },
2253   { "heart.ypos",                               "3"                     },
2254   { "heart.frames",                             "1"                     },
2255
2256   { "cross",                                    "RocksDC2.png"          },
2257   { "cross.xpos",                               "14"                    },
2258   { "cross.ypos",                               "3"                     },
2259   { "cross.frames",                             "1"                     },
2260
2261   { "frankie",                                  "RocksDC2.png"          },
2262   { "frankie.xpos",                             "15"                    },
2263   { "frankie.ypos",                             "3"                     },
2264   { "frankie.frames",                           "1"                     },
2265
2266   { "sign_sperms",                              "RocksDC2.png"          },
2267   { "sign_sperms.xpos",                         "11"                    },
2268   { "sign_sperms.ypos",                         "2"                     },
2269   { "sign_sperms.frames",                       "1"                     },
2270
2271   { "sign_bullet",                              "RocksDC2.png"          },
2272   { "sign_bullet.xpos",                         "12"                    },
2273   { "sign_bullet.ypos",                         "2"                     },
2274   { "sign_bullet.frames",                       "1"                     },
2275
2276   { "sign_heart",                               "RocksDC2.png"          },
2277   { "sign_heart.xpos",                          "13"                    },
2278   { "sign_heart.ypos",                          "2"                     },
2279   { "sign_heart.frames",                        "1"                     },
2280
2281   { "sign_cross",                               "RocksDC2.png"          },
2282   { "sign_cross.xpos",                          "14"                    },
2283   { "sign_cross.ypos",                          "2"                     },
2284   { "sign_cross.frames",                        "1"                     },
2285
2286   { "sign_frankie",                             "RocksDC2.png"          },
2287   { "sign_frankie.xpos",                        "15"                    },
2288   { "sign_frankie.ypos",                        "2"                     },
2289   { "sign_frankie.frames",                      "1"                     },
2290
2291   { "landmine",                                 "RocksDC.png"           },
2292   { "landmine.xpos",                            "7"                     },
2293   { "landmine.ypos",                            "14"                    },
2294   { "landmine.frames",                          "1"                     },
2295   { "landmine.crumbled_like",                   "sand"                  },
2296
2297   { "dc_landmine",                              "RocksDC.png"           },
2298   { "dc_landmine.xpos",                         "14"                    },
2299   { "dc_landmine.ypos",                         "5"                     },
2300   { "dc_landmine.frames",                       "1"                     },
2301   { "dc_landmine.crumbled_like",                "sand"                  },
2302
2303   { "steelwall_slippery",                       "RocksDC.png"           },
2304   { "steelwall_slippery.xpos",                  "5"                     },
2305   { "steelwall_slippery.ypos",                  "15"                    },
2306   { "steelwall_slippery.frames",                "1"                     },
2307
2308   { "extra_time",                               "RocksDC.png"           },
2309   { "extra_time.xpos",                          "8"                     },
2310   { "extra_time.ypos",                          "0"                     },
2311   { "extra_time.frames",                        "6"                     },
2312   { "extra_time.delay",                         "4"                     },
2313   { "extra_time.collecting",                    "RocksCollect.png"      },
2314   { "extra_time.collecting.xpos",               "7"                     },
2315   { "extra_time.collecting.ypos",               "2"                     },
2316   { "extra_time.collecting.frames",             "7"                     },
2317   { "extra_time.collecting.anim_mode",          "linear"                },
2318
2319   { "shield_normal",                            "RocksDC.png"           },
2320   { "shield_normal.xpos",                       "8"                     },
2321   { "shield_normal.ypos",                       "2"                     },
2322   { "shield_normal.frames",                     "6"                     },
2323   { "shield_normal.delay",                      "4"                     },
2324   { "shield_normal.active",                     "RocksHeroes.png"       },
2325   { "shield_normal.active.xpos",                "1"                     },
2326   { "shield_normal.active.ypos",                "13"                    },
2327   { "shield_normal.active.frames",              "3"                     },
2328   { "shield_normal.active.delay",               "8"                     },
2329   { "shield_normal.active.anim_mode",           "pingpong"              },
2330   { "shield_normal.collecting",                 "RocksCollect.png"      },
2331   { "shield_normal.collecting.xpos",            "7"                     },
2332   { "shield_normal.collecting.ypos",            "1"                     },
2333   { "shield_normal.collecting.frames",          "7"                     },
2334   { "shield_normal.collecting.anim_mode",       "linear"                },
2335
2336   { "shield_deadly",                            "RocksDC.png"           },
2337   { "shield_deadly.xpos",                       "8"                     },
2338   { "shield_deadly.ypos",                       "1"                     },
2339   { "shield_deadly.frames",                     "6"                     },
2340   { "shield_deadly.delay",                      "4"                     },
2341   { "shield_deadly.active",                     "RocksHeroes.png"       },
2342   { "shield_deadly.active.xpos",                "5"                     },
2343   { "shield_deadly.active.ypos",                "13"                    },
2344   { "shield_deadly.active.frames",              "3"                     },
2345   { "shield_deadly.active.delay",               "8"                     },
2346   { "shield_deadly.active.anim_mode",           "pingpong"              },
2347   { "shield_deadly.collecting",                 "RocksCollect.png"      },
2348   { "shield_deadly.collecting.xpos",            "7"                     },
2349   { "shield_deadly.collecting.ypos",            "3"                     },
2350   { "shield_deadly.collecting.frames",          "7"                     },
2351   { "shield_deadly.collecting.anim_mode",       "linear"                },
2352
2353   { "switchgate_closed",                        "RocksDC.png"           },
2354   { "switchgate_closed.xpos",                   "8"                     },
2355   { "switchgate_closed.ypos",                   "5"                     },
2356   { "switchgate_closed.frames",                 "1"                     },
2357   { "switchgate.opening",                       "RocksDC.png"           },
2358   { "switchgate.opening.xpos",                  "8"                     },
2359   { "switchgate.opening.ypos",                  "5"                     },
2360   { "switchgate.opening.frames",                "5"                     },
2361   { "switchgate.opening.delay",                 "6"                     },
2362   { "switchgate_open",                          "RocksDC.png"           },
2363   { "switchgate_open.xpos",                     "12"                    },
2364   { "switchgate_open.ypos",                     "5"                     },
2365   { "switchgate_open.frames",                   "1"                     },
2366   { "switchgate.closing",                       "RocksDC.png"           },
2367   { "switchgate.closing.xpos",                  "8"                     },
2368   { "switchgate.closing.ypos",                  "5"                     },
2369   { "switchgate.closing.frames",                "5"                     },
2370   { "switchgate.closing.delay",                 "6"                     },
2371   { "switchgate.closing.anim_mode",             "reverse"               },
2372
2373   { "timegate_closed",                          "RocksDC.png"           },
2374   { "timegate_closed.xpos",                     "8"                     },
2375   { "timegate_closed.ypos",                     "6"                     },
2376   { "timegate_closed.frames",                   "1"                     },
2377   { "timegate.opening",                         "RocksDC.png"           },
2378   { "timegate.opening.xpos",                    "8"                     },
2379   { "timegate.opening.ypos",                    "6"                     },
2380   { "timegate.opening.frames",                  "5"                     },
2381   { "timegate.opening.delay",                   "6"                     },
2382   { "timegate_open",                            "RocksDC.png"           },
2383   { "timegate_open.xpos",                       "12"                    },
2384   { "timegate_open.ypos",                       "6"                     },
2385   { "timegate_open.frames",                     "1"                     },
2386   { "timegate.closing",                         "RocksDC.png"           },
2387   { "timegate.closing.xpos",                    "8"                     },
2388   { "timegate.closing.ypos",                    "6"                     },
2389   { "timegate.closing.frames",                  "5"                     },
2390   { "timegate.closing.delay",                   "6"                     },
2391   { "timegate.closing.anim_mode",               "reverse"               },
2392
2393   { "pearl",                                    "RocksDC.png"           },
2394   { "pearl.xpos",                               "8"                     },
2395   { "pearl.ypos",                               "11"                    },
2396   { "pearl.frames",                             "1"                     },
2397   { "pearl.breaking",                           "RocksDC.png"           },
2398   { "pearl.breaking.xpos",                      "8"                     },
2399   { "pearl.breaking.ypos",                      "12"                    },
2400   { "pearl.breaking.frames",                    "4"                     },
2401   { "pearl.breaking.delay",                     "2"                     },
2402   { "pearl.breaking.anim_mode",                 "linear"                },
2403   { "pearl.collecting",                         "RocksCollect.png"      },
2404   { "pearl.collecting.xpos",                    "0"                     },
2405   { "pearl.collecting.ypos",                    "16"                    },
2406   { "pearl.collecting.frames",                  "7"                     },
2407   { "pearl.collecting.anim_mode",               "linear"                },
2408
2409   { "crystal",                                  "RocksDC.png"           },
2410   { "crystal.xpos",                             "9"                     },
2411   { "crystal.ypos",                             "11"                    },
2412   { "crystal.frames",                           "1"                     },
2413   { "crystal.collecting",                       "RocksCollect.png"      },
2414   { "crystal.collecting.xpos",                  "0"                     },
2415   { "crystal.collecting.ypos",                  "17"                    },
2416   { "crystal.collecting.frames",                "7"                     },
2417   { "crystal.collecting.anim_mode",             "linear"                },
2418
2419   { "wall_pearl",                               "RocksDC.png"           },
2420   { "wall_pearl.xpos",                          "10"                    },
2421   { "wall_pearl.ypos",                          "11"                    },
2422   { "wall_pearl.frames",                        "1"                     },
2423
2424   { "wall_crystal",                             "RocksDC.png"           },
2425   { "wall_crystal.xpos",                        "11"                    },
2426   { "wall_crystal.ypos",                        "11"                    },
2427   { "wall_crystal.frames",                      "1"                     },
2428
2429   { "dc_steelwall_1_left",                      "RocksDC2.png"          },
2430   { "dc_steelwall_1_left.xpos",                 "5"                     },
2431   { "dc_steelwall_1_left.ypos",                 "1"                     },
2432   { "dc_steelwall_1_left.frames",               "1"                     },
2433   { "dc_steelwall_1_right",                     "RocksDC2.png"          },
2434   { "dc_steelwall_1_right.xpos",                "3"                     },
2435   { "dc_steelwall_1_right.ypos",                "1"                     },
2436   { "dc_steelwall_1_right.frames",              "1"                     },
2437   { "dc_steelwall_1_top",                       "RocksDC2.png"          },
2438   { "dc_steelwall_1_top.xpos",                  "4"                     },
2439   { "dc_steelwall_1_top.ypos",                  "2"                     },
2440   { "dc_steelwall_1_top.frames",                "1"                     },
2441   { "dc_steelwall_1_bottom",                    "RocksDC2.png"          },
2442   { "dc_steelwall_1_bottom.xpos",               "4"                     },
2443   { "dc_steelwall_1_bottom.ypos",               "0"                     },
2444   { "dc_steelwall_1_bottom.frames",             "1"                     },
2445   { "dc_steelwall_1_horizontal",                "RocksDC2.png"          },
2446   { "dc_steelwall_1_horizontal.xpos",           "1"                     },
2447   { "dc_steelwall_1_horizontal.ypos",           "0"                     },
2448   { "dc_steelwall_1_horizontal.frames",         "1"                     },
2449   { "dc_steelwall_1_vertical",                  "RocksDC2.png"          },
2450   { "dc_steelwall_1_vertical.xpos",             "0"                     },
2451   { "dc_steelwall_1_vertical.ypos",             "1"                     },
2452   { "dc_steelwall_1_vertical.frames",           "1"                     },
2453   { "dc_steelwall_1_topleft",                   "RocksDC2.png"          },
2454   { "dc_steelwall_1_topleft.xpos",              "0"                     },
2455   { "dc_steelwall_1_topleft.ypos",              "0"                     },
2456   { "dc_steelwall_1_topleft.frames",            "1"                     },
2457   { "dc_steelwall_1_topright",                  "RocksDC2.png"          },
2458   { "dc_steelwall_1_topright.xpos",             "2"                     },
2459   { "dc_steelwall_1_topright.ypos",             "0"                     },
2460   { "dc_steelwall_1_topright.frames",           "1"                     },
2461   { "dc_steelwall_1_bottomleft",                "RocksDC2.png"          },
2462   { "dc_steelwall_1_bottomleft.xpos",           "0"                     },
2463   { "dc_steelwall_1_bottomleft.ypos",           "2"                     },
2464   { "dc_steelwall_1_bottomleft.frames",         "1"                     },
2465   { "dc_steelwall_1_bottomright",               "RocksDC2.png"          },
2466   { "dc_steelwall_1_bottomright.xpos",          "2"                     },
2467   { "dc_steelwall_1_bottomright.ypos",          "2"                     },
2468   { "dc_steelwall_1_bottomright.frames",        "1"                     },
2469   { "dc_steelwall_1_topleft_2",                 "RocksDC2.png"          },
2470   { "dc_steelwall_1_topleft_2.xpos",            "5"                     },
2471   { "dc_steelwall_1_topleft_2.ypos",            "2"                     },
2472   { "dc_steelwall_1_topleft_2.frames",          "1"                     },
2473   { "dc_steelwall_1_topright_2",                "RocksDC2.png"          },
2474   { "dc_steelwall_1_topright_2.xpos",           "3"                     },
2475   { "dc_steelwall_1_topright_2.ypos",           "2"                     },
2476   { "dc_steelwall_1_topright_2.frames",         "1"                     },
2477   { "dc_steelwall_1_bottomleft_2",              "RocksDC2.png"          },
2478   { "dc_steelwall_1_bottomleft_2.xpos",         "5"                     },
2479   { "dc_steelwall_1_bottomleft_2.ypos",         "0"                     },
2480   { "dc_steelwall_1_bottomleft_2.frames",       "1"                     },
2481   { "dc_steelwall_1_bottomright_2",             "RocksDC2.png"          },
2482   { "dc_steelwall_1_bottomright_2.xpos",        "3"                     },
2483   { "dc_steelwall_1_bottomright_2.ypos",        "0"                     },
2484   { "dc_steelwall_1_bottomright_2.frames",      "1"                     },
2485
2486   { "dc_steelwall_2_left",                      "RocksDC2.png"          },
2487   { "dc_steelwall_2_left.xpos",                 "6"                     },
2488   { "dc_steelwall_2_left.ypos",                 "1"                     },
2489   { "dc_steelwall_2_left.frames",               "1"                     },
2490   { "dc_steelwall_2_right",                     "RocksDC2.png"          },
2491   { "dc_steelwall_2_right.xpos",                "9"                     },
2492   { "dc_steelwall_2_right.ypos",                "1"                     },
2493   { "dc_steelwall_2_right.frames",              "1"                     },
2494   { "dc_steelwall_2_top",                       "RocksDC2.png"          },
2495   { "dc_steelwall_2_top.xpos",                  "7"                     },
2496   { "dc_steelwall_2_top.ypos",                  "0"                     },
2497   { "dc_steelwall_2_top.frames",                "1"                     },
2498   { "dc_steelwall_2_bottom",                    "RocksDC2.png"          },
2499   { "dc_steelwall_2_bottom.xpos",               "7"                     },
2500   { "dc_steelwall_2_bottom.ypos",               "3"                     },
2501   { "dc_steelwall_2_bottom.frames",             "1"                     },
2502   { "dc_steelwall_2_horizontal",                "RocksDC2.png"          },
2503   { "dc_steelwall_2_horizontal.xpos",           "8"                     },
2504   { "dc_steelwall_2_horizontal.ypos",           "1"                     },
2505   { "dc_steelwall_2_horizontal.frames",         "1"                     },
2506   { "dc_steelwall_2_vertical",                  "RocksDC2.png"          },
2507   { "dc_steelwall_2_vertical.xpos",             "7"                     },
2508   { "dc_steelwall_2_vertical.ypos",             "2"                     },
2509   { "dc_steelwall_2_vertical.frames",           "1"                     },
2510   { "dc_steelwall_2_middle",                    "RocksDC2.png"          },
2511   { "dc_steelwall_2_middle.xpos",               "7"                     },
2512   { "dc_steelwall_2_middle.ypos",               "1"                     },
2513   { "dc_steelwall_2_middle.frames",             "1"                     },
2514   { "dc_steelwall_2_single",                    "RocksDC2.png"          },
2515   { "dc_steelwall_2_single.xpos",               "6"                     },
2516   { "dc_steelwall_2_single.ypos",               "0"                     },
2517   { "dc_steelwall_2_single.frames",             "1"                     },
2518
2519   // images for DX Boulderdash style elements and actions
2520
2521   { "tube_right_down",                          "RocksDC.png"           },
2522   { "tube_right_down.xpos",                     "9"                     },
2523   { "tube_right_down.ypos",                     "13"                    },
2524   { "tube_right_down.frames",                   "1"                     },
2525
2526   { "tube_horizontal_down",                     "RocksDC.png"           },
2527   { "tube_horizontal_down.xpos",                "10"                    },
2528   { "tube_horizontal_down.ypos",                "13"                    },
2529   { "tube_horizontal_down.frames",              "1"                     },
2530
2531   { "tube_left_down",                           "RocksDC.png"           },
2532   { "tube_left_down.xpos",                      "11"                    },
2533   { "tube_left_down.ypos",                      "13"                    },
2534   { "tube_left_down.frames",                    "1"                     },
2535
2536   { "tube_horizontal",                          "RocksDC.png"           },
2537   { "tube_horizontal.xpos",                     "8"                     },
2538   { "tube_horizontal.ypos",                     "14"                    },
2539   { "tube_horizontal.frames",                   "1"                     },
2540
2541   { "tube_vertical_right",                      "RocksDC.png"           },
2542   { "tube_vertical_right.xpos",                 "9"                     },
2543   { "tube_vertical_right.ypos",                 "14"                    },
2544   { "tube_vertical_right.frames",               "1"                     },
2545
2546   { "tube_any",                                 "RocksDC.png"           },
2547   { "tube_any.xpos",                            "10"                    },
2548   { "tube_any.ypos",                            "14"                    },
2549   { "tube_any.frames",                          "1"                     },
2550
2551   { "tube_vertical_left",                       "RocksDC.png"           },
2552   { "tube_vertical_left.xpos",                  "11"                    },
2553   { "tube_vertical_left.ypos",                  "14"                    },
2554   { "tube_vertical_left.frames",                "1"                     },
2555
2556   { "tube_vertical",                            "RocksDC.png"           },
2557   { "tube_vertical.xpos",                       "8"                     },
2558   { "tube_vertical.ypos",                       "15"                    },
2559   { "tube_vertical.frames",                     "1"                     },
2560
2561   { "tube_right_up",                            "RocksDC.png"           },
2562   { "tube_right_up.xpos",                       "9"                     },
2563   { "tube_right_up.ypos",                       "15"                    },
2564   { "tube_right_up.frames",                     "1"                     },
2565
2566   { "tube_horizontal_up",                       "RocksDC.png"           },
2567   { "tube_horizontal_up.xpos",                  "10"                    },
2568   { "tube_horizontal_up.ypos",                  "15"                    },
2569   { "tube_horizontal_up.frames",                "1"                     },
2570
2571   { "tube_left_up",                             "RocksDC.png"           },
2572   { "tube_left_up.xpos",                        "11"                    },
2573   { "tube_left_up.ypos",                        "15"                    },
2574   { "tube_left_up.frames",                      "1"                     },
2575
2576   { "trap",                                     "RocksDC.png"           },
2577   { "trap.xpos",                                "12"                    },
2578   { "trap.ypos",                                "8"                     },
2579   { "trap.frames",                              "1"                     },
2580   { "trap.crumbled_like",                       "sand"                  },
2581   { "trap.diggable_like",                       "sand"                  },
2582   { "trap.active",                              "RocksDC.png"           },
2583   { "trap.active.xpos",                         "12"                    },
2584   { "trap.active.ypos",                         "8"                     },
2585   { "trap.active.frames",                       "4"                     },
2586   { "trap.active.delay",                        "4"                     },
2587   { "trap.active.anim_mode",                    "pingpong2"             },
2588   { "trap.active.crumbled_like",                "sand"                  },
2589
2590   { "dx_supabomb",                              "RocksDC.png"           },
2591   { "dx_supabomb.xpos",                         "15"                    },
2592   { "dx_supabomb.ypos",                         "9"                     },
2593   { "dx_supabomb.frames",                       "1"                     },
2594
2595   // images for Rocks'n'Diamonds style elements and actions
2596
2597   { "key_1",                                    "RocksElements.png"     },
2598   { "key_1.xpos",                               "4"                     },
2599   { "key_1.ypos",                               "1"                     },
2600   { "key_1.frames",                             "1"                     },
2601   { "key_1.collecting",                         "RocksCollect.png"      },
2602   { "key_1.collecting.xpos",                    "0"                     },
2603   { "key_1.collecting.ypos",                    "3"                     },
2604   { "key_1.collecting.frames",                  "7"                     },
2605   { "key_1.collecting.anim_mode",               "linear"                },
2606   { "key_2",                                    "RocksElements.png"     },
2607   { "key_2.xpos",                               "5"                     },
2608   { "key_2.ypos",                               "1"                     },
2609   { "key_2.frames",                             "1"                     },
2610   { "key_2.collecting",                         "RocksCollect.png"      },
2611   { "key_2.collecting.xpos",                    "0"                     },
2612   { "key_2.collecting.ypos",                    "4"                     },
2613   { "key_2.collecting.frames",                  "7"                     },
2614   { "key_2.collecting.anim_mode",               "linear"                },
2615   { "key_3",                                    "RocksElements.png"     },
2616   { "key_3.xpos",                               "6"                     },
2617   { "key_3.ypos",                               "1"                     },
2618   { "key_3.frames",                             "1"                     },
2619   { "key_3.collecting",                         "RocksCollect.png"      },
2620   { "key_3.collecting.xpos",                    "0"                     },
2621   { "key_3.collecting.ypos",                    "5"                     },
2622   { "key_3.collecting.frames",                  "7"                     },
2623   { "key_3.collecting.anim_mode",               "linear"                },
2624   { "key_4",                                    "RocksElements.png"     },
2625   { "key_4.xpos",                               "7"                     },
2626   { "key_4.ypos",                               "1"                     },
2627   { "key_4.frames",                             "1"                     },
2628   { "key_4.collecting",                         "RocksCollect.png"      },
2629   { "key_4.collecting.xpos",                    "0"                     },
2630   { "key_4.collecting.ypos",                    "6"                     },
2631   { "key_4.collecting.frames",                  "7"                     },
2632   { "key_4.collecting.anim_mode",               "linear"                },
2633
2634   { "gate_1",                                   "RocksElements.png"     },
2635   { "gate_1.xpos",                              "4"                     },
2636   { "gate_1.ypos",                              "2"                     },
2637   { "gate_1.frames",                            "1"                     },
2638   { "gate_2",                                   "RocksElements.png"     },
2639   { "gate_2.xpos",                              "5"                     },
2640   { "gate_2.ypos",                              "2"                     },
2641   { "gate_2.frames",                            "1"                     },
2642   { "gate_3",                                   "RocksElements.png"     },
2643   { "gate_3.xpos",                              "6"                     },
2644   { "gate_3.ypos",                              "2"                     },
2645   { "gate_3.frames",                            "1"                     },
2646   { "gate_4",                                   "RocksElements.png"     },
2647   { "gate_4.xpos",                              "7"                     },
2648   { "gate_4.ypos",                              "2"                     },
2649   { "gate_4.frames",                            "1"                     },
2650   { "gate_1_gray",                              "RocksElements.png"     },
2651   { "gate_1_gray.xpos",                         "8"                     },
2652   { "gate_1_gray.ypos",                         "2"                     },
2653   { "gate_1_gray.frames",                       "1"                     },
2654   { "gate_1_gray.EDITOR",                       "RocksElements.png"     },
2655   { "gate_1_gray.EDITOR.xpos",                  "8"                     },
2656   { "gate_1_gray.EDITOR.ypos",                  "14"                    },
2657   { "gate_1_gray.active",                       "RocksElements.png"     },
2658   { "gate_1_gray.active.xpos",                  "4"                     },
2659   { "gate_1_gray.active.ypos",                  "2"                     },
2660   { "gate_1_gray.active.frames",                "1"                     },
2661   { "gate_2_gray",                              "RocksElements.png"     },
2662   { "gate_2_gray.xpos",                         "9"                     },
2663   { "gate_2_gray.ypos",                         "2"                     },
2664   { "gate_2_gray.frames",                       "1"                     },
2665   { "gate_2_gray.EDITOR",                       "RocksElements.png"     },
2666   { "gate_2_gray.EDITOR.xpos",                  "9"                     },
2667   { "gate_2_gray.EDITOR.ypos",                  "14"                    },
2668   { "gate_2_gray.active",                       "RocksElements.png"     },
2669   { "gate_2_gray.active.xpos",                  "5"                     },
2670   { "gate_2_gray.active.ypos",                  "2"                     },
2671   { "gate_2_gray.active.frames",                "1"                     },
2672   { "gate_3_gray",                              "RocksElements.png"     },
2673   { "gate_3_gray.xpos",                         "10"                    },
2674   { "gate_3_gray.ypos",                         "2"                     },
2675   { "gate_3_gray.frames",                       "1"                     },
2676   { "gate_3_gray.EDITOR",                       "RocksElements.png"     },
2677   { "gate_3_gray.EDITOR.xpos",                  "10"                    },
2678   { "gate_3_gray.EDITOR.ypos",                  "14"                    },
2679   { "gate_3_gray.active",                       "RocksElements.png"     },
2680   { "gate_3_gray.active.xpos",                  "6"                     },
2681   { "gate_3_gray.active.ypos",                  "2"                     },
2682   { "gate_3_gray.active.frames",                "1"                     },
2683   { "gate_4_gray",                              "RocksElements.png"     },
2684   { "gate_4_gray.xpos",                         "11"                    },
2685   { "gate_4_gray.ypos",                         "2"                     },
2686   { "gate_4_gray.frames",                       "1"                     },
2687   { "gate_4_gray.EDITOR",                       "RocksElements.png"     },
2688   { "gate_4_gray.EDITOR.xpos",                  "11"                    },
2689   { "gate_4_gray.EDITOR.ypos",                  "14"                    },
2690   { "gate_4_gray.active",                       "RocksElements.png"     },
2691   { "gate_4_gray.active.xpos",                  "7"                     },
2692   { "gate_4_gray.active.ypos",                  "2"                     },
2693   { "gate_4_gray.active.frames",                "1"                     },
2694
2695   { "game_of_life",                             "RocksElements.png"     },
2696   { "game_of_life.xpos",                        "8"                     },
2697   { "game_of_life.ypos",                        "1"                     },
2698   { "game_of_life.frames",                      "1"                     },
2699
2700   { "biomaze",                                  "RocksElements.png"     },
2701   { "biomaze.xpos",                             "9"                     },
2702   { "biomaze.ypos",                             "1"                     },
2703   { "biomaze.frames",                           "1"                     },
2704
2705   { "pacman",                                   "RocksElements.png"     },
2706   { "pacman.xpos",                              "8"                     },
2707   { "pacman.ypos",                              "5"                     },
2708   { "pacman.frames",                            "1"                     },
2709   { "pacman.right",                             "RocksElements.png"     },
2710   { "pacman.right.xpos",                        "8"                     },
2711   { "pacman.right.ypos",                        "5"                     },
2712   { "pacman.right.frames",                      "2"                     },
2713   { "pacman.right.delay",                       "4"                     },
2714   { "pacman.right.offset",                      "128"                   },
2715   { "pacman.up",                                "RocksElements.png"     },
2716   { "pacman.up.xpos",                           "9"                     },
2717   { "pacman.up.ypos",                           "5"                     },
2718   { "pacman.up.frames",                         "2"                     },
2719   { "pacman.up.delay",                          "4"                     },
2720   { "pacman.up.offset",                         "128"                   },
2721   { "pacman.left",                              "RocksElements.png"     },
2722   { "pacman.left.xpos",                         "10"                    },
2723   { "pacman.left.ypos",                         "5"                     },
2724   { "pacman.left.frames",                       "2"                     },
2725   { "pacman.left.delay",                        "4"                     },
2726   { "pacman.left.offset",                       "128"                   },
2727   { "pacman.down",                              "RocksElements.png"     },
2728   { "pacman.down.xpos",                         "11"                    },
2729   { "pacman.down.ypos",                         "5"                     },
2730   { "pacman.down.frames",                       "2"                     },
2731   { "pacman.down.delay",                        "4"                     },
2732   { "pacman.down.offset",                       "128"                   },
2733   { "pacman.turning_from_right",                "RocksElements.png"     },
2734   { "pacman.turning_from_right.xpos",           "12"                    },
2735   { "pacman.turning_from_right.ypos",           "5"                     },
2736   { "pacman.turning_from_right.frames",         "1"                     },
2737   { "pacman.turning_from_up",                   "RocksElements.png"     },
2738   { "pacman.turning_from_up.xpos",              "13"                    },
2739   { "pacman.turning_from_up.ypos",              "5"                     },
2740   { "pacman.turning_from_up.frames",            "1"                     },
2741   { "pacman.turning_from_left",                 "RocksElements.png"     },
2742   { "pacman.turning_from_left.xpos",            "14"                    },
2743   { "pacman.turning_from_left.ypos",            "5"                     },
2744   { "pacman.turning_from_left.frames",          "1"                     },
2745   { "pacman.turning_from_down",                 "RocksElements.png"     },
2746   { "pacman.turning_from_down.xpos",            "15"                    },
2747   { "pacman.turning_from_down.ypos",            "5"                     },
2748   { "pacman.turning_from_down.frames",          "1"                     },
2749
2750   { "lamp",                                     "RocksElements.png"     },
2751   { "lamp.xpos",                                "0"                     },
2752   { "lamp.ypos",                                "7"                     },
2753   { "lamp.frames",                              "1"                     },
2754   { "lamp.active",                              "RocksElements.png"     },
2755   { "lamp.active.xpos",                         "1"                     },
2756   { "lamp.active.ypos",                         "7"                     },
2757   { "lamp.active.frames",                       "1"                     },
2758
2759   { "time_orb_full",                            "RocksElements.png"     },
2760   { "time_orb_full.xpos",                       "2"                     },
2761   { "time_orb_full.ypos",                       "7"                     },
2762   { "time_orb_full.frames",                     "1"                     },
2763   { "time_orb_empty",                           "RocksElements.png"     },
2764   { "time_orb_empty.xpos",                      "3"                     },
2765   { "time_orb_empty.ypos",                      "7"                     },
2766   { "time_orb_empty.frames",                    "1"                     },
2767
2768   { "emerald_yellow",                           "RocksElements.png"     },
2769   { "emerald_yellow.xpos",                      "10"                    },
2770   { "emerald_yellow.ypos",                      "8"                     },
2771   { "emerald_yellow.frames",                    "1"                     },
2772   { "emerald_yellow.moving",                    "RocksElements.png"     },
2773   { "emerald_yellow.moving.xpos",               "10"                    },
2774   { "emerald_yellow.moving.ypos",               "8"                     },
2775   { "emerald_yellow.moving.frames",             "2"                     },
2776   { "emerald_yellow.moving.delay",              "4"                     },
2777   { "emerald_yellow.falling",                   "RocksElements.png"     },
2778   { "emerald_yellow.falling.xpos",              "10"                    },
2779   { "emerald_yellow.falling.ypos",              "8"                     },
2780   { "emerald_yellow.falling.frames",            "2"                     },
2781   { "emerald_yellow.falling.delay",             "4"                     },
2782   { "emerald_yellow.collecting",                "RocksCollect.png"      },
2783   { "emerald_yellow.collecting.xpos",           "0"                     },
2784   { "emerald_yellow.collecting.ypos",           "9"                     },
2785   { "emerald_yellow.collecting.frames",         "7"                     },
2786   { "emerald_yellow.collecting.anim_mode",      "linear"                },
2787   { "emerald_red",                              "RocksElements.png"     },
2788   { "emerald_red.xpos",                         "8"                     },
2789   { "emerald_red.ypos",                         "9"                     },
2790   { "emerald_red.frames",                       "1"                     },
2791   { "emerald_red.moving",                       "RocksElements.png"     },
2792   { "emerald_red.moving.xpos",                  "8"                     },
2793   { "emerald_red.moving.ypos",                  "9"                     },
2794   { "emerald_red.moving.frames",                "2"                     },
2795   { "emerald_red.moving.delay",                 "4"                     },
2796   { "emerald_red.falling",                      "RocksElements.png"     },
2797   { "emerald_red.falling.xpos",                 "8"                     },
2798   { "emerald_red.falling.ypos",                 "9"                     },
2799   { "emerald_red.falling.frames",               "2"                     },
2800   { "emerald_red.falling.delay",                "4"                     },
2801   { "emerald_red.collecting",                   "RocksCollect.png"      },
2802   { "emerald_red.collecting.xpos",              "0"                     },
2803   { "emerald_red.collecting.ypos",              "13"                    },
2804   { "emerald_red.collecting.frames",            "7"                     },
2805   { "emerald_red.collecting.anim_mode",         "linear"                },
2806   { "emerald_purple",                           "RocksElements.png"     },
2807   { "emerald_purple.xpos",                      "10"                    },
2808   { "emerald_purple.ypos",                      "9"                     },
2809   { "emerald_purple.frames",                    "1"                     },
2810   { "emerald_purple.moving",                    "RocksElements.png"     },
2811   { "emerald_purple.moving.xpos",               "10"                    },
2812   { "emerald_purple.moving.ypos",               "9"                     },
2813   { "emerald_purple.moving.frames",             "2"                     },
2814   { "emerald_purple.moving.delay",              "4"                     },
2815   { "emerald_purple.falling",                   "RocksElements.png"     },
2816   { "emerald_purple.falling.xpos",              "10"                    },
2817   { "emerald_purple.falling.ypos",              "9"                     },
2818   { "emerald_purple.falling.frames",            "2"                     },
2819   { "emerald_purple.falling.delay",             "4"                     },
2820   { "emerald_purple.collecting",                "RocksCollect.png"      },
2821   { "emerald_purple.collecting.xpos",           "0"                     },
2822   { "emerald_purple.collecting.ypos",           "14"                    },
2823   { "emerald_purple.collecting.frames",         "7"                     },
2824   { "emerald_purple.collecting.anim_mode",      "linear"                },
2825
2826   { "wall_emerald_yellow",                      "RocksElements.png"     },
2827   { "wall_emerald_yellow.xpos",                 "8"                     },
2828   { "wall_emerald_yellow.ypos",                 "8"                     },
2829   { "wall_emerald_yellow.frames",               "1"                     },
2830   { "wall_emerald_red",                         "RocksElements.png"     },
2831   { "wall_emerald_red.xpos",                    "6"                     },
2832   { "wall_emerald_red.ypos",                    "8"                     },
2833   { "wall_emerald_red.frames",                  "1"                     },
2834   { "wall_emerald_purple",                      "RocksElements.png"     },
2835   { "wall_emerald_purple.xpos",                 "7"                     },
2836   { "wall_emerald_purple.ypos",                 "8"                     },
2837   { "wall_emerald_purple.frames",               "1"                     },
2838   { "wall_bd_diamond",                          "RocksElements.png"     },
2839   { "wall_bd_diamond.xpos",                     "9"                     },
2840   { "wall_bd_diamond.ypos",                     "8"                     },
2841   { "wall_bd_diamond.frames",                   "1"                     },
2842
2843   { "expandable_wall",                          "RocksElements.png"     },
2844   { "expandable_wall.xpos",                     "11"                    },
2845   { "expandable_wall.ypos",                     "10"                    },
2846   { "expandable_wall.frames",                   "1"                     },
2847   { "expandable_wall_horizontal",               "RocksElements.png"     },
2848   { "expandable_wall_horizontal.xpos",          "5"                     },
2849   { "expandable_wall_horizontal.ypos",          "9"                     },
2850   { "expandable_wall_horizontal.frames",        "1"                     },
2851   { "expandable_wall_horizontal.EDITOR",        "RocksElements.png"     },
2852   { "expandable_wall_horizontal.EDITOR.xpos",   "13"                    },
2853   { "expandable_wall_horizontal.EDITOR.ypos",   "13"                    },
2854   { "expandable_wall_vertical",                 "RocksElements.png"     },
2855   { "expandable_wall_vertical.xpos",            "6"                     },
2856   { "expandable_wall_vertical.ypos",            "9"                     },
2857   { "expandable_wall_vertical.frames",          "1"                     },
2858   { "expandable_wall_vertical.EDITOR",          "RocksElements.png"     },
2859   { "expandable_wall_vertical.EDITOR.xpos",     "14"                    },
2860   { "expandable_wall_vertical.EDITOR.ypos",     "13"                    },
2861   { "expandable_wall_any",                      "RocksElements.png"     },
2862   { "expandable_wall_any.xpos",                 "4"                     },
2863   { "expandable_wall_any.ypos",                 "9"                     },
2864   { "expandable_wall_any.frames",               "1"                     },
2865   { "expandable_wall_any.EDITOR",               "RocksElements.png"     },
2866   { "expandable_wall_any.EDITOR.xpos",          "12"                    },
2867   { "expandable_wall_any.EDITOR.ypos",          "13"                    },
2868
2869   { "expandable_steelwall_horizontal",          "RocksDC2.png"          },
2870   { "expandable_steelwall_horizontal.xpos",     "6"                     },
2871   { "expandable_steelwall_horizontal.ypos",     "2"                     },
2872   { "expandable_steelwall_horizontal.frames",   "1"                     },
2873   { "expandable_steelwall_horizontal.EDITOR",   "RocksDC2.png"          },
2874   { "expandable_steelwall_horizontal.EDITOR.xpos","9"                   },
2875   { "expandable_steelwall_horizontal.EDITOR.ypos","2"                   },
2876   { "expandable_steelwall_vertical",            "RocksDC2.png"          },
2877   { "expandable_steelwall_vertical.xpos",       "6"                     },
2878   { "expandable_steelwall_vertical.ypos",       "2"                     },
2879   { "expandable_steelwall_vertical.frames",     "1"                     },
2880   { "expandable_steelwall_vertical.EDITOR",     "RocksDC2.png"          },
2881   { "expandable_steelwall_vertical.EDITOR.xpos","10"                    },
2882   { "expandable_steelwall_vertical.EDITOR.ypos","2"                     },
2883   { "expandable_steelwall_any",                 "RocksDC2.png"          },
2884   { "expandable_steelwall_any.xpos",            "6"                     },
2885   { "expandable_steelwall_any.ypos",            "2"                     },
2886   { "expandable_steelwall_any.frames",          "1"                     },
2887   { "expandable_steelwall_any.EDITOR",          "RocksDC2.png"          },
2888   { "expandable_steelwall_any.EDITOR.xpos",     "8"                     },
2889   { "expandable_steelwall_any.EDITOR.ypos",     "2"                     },
2890
2891   { "bd_expandable_wall",                       "RocksElements.png"     },
2892   { "bd_expandable_wall.xpos",                  "5"                     },
2893   { "bd_expandable_wall.ypos",                  "9"                     },
2894   { "bd_expandable_wall.frames",                "1"                     },
2895   { "bd_expandable_wall.EDITOR",                "RocksDC.png"           },
2896   { "bd_expandable_wall.EDITOR.xpos",           "15"                    },
2897   { "bd_expandable_wall.EDITOR.ypos",           "15"                    },
2898
2899   { "expandable_wall.growing.left",             "RocksElements.png"     },
2900   { "expandable_wall.growing.left.xpos",        "8"                     },
2901   { "expandable_wall.growing.left.ypos",        "10"                    },
2902   { "expandable_wall.growing.left.frames",      "3"                     },
2903   { "expandable_wall.growing.left.delay",       "6"                     },
2904   { "expandable_wall.growing.left.anim_mode",   "linear"                },
2905   { "expandable_wall.growing.right",            "RocksElements.png"     },
2906   { "expandable_wall.growing.right.xpos",       "5"                     },
2907   { "expandable_wall.growing.right.ypos",       "10"                    },
2908   { "expandable_wall.growing.right.frames",     "3"                     },
2909   { "expandable_wall.growing.right.delay",      "6"                     },
2910   { "expandable_wall.growing.right.anim_mode",  "linear"                },
2911   { "expandable_wall.growing.up",               "RocksHeroes.png"       },
2912   { "expandable_wall.growing.up.xpos",          "3"                     },
2913   { "expandable_wall.growing.up.ypos",          "12"                    },
2914   { "expandable_wall.growing.up.frames",        "3"                     },
2915   { "expandable_wall.growing.up.delay",         "6"                     },
2916   { "expandable_wall.growing.up.anim_mode",     "linear"                },
2917   { "expandable_wall.growing.down",             "RocksHeroes.png"       },
2918   { "expandable_wall.growing.down.xpos",        "0"                     },
2919   { "expandable_wall.growing.down.ypos",        "12"                    },
2920   { "expandable_wall.growing.down.frames",      "3"                     },
2921   { "expandable_wall.growing.down.delay",       "6"                     },
2922   { "expandable_wall.growing.down.anim_mode",   "linear"                },
2923
2924   { "expandable_steelwall.growing.left",        "RocksDC2.png"          },
2925   { "expandable_steelwall.growing.left.xpos",   "8"                     },
2926   { "expandable_steelwall.growing.left.ypos",   "4"                     },
2927   { "expandable_steelwall.growing.left.frames", "4"                     },
2928   { "expandable_steelwall.growing.left.delay",  "4"                     },
2929   { "expandable_steelwall.growing.left.anim_mode","linear"              },
2930   { "expandable_steelwall.growing.right",       "RocksDC2.png"          },
2931   { "expandable_steelwall.growing.right.xpos",  "12"                    },
2932   { "expandable_steelwall.growing.right.ypos",  "4"                     },
2933   { "expandable_steelwall.growing.right.frames","4"                     },
2934   { "expandable_steelwall.growing.right.delay", "4"                     },
2935   { "expandable_steelwall.growing.right.anim_mode","linear"             },
2936   { "expandable_steelwall.growing.up",          "RocksDC2.png"          },
2937   { "expandable_steelwall.growing.up.xpos",     "8"                     },
2938   { "expandable_steelwall.growing.up.ypos",     "5"                     },
2939   { "expandable_steelwall.growing.up.frames",   "4"                     },
2940   { "expandable_steelwall.growing.up.delay",    "4"                     },
2941   { "expandable_steelwall.growing.up.anim_mode","linear"                },
2942   { "expandable_steelwall.growing.down",        "RocksDC2.png"          },
2943   { "expandable_steelwall.growing.down.xpos",   "12"                    },
2944   { "expandable_steelwall.growing.down.ypos",   "5"                     },
2945   { "expandable_steelwall.growing.down.frames", "4"                     },
2946   { "expandable_steelwall.growing.down.delay",  "4"                     },
2947   { "expandable_steelwall.growing.down.anim_mode","linear"              },
2948
2949   { "black_orb",                                "RocksElements.png"     },
2950   { "black_orb.xpos",                           "13"                    },
2951   { "black_orb.ypos",                           "9"                     },
2952   { "black_orb.frames",                         "1"                     },
2953
2954   { "speed_pill",                               "RocksElements.png"     },
2955   { "speed_pill.xpos",                          "14"                    },
2956   { "speed_pill.ypos",                          "9"                     },
2957   { "speed_pill.frames",                        "1"                     },
2958   { "speed_pill.collecting",                    "RocksCollect.png"      },
2959   { "speed_pill.collecting.xpos",               "0"                     },
2960   { "speed_pill.collecting.ypos",               "2"                     },
2961   { "speed_pill.collecting.frames",             "7"                     },
2962   { "speed_pill.collecting.anim_mode",          "linear"                },
2963
2964   { "dark_yamyam",                              "RocksElements.png"     },
2965   { "dark_yamyam.xpos",                         "8"                     },
2966   { "dark_yamyam.ypos",                         "11"                    },
2967   { "dark_yamyam.frames",                       "4"                     },
2968   { "dark_yamyam.anim_mode",                    "pingpong2"             },
2969
2970   { "dynabomb",                                 "RocksElements.png"     },
2971   { "dynabomb.xpos",                            "12"                    },
2972   { "dynabomb.ypos",                            "11"                    },
2973   { "dynabomb.frames",                          "1"                     },
2974   { "dynabomb.active",                          "RocksElements.png"     },
2975   { "dynabomb.active.xpos",                     "12"                    },
2976   { "dynabomb.active.ypos",                     "11"                    },
2977   { "dynabomb.active.frames",                   "4"                     },
2978   { "dynabomb.active.delay",                    "6"                     },
2979   { "dynabomb.active.anim_mode",                "pingpong"              },
2980   { "dynabomb_player_1",                        "RocksElements.png"     },
2981   { "dynabomb_player_1.xpos",                   "12"                    },
2982   { "dynabomb_player_1.ypos",                   "11"                    },
2983   { "dynabomb_player_1.frames",                 "1"                     },
2984   { "dynabomb_player_1.active",                 "RocksElements.png"     },
2985   { "dynabomb_player_1.active.xpos",            "12"                    },
2986   { "dynabomb_player_1.active.ypos",            "11"                    },
2987   { "dynabomb_player_1.active.frames",          "4"                     },
2988   { "dynabomb_player_1.active.delay",           "6"                     },
2989   { "dynabomb_player_1.active.anim_mode",       "pingpong"              },
2990   { "dynabomb_player_2",                        "RocksElements.png"     },
2991   { "dynabomb_player_2.xpos",                   "12"                    },
2992   { "dynabomb_player_2.ypos",                   "11"                    },
2993   { "dynabomb_player_2.frames",                 "1"                     },
2994   { "dynabomb_player_2.active",                 "RocksElements.png"     },
2995   { "dynabomb_player_2.active.xpos",            "12"                    },
2996   { "dynabomb_player_2.active.ypos",            "11"                    },
2997   { "dynabomb_player_2.active.frames",          "4"                     },
2998   { "dynabomb_player_2.active.delay",           "6"                     },
2999   { "dynabomb_player_2.active.anim_mode",       "pingpong"              },
3000   { "dynabomb_player_3",                        "RocksElements.png"     },
3001   { "dynabomb_player_3.xpos",                   "12"                    },
3002   { "dynabomb_player_3.ypos",                   "11"                    },
3003   { "dynabomb_player_3.frames",                 "1"                     },
3004   { "dynabomb_player_3.active",                 "RocksElements.png"     },
3005   { "dynabomb_player_3.active.xpos",            "12"                    },
3006   { "dynabomb_player_3.active.ypos",            "11"                    },
3007   { "dynabomb_player_3.active.frames",          "4"                     },
3008   { "dynabomb_player_3.active.delay",           "6"                     },
3009   { "dynabomb_player_3.active.anim_mode",       "pingpong"              },
3010   { "dynabomb_player_4",                        "RocksElements.png"     },
3011   { "dynabomb_player_4.xpos",                   "12"                    },
3012   { "dynabomb_player_4.ypos",                   "11"                    },
3013   { "dynabomb_player_4.frames",                 "1"                     },
3014   { "dynabomb_player_4.active",                 "RocksElements.png"     },
3015   { "dynabomb_player_4.active.xpos",            "12"                    },
3016   { "dynabomb_player_4.active.ypos",            "11"                    },
3017   { "dynabomb_player_4.active.frames",          "4"                     },
3018   { "dynabomb_player_4.active.delay",           "6"                     },
3019   { "dynabomb_player_4.active.anim_mode",       "pingpong"              },
3020   { "dynabomb_increase_number",                 "RocksElements.png"     },
3021   { "dynabomb_increase_number.xpos",            "12"                    },
3022   { "dynabomb_increase_number.ypos",            "11"                    },
3023   { "dynabomb_increase_number.frames",          "1"                     },
3024   { "dynabomb_increase_number.collecting",      "RocksCollect.png"      },
3025   { "dynabomb_increase_number.collecting.xpos", "0"                     },
3026   { "dynabomb_increase_number.collecting.ypos", "10"                    },
3027   { "dynabomb_increase_number.collecting.frames", "7"                   },
3028   { "dynabomb_increase_number.collecting.anim_mode", "linear"           },
3029   { "dynabomb_increase_size",                   "RocksElements.png"     },
3030   { "dynabomb_increase_size.xpos",              "15"                    },
3031   { "dynabomb_increase_size.ypos",              "11"                    },
3032   { "dynabomb_increase_size.frames",            "1"                     },
3033   { "dynabomb_increase_size.collecting",        "RocksCollect.png"      },
3034   { "dynabomb_increase_size.collecting.xpos",   "0"                     },
3035   { "dynabomb_increase_size.collecting.ypos",   "11"                    },
3036   { "dynabomb_increase_size.collecting.frames", "7"                     },
3037   { "dynabomb_increase_size.collecting.anim_mode", "linear"             },
3038   { "dynabomb_increase_power",                  "RocksElements.png"     },
3039   { "dynabomb_increase_power.xpos",             "12"                    },
3040   { "dynabomb_increase_power.ypos",             "9"                     },
3041   { "dynabomb_increase_power.frames",           "1"                     },
3042   { "dynabomb_increase_power.collecting",       "RocksCollect.png"      },
3043   { "dynabomb_increase_power.collecting.xpos",  "0"                     },
3044   { "dynabomb_increase_power.collecting.ypos",  "12"                    },
3045   { "dynabomb_increase_power.collecting.frames", "7"                    },
3046   { "dynabomb_increase_power.collecting.anim_mode", "linear"            },
3047
3048   { "pig",                                      "RocksHeroes.png"       },
3049   { "pig.xpos",                                 "8"                     },
3050   { "pig.ypos",                                 "0"                     },
3051   { "pig.frames",                               "1"                     },
3052   { "pig.down",                                 "RocksHeroes.png"       },
3053   { "pig.down.xpos",                            "8"                     },
3054   { "pig.down.ypos",                            "0"                     },
3055   { "pig.down.frames",                          "1"                     },
3056   { "pig.up",                                   "RocksHeroes.png"       },
3057   { "pig.up.xpos",                              "12"                    },
3058   { "pig.up.ypos",                              "0"                     },
3059   { "pig.up.frames",                            "1"                     },
3060   { "pig.left",                                 "RocksHeroes.png"       },
3061   { "pig.left.xpos",                            "8"                     },
3062   { "pig.left.ypos",                            "1"                     },
3063   { "pig.left.frames",                          "1"                     },
3064   { "pig.right",                                "RocksHeroes.png"       },
3065   { "pig.right.xpos",                           "12"                    },
3066   { "pig.right.ypos",                           "1"                     },
3067   { "pig.right.frames",                         "1"                     },
3068   { "pig.moving.down",                          "RocksHeroes.png"       },
3069   { "pig.moving.down.xpos",                     "8"                     },
3070   { "pig.moving.down.ypos",                     "0"                     },
3071   { "pig.moving.down.frames",                   "4"                     },
3072   { "pig.moving.down.delay",                    "2"                     },
3073   { "pig.moving.up",                            "RocksHeroes.png"       },
3074   { "pig.moving.up.xpos",                       "12"                    },
3075   { "pig.moving.up.ypos",                       "0"                     },
3076   { "pig.moving.up.frames",                     "4"                     },
3077   { "pig.moving.up.delay",                      "2"                     },
3078   { "pig.moving.left",                          "RocksHeroes.png"       },
3079   { "pig.moving.left.xpos",                     "8"                     },
3080   { "pig.moving.left.ypos",                     "1"                     },
3081   { "pig.moving.left.frames",                   "4"                     },
3082   { "pig.moving.left.delay",                    "2"                     },
3083   { "pig.moving.right",                         "RocksHeroes.png"       },
3084   { "pig.moving.right.xpos",                    "12"                    },
3085   { "pig.moving.right.ypos",                    "1"                     },
3086   { "pig.moving.right.frames",                  "4"                     },
3087   { "pig.moving.right.delay",                   "2"                     },
3088   { "pig.digging.down",                         "RocksHeroes.png"       },
3089   { "pig.digging.down.xpos",                    "8"                     },
3090   { "pig.digging.down.ypos",                    "0"                     },
3091   { "pig.digging.down.frames",                  "4"                     },
3092   { "pig.digging.down.delay",                   "2"                     },
3093   { "pig.digging.up",                           "RocksHeroes.png"       },
3094   { "pig.digging.up.xpos",                      "12"                    },
3095   { "pig.digging.up.ypos",                      "0"                     },
3096   { "pig.digging.up.frames",                    "4"                     },
3097   { "pig.digging.up.delay",                     "2"                     },
3098   { "pig.digging.left",                         "RocksHeroes.png"       },
3099   { "pig.digging.left.xpos",                    "8"                     },
3100   { "pig.digging.left.ypos",                    "1"                     },
3101   { "pig.digging.left.frames",                  "4"                     },
3102   { "pig.digging.left.delay",                   "2"                     },
3103   { "pig.digging.right",                        "RocksHeroes.png"       },
3104   { "pig.digging.right.xpos",                   "12"                    },
3105   { "pig.digging.right.ypos",                   "1"                     },
3106   { "pig.digging.right.frames",                 "4"                     },
3107   { "pig.digging.right.delay",                  "2"                     },
3108
3109   { "dragon",                                   "RocksHeroes.png"       },
3110   { "dragon.xpos",                              "8"                     },
3111   { "dragon.ypos",                              "2"                     },
3112   { "dragon.frames",                            "1"                     },
3113   { "dragon.down",                              "RocksHeroes.png"       },
3114   { "dragon.down.xpos",                         "8"                     },
3115   { "dragon.down.ypos",                         "2"                     },
3116   { "dragon.down.frames",                       "1"                     },
3117   { "dragon.up",                                "RocksHeroes.png"       },
3118   { "dragon.up.xpos",                           "12"                    },
3119   { "dragon.up.ypos",                           "2"                     },
3120   { "dragon.up.frames",                         "1"                     },
3121   { "dragon.left",                              "RocksHeroes.png"       },
3122   { "dragon.left.xpos",                         "8"                     },
3123   { "dragon.left.ypos",                         "3"                     },
3124   { "dragon.left.frames",                       "1"                     },
3125   { "dragon.right",                             "RocksHeroes.png"       },
3126   { "dragon.right.xpos",                        "12"                    },
3127   { "dragon.right.ypos",                        "3"                     },
3128   { "dragon.right.frames",                      "1"                     },
3129   { "dragon.moving.down",                       "RocksHeroes.png"       },
3130   { "dragon.moving.down.xpos",                  "8"                     },
3131   { "dragon.moving.down.ypos",                  "2"                     },
3132   { "dragon.moving.down.frames",                "4"                     },
3133   { "dragon.moving.down.delay",                 "2"                     },
3134   { "dragon.moving.up",                         "RocksHeroes.png"       },
3135   { "dragon.moving.up.xpos",                    "12"                    },
3136   { "dragon.moving.up.ypos",                    "2"                     },
3137   { "dragon.moving.up.frames",                  "4"                     },
3138   { "dragon.moving.up.delay",                   "2"                     },
3139   { "dragon.moving.left",                       "RocksHeroes.png"       },
3140   { "dragon.moving.left.xpos",                  "8"                     },
3141   { "dragon.moving.left.ypos",                  "3"                     },
3142   { "dragon.moving.left.frames",                "4"                     },
3143   { "dragon.moving.left.delay",                 "2"                     },
3144   { "dragon.moving.right",                      "RocksHeroes.png"       },
3145   { "dragon.moving.right.xpos",                 "12"                    },
3146   { "dragon.moving.right.ypos",                 "3"                     },
3147   { "dragon.moving.right.frames",               "4"                     },
3148   { "dragon.moving.right.delay",                "2"                     },
3149   { "dragon.attacking.down",                    "RocksHeroes.png"       },
3150   { "dragon.attacking.down.xpos",               "8"                     },
3151   { "dragon.attacking.down.ypos",               "2"                     },
3152   { "dragon.attacking.down.frames",             "1"                     },
3153   { "dragon.attacking.up",                      "RocksHeroes.png"       },
3154   { "dragon.attacking.up.xpos",                 "12"                    },
3155   { "dragon.attacking.up.ypos",                 "2"                     },
3156   { "dragon.attacking.up.frames",               "1"                     },
3157   { "dragon.attacking.left",                    "RocksHeroes.png"       },
3158   { "dragon.attacking.left.xpos",               "8"                     },
3159   { "dragon.attacking.left.ypos",               "3"                     },
3160   { "dragon.attacking.left.frames",             "1"                     },
3161   { "dragon.attacking.right",                   "RocksHeroes.png"       },
3162   { "dragon.attacking.right.xpos",              "12"                    },
3163   { "dragon.attacking.right.ypos",              "3"                     },
3164   { "dragon.attacking.right.frames",            "1"                     },
3165
3166   { "mole",                                     "RocksHeroes.png"       },
3167   { "mole.xpos",                                "8"                     },
3168   { "mole.ypos",                                "4"                     },
3169   { "mole.frames",                              "1"                     },
3170   { "mole.down",                                "RocksHeroes.png"       },
3171   { "mole.down.xpos",                           "8"                     },
3172   { "mole.down.ypos",                           "4"                     },
3173   { "mole.down.frames",                         "1"                     },
3174   { "mole.up",                                  "RocksHeroes.png"       },
3175   { "mole.up.xpos",                             "12"                    },
3176   { "mole.up.ypos",                             "4"                     },
3177   { "mole.up.frames",                           "1"                     },
3178   { "mole.left",                                "RocksHeroes.png"       },
3179   { "mole.left.xpos",                           "8"                     },
3180   { "mole.left.ypos",                           "5"                     },
3181   { "mole.left.frames",                         "1"                     },
3182   { "mole.right",                               "RocksHeroes.png"       },
3183   { "mole.right.xpos",                          "12"                    },
3184   { "mole.right.ypos",                          "5"                     },
3185   { "mole.right.frames",                        "1"                     },
3186   { "mole.moving.down",                         "RocksHeroes.png"       },
3187   { "mole.moving.down.xpos",                    "8"                     },
3188   { "mole.moving.down.ypos",                    "4"                     },
3189   { "mole.moving.down.frames",                  "4"                     },
3190   { "mole.moving.down.delay",                   "2"                     },
3191   { "mole.moving.up",                           "RocksHeroes.png"       },
3192   { "mole.moving.up.xpos",                      "12"                    },
3193   { "mole.moving.up.ypos",                      "4"                     },
3194   { "mole.moving.up.frames",                    "4"                     },
3195   { "mole.moving.up.delay",                     "2"                     },
3196   { "mole.moving.left",                         "RocksHeroes.png"       },
3197   { "mole.moving.left.xpos",                    "8"                     },
3198   { "mole.moving.left.ypos",                    "5"                     },
3199   { "mole.moving.left.frames",                  "4"                     },
3200   { "mole.moving.left.delay",                   "2"                     },
3201   { "mole.moving.right",                        "RocksHeroes.png"       },
3202   { "mole.moving.right.xpos",                   "12"                    },
3203   { "mole.moving.right.ypos",                   "5"                     },
3204   { "mole.moving.right.frames",                 "4"                     },
3205   { "mole.moving.right.delay",                  "2"                     },
3206   { "mole.digging.down",                        "RocksHeroes.png"       },
3207   { "mole.digging.down.xpos",                   "8"                     },
3208   { "mole.digging.down.ypos",                   "4"                     },
3209   { "mole.digging.down.frames",                 "4"                     },
3210   { "mole.digging.down.delay",                  "2"                     },
3211   { "mole.digging.up",                          "RocksHeroes.png"       },
3212   { "mole.digging.up.xpos",                     "12"                    },
3213   { "mole.digging.up.ypos",                     "4"                     },
3214   { "mole.digging.up.frames",                   "4"                     },
3215   { "mole.digging.up.delay",                    "2"                     },
3216   { "mole.digging.left",                        "RocksHeroes.png"       },
3217   { "mole.digging.left.xpos",                   "8"                     },
3218   { "mole.digging.left.ypos",                   "5"                     },
3219   { "mole.digging.left.frames",                 "4"                     },
3220   { "mole.digging.left.delay",                  "2"                     },
3221   { "mole.digging.right",                       "RocksHeroes.png"       },
3222   { "mole.digging.right.xpos",                  "12"                    },
3223   { "mole.digging.right.ypos",                  "5"                     },
3224   { "mole.digging.right.frames",                "4"                     },
3225   { "mole.digging.right.delay",                 "2"                     },
3226
3227   { "penguin",                                  "RocksHeroes.png"       },
3228   { "penguin.xpos",                             "8"                     },
3229   { "penguin.ypos",                             "6"                     },
3230   { "penguin.frames",                           "1"                     },
3231   { "penguin.down",                             "RocksHeroes.png"       },
3232   { "penguin.down.xpos",                        "8"                     },
3233   { "penguin.down.ypos",                        "6"                     },
3234   { "penguin.down.frames",                      "1"                     },
3235   { "penguin.up",                               "RocksHeroes.png"       },
3236   { "penguin.up.xpos",                          "12"                    },
3237   { "penguin.up.ypos",                          "6"                     },
3238   { "penguin.up.frames",                        "1"                     },
3239   { "penguin.left",                             "RocksHeroes.png"       },
3240   { "penguin.left.xpos",                        "8"                     },
3241   { "penguin.left.ypos",                        "7"                     },
3242   { "penguin.left.frames",                      "1"                     },
3243   { "penguin.right",                            "RocksHeroes.png"       },
3244   { "penguin.right.xpos",                       "12"                    },
3245   { "penguin.right.ypos",                       "7"                     },
3246   { "penguin.right.frames",                     "1"                     },
3247   { "penguin.moving.down",                      "RocksHeroes.png"       },
3248   { "penguin.moving.down.xpos",                 "8"                     },
3249   { "penguin.moving.down.ypos",                 "6"                     },
3250   { "penguin.moving.down.frames",               "4"                     },
3251   { "penguin.moving.down.delay",                "2"                     },
3252   { "penguin.moving.up",                        "RocksHeroes.png"       },
3253   { "penguin.moving.up.xpos",                   "12"                    },
3254   { "penguin.moving.up.ypos",                   "6"                     },
3255   { "penguin.moving.up.frames",                 "4"                     },
3256   { "penguin.moving.up.delay",                  "2"                     },
3257   { "penguin.moving.left",                      "RocksHeroes.png"       },
3258   { "penguin.moving.left.xpos",                 "8"                     },
3259   { "penguin.moving.left.ypos",                 "7"                     },
3260   { "penguin.moving.left.frames",               "4"                     },
3261   { "penguin.moving.left.delay",                "2"                     },
3262   { "penguin.moving.right",                     "RocksHeroes.png"       },
3263   { "penguin.moving.right.xpos",                "12"                    },
3264   { "penguin.moving.right.ypos",                "7"                     },
3265   { "penguin.moving.right.frames",              "4"                     },
3266   { "penguin.moving.right.delay",               "2"                     },
3267
3268   { "satellite",                                "RocksHeroes.png"       },
3269   { "satellite.xpos",                           "8"                     },
3270   { "satellite.ypos",                           "9"                     },
3271   { "satellite.frames",                         "8"                     },
3272   { "satellite.delay",                          "2"                     },
3273   { "satellite.global_sync",                    "true"                  },
3274
3275   { "flames_1_left",                            "RocksHeroes.png"       },
3276   { "flames_1_left.xpos",                       "8"                     },
3277   { "flames_1_left.ypos",                       "12"                    },
3278   { "flames_1_left.frames",                     "2"                     },
3279   { "flames_1_left.offset",                     "96"                    },
3280   { "flames_2_left",                            "RocksHeroes.png"       },
3281   { "flames_2_left.xpos",                       "9"                     },
3282   { "flames_2_left.ypos",                       "12"                    },
3283   { "flames_2_left.frames",                     "2"                     },
3284   { "flames_2_left.offset",                     "96"                    },
3285   { "flames_3_left",                            "RocksHeroes.png"       },
3286   { "flames_3_left.xpos",                       "10"                    },
3287   { "flames_3_left.ypos",                       "12"                    },
3288   { "flames_3_left.frames",                     "2"                     },
3289   { "flames_3_left.offset",                     "96"                    },
3290
3291   { "flames_1_right",                           "RocksHeroes.png"       },
3292   { "flames_1_right.xpos",                      "8"                     },
3293   { "flames_1_right.ypos",                      "13"                    },
3294   { "flames_1_right.frames",                    "2"                     },
3295   { "flames_1_right.offset",                    "96"                    },
3296   { "flames_2_right",                           "RocksHeroes.png"       },
3297   { "flames_2_right.xpos",                      "9"                     },
3298   { "flames_2_right.ypos",                      "13"                    },
3299   { "flames_2_right.frames",                    "2"                     },
3300   { "flames_2_right.offset",                    "96"                    },
3301   { "flames_3_right",                           "RocksHeroes.png"       },
3302   { "flames_3_right.xpos",                      "10"                    },
3303   { "flames_3_right.ypos",                      "13"                    },
3304   { "flames_3_right.frames",                    "2"                     },
3305   { "flames_3_right.offset",                    "96"                    },
3306
3307   { "flames_1_up",                              "RocksHeroes.png"       },
3308   { "flames_1_up.xpos",                         "8"                     },
3309   { "flames_1_up.ypos",                         "14"                    },
3310   { "flames_1_up.frames",                       "2"                     },
3311   { "flames_1_up.offset",                       "96"                    },
3312   { "flames_2_up",                              "RocksHeroes.png"       },
3313   { "flames_2_up.xpos",                         "9"                     },
3314   { "flames_2_up.ypos",                         "14"                    },
3315   { "flames_2_up.frames",                       "2"                     },
3316   { "flames_2_up.offset",                       "96"                    },
3317   { "flames_3_up",                              "RocksHeroes.png"       },
3318   { "flames_3_up.xpos",                         "10"                    },
3319   { "flames_3_up.ypos",                         "14"                    },
3320   { "flames_3_up.frames",                       "2"                     },
3321   { "flames_3_up.offset",                       "96"                    },
3322
3323   { "flames_1_down",                            "RocksHeroes.png"       },
3324   { "flames_1_down.xpos",                       "8"                     },
3325   { "flames_1_down.ypos",                       "15"                    },
3326   { "flames_1_down.frames",                     "2"                     },
3327   { "flames_1_down.offset",                     "96"                    },
3328   { "flames_2_down",                            "RocksHeroes.png"       },
3329   { "flames_2_down.xpos",                       "9"                     },
3330   { "flames_2_down.ypos",                       "15"                    },
3331   { "flames_2_down.frames",                     "2"                     },
3332   { "flames_2_down.offset",                     "96"                    },
3333   { "flames_3_down",                            "RocksHeroes.png"       },
3334   { "flames_3_down.xpos",                       "10"                    },
3335   { "flames_3_down.ypos",                       "15"                    },
3336   { "flames_3_down.frames",                     "2"                     },
3337   { "flames_3_down.offset",                     "96"                    },
3338
3339   { "stoneblock",                               "RocksElements.png"     },
3340   { "stoneblock.xpos",                          "10"                    },
3341   { "stoneblock.ypos",                          "1"                     },
3342   { "stoneblock.frames",                        "1"                     },
3343
3344   // images for other elements and actions
3345
3346   { "player_1",                                 "RocksHeroes.png"       },
3347   { "player_1.xpos",                            "0"                     },
3348   { "player_1.ypos",                            "0"                     },
3349   { "player_1.frames",                          "1"                     },
3350   { "player_1.down",                            "RocksHeroes.png"       },
3351   { "player_1.down.xpos",                       "0"                     },
3352   { "player_1.down.ypos",                       "0"                     },
3353   { "player_1.down.frames",                     "1"                     },
3354   { "player_1.up",                              "RocksHeroes.png"       },
3355   { "player_1.up.xpos",                         "4"                     },
3356   { "player_1.up.ypos",                         "0"                     },
3357   { "player_1.up.frames",                       "1"                     },
3358   { "player_1.left",                            "RocksHeroes.png"       },
3359   { "player_1.left.xpos",                       "0"                     },
3360   { "player_1.left.ypos",                       "1"                     },
3361   { "player_1.left.frames",                     "1"                     },
3362   { "player_1.right",                           "RocksHeroes.png"       },
3363   { "player_1.right.xpos",                      "4"                     },
3364   { "player_1.right.ypos",                      "1"                     },
3365   { "player_1.right.frames",                    "1"                     },
3366   { "player_1.moving.down",                     "RocksHeroes.png"       },
3367   { "player_1.moving.down.xpos",                "0"                     },
3368   { "player_1.moving.down.ypos",                "0"                     },
3369   { "player_1.moving.down.frames",              "4"                     },
3370   { "player_1.moving.down.start_frame",         "1"                     },
3371   { "player_1.moving.down.delay",               "4"                     },
3372   { "player_1.moving.up",                       "RocksHeroes.png"       },
3373   { "player_1.moving.up.xpos",                  "4"                     },
3374   { "player_1.moving.up.ypos",                  "0"                     },
3375   { "player_1.moving.up.frames",                "4"                     },
3376   { "player_1.moving.up.start_frame",           "1"                     },
3377   { "player_1.moving.up.delay",                 "4"                     },
3378   { "player_1.moving.left",                     "RocksHeroes.png"       },
3379   { "player_1.moving.left.xpos",                "0"                     },
3380   { "player_1.moving.left.ypos",                "1"                     },
3381   { "player_1.moving.left.frames",              "4"                     },
3382   { "player_1.moving.left.start_frame",         "1"                     },
3383   { "player_1.moving.left.delay",               "4"                     },
3384   { "player_1.moving.right",                    "RocksHeroes.png"       },
3385   { "player_1.moving.right.xpos",               "4"                     },
3386   { "player_1.moving.right.ypos",               "1"                     },
3387   { "player_1.moving.right.frames",             "4"                     },
3388   { "player_1.moving.right.start_frame",        "1"                     },
3389   { "player_1.moving.right.delay",              "4"                     },
3390   { "player_1.digging.down",                    "RocksHeroes.png"       },
3391   { "player_1.digging.down.xpos",               "0"                     },
3392   { "player_1.digging.down.ypos",               "0"                     },
3393   { "player_1.digging.down.frames",             "4"                     },
3394   { "player_1.digging.down.start_frame",        "1"                     },
3395   { "player_1.digging.down.delay",              "4"                     },
3396   { "player_1.digging.up",                      "RocksHeroes.png"       },
3397   { "player_1.digging.up.xpos",                 "4"                     },
3398   { "player_1.digging.up.ypos",                 "0"                     },
3399   { "player_1.digging.up.frames",               "4"                     },
3400   { "player_1.digging.up.start_frame",          "1"                     },
3401   { "player_1.digging.up.delay",                "4"                     },
3402   { "player_1.digging.left",                    "RocksHeroes.png"       },
3403   { "player_1.digging.left.xpos",               "0"                     },
3404   { "player_1.digging.left.ypos",               "1"                     },
3405   { "player_1.digging.left.frames",             "4"                     },
3406   { "player_1.digging.left.start_frame",        "1"                     },
3407   { "player_1.digging.left.delay",              "4"                     },
3408   { "player_1.digging.right",                   "RocksHeroes.png"       },
3409   { "player_1.digging.right.xpos",              "4"                     },
3410   { "player_1.digging.right.ypos",              "1"                     },
3411   { "player_1.digging.right.frames",            "4"                     },
3412   { "player_1.digging.right.start_frame",       "1"                     },
3413   { "player_1.digging.right.delay",             "4"                     },
3414   { "player_1.collecting.down",                 "RocksHeroes.png"       },
3415   { "player_1.collecting.down.xpos",            "0"                     },
3416   { "player_1.collecting.down.ypos",            "0"                     },
3417   { "player_1.collecting.down.frames",          "4"                     },
3418   { "player_1.collecting.down.start_frame",     "1"                     },
3419   { "player_1.collecting.down.delay",           "4"                     },
3420   { "player_1.collecting.up",                   "RocksHeroes.png"       },
3421   { "player_1.collecting.up.xpos",              "4"                     },
3422   { "player_1.collecting.up.ypos",              "0"                     },
3423   { "player_1.collecting.up.frames",            "4"                     },
3424   { "player_1.collecting.up.start_frame",       "1"                     },
3425   { "player_1.collecting.up.delay",             "4"                     },
3426   { "player_1.collecting.left",                 "RocksHeroes.png"       },
3427   { "player_1.collecting.left.xpos",            "0"                     },
3428   { "player_1.collecting.left.ypos",            "1"                     },
3429   { "player_1.collecting.left.frames",          "4"                     },
3430   { "player_1.collecting.left.start_frame",     "1"                     },
3431   { "player_1.collecting.left.delay",           "4"                     },
3432   { "player_1.collecting.right",                "RocksHeroes.png"       },
3433   { "player_1.collecting.right.xpos",           "4"                     },
3434   { "player_1.collecting.right.ypos",           "1"                     },
3435   { "player_1.collecting.right.frames",         "4"                     },
3436   { "player_1.collecting.right.start_frame",    "1"                     },
3437   { "player_1.collecting.right.delay",          "4"                     },
3438   { "player_1.pushing.down",                    "RocksHeroes.png"       },
3439   { "player_1.pushing.down.xpos",               "0"                     },
3440   { "player_1.pushing.down.ypos",               "0"                     },
3441   { "player_1.pushing.down.frames",             "4"                     },
3442   { "player_1.pushing.down.delay",              "4"                     },
3443   { "player_1.pushing.up",                      "RocksHeroes.png"       },
3444   { "player_1.pushing.up.xpos",                 "4"                     },
3445   { "player_1.pushing.up.ypos",                 "0"                     },
3446   { "player_1.pushing.up.frames",               "4"                     },
3447   { "player_1.pushing.up.delay",                "4"                     },
3448   { "player_1.pushing.left",                    "RocksHeroes.png"       },
3449   { "player_1.pushing.left.xpos",               "4"                     },
3450   { "player_1.pushing.left.ypos",               "2"                     },
3451   { "player_1.pushing.left.frames",             "4"                     },
3452   { "player_1.pushing.left.delay",              "4"                     },
3453   { "player_1.pushing.right",                   "RocksHeroes.png"       },
3454   { "player_1.pushing.right.xpos",              "0"                     },
3455   { "player_1.pushing.right.ypos",              "2"                     },
3456   { "player_1.pushing.right.frames",            "4"                     },
3457   { "player_1.pushing.right.delay",             "4"                     },
3458   { "player_1.snapping.down",                   "RocksHeroes.png"       },
3459   { "player_1.snapping.down.xpos",              "0"                     },
3460   { "player_1.snapping.down.ypos",              "0"                     },
3461   { "player_1.snapping.down.frames",            "1"                     },
3462   { "player_1.snapping.up",                     "RocksHeroes.png"       },
3463   { "player_1.snapping.up.xpos",                "4"                     },
3464   { "player_1.snapping.up.ypos",                "0"                     },
3465   { "player_1.snapping.up.frames",              "1"                     },
3466   { "player_1.snapping.left",                   "RocksHeroes.png"       },
3467   { "player_1.snapping.left.xpos",              "0"                     },
3468   { "player_1.snapping.left.ypos",              "1"                     },
3469   { "player_1.snapping.left.frames",            "1"                     },
3470   { "player_1.snapping.right",                  "RocksHeroes.png"       },
3471   { "player_1.snapping.right.xpos",             "4"                     },
3472   { "player_1.snapping.right.ypos",             "1"                     },
3473   { "player_1.snapping.right.frames",           "1"                     },
3474
3475   { "player_2",                                 "RocksHeroes.png"       },
3476   { "player_2.xpos",                            "0"                     },
3477   { "player_2.ypos",                            "3"                     },
3478   { "player_2.frames",                          "1"                     },
3479   { "player_2.down",                            "RocksHeroes.png"       },
3480   { "player_2.down.xpos",                       "0"                     },
3481   { "player_2.down.ypos",                       "3"                     },
3482   { "player_2.down.frames",                     "1"                     },
3483   { "player_2.up",                              "RocksHeroes.png"       },
3484   { "player_2.up.xpos",                         "4"                     },
3485   { "player_2.up.ypos",                         "3"                     },
3486   { "player_2.up.frames",                       "1"                     },
3487   { "player_2.left",                            "RocksHeroes.png"       },
3488   { "player_2.left.xpos",                       "0"                     },
3489   { "player_2.left.ypos",                       "4"                     },
3490   { "player_2.left.frames",                     "1"                     },
3491   { "player_2.right",                           "RocksHeroes.png"       },
3492   { "player_2.right.xpos",                      "4"                     },
3493   { "player_2.right.ypos",                      "4"                     },
3494   { "player_2.right.frames",                    "1"                     },
3495   { "player_2.moving.down",                     "RocksHeroes.png"       },
3496   { "player_2.moving.down.xpos",                "0"                     },
3497   { "player_2.moving.down.ypos",                "3"                     },
3498   { "player_2.moving.down.frames",              "4"                     },
3499   { "player_2.moving.down.start_frame",         "1"                     },
3500   { "player_2.moving.down.delay",               "4"                     },
3501   { "player_2.moving.up",                       "RocksHeroes.png"       },
3502   { "player_2.moving.up.xpos",                  "4"                     },
3503   { "player_2.moving.up.ypos",                  "3"                     },
3504   { "player_2.moving.up.frames",                "4"                     },
3505   { "player_2.moving.up.start_frame",           "1"                     },
3506   { "player_2.moving.up.delay",                 "4"                     },
3507   { "player_2.moving.left",                     "RocksHeroes.png"       },
3508   { "player_2.moving.left.xpos",                "0"                     },
3509   { "player_2.moving.left.ypos",                "4"                     },
3510   { "player_2.moving.left.frames",              "4"                     },
3511   { "player_2.moving.left.start_frame",         "1"                     },
3512   { "player_2.moving.left.delay",               "4"                     },
3513   { "player_2.moving.right",                    "RocksHeroes.png"       },
3514   { "player_2.moving.right.xpos",               "4"                     },
3515   { "player_2.moving.right.ypos",               "4"                     },
3516   { "player_2.moving.right.frames",             "4"                     },
3517   { "player_2.moving.right.start_frame",        "1"                     },
3518   { "player_2.moving.right.delay",              "4"                     },
3519   { "player_2.digging.down",                    "RocksHeroes.png"       },
3520   { "player_2.digging.down.xpos",               "0"                     },
3521   { "player_2.digging.down.ypos",               "3"                     },
3522   { "player_2.digging.down.frames",             "4"                     },
3523   { "player_2.digging.down.start_frame",        "1"                     },
3524   { "player_2.digging.down.delay",              "4"                     },
3525   { "player_2.digging.up",                      "RocksHeroes.png"       },
3526   { "player_2.digging.up.xpos",                 "4"                     },
3527   { "player_2.digging.up.ypos",                 "3"                     },
3528   { "player_2.digging.up.frames",               "4"                     },
3529   { "player_2.digging.up.start_frame",          "1"                     },
3530   { "player_2.digging.up.delay",                "4"                     },
3531   { "player_2.digging.left",                    "RocksHeroes.png"       },
3532   { "player_2.digging.left.xpos",               "0"                     },
3533   { "player_2.digging.left.ypos",               "4"                     },
3534   { "player_2.digging.left.frames",             "4"                     },
3535   { "player_2.digging.left.start_frame",        "1"                     },
3536   { "player_2.digging.left.delay",              "4"                     },
3537   { "player_2.digging.right",                   "RocksHeroes.png"       },
3538   { "player_2.digging.right.xpos",              "4"                     },
3539   { "player_2.digging.right.ypos",              "4"                     },
3540   { "player_2.digging.right.frames",            "4"                     },
3541   { "player_2.digging.right.start_frame",       "1"                     },
3542   { "player_2.digging.right.delay",             "4"                     },
3543   { "player_2.collecting.down",                 "RocksHeroes.png"       },
3544   { "player_2.collecting.down.xpos",            "0"                     },
3545   { "player_2.collecting.down.ypos",            "3"                     },
3546   { "player_2.collecting.down.frames",          "4"                     },
3547   { "player_2.collecting.down.start_frame",     "1"                     },
3548   { "player_2.collecting.down.delay",           "4"                     },
3549   { "player_2.collecting.up",                   "RocksHeroes.png"       },
3550   { "player_2.collecting.up.xpos",              "4"                     },
3551   { "player_2.collecting.up.ypos",              "3"                     },
3552   { "player_2.collecting.up.frames",            "4"                     },
3553   { "player_2.collecting.up.start_frame",       "1"                     },
3554   { "player_2.collecting.up.delay",             "4"                     },
3555   { "player_2.collecting.left",                 "RocksHeroes.png"       },
3556   { "player_2.collecting.left.xpos",            "0"                     },
3557   { "player_2.collecting.left.ypos",            "4"                     },
3558   { "player_2.collecting.left.frames",          "4"                     },
3559   { "player_2.collecting.left.start_frame",     "1"                     },
3560   { "player_2.collecting.left.delay",           "4"                     },
3561   { "player_2.collecting.right",                "RocksHeroes.png"       },
3562   { "player_2.collecting.right.xpos",           "4"                     },
3563   { "player_2.collecting.right.ypos",           "4"                     },
3564   { "player_2.collecting.right.frames",         "4"                     },
3565   { "player_2.collecting.right.start_frame",    "1"                     },
3566   { "player_2.collecting.right.delay",          "4"                     },
3567   { "player_2.pushing.down",                    "RocksHeroes.png"       },
3568   { "player_2.pushing.down.xpos",               "0"                     },
3569   { "player_2.pushing.down.ypos",               "3"                     },
3570   { "player_2.pushing.down.frames",             "4"                     },
3571   { "player_2.pushing.down.delay",              "4"                     },
3572   { "player_2.pushing.up",                      "RocksHeroes.png"       },
3573   { "player_2.pushing.up.xpos",                 "4"                     },
3574   { "player_2.pushing.up.ypos",                 "3"                     },
3575   { "player_2.pushing.up.frames",               "4"                     },
3576   { "player_2.pushing.up.delay",                "4"                     },
3577   { "player_2.pushing.left",                    "RocksHeroes.png"       },
3578   { "player_2.pushing.left.xpos",               "4"                     },
3579   { "player_2.pushing.left.ypos",               "5"                     },
3580   { "player_2.pushing.left.frames",             "4"                     },
3581   { "player_2.pushing.left.delay",              "4"                     },
3582   { "player_2.pushing.right",                   "RocksHeroes.png"       },
3583   { "player_2.pushing.right.xpos",              "0"                     },
3584   { "player_2.pushing.right.ypos",              "5"                     },
3585   { "player_2.pushing.right.frames",            "4"                     },
3586   { "player_2.pushing.right.delay",             "4"                     },
3587   { "player_2.snapping.down",                   "RocksHeroes.png"       },
3588   { "player_2.snapping.down.xpos",              "0"                     },
3589   { "player_2.snapping.down.ypos",              "3"                     },
3590   { "player_2.snapping.down.frames",            "1"                     },
3591   { "player_2.snapping.up",                     "RocksHeroes.png"       },
3592   { "player_2.snapping.up.xpos",                "4"                     },
3593   { "player_2.snapping.up.ypos",                "3"                     },
3594   { "player_2.snapping.up.frames",              "1"                     },
3595   { "player_2.snapping.left",                   "RocksHeroes.png"       },
3596   { "player_2.snapping.left.xpos",              "0"                     },
3597   { "player_2.snapping.left.ypos",              "4"                     },
3598   { "player_2.snapping.left.frames",            "1"                     },
3599   { "player_2.snapping.right",                  "RocksHeroes.png"       },
3600   { "player_2.snapping.right.xpos",             "4"                     },
3601   { "player_2.snapping.right.ypos",             "4"                     },
3602   { "player_2.snapping.right.frames",           "1"                     },
3603
3604   { "player_3",                                 "RocksHeroes.png"       },
3605   { "player_3.xpos",                            "0"                     },
3606   { "player_3.ypos",                            "6"                     },
3607   { "player_3.frames",                          "1"                     },
3608   { "player_3.down",                            "RocksHeroes.png"       },
3609   { "player_3.down.xpos",                       "0"                     },
3610   { "player_3.down.ypos",                       "6"                     },
3611   { "player_3.down.frames",                     "1"                     },
3612   { "player_3.up",                              "RocksHeroes.png"       },
3613   { "player_3.up.xpos",                         "4"                     },
3614   { "player_3.up.ypos",                         "6"                     },
3615   { "player_3.up.frames",                       "1"                     },
3616   { "player_3.left",                            "RocksHeroes.png"       },
3617   { "player_3.left.xpos",                       "0"                     },
3618   { "player_3.left.ypos",                       "7"                     },
3619   { "player_3.left.frames",                     "1"                     },
3620   { "player_3.right",                           "RocksHeroes.png"       },
3621   { "player_3.right.xpos",                      "4"                     },
3622   { "player_3.right.ypos",                      "7"                     },
3623   { "player_3.right.frames",                    "1"                     },
3624   { "player_3.moving.down",                     "RocksHeroes.png"       },
3625   { "player_3.moving.down.xpos",                "0"                     },
3626   { "player_3.moving.down.ypos",                "6"                     },
3627   { "player_3.moving.down.frames",              "4"                     },
3628   { "player_3.moving.down.start_frame",         "1"                     },
3629   { "player_3.moving.down.delay",               "4"                     },
3630   { "player_3.moving.up",                       "RocksHeroes.png"       },
3631   { "player_3.moving.up.xpos",                  "4"                     },
3632   { "player_3.moving.up.ypos",                  "6"                     },
3633   { "player_3.moving.up.frames",                "4"                     },
3634   { "player_3.moving.up.start_frame",           "1"                     },
3635   { "player_3.moving.up.delay",                 "4"                     },
3636   { "player_3.moving.left",                     "RocksHeroes.png"       },
3637   { "player_3.moving.left.xpos",                "0"                     },
3638   { "player_3.moving.left.ypos",                "7"                     },
3639   { "player_3.moving.left.frames",              "4"                     },
3640   { "player_3.moving.left.start_frame",         "1"                     },
3641   { "player_3.moving.left.delay",               "4"                     },
3642   { "player_3.moving.right",                    "RocksHeroes.png"       },
3643   { "player_3.moving.right.xpos",               "4"                     },
3644   { "player_3.moving.right.ypos",               "7"                     },
3645   { "player_3.moving.right.frames",             "4"                     },
3646   { "player_3.moving.right.start_frame",        "1"                     },
3647   { "player_3.moving.right.delay",              "4"                     },
3648   { "player_3.digging.down",                    "RocksHeroes.png"       },
3649   { "player_3.digging.down.xpos",               "0"                     },
3650   { "player_3.digging.down.ypos",               "6"                     },
3651   { "player_3.digging.down.frames",             "4"                     },
3652   { "player_3.digging.down.start_frame",        "1"                     },
3653   { "player_3.digging.down.delay",              "4"                     },
3654   { "player_3.digging.up",                      "RocksHeroes.png"       },
3655   { "player_3.digging.up.xpos",                 "4"                     },
3656   { "player_3.digging.up.ypos",                 "6"                     },
3657   { "player_3.digging.up.frames",               "4"                     },
3658   { "player_3.digging.up.start_frame",          "1"                     },
3659   { "player_3.digging.up.delay",                "4"                     },
3660   { "player_3.digging.left",                    "RocksHeroes.png"       },
3661   { "player_3.digging.left.xpos",               "0"                     },
3662   { "player_3.digging.left.ypos",               "7"                     },
3663   { "player_3.digging.left.frames",             "4"                     },
3664   { "player_3.digging.left.start_frame",        "1"                     },
3665   { "player_3.digging.left.delay",              "4"                     },
3666   { "player_3.digging.right",                   "RocksHeroes.png"       },
3667   { "player_3.digging.right.xpos",              "4"                     },
3668   { "player_3.digging.right.ypos",              "7"                     },
3669   { "player_3.digging.right.frames",            "4"                     },
3670   { "player_3.digging.right.start_frame",       "1"                     },
3671   { "player_3.digging.right.delay",             "4"                     },
3672   { "player_3.collecting.down",                 "RocksHeroes.png"       },
3673   { "player_3.collecting.down.xpos",            "0"                     },
3674   { "player_3.collecting.down.ypos",            "6"                     },
3675   { "player_3.collecting.down.frames",          "4"                     },
3676   { "player_3.collecting.down.start_frame",     "1"                     },
3677   { "player_3.collecting.down.delay",           "4"                     },
3678   { "player_3.collecting.up",                   "RocksHeroes.png"       },
3679   { "player_3.collecting.up.xpos",              "4"                     },
3680   { "player_3.collecting.up.ypos",              "6"                     },
3681   { "player_3.collecting.up.frames",            "4"                     },
3682   { "player_3.collecting.up.start_frame",       "1"                     },
3683   { "player_3.collecting.up.delay",             "4"                     },
3684   { "player_3.collecting.left",                 "RocksHeroes.png"       },
3685   { "player_3.collecting.left.xpos",            "0"                     },
3686   { "player_3.collecting.left.ypos",            "7"                     },
3687   { "player_3.collecting.left.frames",          "4"                     },
3688   { "player_3.collecting.left.start_frame",     "1"                     },
3689   { "player_3.collecting.left.delay",           "4"                     },
3690   { "player_3.collecting.right",                "RocksHeroes.png"       },
3691   { "player_3.collecting.right.xpos",           "4"                     },
3692   { "player_3.collecting.right.ypos",           "7"                     },
3693   { "player_3.collecting.right.frames",         "4"                     },
3694   { "player_3.collecting.right.start_frame",    "1"                     },
3695   { "player_3.collecting.right.delay",          "4"                     },
3696   { "player_3.pushing.down",                    "RocksHeroes.png"       },
3697   { "player_3.pushing.down.xpos",               "0"                     },
3698   { "player_3.pushing.down.ypos",               "6"                     },
3699   { "player_3.pushing.down.frames",             "4"                     },
3700   { "player_3.pushing.down.delay",              "4"                     },
3701   { "player_3.pushing.up",                      "RocksHeroes.png"       },
3702   { "player_3.pushing.up.xpos",                 "4"                     },
3703   { "player_3.pushing.up.ypos",                 "6"                     },
3704   { "player_3.pushing.up.frames",               "4"                     },
3705   { "player_3.pushing.up.delay",                "4"                     },
3706   { "player_3.pushing.left",                    "RocksHeroes.png"       },
3707   { "player_3.pushing.left.xpos",               "4"                     },
3708   { "player_3.pushing.left.ypos",               "8"                     },
3709   { "player_3.pushing.left.frames",             "4"                     },
3710   { "player_3.pushing.left.delay",              "4"                     },
3711   { "player_3.pushing.right",                   "RocksHeroes.png"       },
3712   { "player_3.pushing.right.xpos",              "0"                     },
3713   { "player_3.pushing.right.ypos",              "8"                     },
3714   { "player_3.pushing.right.frames",            "4"                     },
3715   { "player_3.pushing.right.delay",             "4"                     },
3716   { "player_3.snapping.down",                   "RocksHeroes.png"       },
3717   { "player_3.snapping.down.xpos",              "0"                     },
3718   { "player_3.snapping.down.ypos",              "6"                     },
3719   { "player_3.snapping.down.frames",            "1"                     },
3720   { "player_3.snapping.up",                     "RocksHeroes.png"       },
3721   { "player_3.snapping.up.xpos",                "4"                     },
3722   { "player_3.snapping.up.ypos",                "6"                     },
3723   { "player_3.snapping.up.frames",              "1"                     },
3724   { "player_3.snapping.left",                   "RocksHeroes.png"       },
3725   { "player_3.snapping.left.xpos",              "0"                     },
3726   { "player_3.snapping.left.ypos",              "7"                     },
3727   { "player_3.snapping.left.frames",            "1"                     },
3728   { "player_3.snapping.right",                  "RocksHeroes.png"       },
3729   { "player_3.snapping.right.xpos",             "4"                     },
3730   { "player_3.snapping.right.ypos",             "7"                     },
3731   { "player_3.snapping.right.frames",           "1"                     },
3732
3733   { "player_4",                                 "RocksHeroes.png"       },
3734   { "player_4.xpos",                            "0"                     },
3735   { "player_4.ypos",                            "9"                     },
3736   { "player_4.frames",                          "1"                     },
3737   { "player_4.down",                            "RocksHeroes.png"       },
3738   { "player_4.down.xpos",                       "0"                     },
3739   { "player_4.down.ypos",                       "9"                     },
3740   { "player_4.down.frames",                     "1"                     },
3741   { "player_4.up",                              "RocksHeroes.png"       },
3742   { "player_4.up.xpos",                         "4"                     },
3743   { "player_4.up.ypos",                         "9"                     },
3744   { "player_4.up.frames",                       "1"                     },
3745   { "player_4.left",                            "RocksHeroes.png"       },
3746   { "player_4.left.xpos",                       "0"                     },
3747   { "player_4.left.ypos",                       "10"                    },
3748   { "player_4.left.frames",                     "1"                     },
3749   { "player_4.right",                           "RocksHeroes.png"       },
3750   { "player_4.right.xpos",                      "4"                     },
3751   { "player_4.right.ypos",                      "10"                    },
3752   { "player_4.right.frames",                    "1"                     },
3753   { "player_4.moving.down",                     "RocksHeroes.png"       },
3754   { "player_4.moving.down.xpos",                "0"                     },
3755   { "player_4.moving.down.ypos",                "9"                     },
3756   { "player_4.moving.down.frames",              "4"                     },
3757   { "player_4.moving.down.start_frame",         "1"                     },
3758   { "player_4.moving.down.delay",               "4"                     },
3759   { "player_4.moving.up",                       "RocksHeroes.png"       },
3760   { "player_4.moving.up.xpos",                  "4"                     },
3761   { "player_4.moving.up.ypos",                  "9"                     },
3762   { "player_4.moving.up.frames",                "4"                     },
3763   { "player_4.moving.up.start_frame",           "1"                     },
3764   { "player_4.moving.up.delay",                 "4"                     },
3765   { "player_4.moving.left",                     "RocksHeroes.png"       },
3766   { "player_4.moving.left.xpos",                "0"                     },
3767   { "player_4.moving.left.ypos",                "10"                    },
3768   { "player_4.moving.left.frames",              "4"                     },
3769   { "player_4.moving.left.start_frame",         "1"                     },
3770   { "player_4.moving.left.delay",               "4"                     },
3771   { "player_4.moving.right",                    "RocksHeroes.png"       },
3772   { "player_4.moving.right.xpos",               "4"                     },
3773   { "player_4.moving.right.ypos",               "10"                    },
3774   { "player_4.moving.right.frames",             "4"                     },
3775   { "player_4.moving.right.start_frame",        "1"                     },
3776   { "player_4.moving.right.delay",              "4"                     },
3777   { "player_4.digging.down",                    "RocksHeroes.png"       },
3778   { "player_4.digging.down.xpos",               "0"                     },
3779   { "player_4.digging.down.ypos",               "9"                     },
3780   { "player_4.digging.down.frames",             "4"                     },
3781   { "player_4.digging.down.start_frame",        "1"                     },
3782   { "player_4.digging.down.delay",              "4"                     },
3783   { "player_4.digging.up",                      "RocksHeroes.png"       },
3784   { "player_4.digging.up.xpos",                 "4"                     },
3785   { "player_4.digging.up.ypos",                 "9"                     },
3786   { "player_4.digging.up.frames",               "4"                     },
3787   { "player_4.digging.up.start_frame",          "1"                     },
3788   { "player_4.digging.up.delay",                "4"                     },
3789   { "player_4.digging.left",                    "RocksHeroes.png"       },
3790   { "player_4.digging.left.xpos",               "0"                     },
3791   { "player_4.digging.left.ypos",               "10"                    },
3792   { "player_4.digging.left.frames",             "4"                     },
3793   { "player_4.digging.left.start_frame",        "1"                     },
3794   { "player_4.digging.left.delay",              "4"                     },
3795   { "player_4.digging.right",                   "RocksHeroes.png"       },
3796   { "player_4.digging.right.xpos",              "4"                     },
3797   { "player_4.digging.right.ypos",              "10"                    },
3798   { "player_4.digging.right.frames",            "4"                     },
3799   { "player_4.digging.right.start_frame",       "1"                     },
3800   { "player_4.digging.right.delay",             "4"                     },
3801   { "player_4.collecting.down",                 "RocksHeroes.png"       },
3802   { "player_4.collecting.down.xpos",            "0"                     },
3803   { "player_4.collecting.down.ypos",            "9"                     },
3804   { "player_4.collecting.down.frames",          "4"                     },
3805   { "player_4.collecting.down.start_frame",     "1"                     },
3806   { "player_4.collecting.down.delay",           "4"                     },
3807   { "player_4.collecting.up",                   "RocksHeroes.png"       },
3808   { "player_4.collecting.up.xpos",              "4"                     },
3809   { "player_4.collecting.up.ypos",              "9"                     },
3810   { "player_4.collecting.up.frames",            "4"                     },
3811   { "player_4.collecting.up.start_frame",       "1"                     },
3812   { "player_4.collecting.up.delay",             "4"                     },
3813   { "player_4.collecting.left",                 "RocksHeroes.png"       },
3814   { "player_4.collecting.left.xpos",            "0"                     },
3815   { "player_4.collecting.left.ypos",            "10"                    },
3816   { "player_4.collecting.left.frames",          "4"                     },
3817   { "player_4.collecting.left.start_frame",     "1"                     },
3818   { "player_4.collecting.left.delay",           "4"                     },
3819   { "player_4.collecting.right",                "RocksHeroes.png"       },
3820   { "player_4.collecting.right.xpos",           "4"                     },
3821   { "player_4.collecting.right.ypos",           "10"                    },
3822   { "player_4.collecting.right.frames",         "4"                     },
3823   { "player_4.collecting.right.start_frame",    "1"                     },
3824   { "player_4.collecting.right.delay",          "4"                     },
3825   { "player_4.pushing.down",                    "RocksHeroes.png"       },
3826   { "player_4.pushing.down.xpos",               "0"                     },
3827   { "player_4.pushing.down.ypos",               "9"                     },
3828   { "player_4.pushing.down.frames",             "4"                     },
3829   { "player_4.pushing.down.delay",              "4"                     },
3830   { "player_4.pushing.up",                      "RocksHeroes.png"       },
3831   { "player_4.pushing.up.xpos",                 "4"                     },
3832   { "player_4.pushing.up.ypos",                 "9"                     },
3833   { "player_4.pushing.up.frames",               "4"                     },
3834   { "player_4.pushing.up.delay",                "4"                     },
3835   { "player_4.pushing.left",                    "RocksHeroes.png"       },
3836   { "player_4.pushing.left.xpos",               "4"                     },
3837   { "player_4.pushing.left.ypos",               "11"                    },
3838   { "player_4.pushing.left.frames",             "4"                     },
3839   { "player_4.pushing.left.delay",              "4"                     },
3840   { "player_4.pushing.right",                   "RocksHeroes.png"       },
3841   { "player_4.pushing.right.xpos",              "0"                     },
3842   { "player_4.pushing.right.ypos",              "11"                    },
3843   { "player_4.pushing.right.frames",            "4"                     },
3844   { "player_4.pushing.right.delay",             "4"                     },
3845   { "player_4.snapping.down",                   "RocksHeroes.png"       },
3846   { "player_4.snapping.down.xpos",              "0"                     },
3847   { "player_4.snapping.down.ypos",              "9"                     },
3848   { "player_4.snapping.down.frames",            "1"                     },
3849   { "player_4.snapping.up",                     "RocksHeroes.png"       },
3850   { "player_4.snapping.up.xpos",                "4"                     },
3851   { "player_4.snapping.up.ypos",                "9"                     },
3852   { "player_4.snapping.up.frames",              "1"                     },
3853   { "player_4.snapping.left",                   "RocksHeroes.png"       },
3854   { "player_4.snapping.left.xpos",              "0"                     },
3855   { "player_4.snapping.left.ypos",              "10"                    },
3856   { "player_4.snapping.left.frames",            "1"                     },
3857   { "player_4.snapping.right",                  "RocksHeroes.png"       },
3858   { "player_4.snapping.right.xpos",             "4"                     },
3859   { "player_4.snapping.right.ypos",             "10"                    },
3860   { "player_4.snapping.right.frames",           "1"                     },
3861
3862   { "[default].exploding",                      "RocksElements.png"     },
3863   { "[default].exploding.xpos",                 "0"                     },
3864   { "[default].exploding.ypos",                 "4"                     },
3865   { "[default].exploding.frames",               "8"                     },
3866   { "[default].exploding.delay",                "2"                     },
3867   { "[default].exploding.anim_mode",            "linear"                },
3868
3869   { "twinkle_blue",                             "RocksHeroes.png"       },
3870   { "twinkle_blue.xpos",                        "9"                     },
3871   { "twinkle_blue.ypos",                        "11"                    },
3872   { "twinkle_blue.frames",                      "3"                     },
3873   { "twinkle_blue.delay",                       "2"                     },
3874   { "twinkle_blue.anim_mode",                   "pingpong"              },
3875   { "twinkle_blue.global_sync",                 "false"                 },
3876   { "twinkle_white",                            "RocksHeroes.png"       },
3877   { "twinkle_white.xpos",                       "13"                    },
3878   { "twinkle_white.ypos",                       "11"                    },
3879   { "twinkle_white.frames",                     "3"                     },
3880   { "twinkle_white.delay",                      "2"                     },
3881   { "twinkle_white.anim_mode",                  "pingpong"              },
3882   { "twinkle_white.global_sync",                "false"                 },
3883
3884   { "steelwall_topleft",                        "RocksElements.png"     },
3885   { "steelwall_topleft.xpos",                   "4"                     },
3886   { "steelwall_topleft.ypos",                   "0"                     },
3887   { "steelwall_topleft.frames",                 "1"                     },
3888   { "steelwall_topright",                       "RocksElements.png"     },
3889   { "steelwall_topright.xpos",                  "4"                     },
3890   { "steelwall_topright.ypos",                  "0"                     },
3891   { "steelwall_topright.frames",                "1"                     },
3892   { "steelwall_bottomleft",                     "RocksElements.png"     },
3893   { "steelwall_bottomleft.xpos",                "4"                     },
3894   { "steelwall_bottomleft.ypos",                "0"                     },
3895   { "steelwall_bottomleft.frames",              "1"                     },
3896   { "steelwall_bottomright",                    "RocksElements.png"     },
3897   { "steelwall_bottomright.xpos",               "4"                     },
3898   { "steelwall_bottomright.ypos",               "0"                     },
3899   { "steelwall_bottomright.frames",             "1"                     },
3900   { "steelwall_horizontal",                     "RocksElements.png"     },
3901   { "steelwall_horizontal.xpos",                "4"                     },
3902   { "steelwall_horizontal.ypos",                "0"                     },
3903   { "steelwall_horizontal.frames",              "1"                     },
3904   { "steelwall_vertical",                       "RocksElements.png"     },
3905   { "steelwall_vertical.xpos",                  "4"                     },
3906   { "steelwall_vertical.ypos",                  "0"                     },
3907   { "steelwall_vertical.frames",                "1"                     },
3908
3909   { "steelwall_topleft.EDITOR",                 "RocksElements.png"     },
3910   { "steelwall_topleft.EDITOR.xpos",            "0"                     },
3911   { "steelwall_topleft.EDITOR.ypos",            "13"                    },
3912   { "steelwall_topright.EDITOR",                "RocksElements.png"     },
3913   { "steelwall_topright.EDITOR.xpos",           "1"                     },
3914   { "steelwall_topright.EDITOR.ypos",           "13"                    },
3915   { "steelwall_bottomleft.EDITOR",              "RocksElements.png"     },
3916   { "steelwall_bottomleft.EDITOR.xpos",         "2"                     },
3917   { "steelwall_bottomleft.EDITOR.ypos",         "13"                    },
3918   { "steelwall_bottomright.EDITOR",             "RocksElements.png"     },
3919   { "steelwall_bottomright.EDITOR.xpos",        "3"                     },
3920   { "steelwall_bottomright.EDITOR.ypos",        "13"                    },
3921   { "steelwall_horizontal.EDITOR",              "RocksElements.png"     },
3922   { "steelwall_horizontal.EDITOR.xpos",         "4"                     },
3923   { "steelwall_horizontal.EDITOR.ypos",         "13"                    },
3924   { "steelwall_vertical.EDITOR",                "RocksElements.png"     },
3925   { "steelwall_vertical.EDITOR.xpos",           "5"                     },
3926   { "steelwall_vertical.EDITOR.ypos",           "13"                    },
3927
3928   { "invisible_steelwall_topleft",              "RocksSP.png"           },
3929   { "invisible_steelwall_topleft.xpos",         "0"                     },
3930   { "invisible_steelwall_topleft.ypos",         "0"                     },
3931   { "invisible_steelwall_topleft.frames",       "1"                     },
3932   { "invisible_steelwall_topright",             "RocksSP.png"           },
3933   { "invisible_steelwall_topright.xpos",        "0"                     },
3934   { "invisible_steelwall_topright.ypos",        "0"                     },
3935   { "invisible_steelwall_topright.frames",      "1"                     },
3936   { "invisible_steelwall_bottomleft",           "RocksSP.png"           },
3937   { "invisible_steelwall_bottomleft.xpos",      "0"                     },
3938   { "invisible_steelwall_bottomleft.ypos",      "0"                     },
3939   { "invisible_steelwall_bottomleft.frames",    "1"                     },
3940   { "invisible_steelwall_bottomright",          "RocksSP.png"           },
3941   { "invisible_steelwall_bottomright.xpos",     "0"                     },
3942   { "invisible_steelwall_bottomright.ypos",     "0"                     },
3943   { "invisible_steelwall_bottomright.frames",   "1"                     },
3944   { "invisible_steelwall_horizontal",           "RocksSP.png"           },
3945   { "invisible_steelwall_horizontal.xpos",      "0"                     },
3946   { "invisible_steelwall_horizontal.ypos",      "0"                     },
3947   { "invisible_steelwall_horizontal.frames",    "1"                     },
3948   { "invisible_steelwall_vertical",             "RocksSP.png"           },
3949   { "invisible_steelwall_vertical.xpos",        "0"                     },
3950   { "invisible_steelwall_vertical.ypos",        "0"                     },
3951   { "invisible_steelwall_vertical.frames",      "1"                     },
3952
3953   { "invisible_steelwall_topleft.EDITOR",       "RocksElements.png"     },
3954   { "invisible_steelwall_topleft.EDITOR.xpos",  "6"                     },
3955   { "invisible_steelwall_topleft.EDITOR.ypos",  "13"                    },
3956   { "invisible_steelwall_topright.EDITOR",      "RocksElements.png"     },
3957   { "invisible_steelwall_topright.EDITOR.xpos", "7"                     },
3958   { "invisible_steelwall_topright.EDITOR.ypos", "13"                    },
3959   { "invisible_steelwall_bottomleft.EDITOR",    "RocksElements.png"     },
3960   { "invisible_steelwall_bottomleft.EDITOR.xpos","8"                    },
3961   { "invisible_steelwall_bottomleft.EDITOR.ypos","13"                   },
3962   { "invisible_steelwall_bottomright.EDITOR",   "RocksElements.png"     },
3963   { "invisible_steelwall_bottomright.EDITOR.xpos","9"                   },
3964   { "invisible_steelwall_bottomright.EDITOR.ypos","13"                  },
3965   { "invisible_steelwall_horizontal.EDITOR",    "RocksElements.png"     },
3966   { "invisible_steelwall_horizontal.EDITOR.xpos","10"                   },
3967   { "invisible_steelwall_horizontal.EDITOR.ypos","13"                   },
3968   { "invisible_steelwall_vertical.EDITOR",      "RocksElements.png"     },
3969   { "invisible_steelwall_vertical.EDITOR.xpos", "11"                    },
3970   { "invisible_steelwall_vertical.EDITOR.ypos", "13"                    },
3971
3972   { "arrow_left",                               "RocksDC.png"           },
3973   { "arrow_left.xpos",                          "8"                     },
3974   { "arrow_left.ypos",                          "8"                     },
3975   { "arrow_left.frames",                        "1"                     },
3976   { "arrow_right",                              "RocksDC.png"           },
3977   { "arrow_right.xpos",                         "9"                     },
3978   { "arrow_right.ypos",                         "8"                     },
3979   { "arrow_right.frames",                       "1"                     },
3980   { "arrow_up",                                 "RocksDC.png"           },
3981   { "arrow_up.xpos",                            "10"                    },
3982   { "arrow_up.ypos",                            "8"                     },
3983   { "arrow_up.frames",                          "1"                     },
3984   { "arrow_down",                               "RocksDC.png"           },
3985   { "arrow_down.xpos",                          "11"                    },
3986   { "arrow_down.ypos",                          "8"                     },
3987   { "arrow_down.frames",                        "1"                     },
3988
3989   { "unknown",                                  "RocksFontEM.png"       },
3990   { "unknown.xpos",                             "15"                    },
3991   { "unknown.ypos",                             "1"                     },
3992   { "unknown.frames",                           "1"                     },
3993
3994   { "trigger_element",                          "RocksDC.png"           },
3995   { "trigger_element.xpos",                     "15"                    },
3996   { "trigger_element.ypos",                     "14"                    },
3997   { "trigger_element.frames",                   "1"                     },
3998
3999   { "trigger_player",                           "RocksDC.png"           },
4000   { "trigger_player.xpos",                      "15"                    },
4001   { "trigger_player.ypos",                      "13"                    },
4002   { "trigger_player.frames",                    "1"                     },
4003
4004   { "trigger_ce_value",                         "RocksDC.png"           },
4005   { "trigger_ce_value.xpos",                    "15"                    },
4006   { "trigger_ce_value.ypos",                    "11"                    },
4007   { "trigger_ce_value.frames",                  "1"                     },
4008
4009   { "trigger_ce_score",                         "RocksDC.png"           },
4010   { "trigger_ce_score.xpos",                    "15"                    },
4011   { "trigger_ce_score.ypos",                    "12"                    },
4012   { "trigger_ce_score.frames",                  "1"                     },
4013
4014   { "current_ce_value",                         "RocksDC.png"           },
4015   { "current_ce_value.xpos",                    "14"                    },
4016   { "current_ce_value.ypos",                    "11"                    },
4017   { "current_ce_value.frames",                  "1"                     },
4018
4019   { "current_ce_score",                         "RocksDC.png"           },
4020   { "current_ce_score.xpos",                    "14"                    },
4021   { "current_ce_score.ypos",                    "12"                    },
4022   { "current_ce_score.frames",                  "1"                     },
4023
4024   { "prev_ce_1",                                "RocksMore.png"         },
4025   { "prev_ce_1.xpos",                           "0"                     },
4026   { "prev_ce_1.ypos",                           "7"                     },
4027   { "prev_ce_1.frames",                         "1"                     },
4028
4029   { "prev_ce_2",                                "RocksMore.png"         },
4030   { "prev_ce_2.xpos",                           "1"                     },
4031   { "prev_ce_2.ypos",                           "7"                     },
4032   { "prev_ce_2.frames",                         "1"                     },
4033
4034   { "prev_ce_3",                                "RocksMore.png"         },
4035   { "prev_ce_3.xpos",                           "2"                     },
4036   { "prev_ce_3.ypos",                           "7"                     },
4037   { "prev_ce_3.frames",                         "1"                     },
4038
4039   { "prev_ce_4",                                "RocksMore.png"         },
4040   { "prev_ce_4.xpos",                           "3"                     },
4041   { "prev_ce_4.ypos",                           "7"                     },
4042   { "prev_ce_4.frames",                         "1"                     },
4043
4044   { "prev_ce_5",                                "RocksMore.png"         },
4045   { "prev_ce_5.xpos",                           "4"                     },
4046   { "prev_ce_5.ypos",                           "7"                     },
4047   { "prev_ce_5.frames",                         "1"                     },
4048
4049   { "prev_ce_6",                                "RocksMore.png"         },
4050   { "prev_ce_6.xpos",                           "5"                     },
4051   { "prev_ce_6.ypos",                           "7"                     },
4052   { "prev_ce_6.frames",                         "1"                     },
4053
4054   { "prev_ce_7",                                "RocksMore.png"         },
4055   { "prev_ce_7.xpos",                           "6"                     },
4056   { "prev_ce_7.ypos",                           "7"                     },
4057   { "prev_ce_7.frames",                         "1"                     },
4058
4059   { "prev_ce_8",                                "RocksMore.png"         },
4060   { "prev_ce_8.xpos",                           "7"                     },
4061   { "prev_ce_8.ypos",                           "7"                     },
4062   { "prev_ce_8.frames",                         "1"                     },
4063
4064   { "next_ce_1",                                "RocksMore.png"         },
4065   { "next_ce_1.xpos",                           "0"                     },
4066   { "next_ce_1.ypos",                           "8"                     },
4067   { "next_ce_1.frames",                         "1"                     },
4068
4069   { "next_ce_2",                                "RocksMore.png"         },
4070   { "next_ce_2.xpos",                           "1"                     },
4071   { "next_ce_2.ypos",                           "8"                     },
4072   { "next_ce_2.frames",                         "1"                     },
4073
4074   { "next_ce_3",                                "RocksMore.png"         },
4075   { "next_ce_3.xpos",                           "2"                     },
4076   { "next_ce_3.ypos",                           "8"                     },
4077   { "next_ce_3.frames",                         "1"                     },
4078
4079   { "next_ce_4",                                "RocksMore.png"         },
4080   { "next_ce_4.xpos",                           "3"                     },
4081   { "next_ce_4.ypos",                           "8"                     },
4082   { "next_ce_4.frames",                         "1"                     },
4083
4084   { "next_ce_5",                                "RocksMore.png"         },
4085   { "next_ce_5.xpos",                           "4"                     },
4086   { "next_ce_5.ypos",                           "8"                     },
4087   { "next_ce_5.frames",                         "1"                     },
4088
4089   { "next_ce_6",                                "RocksMore.png"         },
4090   { "next_ce_6.xpos",                           "5"                     },
4091   { "next_ce_6.ypos",                           "8"                     },
4092   { "next_ce_6.frames",                         "1"                     },
4093
4094   { "next_ce_7",                                "RocksMore.png"         },
4095   { "next_ce_7.xpos",                           "6"                     },
4096   { "next_ce_7.ypos",                           "8"                     },
4097   { "next_ce_7.frames",                         "1"                     },
4098
4099   { "next_ce_8",                                "RocksMore.png"         },
4100   { "next_ce_8.xpos",                           "7"                     },
4101   { "next_ce_8.ypos",                           "8"                     },
4102   { "next_ce_8.frames",                         "1"                     },
4103
4104   { "self",                                     "RocksMore.png"         },
4105   { "self.xpos",                                "8"                     },
4106   { "self.ypos",                                "7"                     },
4107   { "self.frames",                              "1"                     },
4108
4109   { "any_element",                              "RocksMore.png"         },
4110   { "any_element.xpos",                         "9"                     },
4111   { "any_element.ypos",                         "7"                     },
4112   { "any_element.frames",                       "1"                     },
4113
4114   { "emc_key_5",                                "RocksEMC.png"          },
4115   { "emc_key_5.xpos",                           "0"                     },
4116   { "emc_key_5.ypos",                           "5"                     },
4117   { "emc_key_5.frames",                         "1"                     },
4118   { "emc_key_5.collecting",                     "RocksCollect.png"      },
4119   { "emc_key_5.collecting.xpos",                "7"                     },
4120   { "emc_key_5.collecting.ypos",                "12"                    },
4121   { "emc_key_5.collecting.frames",              "7"                     },
4122   { "emc_key_5.collecting.anim_mode",           "linear"                },
4123   { "emc_key_6",                                "RocksEMC.png"          },
4124   { "emc_key_6.xpos",                           "1"                     },
4125   { "emc_key_6.ypos",                           "5"                     },
4126   { "emc_key_6.frames",                         "1"                     },
4127   { "emc_key_6.collecting",                     "RocksCollect.png"      },
4128   { "emc_key_6.collecting.xpos",                "7"                     },
4129   { "emc_key_6.collecting.ypos",                "13"                    },
4130   { "emc_key_6.collecting.frames",              "7"                     },
4131   { "emc_key_6.collecting.anim_mode",           "linear"                },
4132   { "emc_key_7",                                "RocksEMC.png"          },
4133   { "emc_key_7.xpos",                           "2"                     },
4134   { "emc_key_7.ypos",                           "5"                     },
4135   { "emc_key_7.frames",                         "1"                     },
4136   { "emc_key_7.collecting",                     "RocksCollect.png"      },
4137   { "emc_key_7.collecting.xpos",                "7"                     },
4138   { "emc_key_7.collecting.ypos",                "14"                    },
4139   { "emc_key_7.collecting.frames",              "7"                     },
4140   { "emc_key_7.collecting.anim_mode",           "linear"                },
4141   { "emc_key_8",                                "RocksEMC.png"          },
4142   { "emc_key_8.xpos",                           "3"                     },
4143   { "emc_key_8.ypos",                           "5"                     },
4144   { "emc_key_8.frames",                         "1"                     },
4145   { "emc_key_8.collecting",                     "RocksCollect.png"      },
4146   { "emc_key_8.collecting.xpos",                "7"                     },
4147   { "emc_key_8.collecting.ypos",                "15"                    },
4148   { "emc_key_8.collecting.frames",              "7"                     },
4149   { "emc_key_8.collecting.anim_mode",           "linear"                },
4150
4151   { "emc_gate_5",                               "RocksEMC.png"          },
4152   { "emc_gate_5.xpos",                          "0"                     },
4153   { "emc_gate_5.ypos",                          "6"                     },
4154   { "emc_gate_5.frames",                        "1"                     },
4155   { "emc_gate_6",                               "RocksEMC.png"          },
4156   { "emc_gate_6.xpos",                          "1"                     },
4157   { "emc_gate_6.ypos",                          "6"                     },
4158   { "emc_gate_6.frames",                        "1"                     },
4159   { "emc_gate_7",                               "RocksEMC.png"          },
4160   { "emc_gate_7.xpos",                          "2"                     },
4161   { "emc_gate_7.ypos",                          "6"                     },
4162   { "emc_gate_7.frames",                        "1"                     },
4163   { "emc_gate_8",                               "RocksEMC.png"          },
4164   { "emc_gate_8.xpos",                          "3"                     },
4165   { "emc_gate_8.ypos",                          "6"                     },
4166   { "emc_gate_8.frames",                        "1"                     },
4167   { "emc_gate_5_gray",                          "RocksEMC.png"          },
4168   { "emc_gate_5_gray.xpos",                     "4"                     },
4169   { "emc_gate_5_gray.ypos",                     "7"                     },
4170   { "emc_gate_5_gray.frames",                   "1"                     },
4171   { "emc_gate_5_gray.EDITOR",                   "RocksEMC.png"          },
4172   { "emc_gate_5_gray.EDITOR.xpos",              "0"                     },
4173   { "emc_gate_5_gray.EDITOR.ypos",              "7"                     },
4174   { "emc_gate_5_gray.active",                   "RocksEMC.png"          },
4175   { "emc_gate_5_gray.active.xpos",              "0"                     },
4176   { "emc_gate_5_gray.active.ypos",              "6"                     },
4177   { "emc_gate_5_gray.active.frames",            "1"                     },
4178   { "emc_gate_6_gray",                          "RocksEMC.png"          },
4179   { "emc_gate_6_gray.xpos",                     "4"                     },
4180   { "emc_gate_6_gray.ypos",                     "7"                     },
4181   { "emc_gate_6_gray.frames",                   "1"                     },
4182   { "emc_gate_6_gray.EDITOR",                   "RocksEMC.png"          },
4183   { "emc_gate_6_gray.EDITOR.xpos",              "1"                     },
4184   { "emc_gate_6_gray.EDITOR.ypos",              "7"                     },
4185   { "emc_gate_6_gray.active",                   "RocksEMC.png"          },
4186   { "emc_gate_6_gray.active.xpos",              "1"                     },
4187   { "emc_gate_6_gray.active.ypos",              "6"                     },
4188   { "emc_gate_6_gray.active.frames",            "1"                     },
4189   { "emc_gate_7_gray",                          "RocksEMC.png"          },
4190   { "emc_gate_7_gray.xpos",                     "4"                     },
4191   { "emc_gate_7_gray.ypos",                     "7"                     },
4192   { "emc_gate_7_gray.frames",                   "1"                     },
4193   { "emc_gate_7_gray.EDITOR",                   "RocksEMC.png"          },
4194   { "emc_gate_7_gray.EDITOR.xpos",              "2"                     },
4195   { "emc_gate_7_gray.EDITOR.ypos",              "7"                     },
4196   { "emc_gate_7_gray.active",                   "RocksEMC.png"          },
4197   { "emc_gate_7_gray.active.xpos",              "2"                     },
4198   { "emc_gate_7_gray.active.ypos",              "6"                     },
4199   { "emc_gate_7_gray.active.frames",            "1"                     },
4200   { "emc_gate_8_gray",                          "RocksEMC.png"          },
4201   { "emc_gate_8_gray.xpos",                     "4"                     },
4202   { "emc_gate_8_gray.ypos",                     "7"                     },
4203   { "emc_gate_8_gray.frames",                   "1"                     },
4204   { "emc_gate_8_gray.EDITOR",                   "RocksEMC.png"          },
4205   { "emc_gate_8_gray.EDITOR.xpos",              "3"                     },
4206   { "emc_gate_8_gray.EDITOR.ypos",              "7"                     },
4207   { "emc_gate_8_gray.active",                   "RocksEMC.png"          },
4208   { "emc_gate_8_gray.active.xpos",              "3"                     },
4209   { "emc_gate_8_gray.active.ypos",              "6"                     },
4210   { "emc_gate_8_gray.active.frames",            "1"                     },
4211
4212   { "emc_android",                              "RocksEMC.png"          },
4213   { "emc_android.xpos",                         "0"                     },
4214   { "emc_android.ypos",                         "8"                     },
4215   { "emc_android.frames",                       "8"                     },
4216   { "emc_android.delay",                        "2"                     },
4217
4218   { "emc_android.shrinking.upleft",             "RocksEMC.png"          },
4219   { "emc_android.shrinking.upleft.xpos",        "1"                     },
4220   { "emc_android.shrinking.upleft.ypos",        "11"                    },
4221   { "emc_android.shrinking.upleft.frames",      "8"                     },
4222   { "emc_android.shrinking.upleft.anim_mode",   "linear"                },
4223
4224   { "emc_android.growing.downright",            "RocksEMC.png"          },
4225   { "emc_android.growing.downright.xpos",       "0"                     },
4226   { "emc_android.growing.downright.ypos",       "11"                    },
4227   { "emc_android.growing.downright.frames",     "8"                     },
4228   { "emc_android.growing.downright.anim_mode",  "linear,reverse"        },
4229
4230   { "emc_android.shrinking.downleft",           "RocksEMC.png"          },
4231   { "emc_android.shrinking.downleft.xpos",      "1"                     },
4232   { "emc_android.shrinking.downleft.ypos",      "12"                    },
4233   { "emc_android.shrinking.downleft.frames",    "8"                     },
4234   { "emc_android.shrinking.downleft.anim_mode", "linear"                },
4235
4236   { "emc_android.growing.upright",              "RocksEMC.png"          },
4237   { "emc_android.growing.upright.xpos",         "0"                     },
4238   { "emc_android.growing.upright.ypos",         "12"                    },
4239   { "emc_android.growing.upright.frames",       "8"                     },
4240   { "emc_android.growing.upright.anim_mode",    "linear,reverse"        },
4241
4242   { "emc_android.shrinking.upright",            "RocksEMC.png"          },
4243   { "emc_android.shrinking.upright.xpos",       "1"                     },
4244   { "emc_android.shrinking.upright.ypos",       "13"                    },
4245   { "emc_android.shrinking.upright.frames",     "8"                     },
4246   { "emc_android.shrinking.upright.anim_mode",  "linear"                },
4247
4248   { "emc_android.growing.downleft",             "RocksEMC.png"          },
4249   { "emc_android.growing.downleft.xpos",        "0"                     },
4250   { "emc_android.growing.downleft.ypos",        "13"                    },
4251   { "emc_android.growing.downleft.frames",      "8"                     },
4252   { "emc_android.growing.downleft.anim_mode",   "linear,reverse"        },
4253
4254   { "emc_android.shrinking.downright",          "RocksEMC.png"          },
4255   { "emc_android.shrinking.downright.xpos",     "1"                     },
4256   { "emc_android.shrinking.downright.ypos",     "14"                    },
4257   { "emc_android.shrinking.downright.frames",   "8"                     },
4258   { "emc_android.shrinking.downright.anim_mode","linear"                },
4259
4260   { "emc_android.growing.upleft",               "RocksEMC.png"          },
4261   { "emc_android.growing.upleft.xpos",          "0"                     },
4262   { "emc_android.growing.upleft.ypos",          "14"                    },
4263   { "emc_android.growing.upleft.frames",        "8"                     },
4264   { "emc_android.growing.upleft.anim_mode",     "linear,reverse"        },
4265
4266   { "emc_grass",                                "RocksEMC.png"          },
4267   { "emc_grass.xpos",                           "0"                     },
4268   { "emc_grass.ypos",                           "4"                     },
4269   { "emc_grass.frames",                         "1"                     },
4270   { "emc_grass.CRUMBLED",                       "RocksEMC.png"          },
4271   { "emc_grass.CRUMBLED.xpos",                  "1"                     },
4272   { "emc_grass.CRUMBLED.ypos",                  "4"                     },
4273   { "emc_grass.CRUMBLED.frames",                "1"                     },
4274   { "emc_grass.digging.left",                   "RocksEMC.png"          },
4275   { "emc_grass.digging.left.xpos",              "6"                     },
4276   { "emc_grass.digging.left.ypos",              "0"                     },
4277   { "emc_grass.digging.left.frames",            "3"                     },
4278   { "emc_grass.digging.left.delay",             "2"                     },
4279   { "emc_grass.digging.left.anim_mode",         "linear"                },
4280   { "emc_grass.digging.right",                  "RocksEMC.png"          },
4281   { "emc_grass.digging.right.xpos",             "9"                     },
4282   { "emc_grass.digging.right.ypos",             "0"                     },
4283   { "emc_grass.digging.right.frames",           "3"                     },
4284   { "emc_grass.digging.right.delay",            "2"                     },
4285   { "emc_grass.digging.right.anim_mode",        "linear"                },
4286   { "emc_grass.digging.up",                     "RocksEMC.png"          },
4287   { "emc_grass.digging.up.xpos",                "0"                     },
4288   { "emc_grass.digging.up.ypos",                "0"                     },
4289   { "emc_grass.digging.up.frames",              "3"                     },
4290   { "emc_grass.digging.up.delay",               "2"                     },
4291   { "emc_grass.digging.up.anim_mode",           "linear"                },
4292   { "emc_grass.digging.down",                   "RocksEMC.png"          },
4293   { "emc_grass.digging.down.xpos",              "3"                     },
4294   { "emc_grass.digging.down.ypos",              "0"                     },
4295   { "emc_grass.digging.down.frames",            "3"                     },
4296   { "emc_grass.digging.down.delay",             "2"                     },
4297   { "emc_grass.digging.down.anim_mode",         "linear"                },
4298   { "emc_grass.digging.left.CRUMBLED",          "RocksEMC.png"          },
4299   { "emc_grass.digging.left.CRUMBLED.xpos",     "6"                     },
4300   { "emc_grass.digging.left.CRUMBLED.ypos",     "1"                     },
4301   { "emc_grass.digging.left.CRUMBLED.frames",   "3"                     },
4302   { "emc_grass.digging.left.CRUMBLED.delay",    "2"                     },
4303   { "emc_grass.digging.left.CRUMBLED.anim_mode","linear"                },
4304   { "emc_grass.digging.right.CRUMBLED",         "RocksEMC.png"          },
4305   { "emc_grass.digging.right.CRUMBLED.xpos",    "9"                     },
4306   { "emc_grass.digging.right.CRUMBLED.ypos",    "1"                     },
4307   { "emc_grass.digging.right.CRUMBLED.frames",  "3"                     },
4308   { "emc_grass.digging.right.CRUMBLED.delay",   "2"                     },
4309   { "emc_grass.digging.right.CRUMBLED.anim_mode","linear"               },
4310   { "emc_grass.digging.up.CRUMBLED",            "RocksEMC.png"          },
4311   { "emc_grass.digging.up.CRUMBLED.xpos",       "0"                     },
4312   { "emc_grass.digging.up.CRUMBLED.ypos",       "1"                     },
4313   { "emc_grass.digging.up.CRUMBLED.frames",     "3"                     },
4314   { "emc_grass.digging.up.CRUMBLED.delay",      "2"                     },
4315   { "emc_grass.digging.up.CRUMBLED.anim_mode",  "linear"                },
4316   { "emc_grass.digging.down.CRUMBLED",          "RocksEMC.png"          },
4317   { "emc_grass.digging.down.CRUMBLED.xpos",     "3"                     },
4318   { "emc_grass.digging.down.CRUMBLED.ypos",     "1"                     },
4319   { "emc_grass.digging.down.CRUMBLED.frames",   "3"                     },
4320   { "emc_grass.digging.down.CRUMBLED.delay",    "2"                     },
4321   { "emc_grass.digging.down.CRUMBLED.anim_mode","linear"                },
4322
4323   { "emc_magic_ball",                           "RocksEMC.png"          },
4324   { "emc_magic_ball.xpos",                      "0"                     },
4325   { "emc_magic_ball.ypos",                      "9"                     },
4326   { "emc_magic_ball.frames",                    "1"                     },
4327   { "emc_magic_ball.active",                    "RocksEMC.png"          },
4328   { "emc_magic_ball.active.xpos",               "0"                     },
4329   { "emc_magic_ball.active.ypos",               "9"                     },
4330   { "emc_magic_ball.active.frames",             "16"                    },
4331   { "emc_magic_ball.active.frames_per_line",    "8"                     },
4332   { "emc_magic_ball.dropping",                  "RocksElements.png"     },
4333   { "emc_magic_ball.dropping.xpos",             "0"                     },
4334   { "emc_magic_ball.dropping.ypos",             "4"                     },
4335   { "emc_magic_ball.dropping.frames",           "8"                     },
4336   { "emc_magic_ball.dropping.anim_mode",        "linear"                },
4337
4338   { "emc_magic_ball_switch",                    "RocksEMC.png"          },
4339   { "emc_magic_ball_switch.xpos",               "8"                     },
4340   { "emc_magic_ball_switch.ypos",               "10"                    },
4341   { "emc_magic_ball_switch.frames",             "1"                     },
4342   { "emc_magic_ball_switch.active",             "RocksEMC.png"          },
4343   { "emc_magic_ball_switch.active.xpos",        "8"                     },
4344   { "emc_magic_ball_switch.active.ypos",        "9"                     },
4345   { "emc_magic_ball_switch.active.frames",      "1"                     },
4346
4347   { "emc_spring_bumper",                        "RocksEMC.png"          },
4348   { "emc_spring_bumper.xpos",                   "8"                     },
4349   { "emc_spring_bumper.ypos",                   "4"                     },
4350   { "emc_spring_bumper.frames",                 "1"                     },
4351
4352   { "emc_spring_bumper.active",                 "RocksEMC.png"          },
4353   { "emc_spring_bumper.active.xpos",            "8"                     },
4354   { "emc_spring_bumper.active.ypos",            "4"                     },
4355   { "emc_spring_bumper.active.frames",          "4"                     },
4356   { "emc_spring_bumper.active.anim_mode",       "pingpong2"             },
4357
4358   { "emc_plant",                                "RocksEMC.png"          },
4359   { "emc_plant.xpos",                           "4"                     },
4360   { "emc_plant.ypos",                           "4"                     },
4361   { "emc_plant.frames",                         "1"                     },
4362   { "emc_plant.CRUMBLED",                       "RocksEMC.png"          },
4363   { "emc_plant.CRUMBLED.xpos",                  "5"                     },
4364   { "emc_plant.CRUMBLED.ypos",                  "4"                     },
4365   { "emc_plant.CRUMBLED.frames",                "1"                     },
4366
4367   { "emc_lenses",                               "RocksEMC.png"          },
4368   { "emc_lenses.xpos",                          "6"                     },
4369   { "emc_lenses.ypos",                          "4"                     },
4370   { "emc_lenses.frames",                        "1"                     },
4371   { "emc_lenses.collecting",                    "RocksCollect.png"      },
4372   { "emc_lenses.collecting.xpos",               "7"                     },
4373   { "emc_lenses.collecting.ypos",               "16"                    },
4374   { "emc_lenses.collecting.frames",             "7"                     },
4375   { "emc_lenses.collecting.anim_mode",          "linear"                },
4376
4377   { "emc_magnifier",                            "RocksEMC.png"          },
4378   { "emc_magnifier.xpos",                       "7"                     },
4379   { "emc_magnifier.ypos",                       "4"                     },
4380   { "emc_magnifier.frames",                     "1"                     },
4381   { "emc_magnifier.collecting",                 "RocksCollect.png"      },
4382   { "emc_magnifier.collecting.xpos",            "7"                     },
4383   { "emc_magnifier.collecting.ypos",            "17"                    },
4384   { "emc_magnifier.collecting.frames",          "7"                     },
4385   { "emc_magnifier.collecting.anim_mode",       "linear"                },
4386
4387   { "emc_wall_9",                               "RocksEMC.png"          },
4388   { "emc_wall_9.xpos",                          "10"                    },
4389   { "emc_wall_9.ypos",                          "5"                     },
4390   { "emc_wall_9.frames",                        "1"                     },
4391   { "emc_wall_10",                              "RocksEMC.png"          },
4392   { "emc_wall_10.xpos",                         "10"                    },
4393   { "emc_wall_10.ypos",                         "6"                     },
4394   { "emc_wall_10.frames",                       "1"                     },
4395   { "emc_wall_11",                              "RocksEMC.png"          },
4396   { "emc_wall_11.xpos",                         "11"                    },
4397   { "emc_wall_11.ypos",                         "5"                     },
4398   { "emc_wall_11.frames",                       "1"                     },
4399   { "emc_wall_12",                              "RocksEMC.png"          },
4400   { "emc_wall_12.xpos",                         "11"                    },
4401   { "emc_wall_12.ypos",                         "6"                     },
4402   { "emc_wall_12.frames",                       "1"                     },
4403   { "emc_wall_13",                              "RocksEMC.png"          },
4404   { "emc_wall_13.xpos",                         "10"                    },
4405   { "emc_wall_13.ypos",                         "7"                     },
4406   { "emc_wall_13.frames",                       "1"                     },
4407   { "emc_wall_14",                              "RocksEMC.png"          },
4408   { "emc_wall_14.xpos",                         "10"                    },
4409   { "emc_wall_14.ypos",                         "8"                     },
4410   { "emc_wall_14.frames",                       "1"                     },
4411   { "emc_wall_15",                              "RocksEMC.png"          },
4412   { "emc_wall_15.xpos",                         "10"                    },
4413   { "emc_wall_15.ypos",                         "9"                     },
4414   { "emc_wall_15.frames",                       "1"                     },
4415   { "emc_wall_16",                              "RocksEMC.png"          },
4416   { "emc_wall_16.xpos",                         "10"                    },
4417   { "emc_wall_16.ypos",                         "10"                    },
4418   { "emc_wall_16.frames",                       "1"                     },
4419
4420   { "emc_wall_slippery_1",                      "RocksEMC.png"          },
4421   { "emc_wall_slippery_1.xpos",                 "11"                    },
4422   { "emc_wall_slippery_1.ypos",                 "7"                     },
4423   { "emc_wall_slippery_1.frames",               "1"                     },
4424   { "emc_wall_slippery_2",                      "RocksEMC.png"          },
4425   { "emc_wall_slippery_2.xpos",                 "11"                    },
4426   { "emc_wall_slippery_2.ypos",                 "8"                     },
4427   { "emc_wall_slippery_2.frames",               "1"                     },
4428   { "emc_wall_slippery_3",                      "RocksEMC.png"          },
4429   { "emc_wall_slippery_3.xpos",                 "11"                    },
4430   { "emc_wall_slippery_3.ypos",                 "9"                     },
4431   { "emc_wall_slippery_3.frames",               "1"                     },
4432   { "emc_wall_slippery_4",                      "RocksEMC.png"          },
4433   { "emc_wall_slippery_4.xpos",                 "11"                    },
4434   { "emc_wall_slippery_4.ypos",                 "10"                    },
4435   { "emc_wall_slippery_4.frames",               "1"                     },
4436
4437   { "emc_fake_grass",                           "RocksEMC.png"          },
4438   { "emc_fake_grass.xpos",                      "0"                     },
4439   { "emc_fake_grass.ypos",                      "4"                     },
4440   { "emc_fake_grass.frames",                    "1"                     },
4441   { "emc_fake_grass.CRUMBLED",                  "RocksEMC.png"          },
4442   { "emc_fake_grass.CRUMBLED.xpos",             "1"                     },
4443   { "emc_fake_grass.CRUMBLED.ypos",             "4"                     },
4444   { "emc_fake_grass.CRUMBLED.frames",           "1"                     },
4445   { "emc_fake_grass.active",                    "RocksEMC.png"          },
4446   { "emc_fake_grass.active.xpos",               "2"                     },
4447   { "emc_fake_grass.active.ypos",               "4"                     },
4448   { "emc_fake_grass.active.frames",             "1"                     },
4449   { "emc_fake_grass.active.CRUMBLED",           "RocksEMC.png"          },
4450   { "emc_fake_grass.active.CRUMBLED.xpos",      "3"                     },
4451   { "emc_fake_grass.active.CRUMBLED.ypos",      "4"                     },
4452   { "emc_fake_grass.active.CRUMBLED.frames",    "1"                     },
4453   { "emc_fake_grass.EDITOR",                    "RocksEMC.png"          },
4454   { "emc_fake_grass.EDITOR.xpos",               "2"                     },
4455   { "emc_fake_grass.EDITOR.ypos",               "4"                     },
4456   { "emc_fake_grass.EDITOR.frames",             "1"                     },
4457
4458   { "emc_fake_acid",                            "RocksElements.png"     },
4459   { "emc_fake_acid.xpos",                       "12"                    },
4460   { "emc_fake_acid.ypos",                       "7"                     },
4461   { "emc_fake_acid.frames",                     "4"                     },
4462   { "emc_fake_acid.delay",                      "10"                    },
4463   { "emc_fake_acid.global_sync",                "true"                  },
4464
4465   { "emc_dripper",                              "RocksSP.png"           },
4466   { "emc_dripper.xpos",                         "0"                     },
4467   { "emc_dripper.ypos",                         "0"                     },
4468   { "emc_dripper.frames",                       "1"                     },
4469   { "emc_dripper.EDITOR",                       "RocksEMC.png"          },
4470   { "emc_dripper.EDITOR.xpos",                  "8"                     },
4471   { "emc_dripper.EDITOR.ypos",                  "8"                     },
4472   { "emc_dripper.active",                       "RocksEMC.png"          },
4473   { "emc_dripper.active.xpos",                  "8"                     },
4474   { "emc_dripper.active.ypos",                  "8"                     },
4475   { "emc_dripper.active.frames",                "1"                     },
4476
4477   { "mm_mcduffin",                              "RocksMM.png"           },
4478   { "mm_mcduffin.xpos",                         "4"                     },
4479   { "mm_mcduffin.ypos",                         "1"                     },
4480   { "mm_mcduffin.frames",                       "4"                     },
4481   { "mm_mcduffin.delay",                        "8"                     },
4482   { "mm_mcduffin.right",                        "RocksMM.png"           },
4483   { "mm_mcduffin.right.xpos",                   "4"                     },
4484   { "mm_mcduffin.right.ypos",                   "1"                     },
4485   { "mm_mcduffin.right.frames",                 "1"                     },
4486   { "mm_mcduffin.up",                           "RocksMM.png"           },
4487   { "mm_mcduffin.up.xpos",                      "5"                     },
4488   { "mm_mcduffin.up.ypos",                      "1"                     },
4489   { "mm_mcduffin.up.frames",                    "1"                     },
4490   { "mm_mcduffin.left",                         "RocksMM.png"           },
4491   { "mm_mcduffin.left.xpos",                    "6"                     },
4492   { "mm_mcduffin.left.ypos",                    "1"                     },
4493   { "mm_mcduffin.left.frames",                  "1"                     },
4494   { "mm_mcduffin.down",                         "RocksMM.png"           },
4495   { "mm_mcduffin.down.xpos",                    "7"                     },
4496   { "mm_mcduffin.down.ypos",                    "1"                     },
4497   { "mm_mcduffin.down.frames",                  "1"                     },
4498
4499   { "mm_exit_closed",                           "RocksMM.png"           },
4500   { "mm_exit_closed.xpos",                      "8"                     },
4501   { "mm_exit_closed.ypos",                      "1"                     },
4502   { "mm_exit_closed.frames",                    "1"                     },
4503   { "mm_exit.opening",                          "RocksMM.png"           },
4504   { "mm_exit.opening.xpos",                     "8"                     },
4505   { "mm_exit.opening.ypos",                     "1"                     },
4506   { "mm_exit.opening.frames",                   "4"                     },
4507   { "mm_exit.opening.delay",                    "6"                     },
4508   { "mm_exit.opening.anim_mode",                "linear"                },
4509   { "mm_exit_open",                             "RocksMM.png"           },
4510   { "mm_exit_open.xpos",                        "11"                    },
4511   { "mm_exit_open.ypos",                        "1"                     },
4512   { "mm_exit_open.frames",                      "1"                     },
4513   { "mm_exit.closing",                          "RocksMM.png"           },
4514   { "mm_exit.closing.xpos",                     "8"                     },
4515   { "mm_exit.closing.ypos",                     "1"                     },
4516   { "mm_exit.closing.frames",                   "4"                     },
4517   { "mm_exit.closing.delay",                    "6"                     },
4518   { "mm_exit.closing.anim_mode",                "linear,reverse"        },
4519
4520   { "mm_mirror_1",                              "RocksMM.png"           },
4521   { "mm_mirror_1.xpos",                         "0"                     },
4522   { "mm_mirror_1.ypos",                         "0"                     },
4523   { "mm_mirror_1.frames",                       "1"                     },
4524   { "mm_mirror_2",                              "RocksMM.png"           },
4525   { "mm_mirror_2.xpos",                         "1"                     },
4526   { "mm_mirror_2.ypos",                         "0"                     },
4527   { "mm_mirror_2.frames",                       "1"                     },
4528   { "mm_mirror_3",                              "RocksMM.png"           },
4529   { "mm_mirror_3.xpos",                         "2"                     },
4530   { "mm_mirror_3.ypos",                         "0"                     },
4531   { "mm_mirror_3.frames",                       "1"                     },
4532   { "mm_mirror_4",                              "RocksMM.png"           },
4533   { "mm_mirror_4.xpos",                         "3"                     },
4534   { "mm_mirror_4.ypos",                         "0"                     },
4535   { "mm_mirror_4.frames",                       "1"                     },
4536   { "mm_mirror_5",                              "RocksMM.png"           },
4537   { "mm_mirror_5.xpos",                         "4"                     },
4538   { "mm_mirror_5.ypos",                         "0"                     },
4539   { "mm_mirror_5.frames",                       "1"                     },
4540   { "mm_mirror_6",                              "RocksMM.png"           },
4541   { "mm_mirror_6.xpos",                         "5"                     },
4542   { "mm_mirror_6.ypos",                         "0"                     },
4543   { "mm_mirror_6.frames",                       "1"                     },
4544   { "mm_mirror_7",                              "RocksMM.png"           },
4545   { "mm_mirror_7.xpos",                         "6"                     },
4546   { "mm_mirror_7.ypos",                         "0"                     },
4547   { "mm_mirror_7.frames",                       "1"                     },
4548   { "mm_mirror_8",                              "RocksMM.png"           },
4549   { "mm_mirror_8.xpos",                         "7"                     },
4550   { "mm_mirror_8.ypos",                         "0"                     },
4551   { "mm_mirror_8.frames",                       "1"                     },
4552   { "mm_mirror_9",                              "RocksMM.png"           },
4553   { "mm_mirror_9.xpos",                         "8"                     },
4554   { "mm_mirror_9.ypos",                         "0"                     },
4555   { "mm_mirror_9.frames",                       "1"                     },
4556   { "mm_mirror_10",                             "RocksMM.png"           },
4557   { "mm_mirror_10.xpos",                        "9"                     },
4558   { "mm_mirror_10.ypos",                        "0"                     },
4559   { "mm_mirror_10.frames",                      "1"                     },
4560   { "mm_mirror_11",                             "RocksMM.png"           },
4561   { "mm_mirror_11.xpos",                        "10"                    },
4562   { "mm_mirror_11.ypos",                        "0"                     },
4563   { "mm_mirror_11.frames",                      "1"                     },
4564   { "mm_mirror_12",                             "RocksMM.png"           },
4565   { "mm_mirror_12.xpos",                        "11"                    },
4566   { "mm_mirror_12.ypos",                        "0"                     },
4567   { "mm_mirror_12.frames",                      "1"                     },
4568   { "mm_mirror_13",                             "RocksMM.png"           },
4569   { "mm_mirror_13.xpos",                        "12"                    },
4570   { "mm_mirror_13.ypos",                        "0"                     },
4571   { "mm_mirror_13.frames",                      "1"                     },
4572   { "mm_mirror_14",                             "RocksMM.png"           },
4573   { "mm_mirror_14.xpos",                        "13"                    },
4574   { "mm_mirror_14.ypos",                        "0"                     },
4575   { "mm_mirror_14.frames",                      "1"                     },
4576   { "mm_mirror_15",                             "RocksMM.png"           },
4577   { "mm_mirror_15.xpos",                        "14"                    },
4578   { "mm_mirror_15.ypos",                        "0"                     },
4579   { "mm_mirror_15.frames",                      "1"                     },
4580   { "mm_mirror_16",                             "RocksMM.png"           },
4581   { "mm_mirror_16.xpos",                        "15"                    },
4582   { "mm_mirror_16.ypos",                        "0"                     },
4583   { "mm_mirror_16.frames",                      "1"                     },
4584
4585   { "mm_mirror_fixed_1",                        "RocksMM.png"           },
4586   { "mm_mirror_fixed_1.xpos",                   "4"                     },
4587   { "mm_mirror_fixed_1.ypos",                   "6"                     },
4588   { "mm_mirror_fixed_1.frames",                 "1"                     },
4589   { "mm_mirror_fixed_2",                        "RocksMM.png"           },
4590   { "mm_mirror_fixed_2.xpos",                   "5"                     },
4591   { "mm_mirror_fixed_2.ypos",                   "6"                     },
4592   { "mm_mirror_fixed_2.frames",                 "1"                     },
4593   { "mm_mirror_fixed_3",                        "RocksMM.png"           },
4594   { "mm_mirror_fixed_3.xpos",                   "6"                     },
4595   { "mm_mirror_fixed_3.ypos",                   "6"                     },
4596   { "mm_mirror_fixed_3.frames",                 "1"                     },
4597   { "mm_mirror_fixed_4",                        "RocksMM.png"           },
4598   { "mm_mirror_fixed_4.xpos",                   "7"                     },
4599   { "mm_mirror_fixed_4.ypos",                   "6"                     },
4600   { "mm_mirror_fixed_4.frames",                 "1"                     },
4601
4602   { "mm_steel_grid_fixed_1",                    "RocksMM.png"           },
4603   { "mm_steel_grid_fixed_1.xpos",               "0"                     },
4604   { "mm_steel_grid_fixed_1.ypos",               "1"                     },
4605   { "mm_steel_grid_fixed_1.frames",             "1"                     },
4606   { "mm_steel_grid_fixed_2",                    "RocksMM.png"           },
4607   { "mm_steel_grid_fixed_2.xpos",               "1"                     },
4608   { "mm_steel_grid_fixed_2.ypos",               "1"                     },
4609   { "mm_steel_grid_fixed_2.frames",             "1"                     },
4610   { "mm_steel_grid_fixed_3",                    "RocksMM.png"           },
4611   { "mm_steel_grid_fixed_3.xpos",               "2"                     },
4612   { "mm_steel_grid_fixed_3.ypos",               "1"                     },
4613   { "mm_steel_grid_fixed_3.frames",             "1"                     },
4614   { "mm_steel_grid_fixed_4",                    "RocksMM.png"           },
4615   { "mm_steel_grid_fixed_4.xpos",               "3"                     },
4616   { "mm_steel_grid_fixed_4.ypos",               "1"                     },
4617   { "mm_steel_grid_fixed_4.frames",             "1"                     },
4618
4619   { "mm_wooden_grid_fixed_1",                   "RocksMM.png"           },
4620   { "mm_wooden_grid_fixed_1.xpos",              "12"                    },
4621   { "mm_wooden_grid_fixed_1.ypos",              "6"                     },
4622   { "mm_wooden_grid_fixed_1.frames",            "1"                     },
4623   { "mm_wooden_grid_fixed_2",                   "RocksMM.png"           },
4624   { "mm_wooden_grid_fixed_2.xpos",              "13"                    },
4625   { "mm_wooden_grid_fixed_2.ypos",              "6"                     },
4626   { "mm_wooden_grid_fixed_2.frames",            "1"                     },
4627   { "mm_wooden_grid_fixed_3",                   "RocksMM.png"           },
4628   { "mm_wooden_grid_fixed_3.xpos",              "14"                    },
4629   { "mm_wooden_grid_fixed_3.ypos",              "6"                     },
4630   { "mm_wooden_grid_fixed_3.frames",            "1"                     },
4631   { "mm_wooden_grid_fixed_4",                   "RocksMM.png"           },
4632   { "mm_wooden_grid_fixed_4.xpos",              "15"                    },
4633   { "mm_wooden_grid_fixed_4.ypos",              "6"                     },
4634   { "mm_wooden_grid_fixed_4.frames",            "1"                     },
4635
4636   { "mm_polarizer_1",                           "RocksMM.png"           },
4637   { "mm_polarizer_1.xpos",                      "0"                     },
4638   { "mm_polarizer_1.ypos",                      "5"                     },
4639   { "mm_polarizer_1.frames",                    "1"                     },
4640   { "mm_polarizer_2",                           "RocksMM.png"           },
4641   { "mm_polarizer_2.xpos",                      "1"                     },
4642   { "mm_polarizer_2.ypos",                      "5"                     },
4643   { "mm_polarizer_2.frames",                    "1"                     },
4644   { "mm_polarizer_3",                           "RocksMM.png"           },
4645   { "mm_polarizer_3.xpos",                      "2"                     },
4646   { "mm_polarizer_3.ypos",                      "5"                     },
4647   { "mm_polarizer_3.frames",                    "1"                     },
4648   { "mm_polarizer_4",                           "RocksMM.png"           },
4649   { "mm_polarizer_4.xpos",                      "3"                     },
4650   { "mm_polarizer_4.ypos",                      "5"                     },
4651   { "mm_polarizer_4.frames",                    "1"                     },
4652   { "mm_polarizer_5",                           "RocksMM.png"           },
4653   { "mm_polarizer_5.xpos",                      "4"                     },
4654   { "mm_polarizer_5.ypos",                      "5"                     },
4655   { "mm_polarizer_5.frames",                    "1"                     },
4656   { "mm_polarizer_6",                           "RocksMM.png"           },
4657   { "mm_polarizer_6.xpos",                      "5"                     },
4658   { "mm_polarizer_6.ypos",                      "5"                     },
4659   { "mm_polarizer_6.frames",                    "1"                     },
4660   { "mm_polarizer_7",                           "RocksMM.png"           },
4661   { "mm_polarizer_7.xpos",                      "6"                     },
4662   { "mm_polarizer_7.ypos",                      "5"                     },
4663   { "mm_polarizer_7.frames",                    "1"                     },
4664   { "mm_polarizer_8",                           "RocksMM.png"           },
4665   { "mm_polarizer_8.xpos",                      "7"                     },
4666   { "mm_polarizer_8.ypos",                      "5"                     },
4667   { "mm_polarizer_8.frames",                    "1"                     },
4668   { "mm_polarizer_9",                           "RocksMM.png"           },
4669   { "mm_polarizer_9.xpos",                      "8"                     },
4670   { "mm_polarizer_9.ypos",                      "5"                     },
4671   { "mm_polarizer_9.frames",                    "1"                     },
4672   { "mm_polarizer_10",                          "RocksMM.png"           },
4673   { "mm_polarizer_10.xpos",                     "9"                     },
4674   { "mm_polarizer_10.ypos",                     "5"                     },
4675   { "mm_polarizer_10.frames",                   "1"                     },
4676   { "mm_polarizer_11",                          "RocksMM.png"           },
4677   { "mm_polarizer_11.xpos",                     "10"                    },
4678   { "mm_polarizer_11.ypos",                     "5"                     },
4679   { "mm_polarizer_11.frames",                   "1"                     },
4680   { "mm_polarizer_12",                          "RocksMM.png"           },
4681   { "mm_polarizer_12.xpos",                     "11"                    },
4682   { "mm_polarizer_12.ypos",                     "5"                     },
4683   { "mm_polarizer_12.frames",                   "1"                     },
4684   { "mm_polarizer_13",                          "RocksMM.png"           },
4685   { "mm_polarizer_13.xpos",                     "12"                    },
4686   { "mm_polarizer_13.ypos",                     "5"                     },
4687   { "mm_polarizer_13.frames",                   "1"                     },
4688   { "mm_polarizer_14",                          "RocksMM.png"           },
4689   { "mm_polarizer_14.xpos",                     "13"                    },
4690   { "mm_polarizer_14.ypos",                     "5"                     },
4691   { "mm_polarizer_14.frames",                   "1"                     },
4692   { "mm_polarizer_15",                          "RocksMM.png"           },
4693   { "mm_polarizer_15.xpos",                     "14"                    },
4694   { "mm_polarizer_15.ypos",                     "5"                     },
4695   { "mm_polarizer_15.frames",                   "1"                     },
4696   { "mm_polarizer_16",                          "RocksMM.png"           },
4697   { "mm_polarizer_16.xpos",                     "15"                    },
4698   { "mm_polarizer_16.ypos",                     "5"                     },
4699   { "mm_polarizer_16.frames",                   "1"                     },
4700
4701   { "mm_polarizer_cross_1",                     "RocksMM.png"           },
4702   { "mm_polarizer_cross_1.xpos",                "0"                     },
4703   { "mm_polarizer_cross_1.ypos",                "6"                     },
4704   { "mm_polarizer_cross_1.frames",              "1"                     },
4705   { "mm_polarizer_cross_2",                     "RocksMM.png"           },
4706   { "mm_polarizer_cross_2.xpos",                "1"                     },
4707   { "mm_polarizer_cross_2.ypos",                "6"                     },
4708   { "mm_polarizer_cross_2.frames",              "1"                     },
4709   { "mm_polarizer_cross_3",                     "RocksMM.png"           },
4710   { "mm_polarizer_cross_3.xpos",                "2"                     },
4711   { "mm_polarizer_cross_3.ypos",                "6"                     },
4712   { "mm_polarizer_cross_3.frames",              "1"                     },
4713   { "mm_polarizer_cross_4",                     "RocksMM.png"           },
4714   { "mm_polarizer_cross_4.xpos",                "3"                     },
4715   { "mm_polarizer_cross_4.ypos",                "6"                     },
4716   { "mm_polarizer_cross_4.frames",              "1"                     },
4717
4718   { "mm_teleporter_1",                          "RocksMM.png"           },
4719   { "mm_teleporter_1.xpos",                     "0"                     },
4720   { "mm_teleporter_1.ypos",                     "3"                     },
4721   { "mm_teleporter_1.frames",                   "1"                     },
4722   { "mm_teleporter_2",                          "RocksMM.png"           },
4723   { "mm_teleporter_2.xpos",                     "1"                     },
4724   { "mm_teleporter_2.ypos",                     "3"                     },
4725   { "mm_teleporter_2.frames",                   "1"                     },
4726   { "mm_teleporter_3",                          "RocksMM.png"           },
4727   { "mm_teleporter_3.xpos",                     "2"                     },
4728   { "mm_teleporter_3.ypos",                     "3"                     },
4729   { "mm_teleporter_3.frames",                   "1"                     },
4730   { "mm_teleporter_4",                          "RocksMM.png"           },
4731   { "mm_teleporter_4.xpos",                     "3"                     },
4732   { "mm_teleporter_4.ypos",                     "3"                     },
4733   { "mm_teleporter_4.frames",                   "1"                     },
4734   { "mm_teleporter_5",                          "RocksMM.png"           },
4735   { "mm_teleporter_5.xpos",                     "4"                     },
4736   { "mm_teleporter_5.ypos",                     "3"                     },
4737   { "mm_teleporter_5.frames",                   "1"                     },
4738   { "mm_teleporter_6",                          "RocksMM.png"           },
4739   { "mm_teleporter_6.xpos",                     "5"                     },
4740   { "mm_teleporter_6.ypos",                     "3"                     },
4741   { "mm_teleporter_6.frames",                   "1"                     },
4742   { "mm_teleporter_7",                          "RocksMM.png"           },
4743   { "mm_teleporter_7.xpos",                     "6"                     },
4744   { "mm_teleporter_7.ypos",                     "3"                     },
4745   { "mm_teleporter_7.frames",                   "1"                     },
4746   { "mm_teleporter_8",                          "RocksMM.png"           },
4747   { "mm_teleporter_8.xpos",                     "7"                     },
4748   { "mm_teleporter_8.ypos",                     "3"                     },
4749   { "mm_teleporter_8.frames",                   "1"                     },
4750   { "mm_teleporter_9",                          "RocksMM.png"           },
4751   { "mm_teleporter_9.xpos",                     "8"                     },
4752   { "mm_teleporter_9.ypos",                     "3"                     },
4753   { "mm_teleporter_9.frames",                   "1"                     },
4754   { "mm_teleporter_10",                         "RocksMM.png"           },
4755   { "mm_teleporter_10.xpos",                    "9"                     },
4756   { "mm_teleporter_10.ypos",                    "3"                     },
4757   { "mm_teleporter_10.frames",                  "1"                     },
4758   { "mm_teleporter_11",                         "RocksMM.png"           },
4759   { "mm_teleporter_11.xpos",                    "10"                    },
4760   { "mm_teleporter_11.ypos",                    "3"                     },
4761   { "mm_teleporter_11.frames",                  "1"                     },
4762   { "mm_teleporter_12",                         "RocksMM.png"           },
4763   { "mm_teleporter_12.xpos",                    "11"                    },
4764   { "mm_teleporter_12.ypos",                    "3"                     },
4765   { "mm_teleporter_12.frames",                  "1"                     },
4766   { "mm_teleporter_13",                         "RocksMM.png"           },
4767   { "mm_teleporter_13.xpos",                    "12"                    },
4768   { "mm_teleporter_13.ypos",                    "3"                     },
4769   { "mm_teleporter_13.frames",                  "1"                     },
4770   { "mm_teleporter_14",                         "RocksMM.png"           },
4771   { "mm_teleporter_14.xpos",                    "13"                    },
4772   { "mm_teleporter_14.ypos",                    "3"                     },
4773   { "mm_teleporter_14.frames",                  "1"                     },
4774   { "mm_teleporter_15",                         "RocksMM.png"           },
4775   { "mm_teleporter_15.xpos",                    "14"                    },
4776   { "mm_teleporter_15.ypos",                    "3"                     },
4777   { "mm_teleporter_15.frames",                  "1"                     },
4778   { "mm_teleporter_16",                         "RocksMM.png"           },
4779   { "mm_teleporter_16.xpos",                    "15"                    },
4780   { "mm_teleporter_16.ypos",                    "3"                     },
4781   { "mm_teleporter_16.frames",                  "1"                     },
4782
4783   { "mm_teleporter_red_1",                      "RocksDF.png"           },
4784   { "mm_teleporter_red_1.xpos",                 "0"                     },
4785   { "mm_teleporter_red_1.ypos",                 "4"                     },
4786   { "mm_teleporter_red_1.frames",               "1"                     },
4787   { "mm_teleporter_red_2",                      "RocksDF.png"           },
4788   { "mm_teleporter_red_2.xpos",                 "1"                     },
4789   { "mm_teleporter_red_2.ypos",                 "4"                     },
4790   { "mm_teleporter_red_2.frames",               "1"                     },
4791   { "mm_teleporter_red_3",                      "RocksDF.png"           },
4792   { "mm_teleporter_red_3.xpos",                 "2"                     },
4793   { "mm_teleporter_red_3.ypos",                 "4"                     },
4794   { "mm_teleporter_red_3.frames",               "1"                     },
4795   { "mm_teleporter_red_4",                      "RocksDF.png"           },
4796   { "mm_teleporter_red_4.xpos",                 "3"                     },
4797   { "mm_teleporter_red_4.ypos",                 "4"                     },
4798   { "mm_teleporter_red_4.frames",               "1"                     },
4799   { "mm_teleporter_red_5",                      "RocksDF.png"           },
4800   { "mm_teleporter_red_5.xpos",                 "4"                     },
4801   { "mm_teleporter_red_5.ypos",                 "4"                     },
4802   { "mm_teleporter_red_5.frames",               "1"                     },
4803   { "mm_teleporter_red_6",                      "RocksDF.png"           },
4804   { "mm_teleporter_red_6.xpos",                 "5"                     },
4805   { "mm_teleporter_red_6.ypos",                 "4"                     },
4806   { "mm_teleporter_red_6.frames",               "1"                     },
4807   { "mm_teleporter_red_7",                      "RocksDF.png"           },
4808   { "mm_teleporter_red_7.xpos",                 "6"                     },
4809   { "mm_teleporter_red_7.ypos",                 "4"                     },
4810   { "mm_teleporter_red_7.frames",               "1"                     },
4811   { "mm_teleporter_red_8",                      "RocksDF.png"           },
4812   { "mm_teleporter_red_8.xpos",                 "7"                     },
4813   { "mm_teleporter_red_8.ypos",                 "4"                     },
4814   { "mm_teleporter_red_8.frames",               "1"                     },
4815   { "mm_teleporter_red_9",                      "RocksDF.png"           },
4816   { "mm_teleporter_red_9.xpos",                 "8"                     },
4817   { "mm_teleporter_red_9.ypos",                 "4"                     },
4818   { "mm_teleporter_red_9.frames",               "1"                     },
4819   { "mm_teleporter_red_10",                     "RocksDF.png"           },
4820   { "mm_teleporter_red_10.xpos",                "9"                     },
4821   { "mm_teleporter_red_10.ypos",                "4"                     },
4822   { "mm_teleporter_red_10.frames",              "1"                     },
4823   { "mm_teleporter_red_11",                     "RocksDF.png"           },
4824   { "mm_teleporter_red_11.xpos",                "10"                    },
4825   { "mm_teleporter_red_11.ypos",                "4"                     },
4826   { "mm_teleporter_red_11.frames",              "1"                     },
4827   { "mm_teleporter_red_12",                     "RocksDF.png"           },
4828   { "mm_teleporter_red_12.xpos",                "11"                    },
4829   { "mm_teleporter_red_12.ypos",                "4"                     },
4830   { "mm_teleporter_red_12.frames",              "1"                     },
4831   { "mm_teleporter_red_13",                     "RocksDF.png"           },
4832   { "mm_teleporter_red_13.xpos",                "12"                    },
4833   { "mm_teleporter_red_13.ypos",                "4"                     },
4834   { "mm_teleporter_red_13.frames",              "1"                     },
4835   { "mm_teleporter_red_14",                     "RocksDF.png"           },
4836   { "mm_teleporter_red_14.xpos",                "13"                    },
4837   { "mm_teleporter_red_14.ypos",                "4"                     },
4838   { "mm_teleporter_red_14.frames",              "1"                     },
4839   { "mm_teleporter_red_15",                     "RocksDF.png"           },
4840   { "mm_teleporter_red_15.xpos",                "14"                    },
4841   { "mm_teleporter_red_15.ypos",                "4"                     },
4842   { "mm_teleporter_red_15.frames",              "1"                     },
4843   { "mm_teleporter_red_16",                     "RocksDF.png"           },
4844   { "mm_teleporter_red_16.xpos",                "15"                    },
4845   { "mm_teleporter_red_16.ypos",                "4"                     },
4846   { "mm_teleporter_red_16.frames",              "1"                     },
4847
4848   { "mm_teleporter_yellow_1",                   "RocksDF.png"           },
4849   { "mm_teleporter_yellow_1.xpos",              "0"                     },
4850   { "mm_teleporter_yellow_1.ypos",              "5"                     },
4851   { "mm_teleporter_yellow_1.frames",            "1"                     },
4852   { "mm_teleporter_yellow_2",                   "RocksDF.png"           },
4853   { "mm_teleporter_yellow_2.xpos",              "1"                     },
4854   { "mm_teleporter_yellow_2.ypos",              "5"                     },
4855   { "mm_teleporter_yellow_2.frames",            "1"                     },
4856   { "mm_teleporter_yellow_3",                   "RocksDF.png"           },
4857   { "mm_teleporter_yellow_3.xpos",              "2"                     },
4858   { "mm_teleporter_yellow_3.ypos",              "5"                     },
4859   { "mm_teleporter_yellow_3.frames",            "1"                     },
4860   { "mm_teleporter_yellow_4",                   "RocksDF.png"           },
4861   { "mm_teleporter_yellow_4.xpos",              "3"                     },
4862   { "mm_teleporter_yellow_4.ypos",              "5"                     },
4863   { "mm_teleporter_yellow_4.frames",            "1"                     },
4864   { "mm_teleporter_yellow_5",                   "RocksDF.png"           },
4865   { "mm_teleporter_yellow_5.xpos",              "4"                     },
4866   { "mm_teleporter_yellow_5.ypos",              "5"                     },
4867   { "mm_teleporter_yellow_5.frames",            "1"                     },
4868   { "mm_teleporter_yellow_6",                   "RocksDF.png"           },
4869   { "mm_teleporter_yellow_6.xpos",              "5"                     },
4870   { "mm_teleporter_yellow_6.ypos",              "5"                     },
4871   { "mm_teleporter_yellow_6.frames",            "1"                     },
4872   { "mm_teleporter_yellow_7",                   "RocksDF.png"           },
4873   { "mm_teleporter_yellow_7.xpos",              "6"                     },
4874   { "mm_teleporter_yellow_7.ypos",              "5"                     },
4875   { "mm_teleporter_yellow_7.frames",            "1"                     },
4876   { "mm_teleporter_yellow_8",                   "RocksDF.png"           },
4877   { "mm_teleporter_yellow_8.xpos",              "7"                     },
4878   { "mm_teleporter_yellow_8.ypos",              "5"                     },
4879   { "mm_teleporter_yellow_8.frames",            "1"                     },
4880   { "mm_teleporter_yellow_9",                   "RocksDF.png"           },
4881   { "mm_teleporter_yellow_9.xpos",              "8"                     },
4882   { "mm_teleporter_yellow_9.ypos",              "5"                     },
4883   { "mm_teleporter_yellow_9.frames",            "1"                     },
4884   { "mm_teleporter_yellow_10",                  "RocksDF.png"           },
4885   { "mm_teleporter_yellow_10.xpos",             "9"                     },
4886   { "mm_teleporter_yellow_10.ypos",             "5"                     },
4887   { "mm_teleporter_yellow_10.frames",           "1"                     },
4888   { "mm_teleporter_yellow_11",                  "RocksDF.png"           },
4889   { "mm_teleporter_yellow_11.xpos",             "10"                    },
4890   { "mm_teleporter_yellow_11.ypos",             "5"                     },
4891   { "mm_teleporter_yellow_11.frames",           "1"                     },
4892   { "mm_teleporter_yellow_12",                  "RocksDF.png"           },
4893   { "mm_teleporter_yellow_12.xpos",             "11"                    },
4894   { "mm_teleporter_yellow_12.ypos",             "5"                     },
4895   { "mm_teleporter_yellow_12.frames",           "1"                     },
4896   { "mm_teleporter_yellow_13",                  "RocksDF.png"           },
4897   { "mm_teleporter_yellow_13.xpos",             "12"                    },
4898   { "mm_teleporter_yellow_13.ypos",             "5"                     },
4899   { "mm_teleporter_yellow_13.frames",           "1"                     },
4900   { "mm_teleporter_yellow_14",                  "RocksDF.png"           },
4901   { "mm_teleporter_yellow_14.xpos",             "13"                    },
4902   { "mm_teleporter_yellow_14.ypos",             "5"                     },
4903   { "mm_teleporter_yellow_14.frames",           "1"                     },
4904   { "mm_teleporter_yellow_15",                  "RocksDF.png"           },
4905   { "mm_teleporter_yellow_15.xpos",             "14"                    },
4906   { "mm_teleporter_yellow_15.ypos",             "5"                     },
4907   { "mm_teleporter_yellow_15.frames",           "1"                     },
4908   { "mm_teleporter_yellow_16",                  "RocksDF.png"           },
4909   { "mm_teleporter_yellow_16.xpos",             "15"                    },
4910   { "mm_teleporter_yellow_16.ypos",             "5"                     },
4911   { "mm_teleporter_yellow_16.frames",           "1"                     },
4912
4913   { "mm_teleporter_green_1",                    "RocksDF.png"           },
4914   { "mm_teleporter_green_1.xpos",               "0"                     },
4915   { "mm_teleporter_green_1.ypos",               "6"                     },
4916   { "mm_teleporter_green_1.frames",             "1"                     },
4917   { "mm_teleporter_green_2",                    "RocksDF.png"           },
4918   { "mm_teleporter_green_2.xpos",               "1"                     },
4919   { "mm_teleporter_green_2.ypos",               "6"                     },
4920   { "mm_teleporter_green_2.frames",             "1"                     },
4921   { "mm_teleporter_green_3",                    "RocksDF.png"           },
4922   { "mm_teleporter_green_3.xpos",               "2"                     },
4923   { "mm_teleporter_green_3.ypos",               "6"                     },
4924   { "mm_teleporter_green_3.frames",             "1"                     },
4925   { "mm_teleporter_green_4",                    "RocksDF.png"           },
4926   { "mm_teleporter_green_4.xpos",               "3"                     },
4927   { "mm_teleporter_green_4.ypos",               "6"                     },
4928   { "mm_teleporter_green_4.frames",             "1"                     },
4929   { "mm_teleporter_green_5",                    "RocksDF.png"           },
4930   { "mm_teleporter_green_5.xpos",               "4"                     },
4931   { "mm_teleporter_green_5.ypos",               "6"                     },
4932   { "mm_teleporter_green_5.frames",             "1"                     },
4933   { "mm_teleporter_green_6",                    "RocksDF.png"           },
4934   { "mm_teleporter_green_6.xpos",               "5"                     },
4935   { "mm_teleporter_green_6.ypos",               "6"                     },
4936   { "mm_teleporter_green_6.frames",             "1"                     },
4937   { "mm_teleporter_green_7",                    "RocksDF.png"           },
4938   { "mm_teleporter_green_7.xpos",               "6"                     },
4939   { "mm_teleporter_green_7.ypos",               "6"                     },
4940   { "mm_teleporter_green_7.frames",             "1"                     },
4941   { "mm_teleporter_green_8",                    "RocksDF.png"           },
4942   { "mm_teleporter_green_8.xpos",               "7"                     },
4943   { "mm_teleporter_green_8.ypos",               "6"                     },
4944   { "mm_teleporter_green_8.frames",             "1"                     },
4945   { "mm_teleporter_green_9",                    "RocksDF.png"           },
4946   { "mm_teleporter_green_9.xpos",               "8"                     },
4947   { "mm_teleporter_green_9.ypos",               "6"                     },
4948   { "mm_teleporter_green_9.frames",             "1"                     },
4949   { "mm_teleporter_green_10",                   "RocksDF.png"           },
4950   { "mm_teleporter_green_10.xpos",              "9"                     },
4951   { "mm_teleporter_green_10.ypos",              "6"                     },
4952   { "mm_teleporter_green_10.frames",            "1"                     },
4953   { "mm_teleporter_green_11",                   "RocksDF.png"           },
4954   { "mm_teleporter_green_11.xpos",              "10"                    },
4955   { "mm_teleporter_green_11.ypos",              "6"                     },
4956   { "mm_teleporter_green_11.frames",            "1"                     },
4957   { "mm_teleporter_green_12",                   "RocksDF.png"           },
4958   { "mm_teleporter_green_12.xpos",              "11"                    },
4959   { "mm_teleporter_green_12.ypos",              "6"                     },
4960   { "mm_teleporter_green_12.frames",            "1"                     },
4961   { "mm_teleporter_green_13",                   "RocksDF.png"           },
4962   { "mm_teleporter_green_13.xpos",              "12"                    },
4963   { "mm_teleporter_green_13.ypos",              "6"                     },
4964   { "mm_teleporter_green_13.frames",            "1"                     },
4965   { "mm_teleporter_green_14",                   "RocksDF.png"           },
4966   { "mm_teleporter_green_14.xpos",              "13"                    },
4967   { "mm_teleporter_green_14.ypos",              "6"                     },
4968   { "mm_teleporter_green_14.frames",            "1"                     },
4969   { "mm_teleporter_green_15",                   "RocksDF.png"           },
4970   { "mm_teleporter_green_15.xpos",              "14"                    },
4971   { "mm_teleporter_green_15.ypos",              "6"                     },
4972   { "mm_teleporter_green_15.frames",            "1"                     },
4973   { "mm_teleporter_green_16",                   "RocksDF.png"           },
4974   { "mm_teleporter_green_16.xpos",              "15"                    },
4975   { "mm_teleporter_green_16.ypos",              "6"                     },
4976   { "mm_teleporter_green_16.frames",            "1"                     },
4977
4978   { "mm_teleporter_blue_1",                     "RocksDF.png"           },
4979   { "mm_teleporter_blue_1.xpos",                "0"                     },
4980   { "mm_teleporter_blue_1.ypos",                "7"                     },
4981   { "mm_teleporter_blue_1.frames",              "1"                     },
4982   { "mm_teleporter_blue_2",                     "RocksDF.png"           },
4983   { "mm_teleporter_blue_2.xpos",                "1"                     },
4984   { "mm_teleporter_blue_2.ypos",                "7"                     },
4985   { "mm_teleporter_blue_2.frames",              "1"                     },
4986   { "mm_teleporter_blue_3",                     "RocksDF.png"           },
4987   { "mm_teleporter_blue_3.xpos",                "2"                     },
4988   { "mm_teleporter_blue_3.ypos",                "7"                     },
4989   { "mm_teleporter_blue_3.frames",              "1"                     },
4990   { "mm_teleporter_blue_4",                     "RocksDF.png"           },
4991   { "mm_teleporter_blue_4.xpos",                "3"                     },
4992   { "mm_teleporter_blue_4.ypos",                "7"                     },
4993   { "mm_teleporter_blue_4.frames",              "1"                     },
4994   { "mm_teleporter_blue_5",                     "RocksDF.png"           },
4995   { "mm_teleporter_blue_5.xpos",                "4"                     },
4996   { "mm_teleporter_blue_5.ypos",                "7"                     },
4997   { "mm_teleporter_blue_5.frames",              "1"                     },
4998   { "mm_teleporter_blue_6",                     "RocksDF.png"           },
4999   { "mm_teleporter_blue_6.xpos",                "5"                     },
5000   { "mm_teleporter_blue_6.ypos",                "7"                     },
5001   { "mm_teleporter_blue_6.frames",              "1"                     },
5002   { "mm_teleporter_blue_7",                     "RocksDF.png"           },
5003   { "mm_teleporter_blue_7.xpos",                "6"                     },
5004   { "mm_teleporter_blue_7.ypos",                "7"                     },
5005   { "mm_teleporter_blue_7.frames",              "1"                     },
5006   { "mm_teleporter_blue_8",                     "RocksDF.png"           },
5007   { "mm_teleporter_blue_8.xpos",                "7"                     },
5008   { "mm_teleporter_blue_8.ypos",                "7"                     },
5009   { "mm_teleporter_blue_8.frames",              "1"                     },
5010   { "mm_teleporter_blue_9",                     "RocksDF.png"           },
5011   { "mm_teleporter_blue_9.xpos",                "8"                     },
5012   { "mm_teleporter_blue_9.ypos",                "7"                     },
5013   { "mm_teleporter_blue_9.frames",              "1"                     },
5014   { "mm_teleporter_blue_10",                    "RocksDF.png"           },
5015   { "mm_teleporter_blue_10.xpos",               "9"                     },
5016   { "mm_teleporter_blue_10.ypos",               "7"                     },
5017   { "mm_teleporter_blue_10.frames",             "1"                     },
5018   { "mm_teleporter_blue_11",                    "RocksDF.png"           },
5019   { "mm_teleporter_blue_11.xpos",               "10"                    },
5020   { "mm_teleporter_blue_11.ypos",               "7"                     },
5021   { "mm_teleporter_blue_11.frames",             "1"                     },
5022   { "mm_teleporter_blue_12",                    "RocksDF.png"           },
5023   { "mm_teleporter_blue_12.xpos",               "11"                    },
5024   { "mm_teleporter_blue_12.ypos",               "7"                     },
5025   { "mm_teleporter_blue_12.frames",             "1"                     },
5026   { "mm_teleporter_blue_13",                    "RocksDF.png"           },
5027   { "mm_teleporter_blue_13.xpos",               "12"                    },
5028   { "mm_teleporter_blue_13.ypos",               "7"                     },
5029   { "mm_teleporter_blue_13.frames",             "1"                     },
5030   { "mm_teleporter_blue_14",                    "RocksDF.png"           },
5031   { "mm_teleporter_blue_14.xpos",               "13"                    },
5032   { "mm_teleporter_blue_14.ypos",               "7"                     },
5033   { "mm_teleporter_blue_14.frames",             "1"                     },
5034   { "mm_teleporter_blue_15",                    "RocksDF.png"           },
5035   { "mm_teleporter_blue_15.xpos",               "14"                    },
5036   { "mm_teleporter_blue_15.ypos",               "7"                     },
5037   { "mm_teleporter_blue_15.frames",             "1"                     },
5038   { "mm_teleporter_blue_16",                    "RocksDF.png"           },
5039   { "mm_teleporter_blue_16.xpos",               "15"                    },
5040   { "mm_teleporter_blue_16.ypos",               "7"                     },
5041   { "mm_teleporter_blue_16.frames",             "1"                     },
5042
5043   { "mm_kettle",                                "RocksMM.png"           },
5044   { "mm_kettle.xpos",                           "9"                     },
5045   { "mm_kettle.ypos",                           "8"                     },
5046   { "mm_kettle.frames",                         "1"                     },
5047   { "mm_kettle.exploding",                      "RocksMM.png"           },
5048   { "mm_kettle.exploding.xpos",                 "10"                    },
5049   { "mm_kettle.exploding.ypos",                 "8"                     },
5050   { "mm_kettle.exploding.frames",               "6"                     },
5051   { "mm_kettle.exploding.delay",                "2"                     },
5052   { "mm_kettle.exploding.anim_mode",            "linear"                },
5053
5054   { "mm_bomb",                                  "RocksMM.png"           },
5055   { "mm_bomb.xpos",                             "5"                     },
5056   { "mm_bomb.ypos",                             "2"                     },
5057   { "mm_bomb.frames",                           "1"                     },
5058   { "mm_bomb.active",                           "RocksMM.png"           },
5059   { "mm_bomb.active.xpos",                      "12"                    },
5060   { "mm_bomb.active.ypos",                      "1"                     },
5061   { "mm_bomb.active.frames",                    "3"                     },
5062   { "mm_bomb.active.delay",                     "6"                     },
5063   { "mm_bomb.active.anim_mode",                 "pingpong"              },
5064
5065   { "mm_prism",                                 "RocksMM.png"           },
5066   { "mm_prism.xpos",                            "0"                     },
5067   { "mm_prism.ypos",                            "2"                     },
5068   { "mm_prism.frames",                          "1"                     },
5069
5070   { "mm_fuse",                                  "RocksMM.png"           },
5071   { "mm_fuse.xpos",                             "7"                     },
5072   { "mm_fuse.ypos",                             "2"                     },
5073   { "mm_fuse.frames",                           "1"                     },
5074   { "mm_fuse.active",                           "RocksMM.png"           },
5075   { "mm_fuse.active.xpos",                      "6"                     },
5076   { "mm_fuse.active.ypos",                      "2"                     },
5077   { "mm_fuse.active.frames",                    "1"                     },
5078
5079   { "mm_steel_lock",                            "RocksMM.png"           },
5080   { "mm_steel_lock.xpos",                       "8"                     },
5081   { "mm_steel_lock.ypos",                       "2"                     },
5082   { "mm_steel_lock.frames",                     "1"                     },
5083   { "mm_steel_lock.exploding",                  "RocksMM.png"           },
5084   { "mm_steel_lock.exploding.xpos",             "4"                     },
5085   { "mm_steel_lock.exploding.ypos",             "8"                     },
5086   { "mm_steel_lock.exploding.frames",           "5"                     },
5087   { "mm_steel_lock.exploding.delay",            "2"                     },
5088   { "mm_steel_lock.exploding.anim_mode",        "linear"                },
5089
5090   { "mm_wooden_lock",                           "RocksMM.png"           },
5091   { "mm_wooden_lock.xpos",                      "9"                     },
5092   { "mm_wooden_lock.ypos",                      "6"                     },
5093   { "mm_wooden_lock.frames",                    "1"                     },
5094   { "mm_wooden_lock.exploding",                 "RocksMM.png"           },
5095   { "mm_wooden_lock.exploding.xpos",            "4"                     },
5096   { "mm_wooden_lock.exploding.ypos",            "8"                     },
5097   { "mm_wooden_lock.exploding.frames",          "5"                     },
5098   { "mm_wooden_lock.exploding.delay",           "2"                     },
5099   { "mm_wooden_lock.exploding.anim_mode",       "linear"                },
5100
5101   { "mm_steel_block",                           "RocksMM.png"           },
5102   { "mm_steel_block.xpos",                      "8"                     },
5103   { "mm_steel_block.ypos",                      "6"                     },
5104   { "mm_steel_block.frames",                    "1"                     },
5105
5106   { "mm_wooden_block",                          "RocksMM.png"           },
5107   { "mm_wooden_block.xpos",                     "4"                     },
5108   { "mm_wooden_block.ypos",                     "2"                     },
5109   { "mm_wooden_block.frames",                   "1"                     },
5110
5111   { "mm_key",                                   "RocksMM.png"           },
5112   { "mm_key.xpos",                              "9"                     },
5113   { "mm_key.ypos",                              "2"                     },
5114   { "mm_key.frames",                            "1"                     },
5115
5116   { "mm_lightbulb",                             "RocksMM.png"           },
5117   { "mm_lightbulb.xpos",                        "10"                    },
5118   { "mm_lightbulb.ypos",                        "2"                     },
5119   { "mm_lightbulb.frames",                      "1"                     },
5120   { "mm_lightbulb.active",                      "RocksMM.png"           },
5121   { "mm_lightbulb.active.xpos",                 "11"                    },
5122   { "mm_lightbulb.active.ypos",                 "2"                     },
5123   { "mm_lightbulb.active.frames",               "1"                     },
5124
5125   { "mm_lightball",                             "RocksMM.png"           },
5126   { "mm_lightball.xpos",                        "12"                    },
5127   { "mm_lightball.ypos",                        "2"                     },
5128   { "mm_lightball.frames",                      "3"                     },
5129   { "mm_lightball.anim_mode",                   "random_static"         },
5130   { "mm_lightball_red",                         "RocksMM.png"           },
5131   { "mm_lightball_red.xpos",                    "12"                    },
5132   { "mm_lightball_red.ypos",                    "2"                     },
5133   { "mm_lightball_red.frames",                  "1"                     },
5134   { "mm_lightball_blue",                        "RocksMM.png"           },
5135   { "mm_lightball_blue.xpos",                   "13"                    },
5136   { "mm_lightball_blue.ypos",                   "2"                     },
5137   { "mm_lightball_blue.frames",                 "1"                     },
5138   { "mm_lightball_yellow",                      "RocksMM.png"           },
5139   { "mm_lightball_yellow.xpos",                 "14"                    },
5140   { "mm_lightball_yellow.ypos",                 "2"                     },
5141   { "mm_lightball_yellow.frames",               "1"                     },
5142
5143   { "mm_gray_ball",                             "RocksMM.png"           },
5144   { "mm_gray_ball.xpos",                        "15"                    },
5145   { "mm_gray_ball.ypos",                        "2"                     },
5146   { "mm_gray_ball.frames",                      "1"                     },
5147   { "mm_gray_ball.active",                      "RocksMM.png"           },
5148   { "mm_gray_ball.active.xpos",                 "15"                    },
5149   { "mm_gray_ball.active.ypos",                 "1"                     },
5150   { "mm_gray_ball.active.frames",               "2"                     },
5151   { "mm_gray_ball.active.delay",                "20"                    },
5152   { "mm_gray_ball.active.vertical",             "true"                  },
5153   { "mm_gray_ball.EDITOR",                      "RocksMM.png"           },
5154   { "mm_gray_ball.EDITOR.xpos",                 "15"                    },
5155   { "mm_gray_ball.EDITOR.ypos",                 "1"                     },
5156   { "mm_gray_ball.EDITOR.frames",               "1"                     },
5157
5158   { "mm_fuel_full",                             "RocksMM.png"           },
5159   { "mm_fuel_full.xpos",                        "10"                    },
5160   { "mm_fuel_full.ypos",                        "6"                     },
5161   { "mm_fuel_full.frames",                      "1"                     },
5162   { "mm_fuel_empty",                            "RocksMM.png"           },
5163   { "mm_fuel_empty.xpos",                       "11"                    },
5164   { "mm_fuel_empty.ypos",                       "6"                     },
5165   { "mm_fuel_empty.frames",                     "1"                     },
5166
5167   { "mm_steel_wall",                            "RocksMM.png"           },
5168   { "mm_steel_wall.xpos",                       "0"                     },
5169   { "mm_steel_wall.ypos",                       "7"                     },
5170   { "mm_steel_wall.frames",                     "1"                     },
5171
5172   { "mm_wooden_wall",                           "RocksMM.png"           },
5173   { "mm_wooden_wall.xpos",                      "1"                     },
5174   { "mm_wooden_wall.ypos",                      "7"                     },
5175   { "mm_wooden_wall.frames",                    "1"                     },
5176
5177   { "mm_ice_wall",                              "RocksMM.png"           },
5178   { "mm_ice_wall.xpos",                         "2"                     },
5179   { "mm_ice_wall.ypos",                         "7"                     },
5180   { "mm_ice_wall.frames",                       "1"                     },
5181   { "mm_ice_wall.shrinking",                    "RocksMM.png"           },
5182   { "mm_ice_wall.shrinking.xpos",               "2"                     },
5183   { "mm_ice_wall.shrinking.ypos",               "7"                     },
5184   { "mm_ice_wall.shrinking.frames",             "5"                     },
5185   { "mm_ice_wall.shrinking.delay",              "8"                     },
5186   { "mm_ice_wall.shrinking.anim_mode",          "linear"                },
5187
5188   { "mm_amoeba_wall",                           "RocksMM.png"           },
5189   { "mm_amoeba_wall.xpos",                      "8"                     },
5190   { "mm_amoeba_wall.ypos",                      "7"                     },
5191   { "mm_amoeba_wall.frames",                    "1"                     },
5192   { "mm_amoeba_wall.growing",                   "RocksMM.png"           },
5193   { "mm_amoeba_wall.growing.xpos",              "8"                     },
5194   { "mm_amoeba_wall.growing.ypos",              "7"                     },
5195   { "mm_amoeba_wall.growing.frames",            "5"                     },
5196   { "mm_amoeba_wall.growing.delay",             "8"                     },
5197   { "mm_amoeba_wall.growing.anim_mode",         "linear,reverse"        },
5198
5199   { "mm_pacman",                                "RocksMM.png"           },
5200   { "mm_pacman.xpos",                           "0"                     },
5201   { "mm_pacman.ypos",                           "4"                     },
5202   { "mm_pacman.frames",                         "1"                     },
5203   { "mm_pacman.right",                          "RocksMM.png"           },
5204   { "mm_pacman.right.xpos",                     "0"                     },
5205   { "mm_pacman.right.ypos",                     "4"                     },
5206   { "mm_pacman.right.frames",                   "1"                     },
5207   { "mm_pacman.up",                             "RocksMM.png"           },
5208   { "mm_pacman.up.xpos",                        "1"                     },
5209   { "mm_pacman.up.ypos",                        "4"                     },
5210   { "mm_pacman.up.frames",                      "1"                     },
5211   { "mm_pacman.left",                           "RocksMM.png"           },
5212   { "mm_pacman.left.xpos",                      "2"                     },
5213   { "mm_pacman.left.ypos",                      "4"                     },
5214   { "mm_pacman.left.frames",                    "1"                     },
5215   { "mm_pacman.down",                           "RocksMM.png"           },
5216   { "mm_pacman.down.xpos",                      "3"                     },
5217   { "mm_pacman.down.ypos",                      "4"                     },
5218   { "mm_pacman.down.frames",                    "1"                     },
5219   { "mm_pacman.eating.right",                   "RocksMM.png"           },
5220   { "mm_pacman.eating.right.xpos",              "4"                     },
5221   { "mm_pacman.eating.right.ypos",              "4"                     },
5222   { "mm_pacman.eating.right.frames",            "1"                     },
5223   { "mm_pacman.eating.up",                      "RocksMM.png"           },
5224   { "mm_pacman.eating.up.xpos",                 "5"                     },
5225   { "mm_pacman.eating.up.ypos",                 "4"                     },
5226   { "mm_pacman.eating.up.frames",               "1"                     },
5227   { "mm_pacman.eating.left",                    "RocksMM.png"           },
5228   { "mm_pacman.eating.left.xpos",               "6"                     },
5229   { "mm_pacman.eating.left.ypos",               "4"                     },
5230   { "mm_pacman.eating.left.frames",             "1"                     },
5231   { "mm_pacman.eating.down",                    "RocksMM.png"           },
5232   { "mm_pacman.eating.down.xpos",               "7"                     },
5233   { "mm_pacman.eating.down.ypos",               "4"                     },
5234   { "mm_pacman.eating.down.frames",             "1"                     },
5235
5236   { "mm_envelope_1",                            UNDEFINED_FILENAME      },
5237   { "mm_envelope_1.clone_from",                 "envelope_1"            },
5238   { "mm_envelope_1.collecting",                 UNDEFINED_FILENAME      },
5239   { "mm_envelope_1.collecting.clone_from",      "envelope_1.collecting" },
5240   { "mm_envelope_2",                            UNDEFINED_FILENAME      },
5241   { "mm_envelope_2.clone_from",                 "envelope_2"            },
5242   { "mm_envelope_2.collecting",                 UNDEFINED_FILENAME      },
5243   { "mm_envelope_2.collecting.clone_from",      "envelope_2.collecting" },
5244   { "mm_envelope_3",                            UNDEFINED_FILENAME      },
5245   { "mm_envelope_3.clone_from",                 "envelope_3"            },
5246   { "mm_envelope_3.collecting",                 UNDEFINED_FILENAME      },
5247   { "mm_envelope_3.collecting.clone_from",      "envelope_3.collecting" },
5248   { "mm_envelope_4",                            UNDEFINED_FILENAME      },
5249   { "mm_envelope_4.clone_from",                 "envelope_4"            },
5250   { "mm_envelope_4.collecting",                 UNDEFINED_FILENAME      },
5251   { "mm_envelope_4.collecting.clone_from",      "envelope_4.collecting" },
5252
5253   { "[mm_default].exploding",                   "RocksMM.png"           },
5254   { "[mm_default].exploding.xpos",              "0"                     },
5255   { "[mm_default].exploding.ypos",              "8"                     },
5256   { "[mm_default].exploding.frames",            "8"                     },
5257   { "[mm_default].exploding.delay",             "2"                     },
5258   { "[mm_default].exploding.anim_mode",         "linear"                },
5259
5260   { "df_laser",                                 "RocksDF.png"           },
5261   { "df_laser.xpos",                            "0"                     },
5262   { "df_laser.ypos",                            "9"                     },
5263   { "df_laser.frames",                          "4"                     },
5264   { "df_laser.delay",                           "8"                     },
5265   { "df_laser.right",                           "RocksDF.png"           },
5266   { "df_laser.right.xpos",                      "0"                     },
5267   { "df_laser.right.ypos",                      "9"                     },
5268   { "df_laser.right.frames",                    "1"                     },
5269   { "df_laser.up",                              "RocksDF.png"           },
5270   { "df_laser.up.xpos",                         "1"                     },
5271   { "df_laser.up.ypos",                         "9"                     },
5272   { "df_laser.up.frames",                       "1"                     },
5273   { "df_laser.left",                            "RocksDF.png"           },
5274   { "df_laser.left.xpos",                       "2"                     },
5275   { "df_laser.left.ypos",                       "9"                     },
5276   { "df_laser.left.frames",                     "1"                     },
5277   { "df_laser.down",                            "RocksDF.png"           },
5278   { "df_laser.down.xpos",                       "3"                     },
5279   { "df_laser.down.ypos",                       "9"                     },
5280   { "df_laser.down.frames",                     "1"                     },
5281
5282   { "df_receiver",                              "RocksDF.png"           },
5283   { "df_receiver.xpos",                         "4"                     },
5284   { "df_receiver.ypos",                         "9"                     },
5285   { "df_receiver.frames",                       "4"                     },
5286   { "df_receiver.delay",                        "8"                     },
5287   { "df_receiver.right",                        "RocksDF.png"           },
5288   { "df_receiver.right.xpos",                   "4"                     },
5289   { "df_receiver.right.ypos",                   "9"                     },
5290   { "df_receiver.right.frames",                 "1"                     },
5291   { "df_receiver.up",                           "RocksDF.png"           },
5292   { "df_receiver.up.xpos",                      "5"                     },
5293   { "df_receiver.up.ypos",                      "9"                     },
5294   { "df_receiver.up.frames",                    "1"                     },
5295   { "df_receiver.left",                         "RocksDF.png"           },
5296   { "df_receiver.left.xpos",                    "6"                     },
5297   { "df_receiver.left.ypos",                    "9"                     },
5298   { "df_receiver.left.frames",                  "1"                     },
5299   { "df_receiver.down",                         "RocksDF.png"           },
5300   { "df_receiver.down.xpos",                    "7"                     },
5301   { "df_receiver.down.ypos",                    "9"                     },
5302   { "df_receiver.down.frames",                  "1"                     },
5303
5304   { "df_mirror_1",                              "RocksDF.png"           },
5305   { "df_mirror_1.xpos",                         "0"                     },
5306   { "df_mirror_1.ypos",                         "0"                     },
5307   { "df_mirror_1.frames",                       "1"                     },
5308   { "df_mirror_2",                              "RocksDF.png"           },
5309   { "df_mirror_2.xpos",                         "1"                     },
5310   { "df_mirror_2.ypos",                         "0"                     },
5311   { "df_mirror_2.frames",                       "1"                     },
5312   { "df_mirror_3",                              "RocksDF.png"           },
5313   { "df_mirror_3.xpos",                         "2"                     },
5314   { "df_mirror_3.ypos",                         "0"                     },
5315   { "df_mirror_3.frames",                       "1"                     },
5316   { "df_mirror_4",                              "RocksDF.png"           },
5317   { "df_mirror_4.xpos",                         "3"                     },
5318   { "df_mirror_4.ypos",                         "0"                     },
5319   { "df_mirror_4.frames",                       "1"                     },
5320   { "df_mirror_5",                              "RocksDF.png"           },
5321   { "df_mirror_5.xpos",                         "4"                     },
5322   { "df_mirror_5.ypos",                         "0"                     },
5323   { "df_mirror_5.frames",                       "1"                     },
5324   { "df_mirror_6",                              "RocksDF.png"           },
5325   { "df_mirror_6.xpos",                         "5"                     },
5326   { "df_mirror_6.ypos",                         "0"                     },
5327   { "df_mirror_6.frames",                       "1"                     },
5328   { "df_mirror_7",                              "RocksDF.png"           },
5329   { "df_mirror_7.xpos",                         "6"                     },
5330   { "df_mirror_7.ypos",                         "0"                     },
5331   { "df_mirror_7.frames",                       "1"                     },
5332   { "df_mirror_8",                              "RocksDF.png"           },
5333   { "df_mirror_8.xpos",                         "7"                     },
5334   { "df_mirror_8.ypos",                         "0"                     },
5335   { "df_mirror_8.frames",                       "1"                     },
5336   { "df_mirror_9",                              "RocksDF.png"           },
5337   { "df_mirror_9.xpos",                         "8"                     },
5338   { "df_mirror_9.ypos",                         "0"                     },
5339   { "df_mirror_9.frames",                       "1"                     },
5340   { "df_mirror_10",                             "RocksDF.png"           },
5341   { "df_mirror_10.xpos",                        "9"                     },
5342   { "df_mirror_10.ypos",                        "0"                     },
5343   { "df_mirror_10.frames",                      "1"                     },
5344   { "df_mirror_11",                             "RocksDF.png"           },
5345   { "df_mirror_11.xpos",                        "10"                    },
5346   { "df_mirror_11.ypos",                        "0"                     },
5347   { "df_mirror_11.frames",                      "1"                     },
5348   { "df_mirror_12",                             "RocksDF.png"           },
5349   { "df_mirror_12.xpos",                        "11"                    },
5350   { "df_mirror_12.ypos",                        "0"                     },
5351   { "df_mirror_12.frames",                      "1"                     },
5352   { "df_mirror_13",                             "RocksDF.png"           },
5353   { "df_mirror_13.xpos",                        "12"                    },
5354   { "df_mirror_13.ypos",                        "0"                     },
5355   { "df_mirror_13.frames",                      "1"                     },
5356   { "df_mirror_14",                             "RocksDF.png"           },
5357   { "df_mirror_14.xpos",                        "13"                    },
5358   { "df_mirror_14.ypos",                        "0"                     },
5359   { "df_mirror_14.frames",                      "1"                     },
5360   { "df_mirror_15",                             "RocksDF.png"           },
5361   { "df_mirror_15.xpos",                        "14"                    },
5362   { "df_mirror_15.ypos",                        "0"                     },
5363   { "df_mirror_15.frames",                      "1"                     },
5364   { "df_mirror_16",                             "RocksDF.png"           },
5365   { "df_mirror_16.xpos",                        "15"                    },
5366   { "df_mirror_16.ypos",                        "0"                     },
5367   { "df_mirror_16.frames",                      "1"                     },
5368
5369   { "df_mirror_rotating_1",                     "RocksDF.png"           },
5370   { "df_mirror_rotating_1.xpos",                "0"                     },
5371   { "df_mirror_rotating_1.ypos",                "0"                     },
5372   { "df_mirror_rotating_1.frames",              "1"                     },
5373   { "df_mirror_rotating_1.EDITOR",              "RocksDF.png"           },
5374   { "df_mirror_rotating_1.EDITOR.xpos",         "0"                     },
5375   { "df_mirror_rotating_1.EDITOR.ypos",         "1"                     },
5376   { "df_mirror_rotating_1.EDITOR.frames",       "1"                     },
5377   { "df_mirror_rotating_2",                     "RocksDF.png"           },
5378   { "df_mirror_rotating_2.xpos",                "1"                     },
5379   { "df_mirror_rotating_2.ypos",                "0"                     },
5380   { "df_mirror_rotating_2.frames",              "1"                     },
5381   { "df_mirror_rotating_2.EDITOR",              "RocksDF.png"           },
5382   { "df_mirror_rotating_2.EDITOR.xpos",         "1"                     },
5383   { "df_mirror_rotating_2.EDITOR.ypos",         "1"                     },
5384   { "df_mirror_rotating_2.EDITOR.frames",       "1"                     },
5385   { "df_mirror_rotating_3",                     "RocksDF.png"           },
5386   { "df_mirror_rotating_3.xpos",                "2"                     },
5387   { "df_mirror_rotating_3.ypos",                "0"                     },
5388   { "df_mirror_rotating_3.frames",              "1"                     },
5389   { "df_mirror_rotating_3.EDITOR",              "RocksDF.png"           },
5390   { "df_mirror_rotating_3.EDITOR.xpos",         "2"                     },
5391   { "df_mirror_rotating_3.EDITOR.ypos",         "1"                     },
5392   { "df_mirror_rotating_3.EDITOR.frames",       "1"                     },
5393   { "df_mirror_rotating_4",                     "RocksDF.png"           },
5394   { "df_mirror_rotating_4.xpos",                "3"                     },
5395   { "df_mirror_rotating_4.ypos",                "0"                     },
5396   { "df_mirror_rotating_4.frames",              "1"                     },
5397   { "df_mirror_rotating_4.EDITOR",              "RocksDF.png"           },
5398   { "df_mirror_rotating_4.EDITOR.xpos",         "3"                     },
5399   { "df_mirror_rotating_4.EDITOR.ypos",         "1"                     },
5400   { "df_mirror_rotating_4.EDITOR.frames",       "1"                     },
5401   { "df_mirror_rotating_5",                     "RocksDF.png"           },
5402   { "df_mirror_rotating_5.xpos",                "4"                     },
5403   { "df_mirror_rotating_5.ypos",                "0"                     },
5404   { "df_mirror_rotating_5.frames",              "1"                     },
5405   { "df_mirror_rotating_5.EDITOR",              "RocksDF.png"           },
5406   { "df_mirror_rotating_5.EDITOR.xpos",         "4"                     },
5407   { "df_mirror_rotating_5.EDITOR.ypos",         "1"                     },
5408   { "df_mirror_rotating_5.EDITOR.frames",       "1"                     },
5409   { "df_mirror_rotating_6",                     "RocksDF.png"           },
5410   { "df_mirror_rotating_6.xpos",                "5"                     },
5411   { "df_mirror_rotating_6.ypos",                "0"                     },
5412   { "df_mirror_rotating_6.frames",              "1"                     },
5413   { "df_mirror_rotating_6.EDITOR",              "RocksDF.png"           },
5414   { "df_mirror_rotating_6.EDITOR.xpos",         "5"                     },
5415   { "df_mirror_rotating_6.EDITOR.ypos",         "1"                     },
5416   { "df_mirror_rotating_6.EDITOR.frames",       "1"                     },
5417   { "df_mirror_rotating_7",                     "RocksDF.png"           },
5418   { "df_mirror_rotating_7.xpos",                "6"                     },
5419   { "df_mirror_rotating_7.ypos",                "0"                     },
5420   { "df_mirror_rotating_7.frames",              "1"                     },
5421   { "df_mirror_rotating_7.EDITOR",              "RocksDF.png"           },
5422   { "df_mirror_rotating_7.EDITOR.xpos",         "6"                     },
5423   { "df_mirror_rotating_7.EDITOR.ypos",         "1"                     },
5424   { "df_mirror_rotating_7.EDITOR.frames",       "1"                     },
5425   { "df_mirror_rotating_8",                     "RocksDF.png"           },
5426   { "df_mirror_rotating_8.xpos",                "7"                     },
5427   { "df_mirror_rotating_8.ypos",                "0"                     },
5428   { "df_mirror_rotating_8.frames",              "1"                     },
5429   { "df_mirror_rotating_8.EDITOR",              "RocksDF.png"           },
5430   { "df_mirror_rotating_8.EDITOR.xpos",         "7"                     },
5431   { "df_mirror_rotating_8.EDITOR.ypos",         "1"                     },
5432   { "df_mirror_rotating_8.EDITOR.frames",       "1"                     },
5433   { "df_mirror_rotating_9",                     "RocksDF.png"           },
5434   { "df_mirror_rotating_9.xpos",                "8"                     },
5435   { "df_mirror_rotating_9.ypos",                "0"                     },
5436   { "df_mirror_rotating_9.frames",              "1"                     },
5437   { "df_mirror_rotating_9.EDITOR",              "RocksDF.png"           },
5438   { "df_mirror_rotating_9.EDITOR.xpos",         "8"                     },
5439   { "df_mirror_rotating_9.EDITOR.ypos",         "1"                     },
5440   { "df_mirror_rotating_9.EDITOR.frames",       "1"                     },
5441   { "df_mirror_rotating_10",                    "RocksDF.png"           },
5442   { "df_mirror_rotating_10.xpos",               "9"                     },
5443   { "df_mirror_rotating_10.ypos",               "0"                     },
5444   { "df_mirror_rotating_10.frames",             "1"                     },
5445   { "df_mirror_rotating_10.EDITOR",             "RocksDF.png"           },
5446   { "df_mirror_rotating_10.EDITOR.xpos",        "9"                     },
5447   { "df_mirror_rotating_10.EDITOR.ypos",        "1"                     },
5448   { "df_mirror_rotating_10.EDITOR.frames",      "1"                     },
5449   { "df_mirror_rotating_11",                    "RocksDF.png"           },
5450   { "df_mirror_rotating_11.xpos",               "10"                    },
5451   { "df_mirror_rotating_11.ypos",               "0"                     },
5452   { "df_mirror_rotating_11.frames",             "1"                     },
5453   { "df_mirror_rotating_11.EDITOR",             "RocksDF.png"           },
5454   { "df_mirror_rotating_11.EDITOR.xpos",        "10"                    },
5455   { "df_mirror_rotating_11.EDITOR.ypos",        "1"                     },
5456   { "df_mirror_rotating_11.EDITOR.frames",      "1"                     },
5457   { "df_mirror_rotating_12",                    "RocksDF.png"           },
5458   { "df_mirror_rotating_12.xpos",               "11"                    },
5459   { "df_mirror_rotating_12.ypos",               "0"                     },
5460   { "df_mirror_rotating_12.frames",             "1"                     },
5461   { "df_mirror_rotating_12.EDITOR",             "RocksDF.png"           },
5462   { "df_mirror_rotating_12.EDITOR.xpos",        "11"                    },
5463   { "df_mirror_rotating_12.EDITOR.ypos",        "1"                     },
5464   { "df_mirror_rotating_12.EDITOR.frames",      "1"                     },
5465   { "df_mirror_rotating_13",                    "RocksDF.png"           },
5466   { "df_mirror_rotating_13.xpos",               "12"                    },
5467   { "df_mirror_rotating_13.ypos",               "0"                     },
5468   { "df_mirror_rotating_13.frames",             "1"                     },
5469   { "df_mirror_rotating_13.EDITOR",             "RocksDF.png"           },
5470   { "df_mirror_rotating_13.EDITOR.xpos",        "12"                    },
5471   { "df_mirror_rotating_13.EDITOR.ypos",        "1"                     },
5472   { "df_mirror_rotating_13.EDITOR.frames",      "1"                     },
5473   { "df_mirror_rotating_14",                    "RocksDF.png"           },
5474   { "df_mirror_rotating_14.xpos",               "13"                    },
5475   { "df_mirror_rotating_14.ypos",               "0"                     },
5476   { "df_mirror_rotating_14.frames",             "1"                     },
5477   { "df_mirror_rotating_14.EDITOR",             "RocksDF.png"           },
5478   { "df_mirror_rotating_14.EDITOR.xpos",        "13"                    },
5479   { "df_mirror_rotating_14.EDITOR.ypos",        "1"                     },
5480   { "df_mirror_rotating_14.EDITOR.frames",      "1"                     },
5481   { "df_mirror_rotating_15",                    "RocksDF.png"           },
5482   { "df_mirror_rotating_15.xpos",               "14"                    },
5483   { "df_mirror_rotating_15.ypos",               "0"                     },
5484   { "df_mirror_rotating_15.frames",             "1"                     },
5485   { "df_mirror_rotating_15.EDITOR",             "RocksDF.png"           },
5486   { "df_mirror_rotating_15.EDITOR.xpos",        "14"                    },
5487   { "df_mirror_rotating_15.EDITOR.ypos",        "1"                     },
5488   { "df_mirror_rotating_15.EDITOR.frames",      "1"                     },
5489   { "df_mirror_rotating_16",                    "RocksDF.png"           },
5490   { "df_mirror_rotating_16.xpos",               "15"                    },
5491   { "df_mirror_rotating_16.ypos",               "0"                     },
5492   { "df_mirror_rotating_16.frames",             "1"                     },
5493   { "df_mirror_rotating_16.EDITOR",             "RocksDF.png"           },
5494   { "df_mirror_rotating_16.EDITOR.xpos",        "15"                    },
5495   { "df_mirror_rotating_16.EDITOR.ypos",        "1"                     },
5496   { "df_mirror_rotating_16.EDITOR.frames",      "1"                     },
5497
5498   { "df_steel_grid_fixed_1",                    "RocksDF.png"           },
5499   { "df_steel_grid_fixed_1.xpos",               "0"                     },
5500   { "df_steel_grid_fixed_1.ypos",               "2"                     },
5501   { "df_steel_grid_fixed_1.frames",             "1"                     },
5502   { "df_steel_grid_fixed_2",                    "RocksDF.png"           },
5503   { "df_steel_grid_fixed_2.xpos",               "1"                     },
5504   { "df_steel_grid_fixed_2.ypos",               "2"                     },
5505   { "df_steel_grid_fixed_2.frames",             "1"                     },
5506   { "df_steel_grid_fixed_3",                    "RocksDF.png"           },
5507   { "df_steel_grid_fixed_3.xpos",               "2"                     },
5508   { "df_steel_grid_fixed_3.ypos",               "2"                     },
5509   { "df_steel_grid_fixed_3.frames",             "1"                     },
5510   { "df_steel_grid_fixed_4",                    "RocksDF.png"           },
5511   { "df_steel_grid_fixed_4.xpos",               "3"                     },
5512   { "df_steel_grid_fixed_4.ypos",               "2"                     },
5513   { "df_steel_grid_fixed_4.frames",             "1"                     },
5514   { "df_steel_grid_fixed_5",                    "RocksDF.png"           },
5515   { "df_steel_grid_fixed_5.xpos",               "4"                     },
5516   { "df_steel_grid_fixed_5.ypos",               "2"                     },
5517   { "df_steel_grid_fixed_5.frames",             "1"                     },
5518   { "df_steel_grid_fixed_6",                    "RocksDF.png"           },
5519   { "df_steel_grid_fixed_6.xpos",               "5"                     },
5520   { "df_steel_grid_fixed_6.ypos",               "2"                     },
5521   { "df_steel_grid_fixed_6.frames",             "1"                     },
5522   { "df_steel_grid_fixed_7",                    "RocksDF.png"           },
5523   { "df_steel_grid_fixed_7.xpos",               "6"                     },
5524   { "df_steel_grid_fixed_7.ypos",               "2"                     },
5525   { "df_steel_grid_fixed_7.frames",             "1"                     },
5526   { "df_steel_grid_fixed_8",                    "RocksDF.png"           },
5527   { "df_steel_grid_fixed_8.xpos",               "7"                     },
5528   { "df_steel_grid_fixed_8.ypos",               "2"                     },
5529   { "df_steel_grid_fixed_8.frames",             "1"                     },
5530
5531   { "df_wooden_grid_fixed_1",                   "RocksDF.png"           },
5532   { "df_wooden_grid_fixed_1.xpos",              "8"                     },
5533   { "df_wooden_grid_fixed_1.ypos",              "2"                     },
5534   { "df_wooden_grid_fixed_1.frames",            "1"                     },
5535   { "df_wooden_grid_fixed_2",                   "RocksDF.png"           },
5536   { "df_wooden_grid_fixed_2.xpos",              "9"                     },
5537   { "df_wooden_grid_fixed_2.ypos",              "2"                     },
5538   { "df_wooden_grid_fixed_2.frames",            "1"                     },
5539   { "df_wooden_grid_fixed_3",                   "RocksDF.png"           },
5540   { "df_wooden_grid_fixed_3.xpos",              "10"                    },
5541   { "df_wooden_grid_fixed_3.ypos",              "2"                     },
5542   { "df_wooden_grid_fixed_3.frames",            "1"                     },
5543   { "df_wooden_grid_fixed_4",                   "RocksDF.png"           },
5544   { "df_wooden_grid_fixed_4.xpos",              "11"                    },
5545   { "df_wooden_grid_fixed_4.ypos",              "2"                     },
5546   { "df_wooden_grid_fixed_4.frames",            "1"                     },
5547   { "df_wooden_grid_fixed_5",                   "RocksDF.png"           },
5548   { "df_wooden_grid_fixed_5.xpos",              "12"                    },
5549   { "df_wooden_grid_fixed_5.ypos",              "2"                     },
5550   { "df_wooden_grid_fixed_5.frames",            "1"                     },
5551   { "df_wooden_grid_fixed_6",                   "RocksDF.png"           },
5552   { "df_wooden_grid_fixed_6.xpos",              "13"                    },
5553   { "df_wooden_grid_fixed_6.ypos",              "2"                     },
5554   { "df_wooden_grid_fixed_6.frames",            "1"                     },
5555   { "df_wooden_grid_fixed_7",                   "RocksDF.png"           },
5556   { "df_wooden_grid_fixed_7.xpos",              "14"                    },
5557   { "df_wooden_grid_fixed_7.ypos",              "2"                     },
5558   { "df_wooden_grid_fixed_7.frames",            "1"                     },
5559   { "df_wooden_grid_fixed_8",                   "RocksDF.png"           },
5560   { "df_wooden_grid_fixed_8.xpos",              "15"                    },
5561   { "df_wooden_grid_fixed_8.ypos",              "2"                     },
5562   { "df_wooden_grid_fixed_8.frames",            "1"                     },
5563
5564   { "df_steel_grid_rotating_1",                 "RocksDF.png"           },
5565   { "df_steel_grid_rotating_1.xpos",            "0"                     },
5566   { "df_steel_grid_rotating_1.ypos",            "2"                     },
5567   { "df_steel_grid_rotating_1.frames",          "1"                     },
5568   { "df_steel_grid_rotating_1.EDITOR",          "RocksDF.png"           },
5569   { "df_steel_grid_rotating_1.EDITOR.xpos",     "0"                     },
5570   { "df_steel_grid_rotating_1.EDITOR.ypos",     "3"                     },
5571   { "df_steel_grid_rotating_1.EDITOR.frames",   "1"                     },
5572   { "df_steel_grid_rotating_2",                 "RocksDF.png"           },
5573   { "df_steel_grid_rotating_2.xpos",            "1"                     },
5574   { "df_steel_grid_rotating_2.ypos",            "2"                     },
5575   { "df_steel_grid_rotating_2.frames",          "1"                     },
5576   { "df_steel_grid_rotating_2.EDITOR",          "RocksDF.png"           },
5577   { "df_steel_grid_rotating_2.EDITOR.xpos",     "1"                     },
5578   { "df_steel_grid_rotating_2.EDITOR.ypos",     "3"                     },
5579   { "df_steel_grid_rotating_2.EDITOR.frames",   "1"                     },
5580   { "df_steel_grid_rotating_3",                 "RocksDF.png"           },
5581   { "df_steel_grid_rotating_3.xpos",            "2"                     },
5582   { "df_steel_grid_rotating_3.ypos",            "2"                     },
5583   { "df_steel_grid_rotating_3.frames",          "1"                     },
5584   { "df_steel_grid_rotating_3.EDITOR",          "RocksDF.png"           },
5585   { "df_steel_grid_rotating_3.EDITOR.xpos",     "2"                     },
5586   { "df_steel_grid_rotating_3.EDITOR.ypos",     "3"                     },
5587   { "df_steel_grid_rotating_3.EDITOR.frames",   "1"                     },
5588   { "df_steel_grid_rotating_4",                 "RocksDF.png"           },
5589   { "df_steel_grid_rotating_4.xpos",            "3"                     },
5590   { "df_steel_grid_rotating_4.ypos",            "2"                     },
5591   { "df_steel_grid_rotating_4.frames",          "1"                     },
5592   { "df_steel_grid_rotating_4.EDITOR",          "RocksDF.png"           },
5593   { "df_steel_grid_rotating_4.EDITOR.xpos",     "3"                     },
5594   { "df_steel_grid_rotating_4.EDITOR.ypos",     "3"                     },
5595   { "df_steel_grid_rotating_4.EDITOR.frames",   "1"                     },
5596   { "df_steel_grid_rotating_5",                 "RocksDF.png"           },
5597   { "df_steel_grid_rotating_5.xpos",            "4"                     },
5598   { "df_steel_grid_rotating_5.ypos",            "2"                     },
5599   { "df_steel_grid_rotating_5.frames",          "1"                     },
5600   { "df_steel_grid_rotating_5.EDITOR",          "RocksDF.png"           },
5601   { "df_steel_grid_rotating_5.EDITOR.xpos",     "4"                     },
5602   { "df_steel_grid_rotating_5.EDITOR.ypos",     "3"                     },
5603   { "df_steel_grid_rotating_5.EDITOR.frames",   "1"                     },
5604   { "df_steel_grid_rotating_6",                 "RocksDF.png"           },
5605   { "df_steel_grid_rotating_6.xpos",            "5"                     },
5606   { "df_steel_grid_rotating_6.ypos",            "2"                     },
5607   { "df_steel_grid_rotating_6.frames",          "1"                     },
5608   { "df_steel_grid_rotating_6.EDITOR",          "RocksDF.png"           },
5609   { "df_steel_grid_rotating_6.EDITOR.xpos",     "5"                     },
5610   { "df_steel_grid_rotating_6.EDITOR.ypos",     "3"                     },
5611   { "df_steel_grid_rotating_6.EDITOR.frames",   "1"                     },
5612   { "df_steel_grid_rotating_7",                 "RocksDF.png"           },
5613   { "df_steel_grid_rotating_7.xpos",            "6"                     },
5614   { "df_steel_grid_rotating_7.ypos",            "2"                     },
5615   { "df_steel_grid_rotating_7.frames",          "1"                     },
5616   { "df_steel_grid_rotating_7.EDITOR",          "RocksDF.png"           },
5617   { "df_steel_grid_rotating_7.EDITOR.xpos",     "6"                     },
5618   { "df_steel_grid_rotating_7.EDITOR.ypos",     "3"                     },
5619   { "df_steel_grid_rotating_7.EDITOR.frames",   "1"                     },
5620   { "df_steel_grid_rotating_8",                 "RocksDF.png"           },
5621   { "df_steel_grid_rotating_8.xpos",            "7"                     },
5622   { "df_steel_grid_rotating_8.ypos",            "2"                     },
5623   { "df_steel_grid_rotating_8.frames",          "1"                     },
5624   { "df_steel_grid_rotating_8.EDITOR",          "RocksDF.png"           },
5625   { "df_steel_grid_rotating_8.EDITOR.xpos",     "7"                     },
5626   { "df_steel_grid_rotating_8.EDITOR.ypos",     "3"                     },
5627   { "df_steel_grid_rotating_8.EDITOR.frames",   "1"                     },
5628
5629   { "df_wooden_grid_rotating_1",                "RocksDF.png"           },
5630   { "df_wooden_grid_rotating_1.xpos",           "8"                     },
5631   { "df_wooden_grid_rotating_1.ypos",           "2"                     },
5632   { "df_wooden_grid_rotating_1.frames",         "1"                     },
5633   { "df_wooden_grid_rotating_1.EDITOR",         "RocksDF.png"           },
5634   { "df_wooden_grid_rotating_1.EDITOR.xpos",    "8"                     },
5635   { "df_wooden_grid_rotating_1.EDITOR.ypos",    "3"                     },
5636   { "df_wooden_grid_rotating_1.EDITOR.frames",  "1"                     },
5637   { "df_wooden_grid_rotating_2",                "RocksDF.png"           },
5638   { "df_wooden_grid_rotating_2.xpos",           "9"                     },
5639   { "df_wooden_grid_rotating_2.ypos",           "2"                     },
5640   { "df_wooden_grid_rotating_2.frames",         "1"                     },
5641   { "df_wooden_grid_rotating_2.EDITOR",         "RocksDF.png"           },
5642   { "df_wooden_grid_rotating_2.EDITOR.xpos",    "9"                     },
5643   { "df_wooden_grid_rotating_2.EDITOR.ypos",    "3"                     },
5644   { "df_wooden_grid_rotating_2.EDITOR.frames",  "1"                     },
5645   { "df_wooden_grid_rotating_3",                "RocksDF.png"           },
5646   { "df_wooden_grid_rotating_3.xpos",           "10"                    },
5647   { "df_wooden_grid_rotating_3.ypos",           "2"                     },
5648   { "df_wooden_grid_rotating_3.frames",         "1"                     },
5649   { "df_wooden_grid_rotating_3.EDITOR",         "RocksDF.png"           },
5650   { "df_wooden_grid_rotating_3.EDITOR.xpos",    "10"                    },
5651   { "df_wooden_grid_rotating_3.EDITOR.ypos",    "3"                     },
5652   { "df_wooden_grid_rotating_3.EDITOR.frames",  "1"                     },
5653   { "df_wooden_grid_rotating_4",                "RocksDF.png"           },
5654   { "df_wooden_grid_rotating_4.xpos",           "11"                    },
5655   { "df_wooden_grid_rotating_4.ypos",           "2"                     },
5656   { "df_wooden_grid_rotating_4.frames",         "1"                     },
5657   { "df_wooden_grid_rotating_4.EDITOR",         "RocksDF.png"           },
5658   { "df_wooden_grid_rotating_4.EDITOR.xpos",    "11"                    },
5659   { "df_wooden_grid_rotating_4.EDITOR.ypos",    "3"                     },
5660   { "df_wooden_grid_rotating_4.EDITOR.frames",  "1"                     },
5661   { "df_wooden_grid_rotating_5",                "RocksDF.png"           },
5662   { "df_wooden_grid_rotating_5.xpos",           "12"                    },
5663   { "df_wooden_grid_rotating_5.ypos",           "2"                     },
5664   { "df_wooden_grid_rotating_5.frames",         "1"                     },
5665   { "df_wooden_grid_rotating_5.EDITOR",         "RocksDF.png"           },
5666   { "df_wooden_grid_rotating_5.EDITOR.xpos",    "12"                    },
5667   { "df_wooden_grid_rotating_5.EDITOR.ypos",    "3"                     },
5668   { "df_wooden_grid_rotating_5.EDITOR.frames",  "1"                     },
5669   { "df_wooden_grid_rotating_6",                "RocksDF.png"           },
5670   { "df_wooden_grid_rotating_6.xpos",           "13"                    },
5671   { "df_wooden_grid_rotating_6.ypos",           "2"                     },
5672   { "df_wooden_grid_rotating_6.frames",         "1"                     },
5673   { "df_wooden_grid_rotating_6.EDITOR",         "RocksDF.png"           },
5674   { "df_wooden_grid_rotating_6.EDITOR.xpos",    "13"                    },
5675   { "df_wooden_grid_rotating_6.EDITOR.ypos",    "3"                     },
5676   { "df_wooden_grid_rotating_6.EDITOR.frames",  "1"                     },
5677   { "df_wooden_grid_rotating_7",                "RocksDF.png"           },
5678   { "df_wooden_grid_rotating_7.xpos",           "14"                    },
5679   { "df_wooden_grid_rotating_7.ypos",           "2"                     },
5680   { "df_wooden_grid_rotating_7.frames",         "1"                     },
5681   { "df_wooden_grid_rotating_7.EDITOR",         "RocksDF.png"           },
5682   { "df_wooden_grid_rotating_7.EDITOR.xpos",    "14"                    },
5683   { "df_wooden_grid_rotating_7.EDITOR.ypos",    "3"                     },
5684   { "df_wooden_grid_rotating_7.EDITOR.frames",  "1"                     },
5685   { "df_wooden_grid_rotating_8",                "RocksDF.png"           },
5686   { "df_wooden_grid_rotating_8.xpos",           "15"                    },
5687   { "df_wooden_grid_rotating_8.ypos",           "2"                     },
5688   { "df_wooden_grid_rotating_8.frames",         "1"                     },
5689   { "df_wooden_grid_rotating_8.EDITOR",         "RocksDF.png"           },
5690   { "df_wooden_grid_rotating_8.EDITOR.xpos",    "15"                    },
5691   { "df_wooden_grid_rotating_8.EDITOR.ypos",    "3"                     },
5692   { "df_wooden_grid_rotating_8.EDITOR.frames",  "1"                     },
5693
5694   { "df_fibre_optic_red_1",                     "RocksDF.png"           },
5695   { "df_fibre_optic_red_1.xpos",                "8"                     },
5696   { "df_fibre_optic_red_1.ypos",                "8"                     },
5697   { "df_fibre_optic_red_1.frames",              "1"                     },
5698   { "df_fibre_optic_red_1.EDITOR",              "RocksDF.png"           },
5699   { "df_fibre_optic_red_1.EDITOR.xpos",         "8"                     },
5700   { "df_fibre_optic_red_1.EDITOR.ypos",         "9"                     },
5701   { "df_fibre_optic_red_1.EDITOR.frames",       "1"                     },
5702   { "df_fibre_optic_red_2",                     "RocksDF.png"           },
5703   { "df_fibre_optic_red_2.xpos",                "9"                     },
5704   { "df_fibre_optic_red_2.ypos",                "8"                     },
5705   { "df_fibre_optic_red_2.frames",              "1"                     },
5706   { "df_fibre_optic_red_2.EDITOR",              "RocksDF.png"           },
5707   { "df_fibre_optic_red_2.EDITOR.xpos",         "9"                     },
5708   { "df_fibre_optic_red_2.EDITOR.ypos",         "9"                     },
5709   { "df_fibre_optic_red_2.EDITOR.frames",       "1"                     },
5710   { "df_fibre_optic_yellow_1",                  "RocksDF.png"           },
5711   { "df_fibre_optic_yellow_1.xpos",             "10"                    },
5712   { "df_fibre_optic_yellow_1.ypos",             "8"                     },
5713   { "df_fibre_optic_yellow_1.frames",           "1"                     },
5714   { "df_fibre_optic_yellow_1.EDITOR",           "RocksDF.png"           },
5715   { "df_fibre_optic_yellow_1.EDITOR.xpos",      "10"                    },
5716   { "df_fibre_optic_yellow_1.EDITOR.ypos",      "9"                     },
5717   { "df_fibre_optic_yellow_1.EDITOR.frames",    "1"                     },
5718   { "df_fibre_optic_yellow_2",                  "RocksDF.png"           },
5719   { "df_fibre_optic_yellow_2.xpos",             "11"                    },
5720   { "df_fibre_optic_yellow_2.ypos",             "8"                     },
5721   { "df_fibre_optic_yellow_2.frames",           "1"                     },
5722   { "df_fibre_optic_yellow_2.EDITOR",           "RocksDF.png"           },
5723   { "df_fibre_optic_yellow_2.EDITOR.xpos",      "11"                    },
5724   { "df_fibre_optic_yellow_2.EDITOR.ypos",      "9"                     },
5725   { "df_fibre_optic_yellow_2.EDITOR.frames",    "1"                     },
5726   { "df_fibre_optic_green_1",                   "RocksDF.png"           },
5727   { "df_fibre_optic_green_1.xpos",              "12"                    },
5728   { "df_fibre_optic_green_1.ypos",              "8"                     },
5729   { "df_fibre_optic_green_1.frames",            "1"                     },
5730   { "df_fibre_optic_green_1.EDITOR",            "RocksDF.png"           },
5731   { "df_fibre_optic_green_1.EDITOR.xpos",       "12"                    },
5732   { "df_fibre_optic_green_1.EDITOR.ypos",       "9"                     },
5733   { "df_fibre_optic_green_1.EDITOR.frames",     "1"                     },
5734   { "df_fibre_optic_green_2",                   "RocksDF.png"           },
5735   { "df_fibre_optic_green_2.xpos",              "13"                    },
5736   { "df_fibre_optic_green_2.ypos",              "8"                     },
5737   { "df_fibre_optic_green_2.frames",            "1"                     },
5738   { "df_fibre_optic_green_2.EDITOR",            "RocksDF.png"           },
5739   { "df_fibre_optic_green_2.EDITOR.xpos",       "13"                    },
5740   { "df_fibre_optic_green_2.EDITOR.ypos",       "9"                     },
5741   { "df_fibre_optic_green_2.EDITOR.frames",     "1"                     },
5742   { "df_fibre_optic_blue_1",                    "RocksDF.png"           },
5743   { "df_fibre_optic_blue_1.xpos",               "14"                    },
5744   { "df_fibre_optic_blue_1.ypos",               "8"                     },
5745   { "df_fibre_optic_blue_1.frames",             "1"                     },
5746   { "df_fibre_optic_blue_1.EDITOR",             "RocksDF.png"           },
5747   { "df_fibre_optic_blue_1.EDITOR.xpos",        "14"                    },
5748   { "df_fibre_optic_blue_1.EDITOR.ypos",        "9"                     },
5749   { "df_fibre_optic_blue_1.EDITOR.frames",      "1"                     },
5750   { "df_fibre_optic_blue_2",                    "RocksDF.png"           },
5751   { "df_fibre_optic_blue_2.xpos",               "15"                    },
5752   { "df_fibre_optic_blue_2.ypos",               "8"                     },
5753   { "df_fibre_optic_blue_2.frames",             "1"                     },
5754   { "df_fibre_optic_blue_2.EDITOR",             "RocksDF.png"           },
5755   { "df_fibre_optic_blue_2.EDITOR.xpos",        "15"                    },
5756   { "df_fibre_optic_blue_2.EDITOR.ypos",        "9"                     },
5757   { "df_fibre_optic_blue_2.EDITOR.frames",      "1"                     },
5758
5759   { "df_steel_wall",                            "RocksDF.png"           },
5760   { "df_steel_wall.xpos",                       "6"                     },
5761   { "df_steel_wall.ypos",                       "8"                     },
5762   { "df_steel_wall.frames",                     "1"                     },
5763
5764   { "df_wooden_wall",                           "RocksDF.png"           },
5765   { "df_wooden_wall.xpos",                      "7"                     },
5766   { "df_wooden_wall.ypos",                      "8"                     },
5767   { "df_wooden_wall.frames",                    "1"                     },
5768
5769   { "df_refractor",                             "RocksDF.png"           },
5770   { "df_refractor.xpos",                        "1"                     },
5771   { "df_refractor.ypos",                        "8"                     },
5772   { "df_refractor.frames",                      "1"                     },
5773
5774   { "df_cell",                                  "RocksDF.png"           },
5775   { "df_cell.xpos",                             "2"                     },
5776   { "df_cell.ypos",                             "8"                     },
5777   { "df_cell.frames",                           "1"                     },
5778
5779   { "df_mine",                                  "RocksDF.png"           },
5780   { "df_mine.xpos",                             "4"                     },
5781   { "df_mine.ypos",                             "8"                     },
5782   { "df_mine.frames",                           "1"                     },
5783   { "df_mine.active",                           "RocksDF.png"           },
5784   { "df_mine.active.xpos",                      "3"                     },
5785   { "df_mine.active.ypos",                      "8"                     },
5786   { "df_mine.active.frames",                    "3"                     },
5787   { "df_mine.active.delay",                     "6"                     },
5788   { "df_mine.active.anim_mode",                 "pingpong"              },
5789
5790   // (these are only defined as elements to support ".PANEL" definitions)
5791   { "graphic_1",                                UNDEFINED_FILENAME      },
5792   { "graphic_2",                                UNDEFINED_FILENAME      },
5793   { "graphic_3",                                UNDEFINED_FILENAME      },
5794   { "graphic_4",                                UNDEFINED_FILENAME      },
5795   { "graphic_5",                                UNDEFINED_FILENAME      },
5796   { "graphic_6",                                UNDEFINED_FILENAME      },
5797   { "graphic_7",                                UNDEFINED_FILENAME      },
5798   { "graphic_8",                                UNDEFINED_FILENAME      },
5799
5800 #include "conf_chr.c"   // include auto-generated data structure definitions
5801 #include "conf_cus.c"   // include auto-generated data structure definitions
5802 #include "conf_grp.c"   // include auto-generated data structure definitions
5803 #include "conf_emp.c"   // include auto-generated data structure definitions
5804
5805
5806   // ==========================================================================
5807   // image definitions not associated with game elements (menu screens etc.)
5808   // ==========================================================================
5809
5810   // keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change!
5811
5812   { "sp_frame_horizontal",                      "RocksSP.png"           },
5813   { "sp_frame_horizontal.xpos",                 "7"                     },
5814   { "sp_frame_horizontal.ypos",                 "14"                    },
5815   { "sp_frame_vertical",                        "RocksSP.png"           },
5816   { "sp_frame_vertical.xpos",                   "6"                     },
5817   { "sp_frame_vertical.ypos",                   "14"                    },
5818   { "sp_frame_corner",                          "RocksSP.png"           },
5819   { "sp_frame_corner.xpos",                     "5"                     },
5820   { "sp_frame_corner.ypos",                     "14"                    },
5821
5822   { "toon_1",                                   "RocksToons.png"        },
5823   { "toon_1.x",                                 "2"                     },
5824   { "toon_1.y",                                 "72"                    },
5825   { "toon_1.width",                             "40"                    },
5826   { "toon_1.height",                            "48"                    },
5827   { "toon_1.frames",                            "8"                     },
5828   { "toon_1.delay",                             "1"                     },
5829   { "toon_1.step_offset",                       "4"                     },
5830   { "toon_1.step_delay",                        "5"                     },
5831   { "toon_1.direction",                         "right"                 },
5832   { "toon_1.position",                          "bottom"                },
5833
5834   { "toon_2",                                   "RocksToons.png"        },
5835   { "toon_2.x",                                 "2"                     },
5836   { "toon_2.y",                                 "186"                   },
5837   { "toon_2.width",                             "40"                    },
5838   { "toon_2.height",                            "48"                    },
5839   { "toon_2.frames",                            "8"                     },
5840   { "toon_2.delay",                             "1"                     },
5841   { "toon_2.step_offset",                       "4"                     },
5842   { "toon_2.step_delay",                        "5"                     },
5843   { "toon_2.direction",                         "left"                  },
5844   { "toon_2.position",                          "bottom"                },
5845
5846   { "toon_3",                                   "RocksToons.png"        },
5847   { "toon_3.x",                                 "2"                     },
5848   { "toon_3.y",                                 "125"                   },
5849   { "toon_3.width",                             "48"                    },
5850   { "toon_3.height",                            "56"                    },
5851   { "toon_3.frames",                            "8"                     },
5852   { "toon_3.delay",                             "1"                     },
5853   { "toon_3.step_offset",                       "4"                     },
5854   { "toon_3.step_delay",                        "5"                     },
5855   { "toon_3.direction",                         "right"                 },
5856   { "toon_3.position",                          "bottom"                },
5857
5858   { "toon_4",                                   "RocksToons.png"        },
5859   { "toon_4.x",                                 "327"                   },
5860   { "toon_4.y",                                 "10"                    },
5861   { "toon_4.width",                             "80"                    },
5862   { "toon_4.height",                            "110"                   },
5863   { "toon_4.frames",                            "1"                     },
5864   { "toon_4.delay",                             "1"                     },
5865   { "toon_4.step_offset",                       "1"                     },
5866   { "toon_4.step_delay",                        "1"                     },
5867   { "toon_4.direction",                         "up"                    },
5868   { "toon_4.position",                          "any"                   },
5869
5870   { "toon_5",                                   "RocksToons.png"        },
5871   { "toon_5.x",                                 "2"                     },
5872   { "toon_5.y",                                 "2"                     },
5873   { "toon_5.width",                             "32"                    },
5874   { "toon_5.height",                            "30"                    },
5875   { "toon_5.frames",                            "8"                     },
5876   { "toon_5.delay",                             "2"                     },
5877   { "toon_5.anim_mode",                         "pingpong2"             },
5878   { "toon_5.step_offset",                       "2"                     },
5879   { "toon_5.step_delay",                        "1"                     },
5880   { "toon_5.direction",                         "right"                 },
5881   { "toon_5.position",                          "upper"                 },
5882
5883   { "toon_6",                                   "RocksToons.png"        },
5884   { "toon_6.x",                                 "2"                     },
5885   { "toon_6.y",                                 "37"                    },
5886   { "toon_6.width",                             "32"                    },
5887   { "toon_6.height",                            "30"                    },
5888   { "toon_6.frames",                            "8"                     },
5889   { "toon_6.delay",                             "2"                     },
5890   { "toon_6.anim_mode",                         "pingpong2"             },
5891   { "toon_6.step_offset",                       "2"                     },
5892   { "toon_6.step_delay",                        "1"                     },
5893   { "toon_6.direction",                         "left"                  },
5894   { "toon_6.position",                          "upper"                 },
5895
5896   { "toon_7",                                   "RocksMore.png"         },
5897   { "toon_7.xpos",                              "0"                     },
5898   { "toon_7.ypos",                              "6"                     },
5899   { "toon_7.frames",                            "16"                    },
5900   { "toon_7.delay",                             "2"                     },
5901   { "toon_7.direction",                         "down"                  },
5902   { "toon_7.position",                          "any"                   },
5903
5904   { "toon_8",                                   "RocksHeroes.png"       },
5905   { "toon_8.xpos",                              "4"                     },
5906   { "toon_8.ypos",                              "1"                     },
5907   { "toon_8.frames",                            "4"                     },
5908   { "toon_8.delay",                             "4"                     },
5909   { "toon_8.direction",                         "right"                 },
5910   { "toon_8.position",                          "bottom"                },
5911
5912   { "toon_9",                                   "RocksHeroes.png"       },
5913   { "toon_9.xpos",                              "8"                     },
5914   { "toon_9.ypos",                              "7"                     },
5915   { "toon_9.frames",                            "4"                     },
5916   { "toon_9.delay",                             "2"                     },
5917   { "toon_9.direction",                         "left"                  },
5918   { "toon_9.position",                          "bottom"                },
5919
5920   { "toon_10",                                  "RocksHeroes.png"       },
5921   { "toon_10.xpos",                             "12"                    },
5922   { "toon_10.ypos",                             "7"                     },
5923   { "toon_10.frames",                           "4"                     },
5924   { "toon_10.delay",                            "2"                     },
5925   { "toon_10.direction",                        "right"                 },
5926   { "toon_10.position",                         "bottom"                },
5927
5928   { "toon_11",                                  "RocksHeroes.png"       },
5929   { "toon_11.xpos",                             "8"                     },
5930   { "toon_11.ypos",                             "5"                     },
5931   { "toon_11.frames",                           "4"                     },
5932   { "toon_11.delay",                            "2"                     },
5933   { "toon_11.direction",                        "left"                  },
5934   { "toon_11.position",                         "bottom"                },
5935
5936   { "toon_12",                                  "RocksHeroes.png"       },
5937   { "toon_12.xpos",                             "12"                    },
5938   { "toon_12.ypos",                             "5"                     },
5939   { "toon_12.frames",                           "4"                     },
5940   { "toon_12.delay",                            "2"                     },
5941   { "toon_12.direction",                        "right"                 },
5942   { "toon_12.position",                         "bottom"                },
5943
5944   { "toon_13",                                  "RocksHeroes.png"       },
5945   { "toon_13.xpos",                             "8"                     },
5946   { "toon_13.ypos",                             "1"                     },
5947   { "toon_13.frames",                           "4"                     },
5948   { "toon_13.delay",                            "2"                     },
5949   { "toon_13.direction",                        "left"                  },
5950   { "toon_13.position",                         "bottom"                },
5951
5952   { "toon_14",                                  "RocksHeroes.png"       },
5953   { "toon_14.xpos",                             "12"                    },
5954   { "toon_14.ypos",                             "1"                     },
5955   { "toon_14.frames",                           "4"                     },
5956   { "toon_14.delay",                            "2"                     },
5957   { "toon_14.direction",                        "right"                 },
5958   { "toon_14.position",                         "bottom"                },
5959
5960   { "toon_15",                                  "RocksHeroes.png"       },
5961   { "toon_15.xpos",                             "8"                     },
5962   { "toon_15.ypos",                             "3"                     },
5963   { "toon_15.frames",                           "4"                     },
5964   { "toon_15.delay",                            "2"                     },
5965   { "toon_15.direction",                        "left"                  },
5966   { "toon_15.position",                         "bottom"                },
5967
5968   { "toon_16",                                  "RocksHeroes.png"       },
5969   { "toon_16.xpos",                             "12"                    },
5970   { "toon_16.ypos",                             "3"                     },
5971   { "toon_16.frames",                           "4"                     },
5972   { "toon_16.delay",                            "2"                     },
5973   { "toon_16.direction",                        "right"                 },
5974   { "toon_16.position",                         "bottom"                },
5975
5976   { "toon_17",                                  "RocksHeroes.png"       },
5977   { "toon_17.xpos",                             "8"                     },
5978   { "toon_17.ypos",                             "9"                     },
5979   { "toon_17.frames",                           "8"                     },
5980   { "toon_17.delay",                            "2"                     },
5981   { "toon_17.direction",                        "left"                  },
5982   { "toon_17.position",                         "any"                   },
5983
5984   { "toon_18",                                  "RocksHeroes.png"       },
5985   { "toon_18.xpos",                             "8"                     },
5986   { "toon_18.ypos",                             "9"                     },
5987   { "toon_18.frames",                           "8"                     },
5988   { "toon_18.delay",                            "2"                     },
5989   { "toon_18.direction",                        "right"                 },
5990   { "toon_18.position",                         "any"                   },
5991
5992   { "toon_19",                                  "RocksElements.png"     },
5993   { "toon_19.xpos",                             "8"                     },
5994   { "toon_19.ypos",                             "0"                     },
5995   { "toon_19.frames",                           "2"                     },
5996   { "toon_19.delay",                            "4"                     },
5997   { "toon_19.direction",                        "down"                  },
5998   { "toon_19.position",                         "any"                   },
5999
6000   { "toon_20",                                  "RocksElements.png"     },
6001   { "toon_20.xpos",                             "10"                    },
6002   { "toon_20.ypos",                             "0"                     },
6003   { "toon_20.frames",                           "2"                     },
6004   { "toon_20.delay",                            "4"                     },
6005   { "toon_20.direction",                        "down"                  },
6006   { "toon_20.position",                         "any"                   },
6007
6008   { "gfx.global.anim_1",                        UNDEFINED_FILENAME      },
6009   { "gfx.global.anim_2",                        UNDEFINED_FILENAME      },
6010   { "gfx.global.anim_3",                        UNDEFINED_FILENAME      },
6011   { "gfx.global.anim_4",                        UNDEFINED_FILENAME      },
6012   { "gfx.global.anim_5",                        UNDEFINED_FILENAME      },
6013   { "gfx.global.anim_6",                        UNDEFINED_FILENAME      },
6014   { "gfx.global.anim_7",                        UNDEFINED_FILENAME      },
6015   { "gfx.global.anim_8",                        UNDEFINED_FILENAME      },
6016   { "gfx.global.anim_9",                        UNDEFINED_FILENAME      },
6017   { "gfx.global.anim_10",                       UNDEFINED_FILENAME      },
6018   { "gfx.global.anim_11",                       UNDEFINED_FILENAME      },
6019   { "gfx.global.anim_12",                       UNDEFINED_FILENAME      },
6020   { "gfx.global.anim_13",                       UNDEFINED_FILENAME      },
6021   { "gfx.global.anim_14",                       UNDEFINED_FILENAME      },
6022   { "gfx.global.anim_15",                       UNDEFINED_FILENAME      },
6023   { "gfx.global.anim_16",                       UNDEFINED_FILENAME      },
6024   { "gfx.global.anim_17",                       UNDEFINED_FILENAME      },
6025   { "gfx.global.anim_18",                       UNDEFINED_FILENAME      },
6026   { "gfx.global.anim_19",                       UNDEFINED_FILENAME      },
6027   { "gfx.global.anim_20",                       UNDEFINED_FILENAME      },
6028   { "gfx.global.anim_21",                       UNDEFINED_FILENAME      },
6029   { "gfx.global.anim_22",                       UNDEFINED_FILENAME      },
6030   { "gfx.global.anim_23",                       UNDEFINED_FILENAME      },
6031   { "gfx.global.anim_24",                       UNDEFINED_FILENAME      },
6032   { "gfx.global.anim_25",                       UNDEFINED_FILENAME      },
6033   { "gfx.global.anim_26",                       UNDEFINED_FILENAME      },
6034   { "gfx.global.anim_27",                       UNDEFINED_FILENAME      },
6035   { "gfx.global.anim_28",                       UNDEFINED_FILENAME      },
6036   { "gfx.global.anim_29",                       UNDEFINED_FILENAME      },
6037   { "gfx.global.anim_30",                       UNDEFINED_FILENAME      },
6038   { "gfx.global.anim_31",                       UNDEFINED_FILENAME      },
6039   { "gfx.global.anim_32",                       UNDEFINED_FILENAME      },
6040
6041   { "global.anim_1",                            UNDEFINED_FILENAME      },
6042   { "global.anim_2",                            UNDEFINED_FILENAME      },
6043   { "global.anim_3",                            UNDEFINED_FILENAME      },
6044   { "global.anim_4",                            UNDEFINED_FILENAME      },
6045   { "global.anim_5",                            UNDEFINED_FILENAME      },
6046   { "global.anim_6",                            UNDEFINED_FILENAME      },
6047   { "global.anim_7",                            UNDEFINED_FILENAME      },
6048   { "global.anim_8",                            UNDEFINED_FILENAME      },
6049   { "global.anim_9",                            UNDEFINED_FILENAME      },
6050   { "global.anim_10",                           UNDEFINED_FILENAME      },
6051   { "global.anim_11",                           UNDEFINED_FILENAME      },
6052   { "global.anim_12",                           UNDEFINED_FILENAME      },
6053   { "global.anim_13",                           UNDEFINED_FILENAME      },
6054   { "global.anim_14",                           UNDEFINED_FILENAME      },
6055   { "global.anim_15",                           UNDEFINED_FILENAME      },
6056   { "global.anim_16",                           UNDEFINED_FILENAME      },
6057   { "global.anim_17",                           UNDEFINED_FILENAME      },
6058   { "global.anim_18",                           UNDEFINED_FILENAME      },
6059   { "global.anim_19",                           UNDEFINED_FILENAME      },
6060   { "global.anim_20",                           UNDEFINED_FILENAME      },
6061   { "global.anim_21",                           UNDEFINED_FILENAME      },
6062   { "global.anim_22",                           UNDEFINED_FILENAME      },
6063   { "global.anim_23",                           UNDEFINED_FILENAME      },
6064   { "global.anim_24",                           UNDEFINED_FILENAME      },
6065   { "global.anim_25",                           UNDEFINED_FILENAME      },
6066   { "global.anim_26",                           UNDEFINED_FILENAME      },
6067   { "global.anim_27",                           UNDEFINED_FILENAME      },
6068   { "global.anim_28",                           UNDEFINED_FILENAME      },
6069   { "global.anim_29",                           UNDEFINED_FILENAME      },
6070   { "global.anim_30",                           UNDEFINED_FILENAME      },
6071   { "global.anim_31",                           UNDEFINED_FILENAME      },
6072   { "global.anim_32",                           UNDEFINED_FILENAME      },
6073
6074   { "internal.global.toon_default",             UNDEFINED_FILENAME      },
6075   { "internal.global.toon_default.anim_mode",   "random"                },
6076
6077   { "internal.global.anim_default",             UNDEFINED_FILENAME      },
6078
6079   { "menu.calibrate_red",                       "RocksElements.png"     },
6080   { "menu.calibrate_red.xpos",                  "12"                    },
6081   { "menu.calibrate_red.ypos",                  "8"                     },
6082   { "menu.calibrate_red.frames",                "1"                     },
6083   { "menu.calibrate_blue",                      "RocksElements.png"     },
6084   { "menu.calibrate_blue.xpos",                 "13"                    },
6085   { "menu.calibrate_blue.ypos",                 "8"                     },
6086   { "menu.calibrate_blue.frames",               "1"                     },
6087   { "menu.calibrate_yellow",                    "RocksElements.png"     },
6088   { "menu.calibrate_yellow.xpos",               "14"                    },
6089   { "menu.calibrate_yellow.ypos",               "8"                     },
6090   { "menu.calibrate_yellow.frames",             "1"                     },
6091
6092   { "menu.button",                              "RocksElements.png"     },
6093   { "menu.button.xpos",                         "13"                    },
6094   { "menu.button.ypos",                         "8"                     },
6095   { "menu.button.frames",                       "1"                     },
6096   { "menu.button.active",                       "RocksElements.png"     },
6097   { "menu.button.active.xpos",                  "12"                    },
6098   { "menu.button.active.ypos",                  "8"                     },
6099   { "menu.button.active.frames",                "1"                     },
6100
6101   { "menu.button_left",                         "RocksDC.png"           },
6102   { "menu.button_left.xpos",                    "8"                     },
6103   { "menu.button_left.ypos",                    "8"                     },
6104   { "menu.button_left.frames",                  "1"                     },
6105   { "menu.button_left.active",                  "RocksDC.png"           },
6106   { "menu.button_left.active.xpos",             "8"                     },
6107   { "menu.button_left.active.ypos",             "9"                     },
6108   { "menu.button_left.active.frames",           "1"                     },
6109   { "menu.button_right",                        "RocksDC.png"           },
6110   { "menu.button_right.xpos",                   "9"                     },
6111   { "menu.button_right.ypos",                   "8"                     },
6112   { "menu.button_right.frames",                 "1"                     },
6113   { "menu.button_right.active",                 "RocksDC.png"           },
6114   { "menu.button_right.active.xpos",            "9"                     },
6115   { "menu.button_right.active.ypos",            "9"                     },
6116   { "menu.button_right.active.frames",          "1"                     },
6117   { "menu.button_up",                           "RocksDC.png"           },
6118   { "menu.button_up.xpos",                      "10"                    },
6119   { "menu.button_up.ypos",                      "8"                     },
6120   { "menu.button_up.frames",                    "1"                     },
6121   { "menu.button_up.active",                    "RocksDC.png"           },
6122   { "menu.button_up.active.xpos",               "10"                    },
6123   { "menu.button_up.active.ypos",               "9"                     },
6124   { "menu.button_up.active.frames",             "1"                     },
6125   { "menu.button_down",                         "RocksDC.png"           },
6126   { "menu.button_down.xpos",                    "11"                    },
6127   { "menu.button_down.ypos",                    "8"                     },
6128   { "menu.button_down.frames",                  "1"                     },
6129   { "menu.button_down.active",                  "RocksDC.png"           },
6130   { "menu.button_down.active.xpos",             "11"                    },
6131   { "menu.button_down.active.ypos",             "9"                     },
6132   { "menu.button_down.active.frames",           "1"                     },
6133
6134   { "menu.button_enter_menu",                   UNDEFINED_FILENAME      },
6135   { "menu.button_enter_menu.clone_from",        "menu.button_right"     },
6136   { "menu.button_enter_menu.active",            UNDEFINED_FILENAME      },
6137   { "menu.button_enter_menu.active.clone_from", "menu.button_right.active" },
6138   { "menu.button_leave_menu",                   UNDEFINED_FILENAME      },
6139   { "menu.button_leave_menu.clone_from",        "menu.button_left"      },
6140   { "menu.button_leave_menu.active",            UNDEFINED_FILENAME      },
6141   { "menu.button_leave_menu.active.clone_from", "menu.button_left.active" },
6142
6143   { "menu.button_next_level",                   UNDEFINED_FILENAME      },
6144   { "menu.button_next_level.clone_from",        "menu.button_right"     },
6145   { "menu.button_next_level.active",            UNDEFINED_FILENAME      },
6146   { "menu.button_next_level.active.clone_from", "menu.button_right.active" },
6147   { "menu.button_prev_level",                   UNDEFINED_FILENAME      },
6148   { "menu.button_prev_level.clone_from",        "menu.button_left"      },
6149   { "menu.button_prev_level.active",            UNDEFINED_FILENAME      },
6150   { "menu.button_prev_level.active.clone_from", "menu.button_left.active" },
6151
6152   { "menu.button_next_level2",                  UNDEFINED_FILENAME      },
6153   { "menu.button_next_level2.clone_from",       "menu.button_right"     },
6154   { "menu.button_next_level2.active",           UNDEFINED_FILENAME      },
6155   { "menu.button_next_level2.active.clone_from", "menu.button_right.active" },
6156   { "menu.button_prev_level2",                  UNDEFINED_FILENAME      },
6157   { "menu.button_prev_level2.clone_from",       "menu.button_left"      },
6158   { "menu.button_prev_level2.active",           UNDEFINED_FILENAME      },
6159   { "menu.button_prev_level2.active.clone_from", "menu.button_left.active" },
6160
6161   { "menu.button_next_score",                   UNDEFINED_FILENAME      },
6162   { "menu.button_next_score.clone_from",        "menu.button_down"      },
6163   { "menu.button_next_score.active",            UNDEFINED_FILENAME      },
6164   { "menu.button_next_score.active.clone_from", "menu.button_down.active" },
6165   { "menu.button_prev_score",                   UNDEFINED_FILENAME      },
6166   { "menu.button_prev_score.clone_from",        "menu.button_up"        },
6167   { "menu.button_prev_score.active",            UNDEFINED_FILENAME      },
6168   { "menu.button_prev_score.active.clone_from", "menu.button_up.active" },
6169
6170   { "menu.button_play_tape",                    UNDEFINED_FILENAME      },
6171   { "menu.button_play_tape.clone_from",         "gfx.tape.button.play"  },
6172
6173   { "menu.button_name",                         UNDEFINED_FILENAME      },
6174   { "menu.button_name.clone_from",              "menu.button"           },
6175   { "menu.button_name.active",                  UNDEFINED_FILENAME      },
6176   { "menu.button_name.active.clone_from",       "menu.button.active"    },
6177   { "menu.button_levels",                       UNDEFINED_FILENAME      },
6178   { "menu.button_levels.clone_from",            "menu.button_right"     },
6179   { "menu.button_levels.active",                UNDEFINED_FILENAME      },
6180   { "menu.button_levels.active.clone_from",     "menu.button_right.active" },
6181   { "menu.button_scores",                       UNDEFINED_FILENAME      },
6182   { "menu.button_scores.clone_from",            "menu.button"           },
6183   { "menu.button_scores.active",                UNDEFINED_FILENAME      },
6184   { "menu.button_scores.active.clone_from",     "menu.button.active"    },
6185   { "menu.button_editor",                       UNDEFINED_FILENAME      },
6186   { "menu.button_editor.clone_from",            "menu.button"           },
6187   { "menu.button_editor.active",                UNDEFINED_FILENAME      },
6188   { "menu.button_editor.active.clone_from",     "menu.button.active"    },
6189   { "menu.button_info",                         UNDEFINED_FILENAME      },
6190   { "menu.button_info.clone_from",              "menu.button_right"     },
6191   { "menu.button_info.active",                  UNDEFINED_FILENAME      },
6192   { "menu.button_info.active.clone_from",       "menu.button_right.active" },
6193   { "menu.button_game",                         UNDEFINED_FILENAME      },
6194   { "menu.button_game.clone_from",              "menu.button"           },
6195   { "menu.button_game.active",                  UNDEFINED_FILENAME      },
6196   { "menu.button_game.active.clone_from",       "menu.button.active"    },
6197   { "menu.button_setup",                        UNDEFINED_FILENAME      },
6198   { "menu.button_setup.clone_from",             "menu.button_right"     },
6199   { "menu.button_setup.active",                 UNDEFINED_FILENAME      },
6200   { "menu.button_setup.active.clone_from",      "menu.button_right.active" },
6201   { "menu.button_quit",                         UNDEFINED_FILENAME      },
6202   { "menu.button_quit.clone_from",              "menu.button"           },
6203   { "menu.button_quit.active",                  UNDEFINED_FILENAME      },
6204   { "menu.button_quit.active.clone_from",       "menu.button.active"    },
6205
6206   { "menu.button_first_level",                  UNDEFINED_FILENAME      },
6207   { "menu.button_first_level.active",           UNDEFINED_FILENAME      },
6208   { "menu.button_last_level",                   UNDEFINED_FILENAME      },
6209   { "menu.button_last_level.active",            UNDEFINED_FILENAME      },
6210   { "menu.button_level_number",                 UNDEFINED_FILENAME      },
6211   { "menu.button_level_number.active",          UNDEFINED_FILENAME      },
6212
6213   { "menu.button_insert_solution",              UNDEFINED_FILENAME      },
6214   { "menu.button_insert_solution.active",       UNDEFINED_FILENAME      },
6215   { "menu.button_play_solution",                UNDEFINED_FILENAME      },
6216   { "menu.button_play_solution.active",         UNDEFINED_FILENAME      },
6217
6218   { "menu.button_levelset_info",                UNDEFINED_FILENAME      },
6219   { "menu.button_levelset_info.clone_from",     "envelope_1"            },
6220   { "menu.button_levelset_info.pressed",        UNDEFINED_FILENAME      },
6221   { "menu.button_levelset_info.pressed.clone_from", "envelope_1.collecting" },
6222   { "menu.button_levelset_info.active",         UNDEFINED_FILENAME      },
6223   { "menu.button_levelset_info.active.clone_from", "envelope_1"         },
6224
6225   { "menu.button_switch_ecs_aga",               UNDEFINED_FILENAME      },
6226   { "menu.button_switch_ecs_aga.active",        UNDEFINED_FILENAME      },
6227
6228   { "menu.button_touch_back",                   "RocksTouch.png"        },
6229   { "menu.button_touch_back.x",                 "210"                   },
6230   { "menu.button_touch_back.y",                 "180"                   },
6231   { "menu.button_touch_back.width",             "60"                    },
6232   { "menu.button_touch_back.height",            "60"                    },
6233   { "menu.button_touch_back.pressed_xoffset",   "-200"                  },
6234   { "menu.button_touch_next",                   "RocksTouch.png"        },
6235   { "menu.button_touch_next.x",                 "330"                   },
6236   { "menu.button_touch_next.y",                 "180"                   },
6237   { "menu.button_touch_next.width",             "60"                    },
6238   { "menu.button_touch_next.height",            "60"                    },
6239   { "menu.button_touch_next.pressed_xoffset",   "-200"                  },
6240   { "menu.button_touch_back2",                  "RocksTouch.png"        },
6241   { "menu.button_touch_back2.x",                "210"                   },
6242   { "menu.button_touch_back2.y",                "180"                   },
6243   { "menu.button_touch_back2.width",            "60"                    },
6244   { "menu.button_touch_back2.height",           "60"                    },
6245   { "menu.button_touch_back2.pressed_xoffset",  "-200"                  },
6246   { "menu.button_touch_next2",                  "RocksTouch.png"        },
6247   { "menu.button_touch_next2.x",                "330"                   },
6248   { "menu.button_touch_next2.y",                "180"                   },
6249   { "menu.button_touch_next2.width",            "60"                    },
6250   { "menu.button_touch_next2.height",           "60"                    },
6251   { "menu.button_touch_next2.pressed_xoffset", "-200"                   },
6252
6253   { "menu.scrollbar",                           "RocksDC.png"           },
6254   { "menu.scrollbar.xpos",                      "8"                     },
6255   { "menu.scrollbar.ypos",                      "10"                    },
6256   { "menu.scrollbar.frames",                    "1"                     },
6257   { "menu.scrollbar.active",                    "RocksDC.png"           },
6258   { "menu.scrollbar.active.xpos",               "9"                     },
6259   { "menu.scrollbar.active.ypos",               "10"                    },
6260   { "menu.scrollbar.active.frames",             "1"                     },
6261
6262   { "gfx.game.panel.time_anim",                 "RocksDoorMM.png"       },
6263   { "gfx.game.panel.time_anim.x",               "5"                     },
6264   { "gfx.game.panel.time_anim.y",               "0"                     },
6265   { "gfx.game.panel.time_anim.width",           "90"                    },
6266   { "gfx.game.panel.time_anim.height",          "35"                    },
6267   { "gfx.game.panel.time_anim.frames",          "1"                     },
6268   { "gfx.game.panel.time_anim.active",          "RocksDoorMM.png"       },
6269   { "gfx.game.panel.time_anim.active.x",        "105"                   },
6270   { "gfx.game.panel.time_anim.active.y",        "0"                     },
6271   { "gfx.game.panel.time_anim.active.width",    "90"                    },
6272   { "gfx.game.panel.time_anim.active.height",   "35"                    },
6273   { "gfx.game.panel.time_anim.active.frames",   "1"                     },
6274
6275   { "gfx.game.panel.health_anim",               "RocksDoorMM.png"       },
6276   { "gfx.game.panel.health_anim.x",             "5"                     },
6277   { "gfx.game.panel.health_anim.y",             "35"                    },
6278   { "gfx.game.panel.health_anim.width",         "90"                    },
6279   { "gfx.game.panel.health_anim.height",        "35"                    },
6280   { "gfx.game.panel.health_anim.frames",        "1"                     },
6281   { "gfx.game.panel.health_anim.active",        "RocksDoorMM.png"       },
6282   { "gfx.game.panel.health_anim.active.x",      "105"                   },
6283   { "gfx.game.panel.health_anim.active.y",      "35"                    },
6284   { "gfx.game.panel.health_anim.active.width",  "90"                    },
6285   { "gfx.game.panel.health_anim.active.height", "35"                    },
6286   { "gfx.game.panel.health_anim.active.frames", "1"                     },
6287
6288   { "gfx.game.button.stop",                     "RocksDoor.png"         },
6289   { "gfx.game.button.stop.x",                   "305"                   },
6290   { "gfx.game.button.stop.y",                   "185"                   },
6291   { "gfx.game.button.stop.width",               "30"                    },
6292   { "gfx.game.button.stop.height",              "30"                    },
6293   { "gfx.game.button.stop.pressed_xoffset",     "-100"                  },
6294   { "gfx.game.button.pause",                    "RocksDoor.png"         },
6295   { "gfx.game.button.pause.x",                  "335"                   },
6296   { "gfx.game.button.pause.y",                  "185"                   },
6297   { "gfx.game.button.pause.width",              "30"                    },
6298   { "gfx.game.button.pause.height",             "30"                    },
6299   { "gfx.game.button.pause.pressed_xoffset",    "-100"                  },
6300   { "gfx.game.button.play",                     "RocksDoor.png"         },
6301   { "gfx.game.button.play.x",                   "365"                   },
6302   { "gfx.game.button.play.y",                   "185"                   },
6303   { "gfx.game.button.play.width",               "30"                    },
6304   { "gfx.game.button.play.height",              "30"                    },
6305   { "gfx.game.button.play.pressed_xoffset",     "-100"                  },
6306
6307   { "gfx.game.button.undo",                     "RocksDoor2.png"        },
6308   { "gfx.game.button.undo.x",                   "105"                   },
6309   { "gfx.game.button.undo.y",                   "20"                    },
6310   { "gfx.game.button.undo.width",               "30"                    },
6311   { "gfx.game.button.undo.height",              "30"                    },
6312   { "gfx.game.button.undo.pressed_xoffset",     "-100"                  },
6313   { "gfx.game.button.redo",                     "RocksDoor2.png"        },
6314   { "gfx.game.button.redo.x",                   "165"                   },
6315   { "gfx.game.button.redo.y",                   "20"                    },
6316   { "gfx.game.button.redo.width",               "30"                    },
6317   { "gfx.game.button.redo.height",              "30"                    },
6318   { "gfx.game.button.redo.pressed_xoffset",     "-100"                  },
6319
6320   { "gfx.game.button.save",                     "RocksDoor2.png"        },
6321   { "gfx.game.button.save.x",                   "105"                   },
6322   { "gfx.game.button.save.y",                   "50"                    },
6323   { "gfx.game.button.save.width",               "30"                    },
6324   { "gfx.game.button.save.height",              "30"                    },
6325   { "gfx.game.button.save.pressed_xoffset",     "-100"                  },
6326   { "gfx.game.button.pause2",                   "RocksDoor2.png"        },
6327   { "gfx.game.button.pause2.x",                 "135"                   },
6328   { "gfx.game.button.pause2.y",                 "50"                    },
6329   { "gfx.game.button.pause2.width",             "30"                    },
6330   { "gfx.game.button.pause2.height",            "30"                    },
6331   { "gfx.game.button.pause2.pressed_xoffset",   "-100"                  },
6332   { "gfx.game.button.pause2.active_yoffset",    "-30"                   },
6333   { "gfx.game.button.load",                     "RocksDoor2.png"        },
6334   { "gfx.game.button.load.x",                   "165"                   },
6335   { "gfx.game.button.load.y",                   "50"                    },
6336   { "gfx.game.button.load.width",               "30"                    },
6337   { "gfx.game.button.load.height",              "30"                    },
6338   { "gfx.game.button.load.pressed_xoffset",     "-100"                  },
6339
6340   { "gfx.game.button.sound_music",              "RocksDoor.png"         },
6341   { "gfx.game.button.sound_music.x",            "305"                   },
6342   { "gfx.game.button.sound_music.y",            "245"                   },
6343   { "gfx.game.button.sound_music.width",        "30"                    },
6344   { "gfx.game.button.sound_music.height",       "30"                    },
6345   { "gfx.game.button.sound_music.pressed_xoffset", "-100"               },
6346   { "gfx.game.button.sound_music.active_yoffset", "-30"                 },
6347   { "gfx.game.button.sound_loops",              "RocksDoor.png"         },
6348   { "gfx.game.button.sound_loops.x",            "335"                   },
6349   { "gfx.game.button.sound_loops.y",            "245"                   },
6350   { "gfx.game.button.sound_loops.width",        "30"                    },
6351   { "gfx.game.button.sound_loops.height",       "30"                    },
6352   { "gfx.game.button.sound_loops.pressed_xoffset", "-100"               },
6353   { "gfx.game.button.sound_loops.active_yoffset", "-30"                 },
6354   { "gfx.game.button.sound_simple",             "RocksDoor.png"         },
6355   { "gfx.game.button.sound_simple.x",           "365"                   },
6356   { "gfx.game.button.sound_simple.y",           "245"                   },
6357   { "gfx.game.button.sound_simple.width",       "30"                    },
6358   { "gfx.game.button.sound_simple.height",      "30"                    },
6359   { "gfx.game.button.sound_simple.pressed_xoffset", "-100"              },
6360   { "gfx.game.button.sound_simple.active_yoffset", "-30"                },
6361
6362   { "gfx.game.button.panel_stop",               UNDEFINED_FILENAME      },
6363   { "gfx.game.button.panel_pause",              UNDEFINED_FILENAME      },
6364   { "gfx.game.button.panel_play",               UNDEFINED_FILENAME      },
6365
6366   { "gfx.game.button.panel_sound_music",        UNDEFINED_FILENAME      },
6367   { "gfx.game.button.panel_sound_loops",        UNDEFINED_FILENAME      },
6368   { "gfx.game.button.panel_sound_simple",       UNDEFINED_FILENAME      },
6369
6370   { "gfx.game.button.touch_stop",               "RocksTouch.png"        },
6371   { "gfx.game.button.touch_stop.x",             "210"                   },
6372   { "gfx.game.button.touch_stop.y",             "120"                   },
6373   { "gfx.game.button.touch_stop.width",         "60"                    },
6374   { "gfx.game.button.touch_stop.height",        "60"                    },
6375   { "gfx.game.button.touch_stop.pressed_xoffset", "-200"                },
6376   { "gfx.game.button.touch_pause",              "RocksTouch.png"        },
6377   { "gfx.game.button.touch_pause.x",            "270"                   },
6378   { "gfx.game.button.touch_pause.y",            "120"                   },
6379   { "gfx.game.button.touch_pause.width",        "60"                    },
6380   { "gfx.game.button.touch_pause.height",       "60"                    },
6381   { "gfx.game.button.touch_pause.pressed_xoffset", "-200"               },
6382   { "gfx.game.button.touch_pause.active_yoffset", "60"                  },
6383
6384   { "gfx.tape.button.eject",                    "RocksDoor.png"         },
6385   { "gfx.tape.button.eject.x",                  "305"                   },
6386   { "gfx.tape.button.eject.y",                  "357"                   },
6387   { "gfx.tape.button.eject.width",              "18"                    },
6388   { "gfx.tape.button.eject.height",             "18"                    },
6389   { "gfx.tape.button.eject.pressed_xoffset",    "-100"                  },
6390   { "gfx.tape.button.extra",                    "RocksDoor.png"         },
6391   { "gfx.tape.button.extra.x",                  "505"                   },
6392   { "gfx.tape.button.extra.y",                  "357"                   },
6393   { "gfx.tape.button.extra.width",              "18"                    },
6394   { "gfx.tape.button.extra.height",             "18"                    },
6395   { "gfx.tape.button.extra.pressed_xoffset",    "-100"                  },
6396   { "gfx.tape.button.stop",                     "RocksDoor.png"         },
6397   { "gfx.tape.button.stop.x",                   "323"                   },
6398   { "gfx.tape.button.stop.y",                   "357"                   },
6399   { "gfx.tape.button.stop.width",               "18"                    },
6400   { "gfx.tape.button.stop.height",              "18"                    },
6401   { "gfx.tape.button.stop.pressed_xoffset",     "-100"                  },
6402   { "gfx.tape.button.pause",                    "RocksDoor.png"         },
6403   { "gfx.tape.button.pause.x",                  "341"                   },
6404   { "gfx.tape.button.pause.y",                  "357"                   },
6405   { "gfx.tape.button.pause.width",              "18"                    },
6406   { "gfx.tape.button.pause.height",             "18"                    },
6407   { "gfx.tape.button.pause.pressed_xoffset",    "-100"                  },
6408   { "gfx.tape.button.record",                   "RocksDoor.png"         },
6409   { "gfx.tape.button.record.x",                 "359"                   },
6410   { "gfx.tape.button.record.y",                 "357"                   },
6411   { "gfx.tape.button.record.width",             "18"                    },
6412   { "gfx.tape.button.record.height",            "18"                    },
6413   { "gfx.tape.button.record.pressed_xoffset",   "-100"                  },
6414   { "gfx.tape.button.play",                     "RocksDoor.png"         },
6415   { "gfx.tape.button.play.x",                   "377"                   },
6416   { "gfx.tape.button.play.y",                   "357"                   },
6417   { "gfx.tape.button.play.width",               "18"                    },
6418   { "gfx.tape.button.play.height",              "18"                    },
6419   { "gfx.tape.button.play.pressed_xoffset",     "-100"                  },
6420
6421   { "gfx.tape.button.insert_solution",          UNDEFINED_FILENAME      },
6422   { "gfx.tape.button.play_solution",            UNDEFINED_FILENAME      },
6423
6424   { "gfx.tape.symbol.eject",                    UNDEFINED_FILENAME      },
6425   { "gfx.tape.symbol.stop",                     UNDEFINED_FILENAME      },
6426   { "gfx.tape.symbol.pause",                    "RocksDoor.png"         },
6427   { "gfx.tape.symbol.pause.x",                  "340"                   },
6428   { "gfx.tape.symbol.pause.y",                  "321"                   },
6429   { "gfx.tape.symbol.pause.width",              "17"                    },
6430   { "gfx.tape.symbol.pause.height",             "13"                    },
6431   { "gfx.tape.symbol.record",                   "RocksDoor.png"         },
6432   { "gfx.tape.symbol.record.x",                 "325"                   },
6433   { "gfx.tape.symbol.record.y",                 "321"                   },
6434   { "gfx.tape.symbol.record.width",             "16"                    },
6435   { "gfx.tape.symbol.record.height",            "16"                    },
6436   { "gfx.tape.symbol.play",                     "RocksDoor.png"         },
6437   { "gfx.tape.symbol.play.x",                   "357"                   },
6438   { "gfx.tape.symbol.play.y",                   "321"                   },
6439   { "gfx.tape.symbol.play.width",               "11"                    },
6440   { "gfx.tape.symbol.play.height",              "13"                    },
6441   { "gfx.tape.symbol.fast_forward",             "RocksDoor.png"         },
6442   { "gfx.tape.symbol.fast_forward.x",           "539"                   },
6443   { "gfx.tape.symbol.fast_forward.y",           "193"                   },
6444   { "gfx.tape.symbol.fast_forward.width",       "27"                    },
6445   { "gfx.tape.symbol.fast_forward.height",      "13"                    },
6446   { "gfx.tape.symbol.warp_forward",             "RocksDoor.png"         },
6447   { "gfx.tape.symbol.warp_forward.x",           "539"                   },
6448   { "gfx.tape.symbol.warp_forward.y",           "152"                   },
6449   { "gfx.tape.symbol.warp_forward.width",       "27"                    },
6450   { "gfx.tape.symbol.warp_forward.height",      "13"                    },
6451   { "gfx.tape.symbol.warp_forward_blind",       "RocksDoor.png"         },
6452   { "gfx.tape.symbol.warp_forward_blind.x",     "539"                   },
6453   { "gfx.tape.symbol.warp_forward_blind.y",     "165"                   },
6454   { "gfx.tape.symbol.warp_forward_blind.width", "27"                    },
6455   { "gfx.tape.symbol.warp_forward_blind.height","13"                    },
6456   { "gfx.tape.symbol.pause_before_end",         "RocksDoor.png"         },
6457   { "gfx.tape.symbol.pause_before_end.x",       "539"                   },
6458   { "gfx.tape.symbol.pause_before_end.y",       "221"                   },
6459   { "gfx.tape.symbol.pause_before_end.width",   "27"                    },
6460   { "gfx.tape.symbol.pause_before_end.height",  "13"                    },
6461   { "gfx.tape.symbol.single_step",              UNDEFINED_FILENAME      },
6462
6463   { "gfx.tape.label.eject",                     UNDEFINED_FILENAME      },
6464   { "gfx.tape.label.stop",                      UNDEFINED_FILENAME      },
6465   { "gfx.tape.label.pause",                     "RocksDoor.png"         },
6466   { "gfx.tape.label.pause.x",                   "305"                   },
6467   { "gfx.tape.label.pause.y",                   "341"                   },
6468   { "gfx.tape.label.pause.width",               "35"                    },
6469   { "gfx.tape.label.pause.height",              "8"                     },
6470   { "gfx.tape.label.record",                    "RocksDoor.png"         },
6471   { "gfx.tape.label.record.x",                  "305"                   },
6472   { "gfx.tape.label.record.y",                  "321"                   },
6473   { "gfx.tape.label.record.width",              "20"                    },
6474   { "gfx.tape.label.record.height",             "12"                    },
6475   { "gfx.tape.label.play",                      "RocksDoor.png"         },
6476   { "gfx.tape.label.play.x",                    "370"                   },
6477   { "gfx.tape.label.play.y",                    "321"                   },
6478   { "gfx.tape.label.play.width",                "22"                    },
6479   { "gfx.tape.label.play.height",               "12"                    },
6480   { "gfx.tape.label.fast_forward",              "RocksDoor.png"         },
6481   { "gfx.tape.label.fast_forward.x",            "505"                   },
6482   { "gfx.tape.label.fast_forward.y",            "193"                   },
6483   { "gfx.tape.label.fast_forward.width",        "40"                    },
6484   { "gfx.tape.label.fast_forward.height",       "28"                    },
6485   { "gfx.tape.label.warp_forward",              "RocksDoor.png"         },
6486   { "gfx.tape.label.warp_forward.x",            "505"                   },
6487   { "gfx.tape.label.warp_forward.y",            "165"                   },
6488   { "gfx.tape.label.warp_forward.width",        "40"                    },
6489   { "gfx.tape.label.warp_forward.height",       "28"                    },
6490   { "gfx.tape.label.warp_forward_blind",        "RocksDoor.png"         },
6491   { "gfx.tape.label.warp_forward_blind.x",      "505"                   },
6492   { "gfx.tape.label.warp_forward_blind.y",      "165"                   },
6493   { "gfx.tape.label.warp_forward_blind.width",  "40"                    },
6494   { "gfx.tape.label.warp_forward_blind.height", "28"                    },
6495   { "gfx.tape.label.pause_before_end",          "RocksDoor.png"         },
6496   { "gfx.tape.label.pause_before_end.x",        "505"                   },
6497   { "gfx.tape.label.pause_before_end.y",        "221"                   },
6498   { "gfx.tape.label.pause_before_end.width",    "40"                    },
6499   { "gfx.tape.label.pause_before_end.height",   "28"                    },
6500   { "gfx.tape.label.single_step",               "RocksDoor.png"         },
6501   { "gfx.tape.label.single_step.x",             "557"                   },
6502   { "gfx.tape.label.single_step.y",             "139"                   },
6503   { "gfx.tape.label.single_step.width",         "38"                    },
6504   { "gfx.tape.label.single_step.height",        "13"                    },
6505
6506   { "gfx.tape.label.date",                      "RocksDoor.png"         },
6507   { "gfx.tape.label.date.x",                    "305"                   },
6508   { "gfx.tape.label.date.y",                    "285"                   },
6509   { "gfx.tape.label.date.width",                "90"                    },
6510   { "gfx.tape.label.date.height",               "31"                    },
6511   { "gfx.tape.label.time",                      "RocksDoor.png"         },
6512   { "gfx.tape.label.time.x",                    "346"                   },
6513   { "gfx.tape.label.time.y",                    "335"                   },
6514   { "gfx.tape.label.time.width",                "45"                    },
6515   { "gfx.tape.label.time.height",               "13"                    },
6516
6517   { "gfx.request.button.yes",                   "RocksDoor.png"         },
6518   { "gfx.request.button.yes.x",                 "302"                   },
6519   { "gfx.request.button.yes.y",                 "0"                     },
6520   { "gfx.request.button.yes.width",             "46"                    },
6521   { "gfx.request.button.yes.height",            "28"                    },
6522   { "gfx.request.button.yes.pressed_xoffset",   "-100"                  },
6523   { "gfx.request.button.no",                    "RocksDoor.png"         },
6524   { "gfx.request.button.no.x",                  "352"                   },
6525   { "gfx.request.button.no.y",                  "0"                     },
6526   { "gfx.request.button.no.width",              "46"                    },
6527   { "gfx.request.button.no.height",             "28"                    },
6528   { "gfx.request.button.no.pressed_xoffset",    "-100"                  },
6529   { "gfx.request.button.confirm",               "RocksDoor.png"         },
6530   { "gfx.request.button.confirm.x",             "302"                   },
6531   { "gfx.request.button.confirm.y",             "30"                    },
6532   { "gfx.request.button.confirm.width",         "96"                    },
6533   { "gfx.request.button.confirm.height",        "28"                    },
6534   { "gfx.request.button.confirm.pressed_xoffset", "-100"                },
6535   { "gfx.request.button.player_1",              "RocksDoor.png"         },
6536   { "gfx.request.button.player_1.x",            "305"                   },
6537   { "gfx.request.button.player_1.y",            "185"                   },
6538   { "gfx.request.button.player_1.width",        "30"                    },
6539   { "gfx.request.button.player_1.height",       "30"                    },
6540   { "gfx.request.button.player_1.pressed_xoffset", "-100"               },
6541   { "gfx.request.button.player_2",              UNDEFINED_FILENAME      },
6542   { "gfx.request.button.player_2.clone_from",   "gfx.request.button.player_1" },
6543   { "gfx.request.button.player_3",              UNDEFINED_FILENAME      },
6544   { "gfx.request.button.player_3.clone_from",   "gfx.request.button.player_1" },
6545   { "gfx.request.button.player_4",              UNDEFINED_FILENAME      },
6546   { "gfx.request.button.player_4.clone_from",   "gfx.request.button.player_1" },
6547
6548   { "gfx.request.button.touch_yes",             "RocksTouch.png"        },
6549   { "gfx.request.button.touch_yes.x",           "204"                   },
6550   { "gfx.request.button.touch_yes.y",           "0"                     },
6551   { "gfx.request.button.touch_yes.width",       "92"                    },
6552   { "gfx.request.button.touch_yes.height",      "56"                    },
6553   { "gfx.request.button.touch_yes.pressed_xoffset", "-200"              },
6554   { "gfx.request.button.touch_no",              "RocksTouch.png"        },
6555   { "gfx.request.button.touch_no.x",            "304"                   },
6556   { "gfx.request.button.touch_no.y",            "0"                     },
6557   { "gfx.request.button.touch_no.width",        "92"                    },
6558   { "gfx.request.button.touch_no.height",       "56"                    },
6559   { "gfx.request.button.touch_no.pressed_xoffset", "-200"               },
6560   { "gfx.request.button.touch_confirm",         "RocksTouch.png"        },
6561   { "gfx.request.button.touch_confirm.x",       "204"                   },
6562   { "gfx.request.button.touch_confirm.y",       "60"                    },
6563   { "gfx.request.button.touch_confirm.width",   "192"                   },
6564   { "gfx.request.button.touch_confirm.height",  "56"                    },
6565   { "gfx.request.button.touch_confirm.pressed_xoffset", "-200"          },
6566
6567   { "font.initial_1",                           "RocksFontSmall.png"    },
6568   { "font.initial_1.x",                         "0"                     },
6569   { "font.initial_1.y",                         "0"                     },
6570   { "font.initial_1.width",                     "14"                    },
6571   { "font.initial_1.height",                    "14"                    },
6572   { "font.initial_2",                           "RocksFontSmall.png"    },
6573   { "font.initial_2.x",                         "0"                     },
6574   { "font.initial_2.y",                         "70"                    },
6575   { "font.initial_2.width",                     "14"                    },
6576   { "font.initial_2.height",                    "14"                    },
6577   { "font.initial_3",                           "RocksFontSmall.png"    },
6578   { "font.initial_3.x",                         "0"                     },
6579   { "font.initial_3.y",                         "140"                   },
6580   { "font.initial_3.width",                     "14"                    },
6581   { "font.initial_3.height",                    "14"                    },
6582   { "font.initial_4",                           "RocksFontSmall.png"    },
6583   { "font.initial_4.x",                         "0"                     },
6584   { "font.initial_4.y",                         "210"                   },
6585   { "font.initial_4.width",                     "14"                    },
6586   { "font.initial_4.height",                    "14"                    },
6587
6588   { "font.title_1",                             "RocksFontBig.png"      },
6589   { "font.title_1.x",                           "0"                     },
6590   { "font.title_1.y",                           "480"                   },
6591   { "font.title_1.width",                       "32"                    },
6592   { "font.title_1.height",                      "32"                    },
6593   { "font.title_2",                             "RocksFontSmall.png"    },
6594   { "font.title_2.x",                           "0"                     },
6595   { "font.title_2.y",                           "0"                     },
6596   { "font.title_2.width",                       "14"                    },
6597   { "font.title_2.height",                      "14"                    },
6598   { "font.title_2.SETUP",                       UNDEFINED_FILENAME      },
6599   { "font.title_2.SETUP.clone_from",            "font.text_2"           },
6600
6601   { "font.menu_1",                              "RocksFontBig.png"      },
6602   { "font.menu_1.x",                            "0"                     },
6603   { "font.menu_1.y",                            "320"                   },
6604   { "font.menu_1.width",                        "32"                    },
6605   { "font.menu_1.height",                       "32"                    },
6606   { "font.menu_1.active",                       "RocksFontBig.png"      },
6607   { "font.menu_1.active.x",                     "0"                     },
6608   { "font.menu_1.active.y",                     "480"                   },
6609   { "font.menu_1.active.width",                 "32"                    },
6610   { "font.menu_1.active.height",                "32"                    },
6611   { "font.menu_2",                              "RocksFontMedium.png"   },
6612   { "font.menu_2.x",                            "0"                     },
6613   { "font.menu_2.y",                            "320"                   },
6614   { "font.menu_2.width",                        "16"                    },
6615   { "font.menu_2.height",                       "32"                    },
6616   { "font.menu_2.active",                       "RocksFontMedium.png"   },
6617   { "font.menu_2.active.x",                     "0"                     },
6618   { "font.menu_2.active.y",                     "480"                   },
6619   { "font.menu_2.active.width",                 "16"                    },
6620   { "font.menu_2.active.height",                "32"                    },
6621
6622   { "font.text_1",                              "RocksFontSmall.png"    },
6623   { "font.text_1.x",                            "0"                     },
6624   { "font.text_1.y",                            "140"                   },
6625   { "font.text_1.width",                        "14"                    },
6626   { "font.text_1.height",                       "14"                    },
6627   { "font.text_1.MAIN",                         UNDEFINED_FILENAME      },
6628   { "font.text_1.MAIN.clone_from",              "font.text_1.PREVIEW"   },
6629   { "font.text_1.LEVELS",                       "RocksFontMedium.png"   },
6630   { "font.text_1.LEVELS.x",                     "0"                     },
6631   { "font.text_1.LEVELS.y",                     "0"                     },
6632   { "font.text_1.LEVELS.width",                 "16"                    },
6633   { "font.text_1.LEVELS.height",                "32"                    },
6634   { "font.text_1.LEVELNR",                      UNDEFINED_FILENAME      },
6635   { "font.text_1.LEVELNR.clone_from",           "font.text_1.LEVELS"    },
6636   { "font.text_1.SETUP",                        UNDEFINED_FILENAME      },
6637   { "font.text_1.SETUP.clone_from",             "font.text_1.LEVELS"    },
6638   { "font.text_1.NAMES",                        UNDEFINED_FILENAME      },
6639   { "font.text_1.NAMES.clone_from",             "font.input_1.MAIN"     },
6640   { "font.text_1.PREVIEW",                      "RocksFontEM.png"       },
6641   { "font.text_1.PREVIEW.x",                    "0"                     },
6642   { "font.text_1.PREVIEW.y",                    "160"                   },
6643   { "font.text_1.PREVIEW.width",                "16"                    },
6644   { "font.text_1.PREVIEW.height",               "16"                    },
6645   { "font.text_1.SCORES",                       "RocksFontMedium.png"   },
6646   { "font.text_1.SCORES.x",                     "0"                     },
6647   { "font.text_1.SCORES.y",                     "480"                   },
6648   { "font.text_1.SCORES.width",                 "16"                    },
6649   { "font.text_1.SCORES.height",                "32"                    },
6650   { "font.text_1.active.SCORES",                "RocksFontMedium.png"   },
6651   { "font.text_1.active.SCORES.x",              "0"                     },
6652   { "font.text_1.active.SCORES.y",              "0"                     },
6653   { "font.text_1.active.SCORES.width",          "16"                    },
6654   { "font.text_1.active.SCORES.height",         "32"                    },
6655   { "font.text_1.PANEL",                        UNDEFINED_FILENAME      },
6656   { "font.text_1.PANEL.clone_from",             "font.level_number"     },
6657   { "font.text_1.DOOR",                         UNDEFINED_FILENAME      },
6658   { "font.text_1.DOOR.clone_from",              "font.level_number"     },
6659   { "font.text_2",                              "RocksFontSmall.png"    },
6660   { "font.text_2.x",                            "0"                     },
6661   { "font.text_2.y",                            "210"                   },
6662   { "font.text_2.width",                        "14"                    },
6663   { "font.text_2.height",                       "14"                    },
6664   { "font.text_2.MAIN",                         UNDEFINED_FILENAME      },
6665   { "font.text_2.MAIN.clone_from",              "font.text_2.PREVIEW"   },
6666   { "font.text_2.LEVELS",                       "RocksFontMedium.png"   },
6667   { "font.text_2.LEVELS.x",                     "0"                     },
6668   { "font.text_2.LEVELS.y",                     "160"                   },
6669   { "font.text_2.LEVELS.width",                 "16"                    },
6670   { "font.text_2.LEVELS.height",                "32"                    },
6671   { "font.text_2.LEVELNR",                      UNDEFINED_FILENAME      },
6672   { "font.text_2.LEVELNR.clone_from",           "font.text_2.LEVELS"    },
6673   { "font.text_2.SETUP",                        UNDEFINED_FILENAME      },
6674   { "font.text_2.SETUP.clone_from",             "font.text_2.LEVELS"    },
6675   { "font.text_2.NAMES",                        UNDEFINED_FILENAME      },
6676   { "font.text_2.NAMES.clone_from",             "font.option_off"       },
6677   { "font.text_2.PREVIEW",                      "RocksFontEM.png"       },
6678   { "font.text_2.PREVIEW.x",                    "0"                     },
6679   { "font.text_2.PREVIEW.y",                    "160"                   },
6680   { "font.text_2.PREVIEW.width",                "16"                    },
6681   { "font.text_2.PREVIEW.height",               "16"                    },
6682   { "font.text_2.SCORES",                       "RocksFontBig.png"      },
6683   { "font.text_2.SCORES.x",                     "0"                     },
6684   { "font.text_2.SCORES.y",                     "320"                   },
6685   { "font.text_2.SCORES.width",                 "32"                    },
6686   { "font.text_2.SCORES.height",                "32"                    },
6687   { "font.text_2.active.SCORES",                "RocksFontBig.png"      },
6688   { "font.text_2.active.SCORES.x",              "0"                     },
6689   { "font.text_2.active.SCORES.y",              "0"                     },
6690   { "font.text_2.active.SCORES.width",          "32"                    },
6691   { "font.text_2.active.SCORES.height",         "32"                    },
6692   { "font.text_3",                              "RocksFontSmall.png"    },
6693   { "font.text_3.x",                            "0"                     },
6694   { "font.text_3.y",                            "0"                     },
6695   { "font.text_3.width",                        "14"                    },
6696   { "font.text_3.height",                       "14"                    },
6697   { "font.text_3.LEVELS",                       "RocksFontMedium.png"   },
6698   { "font.text_3.LEVELS.x",                     "0"                     },
6699   { "font.text_3.LEVELS.y",                     "320"                   },
6700   { "font.text_3.LEVELS.width",                 "16"                    },
6701   { "font.text_3.LEVELS.height",                "32"                    },
6702   { "font.text_3.LEVELNR",                      UNDEFINED_FILENAME      },
6703   { "font.text_3.LEVELNR.clone_from",           "font.text_3.LEVELS"    },
6704   { "font.text_3.SETUP",                        UNDEFINED_FILENAME      },
6705   { "font.text_3.SETUP.clone_from",             "font.text_3.LEVELS"    },
6706   { "font.text_3.NAMES",                        UNDEFINED_FILENAME      },
6707   { "font.text_3.NAMES.clone_from",             "font.menu_1"           },
6708   { "font.text_3.PREVIEW",                      "RocksFontEM.png"       },
6709   { "font.text_3.PREVIEW.x",                    "0"                     },
6710   { "font.text_3.PREVIEW.y",                    "160"                   },
6711   { "font.text_3.PREVIEW.width",                "16"                    },
6712   { "font.text_3.PREVIEW.height",               "16"                    },
6713   { "font.text_3.SCORES",                       "RocksFontMedium.png"   },
6714   { "font.text_3.SCORES.x",                     "0"                     },
6715   { "font.text_3.SCORES.y",                     "480"                   },
6716   { "font.text_3.SCORES.width",                 "16"                    },
6717   { "font.text_3.SCORES.height",                "32"                    },
6718   { "font.text_3.active.SCORES",                "RocksFontMedium.png"   },
6719   { "font.text_3.active.SCORES.x",              "0"                     },
6720   { "font.text_3.active.SCORES.y",              "0"                     },
6721   { "font.text_3.active.SCORES.width",          "16"                    },
6722   { "font.text_3.active.SCORES.height",         "32"                    },
6723   { "font.text_4",                              "RocksFontSmall.png"    },
6724   { "font.text_4.x",                            "0"                     },
6725   { "font.text_4.y",                            "70"                    },
6726   { "font.text_4.width",                        "14"                    },
6727   { "font.text_4.height",                       "14"                    },
6728   { "font.text_4.MAIN",                         UNDEFINED_FILENAME      },
6729   { "font.text_4.MAIN.clone_from",              "font.text_3.PREVIEW"   },
6730   { "font.text_4.LEVELS",                       "RocksFontMedium.png"   },
6731   { "font.text_4.LEVELS.x",                     "0"                     },
6732   { "font.text_4.LEVELS.y",                     "480"                   },
6733   { "font.text_4.LEVELS.width",                 "16"                    },
6734   { "font.text_4.LEVELS.height",                "32"                    },
6735   { "font.text_4.LEVELNR",                      UNDEFINED_FILENAME      },
6736   { "font.text_4.LEVELNR.clone_from",           "font.text_4.LEVELS"    },
6737   { "font.text_4.SETUP",                        UNDEFINED_FILENAME      },
6738   { "font.text_4.SETUP.clone_from",             "font.text_4.LEVELS"    },
6739   { "font.text_4.NAMES",                        UNDEFINED_FILENAME      },
6740   { "font.text_4.NAMES.clone_from",             "font.menu_1.active"    },
6741   { "font.text_4.SCORES",                       "RocksFontMedium.png"   },
6742   { "font.text_4.SCORES.x",                     "0"                     },
6743   { "font.text_4.SCORES.y",                     "480"                   },
6744   { "font.text_4.SCORES.width",                 "16"                    },
6745   { "font.text_4.SCORES.height",                "32"                    },
6746   { "font.text_4.active.SCORES",                "RocksFontMedium.png"   },
6747   { "font.text_4.active.SCORES.x",              "0"                     },
6748   { "font.text_4.active.SCORES.y",              "0"                     },
6749   { "font.text_4.active.SCORES.width",          "16"                    },
6750   { "font.text_4.active.SCORES.height",         "32"                    },
6751
6752   { "font.envelope_1",                          "RocksFontEM.png"       },
6753   { "font.envelope_1.x",                        "0"                     },
6754   { "font.envelope_1.y",                        "160"                   },
6755   { "font.envelope_1.width",                    "16"                    },
6756   { "font.envelope_1.height",                   "16"                    },
6757   { "font.envelope_2",                          "RocksFontEM.png"       },
6758   { "font.envelope_2.x",                        "0"                     },
6759   { "font.envelope_2.y",                        "160"                   },
6760   { "font.envelope_2.width",                    "16"                    },
6761   { "font.envelope_2.height",                   "16"                    },
6762   { "font.envelope_3",                          "RocksFontEM.png"       },
6763   { "font.envelope_3.x",                        "0"                     },
6764   { "font.envelope_3.y",                        "160"                   },
6765   { "font.envelope_3.width",                    "16"                    },
6766   { "font.envelope_3.height",                   "16"                    },
6767   { "font.envelope_4",                          "RocksFontEM.png"       },
6768   { "font.envelope_4.x",                        "0"                     },
6769   { "font.envelope_4.y",                        "160"                   },
6770   { "font.envelope_4.width",                    "16"                    },
6771   { "font.envelope_4.height",                   "16"                    },
6772
6773   { "font.request",                             "RocksFontSmall.png"    },
6774   { "font.request.x",                           "0"                     },
6775   { "font.request.y",                           "210"                   },
6776   { "font.request.width",                       "14"                    },
6777   { "font.request.height",                      "14"                    },
6778
6779   { "font.input_1",                             "RocksFontSmall.png"    },
6780   { "font.input_1.x",                           "0"                     },
6781   { "font.input_1.y",                           "210"                   },
6782   { "font.input_1.width",                       "14"                    },
6783   { "font.input_1.height",                      "14"                    },
6784   { "font.input_1.MAIN",                        "RocksFontBig.png"      },
6785   { "font.input_1.MAIN.x",                      "0"                     },
6786   { "font.input_1.MAIN.y",                      "0"                     },
6787   { "font.input_1.MAIN.width",                  "32"                    },
6788   { "font.input_1.MAIN.height",                 "32"                    },
6789   { "font.input_1.NAMES",                       UNDEFINED_FILENAME      },
6790   { "font.input_1.NAMES.clone_from",            "font.input_1.MAIN"     },
6791   { "font.input_1.active",                      "RocksFontSmall.png"    },
6792   { "font.input_1.active.x",                    "0"                     },
6793   { "font.input_1.active.y",                    "210"                   },
6794   { "font.input_1.active.width",                "14"                    },
6795   { "font.input_1.active.height",               "14"                    },
6796   { "font.input_1.active.MAIN",                 "RocksFontBig.png"      },
6797   { "font.input_1.active.MAIN.x",               "0"                     },
6798   { "font.input_1.active.MAIN.y",               "480"                   },
6799   { "font.input_1.active.MAIN.width",           "32"                    },
6800   { "font.input_1.active.MAIN.height",          "32"                    },
6801   { "font.input_1.active.NAMES",                UNDEFINED_FILENAME      },
6802   { "font.input_1.active.NAMES.clone_from",     "font.input_1.active.MAIN" },
6803   { "font.input_1.active.SETUP",                "RocksFontBig.png"      },
6804   { "font.input_1.active.SETUP.x",              "0"                     },
6805   { "font.input_1.active.SETUP.y",              "0"                     },
6806   { "font.input_1.active.SETUP.width",          "32"                    },
6807   { "font.input_1.active.SETUP.height",         "32"                    },
6808   { "font.input_2",                             "RocksFontSmall.png"    },
6809   { "font.input_2.x",                           "0"                     },
6810   { "font.input_2.y",                           "210"                   },
6811   { "font.input_2.width",                       "14"                    },
6812   { "font.input_2.height",                      "14"                    },
6813   { "font.input_2.active",                      "RocksFontSmall.png"    },
6814   { "font.input_2.active.x",                    "0"                     },
6815   { "font.input_2.active.y",                    "210"                   },
6816   { "font.input_2.active.width",                "14"                    },
6817   { "font.input_2.active.height",               "14"                    },
6818
6819   { "font.option_off",                          "RocksFontBig.png"      },
6820   { "font.option_off.x",                        "0"                     },
6821   { "font.option_off.y",                        "160"                   },
6822   { "font.option_off.width",                    "32"                    },
6823   { "font.option_off.height",                   "32"                    },
6824   { "font.option_off_narrow",                   UNDEFINED_FILENAME      },
6825   { "font.option_off_narrow.clone_from",        "font.text_2.LEVELS"    },
6826   { "font.option_on",                           "RocksFontBig.png"      },
6827   { "font.option_on.x",                         "0"                     },
6828   { "font.option_on.y",                         "480"                   },
6829   { "font.option_on.width",                     "32"                    },
6830   { "font.option_on.height",                    "32"                    },
6831   { "font.option_on_narrow",                    UNDEFINED_FILENAME      },
6832   { "font.option_on_narrow.clone_from",         "font.text_4.LEVELS"    },
6833
6834   { "font.value_1",                             "RocksFontBig.png"      },
6835   { "font.value_1.x",                           "0"                     },
6836   { "font.value_1.y",                           "480"                   },
6837   { "font.value_1.width",                       "32"                    },
6838   { "font.value_1.height",                      "32"                    },
6839   { "font.value_2",                             "RocksFontMedium.png"   },
6840   { "font.value_2.x",                           "0"                     },
6841   { "font.value_2.y",                           "480"                   },
6842   { "font.value_2.width",                       "16"                    },
6843   { "font.value_2.height",                      "32"                    },
6844   { "font.value_old",                           "RocksFontBig.png"      },
6845   { "font.value_old.x",                         "0"                     },
6846   { "font.value_old.y",                         "160"                   },
6847   { "font.value_old.width",                     "32"                    },
6848   { "font.value_old.height",                    "32"                    },
6849   { "font.value_old_narrow",                    UNDEFINED_FILENAME      },
6850   { "font.value_old_narrow.clone_from",         "font.text_2.LEVELS"    },
6851   { "font.value_narrow",                        UNDEFINED_FILENAME      },
6852   { "font.value_narrow.clone_from",             "font.text_4.LEVELS"    },
6853
6854   { "font.level_number",                        "RocksFontSmall.png"    },
6855   { "font.level_number.x",                      "0"                     },
6856   { "font.level_number.y",                      "350"                   },
6857   { "font.level_number.width",                  "10"                    },
6858   { "font.level_number.height",                 "14"                    },
6859   { "font.level_number.active",                 UNDEFINED_FILENAME      },
6860   { "font.level_number.active.clone_from",      "font.level_number"     },
6861
6862   { "font.tape_recorder",                       "RocksFontSmall.png"    },
6863   { "font.tape_recorder.x",                     "0"                     },
6864   { "font.tape_recorder.y",                     "280"                   },
6865   { "font.tape_recorder.width",                 "11"                    },
6866   { "font.tape_recorder.height",                "14"                    },
6867
6868   { "font.game_info",                           "RocksFontEM.png"       },
6869   { "font.game_info.xpos",                      "0"                     },
6870   { "font.game_info.ypos",                      "0"                     },
6871   { "font.game_info.delay",                     "10"                    },
6872
6873   { "font.info.elements",                       UNDEFINED_FILENAME      },
6874   { "font.info.elements.clone_from",            "font.level_number"     },
6875
6876   { "font.info.levelset",                       UNDEFINED_FILENAME      },
6877   { "font.info.levelset.clone_from",            "font.level_number"     },
6878
6879   { "font.main.network_players",                UNDEFINED_FILENAME      },
6880   { "font.main.network_players.clone_from",     "font.level_number"     },
6881
6882   { "editor.element_border",                    "RocksMore.png"         },
6883   { "editor.element_border.xpos",               "0"                     },
6884   { "editor.element_border.ypos",               "2"                     },
6885   { "editor.element_border.border_size",        "8"                     },
6886
6887   { "editor.element_border_input",              "RocksMore.png"         },
6888   { "editor.element_border_input.xpos",         "10"                    },
6889   { "editor.element_border_input.ypos",         "7"                     },
6890   { "editor.element_border_input.border_size",  "4"                     },
6891
6892   { "editor.counter.down",                      "RocksDoor.png"         },
6893   { "editor.counter.down.x",                    "302"                   },
6894   { "editor.counter.down.y",                    "60"                    },
6895   { "editor.counter.down.width",                "20"                    },
6896   { "editor.counter.down.height",               "20"                    },
6897   { "editor.counter.down.pressed_xoffset",      "-100"                  },
6898
6899   { "editor.counter.up",                        "RocksDoor.png"         },
6900   { "editor.counter.up.x",                      "378"                   },
6901   { "editor.counter.up.y",                      "60"                    },
6902   { "editor.counter.up.width",                  "20"                    },
6903   { "editor.counter.up.height",                 "20"                    },
6904   { "editor.counter.up.pressed_xoffset",        "-100"                  },
6905
6906   { "editor.counter.input",                     "RocksDoor.png"         },
6907   { "editor.counter.input.x",                   "324"                   },
6908   { "editor.counter.input.y",                   "60"                    },
6909   { "editor.counter.input.width",               "52"                    },
6910   { "editor.counter.input.height",              "20"                    },
6911   { "editor.counter.input.active_xoffset",      "-100"                  },
6912   { "editor.counter.input.border_size",         "3"                     },
6913
6914   { "editor.selectbox.input",                   "RocksDoor.png"         },
6915   { "editor.selectbox.input.x",                 "324"                   },
6916   { "editor.selectbox.input.y",                 "82"                    },
6917   { "editor.selectbox.input.width",             "52"                    },
6918   { "editor.selectbox.input.height",            "20"                    },
6919   { "editor.selectbox.input.active_xoffset",    "-100"                  },
6920   { "editor.selectbox.input.border_size",       "3"                     },
6921
6922   { "editor.selectbox.button",                  UNDEFINED_FILENAME      },
6923   { "editor.selectbox.button.width",            "14"                    },
6924
6925   { "editor.checkbox",                          "RocksDoor.png"         },
6926   { "editor.checkbox.x",                        "302"                   },
6927   { "editor.checkbox.y",                        "82"                    },
6928   { "editor.checkbox.width",                    "20"                    },
6929   { "editor.checkbox.height",                   "20"                    },
6930   { "editor.checkbox.pressed_xoffset",          "-100"                  },
6931   { "editor.checkbox.active_xoffset",           "76"                    },
6932
6933   { "editor.radiobutton",                       "RocksDoor.png"         },
6934   { "editor.radiobutton.x",                     "302"                   },
6935   { "editor.radiobutton.y",                     "104"                   },
6936   { "editor.radiobutton.width",                 "20"                    },
6937   { "editor.radiobutton.height",                "20"                    },
6938   { "editor.radiobutton.pressed_xoffset",       "-100"                  },
6939   { "editor.radiobutton.active_xoffset",        "76"                    },
6940
6941   { "editor.stickybutton",                      "RocksDoor.png"         },
6942   { "editor.stickybutton.x",                    "302"                   },
6943   { "editor.stickybutton.y",                    "126"                   },
6944   { "editor.stickybutton.width",                "20"                    },
6945   { "editor.stickybutton.height",               "20"                    },
6946   { "editor.stickybutton.pressed_xoffset",      "-100"                  },
6947   { "editor.stickybutton.active_xoffset",       "76"                    },
6948
6949   { "editor.tabbutton",                         "RocksDoor.png"         },
6950   { "editor.tabbutton.x",                       "324"                   },
6951   { "editor.tabbutton.y",                       "104"                   },
6952   { "editor.tabbutton.width",                   "52"                    },
6953   { "editor.tabbutton.height",                  "20"                    },
6954   { "editor.tabbutton.pressed_xoffset",         "-100"                  },
6955   { "editor.tabbutton.active_yoffset",          "22"                    },
6956   { "editor.tabbutton.border_size",             "3"                     },
6957   { "editor.tabbutton.draw_xoffset",            "2"                     },
6958
6959   { "editor.textbutton",                        "RocksDoor.png"         },
6960   { "editor.textbutton.x",                      "324"                   },
6961   { "editor.textbutton.y",                      "148"                   },
6962   { "editor.textbutton.width",                  "52"                    },
6963   { "editor.textbutton.height",                 "20"                    },
6964   { "editor.textbutton.pressed_xoffset",        "-100"                  },
6965   { "editor.textbutton.border_size",            "3"                     },
6966   { "editor.textbutton.draw_xoffset",           "2"                     },
6967
6968   { "editor.input.text",                        "RocksDoor.png"         },
6969   { "editor.input.text.x",                      "324"                   },
6970   { "editor.input.text.y",                      "60"                    },
6971   { "editor.input.text.width",                  "52"                    },
6972   { "editor.input.text.height",                 "20"                    },
6973   { "editor.input.text.active_xoffset",         "-100"                  },
6974   { "editor.input.text.border_size",            "3"                     },
6975
6976   { "editor.input.textarea",                    "RocksDoor.png"         },
6977   { "editor.input.textarea.x",                  "324"                   },
6978   { "editor.input.textarea.y",                  "60"                    },
6979   { "editor.input.textarea.width",              "52"                    },
6980   { "editor.input.textarea.height",             "20"                    },
6981   { "editor.input.textarea.active_xoffset",     "-100"                  },
6982   { "editor.input.textarea.border_size",        "3"                     },
6983
6984   { "editor.cascade_list",                      "RocksMore.png"         },
6985   { "editor.cascade_list.xpos",                 "9"                     },
6986   { "editor.cascade_list.ypos",                 "8"                     },
6987   { "editor.cascade_list.frames",               "1"                     },
6988   { "editor.cascade_list.active",               "RocksMore.png"         },
6989   { "editor.cascade_list.active.xpos",          "10"                    },
6990   { "editor.cascade_list.active.ypos",          "8"                     },
6991   { "editor.cascade_list.active.frames",        "1"                     },
6992
6993   { "editor.palette.button",                    "RocksDoor.png"         },
6994   { "editor.palette.button.x",                  "525"                   },
6995   { "editor.palette.button.y",                  "30"                    },
6996   { "editor.palette.button.width",              "20"                    },
6997   { "editor.palette.button.height",             "20"                    },
6998   { "editor.palette.button.pressed_xoffset",    "-20"                   },
6999
7000   { "editor.palette.scroll_up",                 "RocksDoor.png"         },
7001   { "editor.palette.scroll_up.x",               "750"                   },
7002   { "editor.palette.scroll_up.y",               "0"                     },
7003   { "editor.palette.scroll_up.width",           "10"                    },
7004   { "editor.palette.scroll_up.height",          "10"                    },
7005   { "editor.palette.scroll_up.pressed_xoffset", "-10"                   },
7006
7007   { "editor.palette.scroll_down",               "RocksDoor.png"         },
7008   { "editor.palette.scroll_down.x",             "750"                   },
7009   { "editor.palette.scroll_down.y",             "10"                    },
7010   { "editor.palette.scroll_down.width",         "10"                    },
7011   { "editor.palette.scroll_down.height",        "10"                    },
7012   { "editor.palette.scroll_down.pressed_xoffset", "-10"                 },
7013
7014   { "editor.palette.scrollbar",                 "RocksDoor.png"         },
7015   { "editor.palette.scrollbar.x",               "750"                   },
7016   { "editor.palette.scrollbar.y",               "20"                    },
7017   { "editor.palette.scrollbar.width",           "10"                    },
7018   { "editor.palette.scrollbar.height",          "10"                    },
7019   { "editor.palette.scrollbar.pressed_xoffset", "-10"                   },
7020   { "editor.palette.scrollbar.border_size",     "3"                     },
7021
7022   { "editor.playfield.scroll_up",               "RocksDoor.png"         },
7023   { "editor.playfield.scroll_up.x",             "724"                   },
7024   { "editor.playfield.scroll_up.y",             "0"                     },
7025   { "editor.playfield.scroll_up.width",         "16"                    },
7026   { "editor.playfield.scroll_up.height",        "16"                    },
7027   { "editor.playfield.scroll_up.pressed_xoffset", "-16"                 },
7028
7029   { "editor.playfield.scroll_down",             "RocksDoor.png"         },
7030   { "editor.playfield.scroll_down.x",           "724"                   },
7031   { "editor.playfield.scroll_down.y",           "16"                    },
7032   { "editor.playfield.scroll_down.width",       "16"                    },
7033   { "editor.playfield.scroll_down.height",      "16"                    },
7034   { "editor.playfield.scroll_down.pressed_xoffset", "-16"               },
7035
7036   { "editor.playfield.scroll_left",             "RocksDoor.png"         },
7037   { "editor.playfield.scroll_left.x",           "724"                   },
7038   { "editor.playfield.scroll_left.y",           "32"                    },
7039   { "editor.playfield.scroll_left.width",       "16"                    },
7040   { "editor.playfield.scroll_left.height",      "16"                    },
7041   { "editor.playfield.scroll_left.pressed_xoffset", "-16"               },
7042
7043   { "editor.playfield.scroll_right",            "RocksDoor.png"         },
7044   { "editor.playfield.scroll_right.x",          "724"                   },
7045   { "editor.playfield.scroll_right.y",          "48"                    },
7046   { "editor.playfield.scroll_right.width",      "16"                    },
7047   { "editor.playfield.scroll_right.height",     "16"                    },
7048   { "editor.playfield.scroll_right.pressed_xoffset", "-16"              },
7049
7050   { "editor.playfield.scrollbar",               "RocksDoor.png"         },
7051   { "editor.playfield.scrollbar.x",             "724"                   },
7052   { "editor.playfield.scrollbar.y",             "64"                    },
7053   { "editor.playfield.scrollbar.width",         "16"                    },
7054   { "editor.playfield.scrollbar.height",        "16"                    },
7055   { "editor.playfield.scrollbar.pressed_xoffset", "-16"                 },
7056   { "editor.playfield.scrollbar.border_size",   "3"                     },
7057
7058   { "gfx.editor.button.prev_level",             "RocksDoor.png"         },
7059   { "gfx.editor.button.prev_level.x",           "724"                   },
7060   { "gfx.editor.button.prev_level.y",           "32"                    },
7061   { "gfx.editor.button.prev_level.width",       "16"                    },
7062   { "gfx.editor.button.prev_level.height",      "16"                    },
7063   { "gfx.editor.button.prev_level.pressed_xoffset", "-16"               },
7064
7065   { "gfx.editor.button.next_level",             "RocksDoor.png"         },
7066   { "gfx.editor.button.next_level.x",           "724"                   },
7067   { "gfx.editor.button.next_level.y",           "48"                    },
7068   { "gfx.editor.button.next_level.width",       "16"                    },
7069   { "gfx.editor.button.next_level.height",      "16"                    },
7070   { "gfx.editor.button.next_level.pressed_xoffset", "-16"               },
7071
7072   { "gfx.editor.button.properties",             "RocksDoor2.png"        },
7073   { "gfx.editor.button.properties.x",           "105"                   },
7074   { "gfx.editor.button.properties.y",           "0"                     },
7075   { "gfx.editor.button.properties.width",       "90"                    },
7076   { "gfx.editor.button.properties.height",      "20"                    },
7077   { "gfx.editor.button.properties.pressed_xoffset", "-100"              },
7078
7079   { "gfx.editor.button.element_left",           "RocksDoor2.png"        },
7080   { "gfx.editor.button.element_left.x",         "368"                   },
7081   { "gfx.editor.button.element_left.y",         "48"                    },
7082   { "gfx.editor.button.element_left.width",     "16"                    },
7083   { "gfx.editor.button.element_left.height",    "16"                    },
7084   { "gfx.editor.button.element_left.pressed_xoffset", "0"               },
7085
7086   { "gfx.editor.button.element_middle",         "RocksDoor2.png"        },
7087   { "gfx.editor.button.element_middle.x",       "368"                   },
7088   { "gfx.editor.button.element_middle.y",       "48"                    },
7089   { "gfx.editor.button.element_middle.width",   "16"                    },
7090   { "gfx.editor.button.element_middle.height",  "16"                    },
7091   { "gfx.editor.button.element_middle.pressed_xoffset", "0"             },
7092
7093   { "gfx.editor.button.element_right",          "RocksDoor2.png"        },
7094   { "gfx.editor.button.element_right.x",        "368"                   },
7095   { "gfx.editor.button.element_right.y",        "48"                    },
7096   { "gfx.editor.button.element_right.width",    "16"                    },
7097   { "gfx.editor.button.element_right.height",   "16"                    },
7098   { "gfx.editor.button.element_right.pressed_xoffset", "0"              },
7099
7100   { "gfx.editor.button.palette",                UNDEFINED_FILENAME      },
7101
7102   { "editor.no_toolbox_button",                 "RocksDoor.png"         },
7103   { "editor.no_toolbox_button.x",               "506"                   },
7104   { "editor.no_toolbox_button.y",               "286"                   },
7105   { "editor.no_toolbox_button.width",           "22"                    },
7106   { "editor.no_toolbox_button.height",          "22"                    },
7107
7108   { "gfx.editor.button.draw_single",            "RocksDoor.png"         },
7109   { "gfx.editor.button.draw_single.x",          "706"                   },
7110   { "gfx.editor.button.draw_single.y",          "242"                   },
7111   { "gfx.editor.button.draw_single.width",      "22"                    },
7112   { "gfx.editor.button.draw_single.height",     "22"                    },
7113   { "gfx.editor.button.draw_single.pressed_xoffset", "-100"             },
7114   { "gfx.editor.button.draw_single.active_yoffset",  "-94"              },
7115
7116   { "gfx.editor.button.draw_connected",         "RocksDoor.png"         },
7117   { "gfx.editor.button.draw_connected.x",       "728"                   },
7118   { "gfx.editor.button.draw_connected.y",       "242"                   },
7119   { "gfx.editor.button.draw_connected.width",   "22"                    },
7120   { "gfx.editor.button.draw_connected.height",  "22"                    },
7121   { "gfx.editor.button.draw_connected.pressed_xoffset", "-100"          },
7122   { "gfx.editor.button.draw_connected.active_yoffset",  "-94"           },
7123
7124   { "gfx.editor.button.draw_line",              "RocksDoor.png"         },
7125   { "gfx.editor.button.draw_line.x",            "750"                   },
7126   { "gfx.editor.button.draw_line.y",            "242"                   },
7127   { "gfx.editor.button.draw_line.width",        "22"                    },
7128   { "gfx.editor.button.draw_line.height",       "22"                    },
7129   { "gfx.editor.button.draw_line.pressed_xoffset", "-100"               },
7130   { "gfx.editor.button.draw_line.active_yoffset",  "-94"                },
7131
7132   { "gfx.editor.button.draw_arc",               "RocksDoor.png"         },
7133   { "gfx.editor.button.draw_arc.x",             "772"                   },
7134   { "gfx.editor.button.draw_arc.y",             "242"                   },
7135   { "gfx.editor.button.draw_arc.width",         "22"                    },
7136   { "gfx.editor.button.draw_arc.height",        "22"                    },
7137   { "gfx.editor.button.draw_arc.pressed_xoffset", "-100"                },
7138   { "gfx.editor.button.draw_arc.active_yoffset",  "-94"                 },
7139
7140   { "gfx.editor.button.draw_rectangle",         "RocksDoor.png"         },
7141   { "gfx.editor.button.draw_rectangle.x",       "706"                   },
7142   { "gfx.editor.button.draw_rectangle.y",       "264"                   },
7143   { "gfx.editor.button.draw_rectangle.width",   "22"                    },
7144   { "gfx.editor.button.draw_rectangle.height",  "22"                    },
7145   { "gfx.editor.button.draw_rectangle.pressed_xoffset", "-100"          },
7146   { "gfx.editor.button.draw_rectangle.active_yoffset",  "-94"           },
7147
7148   { "gfx.editor.button.draw_filled_box",        "RocksDoor.png"         },
7149   { "gfx.editor.button.draw_filled_box.x",      "728"                   },
7150   { "gfx.editor.button.draw_filled_box.y",      "264"                   },
7151   { "gfx.editor.button.draw_filled_box.width",  "22"                    },
7152   { "gfx.editor.button.draw_filled_box.height", "22"                    },
7153   { "gfx.editor.button.draw_filled_box.pressed_xoffset", "-100"         },
7154   { "gfx.editor.button.draw_filled_box.active_yoffset",  "-94"          },
7155
7156   { "gfx.editor.button.rotate_up",              "RocksDoor.png"         },
7157   { "gfx.editor.button.rotate_up.x",            "750"                   },
7158   { "gfx.editor.button.rotate_up.y",            "264"                   },
7159   { "gfx.editor.button.rotate_up.width",        "22"                    },
7160   { "gfx.editor.button.rotate_up.height",       "22"                    },
7161   { "gfx.editor.button.rotate_up.pressed_xoffset", "-100"               },
7162   { "gfx.editor.button.rotate_up.active_yoffset",  "-94"                },
7163
7164   { "gfx.editor.button.draw_text",              "RocksDoor.png"         },
7165   { "gfx.editor.button.draw_text.x",            "772"                   },
7166   { "gfx.editor.button.draw_text.y",            "264"                   },
7167   { "gfx.editor.button.draw_text.width",        "22"                    },
7168   { "gfx.editor.button.draw_text.height",       "22"                    },
7169   { "gfx.editor.button.draw_text.pressed_xoffset", "-100"               },
7170   { "gfx.editor.button.draw_text.active_yoffset",  "-94"                },
7171
7172   { "gfx.editor.button.flood_fill",             "RocksDoor.png"         },
7173   { "gfx.editor.button.flood_fill.x",           "706"                   },
7174   { "gfx.editor.button.flood_fill.y",           "286"                   },
7175   { "gfx.editor.button.flood_fill.width",       "22"                    },
7176   { "gfx.editor.button.flood_fill.height",      "22"                    },
7177   { "gfx.editor.button.flood_fill.pressed_xoffset", "-100"              },
7178   { "gfx.editor.button.flood_fill.active_yoffset",  "-94"               },
7179
7180   { "gfx.editor.button.rotate_left",            "RocksDoor.png"         },
7181   { "gfx.editor.button.rotate_left.x",          "728"                   },
7182   { "gfx.editor.button.rotate_left.y",          "286"                   },
7183   { "gfx.editor.button.rotate_left.width",      "22"                    },
7184   { "gfx.editor.button.rotate_left.height",     "22"                    },
7185   { "gfx.editor.button.rotate_left.pressed_xoffset", "-100"             },
7186   { "gfx.editor.button.rotate_left.active_yoffset",  "-94"              },
7187
7188   { "gfx.editor.button.zoom_level",             "RocksDoor2.png"        },
7189   { "gfx.editor.button.zoom_level.x",           "350"                   },
7190   { "gfx.editor.button.zoom_level.y",           "22"                    },
7191   { "gfx.editor.button.zoom_level.width",       "22"                    },
7192   { "gfx.editor.button.zoom_level.height",      "22"                    },
7193   { "gfx.editor.button.zoom_level.pressed_xoffset", "-100"              },
7194   { "gfx.editor.button.zoom_level.active_yoffset",  "-22"               },
7195
7196   { "gfx.editor.button.rotate_right",           "RocksDoor.png"         },
7197   { "gfx.editor.button.rotate_right.x",         "772"                   },
7198   { "gfx.editor.button.rotate_right.y",         "286"                   },
7199   { "gfx.editor.button.rotate_right.width",     "22"                    },
7200   { "gfx.editor.button.rotate_right.height",    "22"                    },
7201   { "gfx.editor.button.rotate_right.pressed_xoffset", "-100"            },
7202   { "gfx.editor.button.rotate_right.active_yoffset",  "-94"             },
7203
7204   { "gfx.editor.button.draw_random",            "RocksDoor.png"         },
7205   { "gfx.editor.button.draw_random.x",          "706"                   },
7206   { "gfx.editor.button.draw_random.y",          "308"                   },
7207   { "gfx.editor.button.draw_random.width",      "22"                    },
7208   { "gfx.editor.button.draw_random.height",     "22"                    },
7209   { "gfx.editor.button.draw_random.pressed_xoffset", "-100"             },
7210   { "gfx.editor.button.draw_random.active_yoffset",  "-94"              },
7211
7212   { "gfx.editor.button.grab_brush",             "RocksDoor.png"         },
7213   { "gfx.editor.button.grab_brush.x",           "728"                   },
7214   { "gfx.editor.button.grab_brush.y",           "308"                   },
7215   { "gfx.editor.button.grab_brush.width",       "22"                    },
7216   { "gfx.editor.button.grab_brush.height",      "22"                    },
7217   { "gfx.editor.button.grab_brush.pressed_xoffset", "-100"              },
7218   { "gfx.editor.button.grab_brush.active_yoffset",  "-94"               },
7219
7220   { "gfx.editor.button.rotate_down",            "RocksDoor.png"         },
7221   { "gfx.editor.button.rotate_down.x",          "750"                   },
7222   { "gfx.editor.button.rotate_down.y",          "308"                   },
7223   { "gfx.editor.button.rotate_down.width",      "22"                    },
7224   { "gfx.editor.button.rotate_down.height",     "22"                    },
7225   { "gfx.editor.button.rotate_down.pressed_xoffset", "-100"             },
7226   { "gfx.editor.button.rotate_down.active_yoffset",  "-94"              },
7227
7228   { "gfx.editor.button.pick_element",           "RocksDoor.png"         },
7229   { "gfx.editor.button.pick_element.x",         "772"                   },
7230   { "gfx.editor.button.pick_element.y",         "308"                   },
7231   { "gfx.editor.button.pick_element.width",     "22"                    },
7232   { "gfx.editor.button.pick_element.height",    "22"                    },
7233   { "gfx.editor.button.pick_element.pressed_xoffset", "-100"            },
7234   { "gfx.editor.button.pick_element.active_yoffset",  "-94"             },
7235
7236   { "gfx.editor.button.ce_copy_from",           "RocksDoor.png"         },
7237   { "gfx.editor.button.ce_copy_from.x",         "528"                   },
7238   { "gfx.editor.button.ce_copy_from.y",         "330"                   },
7239   { "gfx.editor.button.ce_copy_from.width",     "22"                    },
7240   { "gfx.editor.button.ce_copy_from.height",    "22"                    },
7241   { "gfx.editor.button.ce_copy_from.pressed_xoffset", "-100"            },
7242   { "gfx.editor.button.ce_copy_from.active_yoffset",  "-22"             },
7243
7244   { "gfx.editor.button.ce_copy_to",             "RocksDoor.png"         },
7245   { "gfx.editor.button.ce_copy_to.x",           "550"                   },
7246   { "gfx.editor.button.ce_copy_to.y",           "330"                   },
7247   { "gfx.editor.button.ce_copy_to.width",       "22"                    },
7248   { "gfx.editor.button.ce_copy_to.height",      "22"                    },
7249   { "gfx.editor.button.ce_copy_to.pressed_xoffset", "-100"              },
7250   { "gfx.editor.button.ce_copy_to.active_yoffset",  "-22"               },
7251
7252   { "gfx.editor.button.ce_swap",                "RocksDoor.png"         },
7253   { "gfx.editor.button.ce_swap.x",              "572"                   },
7254   { "gfx.editor.button.ce_swap.y",              "330"                   },
7255   { "gfx.editor.button.ce_swap.width",          "22"                    },
7256   { "gfx.editor.button.ce_swap.height",         "22"                    },
7257   { "gfx.editor.button.ce_swap.pressed_xoffset", "-100"                 },
7258   { "gfx.editor.button.ce_swap.active_yoffset",  "-22"                  },
7259
7260   { "gfx.editor.button.ce_copy",                "RocksDoor.png"         },
7261   { "gfx.editor.button.ce_copy.x",              "550"                   },
7262   { "gfx.editor.button.ce_copy.y",              "286"                   },
7263   { "gfx.editor.button.ce_copy.width",          "22"                    },
7264   { "gfx.editor.button.ce_copy.height",         "22"                    },
7265   { "gfx.editor.button.ce_copy.pressed_xoffset", "-100"                 },
7266
7267   { "gfx.editor.button.ce_paste",               "RocksDoor.png"         },
7268   { "gfx.editor.button.ce_paste.x",             "572"                   },
7269   { "gfx.editor.button.ce_paste.y",             "286"                   },
7270   { "gfx.editor.button.ce_paste.width",         "22"                    },
7271   { "gfx.editor.button.ce_paste.height",        "22"                    },
7272   { "gfx.editor.button.ce_paste.pressed_xoffset", "-100"                },
7273
7274   { "gfx.editor.button.cp_copy",                "RocksDoor.png"         },
7275   { "gfx.editor.button.cp_copy.x",              "525"                   },
7276   { "gfx.editor.button.cp_copy.y",              "50"                    },
7277   { "gfx.editor.button.cp_copy.width",          "20"                    },
7278   { "gfx.editor.button.cp_copy.height",         "20"                    },
7279   { "gfx.editor.button.cp_copy.pressed_xoffset", "-20"                  },
7280
7281   { "gfx.editor.button.cp_paste",               "RocksDoor.png"         },
7282   { "gfx.editor.button.cp_paste.x",             "525"                   },
7283   { "gfx.editor.button.cp_paste.y",             "70"                    },
7284   { "gfx.editor.button.cp_paste.width",         "20"                    },
7285   { "gfx.editor.button.cp_paste.height",        "20"                    },
7286   { "gfx.editor.button.cp_paste.pressed_xoffset", "-20"                 },
7287
7288   { "gfx.editor.button.undo",                   "RocksDoor.png"         },
7289   { "gfx.editor.button.undo.x",                 "705"                   },
7290   { "gfx.editor.button.undo.y",                 "335"                   },
7291   { "gfx.editor.button.undo.width",             "30"                    },
7292   { "gfx.editor.button.undo.height",            "20"                    },
7293   { "gfx.editor.button.undo.pressed_xoffset",   "-100"                  },
7294
7295   { "gfx.editor.button.conf",                   "RocksDoor.png"         },
7296   { "gfx.editor.button.conf.x",                 "735"                   },
7297   { "gfx.editor.button.conf.y",                 "335"                   },
7298   { "gfx.editor.button.conf.width",             "30"                    },
7299   { "gfx.editor.button.conf.height",            "20"                    },
7300   { "gfx.editor.button.conf.pressed_xoffset",   "-100"                  },
7301
7302   { "gfx.editor.button.save",                   "RocksDoor.png"         },
7303   { "gfx.editor.button.save.x",                 "765"                   },
7304   { "gfx.editor.button.save.y",                 "335"                   },
7305   { "gfx.editor.button.save.width",             "30"                    },
7306   { "gfx.editor.button.save.height",            "20"                    },
7307   { "gfx.editor.button.save.pressed_xoffset",   "-100"                  },
7308
7309   { "gfx.editor.button.clear",                  "RocksDoor.png"         },
7310   { "gfx.editor.button.clear.x",                "705"                   },
7311   { "gfx.editor.button.clear.y",                "355"                   },
7312   { "gfx.editor.button.clear.width",            "30"                    },
7313   { "gfx.editor.button.clear.height",           "20"                    },
7314   { "gfx.editor.button.clear.pressed_xoffset",  "-100"                  },
7315
7316   { "gfx.editor.button.test",                   "RocksDoor.png"         },
7317   { "gfx.editor.button.test.x",                 "735"                   },
7318   { "gfx.editor.button.test.y",                 "355"                   },
7319   { "gfx.editor.button.test.width",             "30"                    },
7320   { "gfx.editor.button.test.height",            "20"                    },
7321   { "gfx.editor.button.test.pressed_xoffset",   "-100"                  },
7322
7323   { "gfx.editor.button.exit",                   "RocksDoor.png"         },
7324   { "gfx.editor.button.exit.x",                 "765"                   },
7325   { "gfx.editor.button.exit.y",                 "355"                   },
7326   { "gfx.editor.button.exit.width",             "30"                    },
7327   { "gfx.editor.button.exit.height",            "20"                    },
7328   { "gfx.editor.button.exit.pressed_xoffset",   "-100"                  },
7329
7330   { "gfx.editor.input.level_number",            "RocksDoor.png"         },
7331   { "gfx.editor.input.level_number.x",          "529"                   },
7332   { "gfx.editor.input.level_number.y",          "5"                     },
7333   { "gfx.editor.input.level_number.width",      "42"                    },
7334   { "gfx.editor.input.level_number.height",     "16"                    },
7335   { "gfx.editor.input.level_number.border_size","1"                     },
7336
7337   { "setup.input.text",                         "RocksSP.png"           },
7338   { "setup.input.text.x",                       "0"                     },
7339   { "setup.input.text.y",                       "0"                     },
7340   { "setup.input.text.width",                   "32"                    },
7341   { "setup.input.text.height",                  "32"                    },
7342   { "setup.input.text.active_xoffset",          "0"                     },
7343   { "setup.input.text.border_size",             "0"                     },
7344
7345   { "global.border",                            "RocksScreen.png"       },
7346   { "global.border.MAIN",                       UNDEFINED_FILENAME      },
7347   { "global.border.SCORES",                     UNDEFINED_FILENAME      },
7348   { "global.border.EDITOR",                     UNDEFINED_FILENAME      },
7349   { "global.border.PLAYING",                    UNDEFINED_FILENAME      },
7350
7351   { "global.door",                              "RocksDoor.png"         },
7352
7353   { "global.busy_initial",                      "RocksBusy.png"         },
7354   { "global.busy_initial.x",                    "0"                     },
7355   { "global.busy_initial.y",                    "0"                     },
7356   { "global.busy_initial.width",                "32"                    },
7357   { "global.busy_initial.height",               "32"                    },
7358   { "global.busy_initial.frames",               "28"                    },
7359   { "global.busy_initial.frames_per_line",      "7"                     },
7360   { "global.busy_initial.delay",                "2"                     },
7361   { "global.busy",                              "RocksBusy.png"         },
7362   { "global.busy.x",                            "0"                     },
7363   { "global.busy.y",                            "0"                     },
7364   { "global.busy.width",                        "32"                    },
7365   { "global.busy.height",                       "32"                    },
7366   { "global.busy.frames",                       "28"                    },
7367   { "global.busy.frames_per_line",              "7"                     },
7368   { "global.busy.delay",                        "2"                     },
7369   { "global.busy_playfield",                    "RocksBusy.png"         },
7370   { "global.busy_playfield.x",                  "0"                     },
7371   { "global.busy_playfield.y",                  "0"                     },
7372   { "global.busy_playfield.width",              "32"                    },
7373   { "global.busy_playfield.height",             "32"                    },
7374   { "global.busy_playfield.frames",             "28"                    },
7375   { "global.busy_playfield.frames_per_line",    "7"                     },
7376   { "global.busy_playfield.delay",              "2"                     },
7377
7378   { "global.tile_cursor",                       "RocksMore.png"         },
7379   { "global.tile_cursor.xpos",                  "10"                    },
7380   { "global.tile_cursor.ypos",                  "7"                     },
7381   { "global.tile_cursor.frames",                "1"                     },
7382
7383   { "background",                               UNDEFINED_FILENAME      },
7384   { "background.LOADING_INITIAL",               UNDEFINED_FILENAME      },
7385   { "background.LOADING",                       UNDEFINED_FILENAME      },
7386   { "background.TITLE_INITIAL",                 UNDEFINED_FILENAME      },
7387   { "background.TITLE",                         UNDEFINED_FILENAME      },
7388   { "background.MAIN",                          UNDEFINED_FILENAME      },
7389   { "background.NAMES",                         UNDEFINED_FILENAME      },
7390   { "background.LEVELS",                        UNDEFINED_FILENAME      },
7391   { "background.LEVELNR",                       UNDEFINED_FILENAME      },
7392   { "background.SCORES",                        UNDEFINED_FILENAME      },
7393   { "background.SCOREINFO",                     UNDEFINED_FILENAME      },
7394   { "background.EDITOR",                        UNDEFINED_FILENAME      },
7395   { "background.INFO",                          UNDEFINED_FILENAME      },
7396   { "background.INFO[ELEMENTS]",                UNDEFINED_FILENAME      },
7397   { "background.INFO[MUSIC]",                   UNDEFINED_FILENAME      },
7398   { "background.INFO[CREDITS]",                 UNDEFINED_FILENAME      },
7399   { "background.INFO[PROGRAM]",                 UNDEFINED_FILENAME      },
7400   { "background.INFO[VERSION]",                 UNDEFINED_FILENAME      },
7401   { "background.INFO[LEVELSET]",                UNDEFINED_FILENAME      },
7402   { "background.SETUP",                         UNDEFINED_FILENAME      },
7403   { "background.PLAYING",                       UNDEFINED_FILENAME      },
7404   { "background.DOOR",                          UNDEFINED_FILENAME      },
7405   { "background.TAPE",                          "RocksDoor.png"         },
7406   { "background.TAPE.x",                        "200"                   },
7407   { "background.TAPE.y",                        "280"                   },
7408   { "background.TAPE.width",                    "100"                   },
7409   { "background.TAPE.height",                   "100"                   },
7410   { "background.PANEL",                         "RocksDoor.png"         },
7411   { "background.PANEL.x",                       "400"                   },
7412   { "background.PANEL.y",                       "0"                     },
7413   { "background.PANEL.width",                   "100"                   },
7414   { "background.PANEL.height",                  "280"                   },
7415   { "background.PALETTE",                       "RocksDoor.png"         },
7416   { "background.PALETTE.x",                     "500"                   },
7417   { "background.PALETTE.y",                     "0"                     },
7418   { "background.PALETTE.width",                 "100"                   },
7419   { "background.PALETTE.height",                "280"                   },
7420   { "background.TOOLBOX",                       "RocksDoor.png"         },
7421   { "background.TOOLBOX.x",                     "700"                   },
7422   { "background.TOOLBOX.y",                     "236"                   },
7423   { "background.TOOLBOX.width",                 "100"                   },
7424   { "background.TOOLBOX.height",                "144"                   },
7425
7426   { "background.titlescreen_initial_1",         UNDEFINED_FILENAME      },
7427   { "background.titlescreen_initial_2",         UNDEFINED_FILENAME      },
7428   { "background.titlescreen_initial_3",         UNDEFINED_FILENAME      },
7429   { "background.titlescreen_initial_4",         UNDEFINED_FILENAME      },
7430   { "background.titlescreen_initial_5",         UNDEFINED_FILENAME      },
7431   { "background.titlescreen_1",                 UNDEFINED_FILENAME      },
7432   { "background.titlescreen_2",                 UNDEFINED_FILENAME      },
7433   { "background.titlescreen_3",                 UNDEFINED_FILENAME      },
7434   { "background.titlescreen_4",                 UNDEFINED_FILENAME      },
7435   { "background.titlescreen_5",                 UNDEFINED_FILENAME      },
7436   { "background.titlemessage_initial_1",        UNDEFINED_FILENAME      },
7437   { "background.titlemessage_initial_2",        UNDEFINED_FILENAME      },
7438   { "background.titlemessage_initial_3",        UNDEFINED_FILENAME      },
7439   { "background.titlemessage_initial_4",        UNDEFINED_FILENAME      },
7440   { "background.titlemessage_initial_5",        UNDEFINED_FILENAME      },
7441   { "background.titlemessage_1",                UNDEFINED_FILENAME      },
7442   { "background.titlemessage_2",                UNDEFINED_FILENAME      },
7443   { "background.titlemessage_3",                UNDEFINED_FILENAME      },
7444   { "background.titlemessage_4",                UNDEFINED_FILENAME      },
7445   { "background.titlemessage_5",                UNDEFINED_FILENAME      },
7446
7447   { "background.envelope_1",                    "RocksScreen.png"       },
7448   { "background.envelope_1.x",                  "0"                     },
7449   { "background.envelope_1.y",                  "0"                     },
7450   { "background.envelope_1.width",              "560"                   },
7451   { "background.envelope_1.height",             "560"                   },
7452   { "background.envelope_1.anim_mode",          "default"               },
7453   { "background.envelope_1.draw_masked",        "false"                 },
7454   { "background.envelope_2",                    "RocksScreen.png"       },
7455   { "background.envelope_2.x",                  "0"                     },
7456   { "background.envelope_2.y",                  "0"                     },
7457   { "background.envelope_2.width",              "560"                   },
7458   { "background.envelope_2.height",             "560"                   },
7459   { "background.envelope_2.anim_mode",          "default"               },
7460   { "background.envelope_2.draw_masked",        "false"                 },
7461   { "background.envelope_3",                    "RocksScreen.png"       },
7462   { "background.envelope_3.x",                  "0"                     },
7463   { "background.envelope_3.y",                  "0"                     },
7464   { "background.envelope_3.width",              "560"                   },
7465   { "background.envelope_3.height",             "560"                   },
7466   { "background.envelope_3.anim_mode",          "default"               },
7467   { "background.envelope_3.draw_masked",        "false"                 },
7468   { "background.envelope_4",                    "RocksScreen.png"       },
7469   { "background.envelope_4.x",                  "0"                     },
7470   { "background.envelope_4.y",                  "0"                     },
7471   { "background.envelope_4.width",              "560"                   },
7472   { "background.envelope_4.height",             "560"                   },
7473   { "background.envelope_4.anim_mode",          "default"               },
7474   { "background.envelope_4.draw_masked",        "false"                 },
7475
7476   { "background.request",                       "RocksScreen.png"       },
7477   { "background.request.x",                     "562"                   },
7478   { "background.request.y",                     "56"                    },
7479   { "background.request.width",                 "108"                   },
7480   { "background.request.height",                "288"                   },
7481   { "background.request.anim_mode",             "default"               },
7482   { "background.request.draw_masked",           "false"                 },
7483
7484   { "titlescreen_initial_1",                    UNDEFINED_FILENAME      },
7485   { "titlescreen_initial_2",                    UNDEFINED_FILENAME      },
7486   { "titlescreen_initial_3",                    UNDEFINED_FILENAME      },
7487   { "titlescreen_initial_4",                    UNDEFINED_FILENAME      },
7488   { "titlescreen_initial_5",                    UNDEFINED_FILENAME      },
7489   { "titlescreen_1",                            UNDEFINED_FILENAME      },
7490   { "titlescreen_2",                            UNDEFINED_FILENAME      },
7491   { "titlescreen_3",                            UNDEFINED_FILENAME      },
7492   { "titlescreen_4",                            UNDEFINED_FILENAME      },
7493   { "titlescreen_5",                            UNDEFINED_FILENAME      },
7494
7495   { "gfx.door_1.part_1",                        "RocksDoor.png"         },
7496   { "gfx.door_1.part_1.x",                      "0"                     },
7497   { "gfx.door_1.part_1.y",                      "0"                     },
7498   { "gfx.door_1.part_1.width",                  "100"                   },
7499   { "gfx.door_1.part_1.height",                 "77"                    },
7500   { "gfx.door_1.part_1.frames",                 "1"                     },
7501   { "gfx.door_1.part_2",                        "RocksDoor.png"         },
7502   { "gfx.door_1.part_2.x",                      "0"                     },
7503   { "gfx.door_1.part_2.y",                      "77"                    },
7504   { "gfx.door_1.part_2.width",                  "100"                   },
7505   { "gfx.door_1.part_2.height",                 "63"                    },
7506   { "gfx.door_1.part_2.frames",                 "1"                     },
7507   { "gfx.door_1.part_3",                        "RocksDoor.png"         },
7508   { "gfx.door_1.part_3.x",                      "0"                     },
7509   { "gfx.door_1.part_3.y",                      "140"                   },
7510   { "gfx.door_1.part_3.width",                  "100"                   },
7511   { "gfx.door_1.part_3.height",                 "63"                    },
7512   { "gfx.door_1.part_3.frames",                 "1"                     },
7513   { "gfx.door_1.part_4",                        "RocksDoor.png"         },
7514   { "gfx.door_1.part_4.x",                      "0"                     },
7515   { "gfx.door_1.part_4.y",                      "203"                   },
7516   { "gfx.door_1.part_4.width",                  "100"                   },
7517   { "gfx.door_1.part_4.height",                 "77"                    },
7518   { "gfx.door_1.part_4.frames",                 "1"                     },
7519   { "gfx.door_1.part_5",                        "RocksDoor.png"         },
7520   { "gfx.door_1.part_5.x",                      "100"                   },
7521   { "gfx.door_1.part_5.y",                      "0"                     },
7522   { "gfx.door_1.part_5.width",                  "100"                   },
7523   { "gfx.door_1.part_5.height",                 "77"                    },
7524   { "gfx.door_1.part_5.frames",                 "1"                     },
7525   { "gfx.door_1.part_6",                        "RocksDoor.png"         },
7526   { "gfx.door_1.part_6.x",                      "100"                   },
7527   { "gfx.door_1.part_6.y",                      "77"                    },
7528   { "gfx.door_1.part_6.width",                  "100"                   },
7529   { "gfx.door_1.part_6.height",                 "63"                    },
7530   { "gfx.door_1.part_6.frames",                 "1"                     },
7531   { "gfx.door_1.part_7",                        "RocksDoor.png"         },
7532   { "gfx.door_1.part_7.x",                      "100"                   },
7533   { "gfx.door_1.part_7.y",                      "140"                   },
7534   { "gfx.door_1.part_7.width",                  "100"                   },
7535   { "gfx.door_1.part_7.height",                 "63"                    },
7536   { "gfx.door_1.part_7.frames",                 "1"                     },
7537   { "gfx.door_1.part_8",                        "RocksDoor.png"         },
7538   { "gfx.door_1.part_8.x",                      "100"                   },
7539   { "gfx.door_1.part_8.y",                      "203"                   },
7540   { "gfx.door_1.part_8.width",                  "100"                   },
7541   { "gfx.door_1.part_8.height",                 "77"                    },
7542   { "gfx.door_1.part_8.frames",                 "1"                     },
7543
7544   { "gfx.door_2.part_1",                        "RocksDoor.png"         },
7545   { "gfx.door_2.part_1.x",                      "0"                     },
7546   { "gfx.door_2.part_1.y",                      "280"                   },
7547   { "gfx.door_2.part_1.width",                  "100"                   },
7548   { "gfx.door_2.part_1.height",                 "50"                    },
7549   { "gfx.door_2.part_1.frames",                 "1"                     },
7550   { "gfx.door_2.part_2",                        "RocksDoor.png"         },
7551   { "gfx.door_2.part_2.x",                      "0"                     },
7552   { "gfx.door_2.part_2.y",                      "330"                   },
7553   { "gfx.door_2.part_2.width",                  "100"                   },
7554   { "gfx.door_2.part_2.height",                 "50"                    },
7555   { "gfx.door_2.part_2.frames",                 "1"                     },
7556   { "gfx.door_2.part_3",                        "RocksDoor.png"         },
7557   { "gfx.door_2.part_3.x",                      "100"                   },
7558   { "gfx.door_2.part_3.y",                      "280"                   },
7559   { "gfx.door_2.part_3.width",                  "100"                   },
7560   { "gfx.door_2.part_3.height",                 "50"                    },
7561   { "gfx.door_2.part_3.frames",                 "1"                     },
7562   { "gfx.door_2.part_4",                        "RocksDoor.png"         },
7563   { "gfx.door_2.part_4.x",                      "100"                   },
7564   { "gfx.door_2.part_4.y",                      "330"                   },
7565   { "gfx.door_2.part_4.width",                  "100"                   },
7566   { "gfx.door_2.part_4.height",                 "50"                    },
7567   { "gfx.door_2.part_4.frames",                 "1"                     },
7568   { "gfx.door_2.part_5",                        UNDEFINED_FILENAME      },
7569   { "gfx.door_2.part_6",                        UNDEFINED_FILENAME      },
7570   { "gfx.door_2.part_7",                        UNDEFINED_FILENAME      },
7571   { "gfx.door_2.part_8",                        UNDEFINED_FILENAME      },
7572
7573   { "door_2.top_border_correction",             "RocksDoor.png"         },
7574   { "door_2.top_border_correction.x",           "600"                   },
7575   { "door_2.top_border_correction.y",           "0"                     },
7576   { "door_2.top_border_correction.width",       "108"                   },
7577   { "door_2.top_border_correction.height",      "8"                     },
7578
7579   // the last image entry apparently gets overwritten by very last entry
7580   // of "image_config[]"; so far this bug could not be found and fixed
7581   { "last_image_entry_bug",                     UNDEFINED_FILENAME      },
7582
7583
7584   // ==========================================================================
7585   // non-image definitions
7586   // ==========================================================================
7587
7588   // the following directives are not associated with an image, but
7589   // probably make sense to be defined in "graphicsinfo.conf", too
7590
7591   // keyword to start parser: "CONFIG_VARS_START" <-- do not change!
7592
7593   { "[title_initial].fade_mode",                "fade"                  },
7594   { "[title_initial].fade_delay",               "500"                   },
7595   { "[title_initial].post_delay",               "250"                   },
7596   { "[title_initial].auto_delay",               "-1"                    },
7597   { "[title_initial].auto_delay_unit",          "ms"                    },
7598   { "[title].fade_mode",                        "fade"                  },
7599   { "[title].fade_delay",                       "500"                   },
7600   { "[title].post_delay",                       "250"                   },
7601   { "[title].auto_delay",                       "-1"                    },
7602   { "[title].auto_delay_unit",                  "ms"                    },
7603
7604   { "[titlescreen_initial].sort_priority",      "0"                     },
7605   { "[titlescreen_initial].fade_mode",          ARG_DEFAULT             },
7606   { "[titlescreen_initial].fade_delay",         ARG_DEFAULT             },
7607   { "[titlescreen_initial].post_delay",         ARG_DEFAULT             },
7608   { "[titlescreen_initial].auto_delay",         ARG_DEFAULT             },
7609   { "[titlescreen_initial].auto_delay_unit",    ARG_DEFAULT             },
7610   { "[titlescreen].sort_priority",              "0"                     },
7611   { "[titlescreen].fade_mode",                  ARG_DEFAULT             },
7612   { "[titlescreen].fade_delay",                 ARG_DEFAULT             },
7613   { "[titlescreen].post_delay",                 ARG_DEFAULT             },
7614   { "[titlescreen].auto_delay",                 ARG_DEFAULT             },
7615   { "[titlescreen].auto_delay_unit",            ARG_DEFAULT             },
7616
7617   { "titlescreen_initial_1.sort_priority",      ARG_DEFAULT             },
7618   { "titlescreen_initial_1.fade_mode",          ARG_DEFAULT             },
7619   { "titlescreen_initial_1.fade_delay",         ARG_DEFAULT             },
7620   { "titlescreen_initial_1.post_delay",         ARG_DEFAULT             },
7621   { "titlescreen_initial_1.auto_delay",         ARG_DEFAULT             },
7622   { "titlescreen_initial_1.auto_delay_unit",    ARG_DEFAULT             },
7623   { "titlescreen_initial_2.sort_priority",      ARG_DEFAULT             },
7624   { "titlescreen_initial_2.fade_mode",          ARG_DEFAULT             },
7625   { "titlescreen_initial_2.fade_delay",         ARG_DEFAULT             },
7626   { "titlescreen_initial_2.post_delay",         ARG_DEFAULT             },
7627   { "titlescreen_initial_2.auto_delay",         ARG_DEFAULT             },
7628   { "titlescreen_initial_2.auto_delay_unit",    ARG_DEFAULT             },
7629   { "titlescreen_initial_3.sort_priority",      ARG_DEFAULT             },
7630   { "titlescreen_initial_3.fade_mode",          ARG_DEFAULT             },
7631   { "titlescreen_initial_3.fade_delay",         ARG_DEFAULT             },
7632   { "titlescreen_initial_3.post_delay",         ARG_DEFAULT             },
7633   { "titlescreen_initial_3.auto_delay",         ARG_DEFAULT             },
7634   { "titlescreen_initial_3.auto_delay_unit",    ARG_DEFAULT             },
7635   { "titlescreen_initial_4.sort_priority",      ARG_DEFAULT             },
7636   { "titlescreen_initial_4.fade_mode",          ARG_DEFAULT             },
7637   { "titlescreen_initial_4.fade_delay",         ARG_DEFAULT             },
7638   { "titlescreen_initial_4.post_delay",         ARG_DEFAULT             },
7639   { "titlescreen_initial_4.auto_delay",         ARG_DEFAULT             },
7640   { "titlescreen_initial_4.auto_delay_unit",    ARG_DEFAULT             },
7641   { "titlescreen_initial_5.sort_priority",      ARG_DEFAULT             },
7642   { "titlescreen_initial_5.fade_mode",          ARG_DEFAULT             },
7643   { "titlescreen_initial_5.fade_delay",         ARG_DEFAULT             },
7644   { "titlescreen_initial_5.post_delay",         ARG_DEFAULT             },
7645   { "titlescreen_initial_5.auto_delay",         ARG_DEFAULT             },
7646   { "titlescreen_initial_5.auto_delay_unit",    ARG_DEFAULT             },
7647   { "titlescreen_1.sort_priority",              ARG_DEFAULT             },
7648   { "titlescreen_1.fade_mode",                  ARG_DEFAULT             },
7649   { "titlescreen_1.fade_delay",                 ARG_DEFAULT             },
7650   { "titlescreen_1.post_delay",                 ARG_DEFAULT             },
7651   { "titlescreen_1.auto_delay",                 ARG_DEFAULT             },
7652   { "titlescreen_1.auto_delay_unit",            ARG_DEFAULT             },
7653   { "titlescreen_2.sort_priority",              ARG_DEFAULT             },
7654   { "titlescreen_2.fade_mode",                  ARG_DEFAULT             },
7655   { "titlescreen_2.fade_delay",                 ARG_DEFAULT             },
7656   { "titlescreen_2.post_delay",                 ARG_DEFAULT             },
7657   { "titlescreen_2.auto_delay",                 ARG_DEFAULT             },
7658   { "titlescreen_2.auto_delay_unit",            ARG_DEFAULT             },
7659   { "titlescreen_3.sort_priority",              ARG_DEFAULT             },
7660   { "titlescreen_3.fade_mode",                  ARG_DEFAULT             },
7661   { "titlescreen_3.fade_delay",                 ARG_DEFAULT             },
7662   { "titlescreen_3.post_delay",                 ARG_DEFAULT             },
7663   { "titlescreen_3.auto_delay",                 ARG_DEFAULT             },
7664   { "titlescreen_3.auto_delay_unit",            ARG_DEFAULT             },
7665   { "titlescreen_4.sort_priority",              ARG_DEFAULT             },
7666   { "titlescreen_4.fade_mode",                  ARG_DEFAULT             },
7667   { "titlescreen_4.fade_delay",                 ARG_DEFAULT             },
7668   { "titlescreen_4.post_delay",                 ARG_DEFAULT             },
7669   { "titlescreen_4.auto_delay",                 ARG_DEFAULT             },
7670   { "titlescreen_4.auto_delay_unit",            ARG_DEFAULT             },
7671   { "titlescreen_5.sort_priority",              ARG_DEFAULT             },
7672   { "titlescreen_5.fade_mode",                  ARG_DEFAULT             },
7673   { "titlescreen_5.fade_delay",                 ARG_DEFAULT             },
7674   { "titlescreen_5.post_delay",                 ARG_DEFAULT             },
7675   { "titlescreen_5.auto_delay",                 ARG_DEFAULT             },
7676   { "titlescreen_5.auto_delay_unit",            ARG_DEFAULT             },
7677
7678   { "[titlemessage_initial].x",                 "-1"                    },
7679   { "[titlemessage_initial].y",                 "-1"                    },
7680   { "[titlemessage_initial].width",             "-1"                    },
7681   { "[titlemessage_initial].height",            "-1"                    },
7682   { "[titlemessage_initial].chars",             "-1"                    },
7683   { "[titlemessage_initial].lines",             "-1"                    },
7684   { "[titlemessage_initial].align",             "center"                },
7685   { "[titlemessage_initial].valign",            "middle"                },
7686   { "[titlemessage_initial].font",              "font.text_1"           },
7687   { "[titlemessage_initial].autowrap",          "false"                 },
7688   { "[titlemessage_initial].centered",          "false"                 },
7689   { "[titlemessage_initial].parse_comments",    "false"                 },
7690   { "[titlemessage_initial].sort_priority",     "0"                     },
7691   { "[titlemessage_initial].fade_mode",         ARG_DEFAULT             },
7692   { "[titlemessage_initial].fade_delay",        ARG_DEFAULT             },
7693   { "[titlemessage_initial].post_delay",        ARG_DEFAULT             },
7694   { "[titlemessage_initial].auto_delay",        ARG_DEFAULT             },
7695   { "[titlemessage_initial].auto_delay_unit",   ARG_DEFAULT             },
7696   { "[titlemessage].x",                         "-1"                    },
7697   { "[titlemessage].y",                         "-1"                    },
7698   { "[titlemessage].width",                     "-1"                    },
7699   { "[titlemessage].height",                    "-1"                    },
7700   { "[titlemessage].chars",                     "-1"                    },
7701   { "[titlemessage].lines",                     "-1"                    },
7702   { "[titlemessage].align",                     "center"                },
7703   { "[titlemessage].valign",                    "middle"                },
7704   { "[titlemessage].font",                      "font.text_1"           },
7705   { "[titlemessage].autowrap",                  "false"                 },
7706   { "[titlemessage].centered",                  "false"                 },
7707   { "[titlemessage].parse_comments",            "false"                 },
7708   { "[titlemessage].sort_priority",             "0"                     },
7709   { "[titlemessage].fade_mode",                 ARG_DEFAULT             },
7710   { "[titlemessage].fade_delay",                ARG_DEFAULT             },
7711   { "[titlemessage].post_delay",                ARG_DEFAULT             },
7712   { "[titlemessage].auto_delay",                ARG_DEFAULT             },
7713   { "[titlemessage].auto_delay_unit",           ARG_DEFAULT             },
7714
7715   { "titlemessage_initial_1.x",                 ARG_DEFAULT             },
7716   { "titlemessage_initial_1.y",                 ARG_DEFAULT             },
7717   { "titlemessage_initial_1.width",             ARG_DEFAULT             },
7718   { "titlemessage_initial_1.height",            ARG_DEFAULT             },
7719   { "titlemessage_initial_1.chars",             ARG_DEFAULT             },
7720   { "titlemessage_initial_1.lines",             ARG_DEFAULT             },
7721   { "titlemessage_initial_1.align",             ARG_DEFAULT             },
7722   { "titlemessage_initial_1.valign",            ARG_DEFAULT             },
7723   { "titlemessage_initial_1.font",              ARG_DEFAULT             },
7724   { "titlemessage_initial_1.autowrap",          ARG_DEFAULT             },
7725   { "titlemessage_initial_1.centered",          ARG_DEFAULT             },
7726   { "titlemessage_initial_1.parse_comments",    ARG_DEFAULT             },
7727   { "titlemessage_initial_1.sort_priority",     ARG_DEFAULT             },
7728   { "titlemessage_initial_1.fade_mode",         ARG_DEFAULT             },
7729   { "titlemessage_initial_1.fade_delay",        ARG_DEFAULT             },
7730   { "titlemessage_initial_1.post_delay",        ARG_DEFAULT             },
7731   { "titlemessage_initial_1.auto_delay",        ARG_DEFAULT             },
7732   { "titlemessage_initial_1.auto_delay_unit",   ARG_DEFAULT             },
7733   { "titlemessage_initial_2.x",                 ARG_DEFAULT             },
7734   { "titlemessage_initial_2.y",                 ARG_DEFAULT             },
7735   { "titlemessage_initial_2.width",             ARG_DEFAULT             },
7736   { "titlemessage_initial_2.height",            ARG_DEFAULT             },
7737   { "titlemessage_initial_2.chars",             ARG_DEFAULT             },
7738   { "titlemessage_initial_2.lines",             ARG_DEFAULT             },
7739   { "titlemessage_initial_2.align",             ARG_DEFAULT             },
7740   { "titlemessage_initial_2.valign",            ARG_DEFAULT             },
7741   { "titlemessage_initial_2.font",              ARG_DEFAULT             },
7742   { "titlemessage_initial_2.autowrap",          ARG_DEFAULT             },
7743   { "titlemessage_initial_2.centered",          ARG_DEFAULT             },
7744   { "titlemessage_initial_2.parse_comments",    ARG_DEFAULT             },
7745   { "titlemessage_initial_2.sort_priority",     ARG_DEFAULT             },
7746   { "titlemessage_initial_2.fade_mode",         ARG_DEFAULT             },
7747   { "titlemessage_initial_2.fade_delay",        ARG_DEFAULT             },
7748   { "titlemessage_initial_2.post_delay",        ARG_DEFAULT             },
7749   { "titlemessage_initial_2.auto_delay",        ARG_DEFAULT             },
7750   { "titlemessage_initial_2.auto_delay_unit",   ARG_DEFAULT             },
7751   { "titlemessage_initial_3.x",                 ARG_DEFAULT             },
7752   { "titlemessage_initial_3.y",                 ARG_DEFAULT             },
7753   { "titlemessage_initial_3.width",             ARG_DEFAULT             },
7754   { "titlemessage_initial_3.height",            ARG_DEFAULT             },
7755   { "titlemessage_initial_3.chars",             ARG_DEFAULT             },
7756   { "titlemessage_initial_3.lines",             ARG_DEFAULT             },
7757   { "titlemessage_initial_3.align",             ARG_DEFAULT             },
7758   { "titlemessage_initial_3.valign",            ARG_DEFAULT             },
7759   { "titlemessage_initial_3.font",              ARG_DEFAULT             },
7760   { "titlemessage_initial_3.autowrap",          ARG_DEFAULT             },
7761   { "titlemessage_initial_3.centered",          ARG_DEFAULT             },
7762   { "titlemessage_initial_3.parse_comments",    ARG_DEFAULT             },
7763   { "titlemessage_initial_3.sort_priority",     ARG_DEFAULT             },
7764   { "titlemessage_initial_3.fade_mode",         ARG_DEFAULT             },
7765   { "titlemessage_initial_3.fade_delay",        ARG_DEFAULT             },
7766   { "titlemessage_initial_3.post_delay",        ARG_DEFAULT             },
7767   { "titlemessage_initial_3.auto_delay",        ARG_DEFAULT             },
7768   { "titlemessage_initial_3.auto_delay_unit",   ARG_DEFAULT             },
7769   { "titlemessage_initial_4.x",                 ARG_DEFAULT             },
7770   { "titlemessage_initial_4.y",                 ARG_DEFAULT             },
7771   { "titlemessage_initial_4.width",             ARG_DEFAULT             },
7772   { "titlemessage_initial_4.height",            ARG_DEFAULT             },
7773   { "titlemessage_initial_4.chars",             ARG_DEFAULT             },
7774   { "titlemessage_initial_4.lines",             ARG_DEFAULT             },
7775   { "titlemessage_initial_4.align",             ARG_DEFAULT             },
7776   { "titlemessage_initial_4.valign",            ARG_DEFAULT             },
7777   { "titlemessage_initial_4.font",              ARG_DEFAULT             },
7778   { "titlemessage_initial_4.autowrap",          ARG_DEFAULT             },
7779   { "titlemessage_initial_4.centered",          ARG_DEFAULT             },
7780   { "titlemessage_initial_4.parse_comments",    ARG_DEFAULT             },
7781   { "titlemessage_initial_4.sort_priority",     ARG_DEFAULT             },
7782   { "titlemessage_initial_4.fade_mode",         ARG_DEFAULT             },
7783   { "titlemessage_initial_4.fade_delay",        ARG_DEFAULT             },
7784   { "titlemessage_initial_4.post_delay",        ARG_DEFAULT             },
7785   { "titlemessage_initial_4.auto_delay",        ARG_DEFAULT             },
7786   { "titlemessage_initial_4.auto_delay_unit",   ARG_DEFAULT             },
7787   { "titlemessage_initial_5.x",                 ARG_DEFAULT             },
7788   { "titlemessage_initial_5.y",                 ARG_DEFAULT             },
7789   { "titlemessage_initial_5.width",             ARG_DEFAULT             },
7790   { "titlemessage_initial_5.height",            ARG_DEFAULT             },
7791   { "titlemessage_initial_5.chars",             ARG_DEFAULT             },
7792   { "titlemessage_initial_5.lines",             ARG_DEFAULT             },
7793   { "titlemessage_initial_5.align",             ARG_DEFAULT             },
7794   { "titlemessage_initial_5.valign",            ARG_DEFAULT             },
7795   { "titlemessage_initial_5.font",              ARG_DEFAULT             },
7796   { "titlemessage_initial_5.autowrap",          ARG_DEFAULT             },
7797   { "titlemessage_initial_5.centered",          ARG_DEFAULT             },
7798   { "titlemessage_initial_5.parse_comments",    ARG_DEFAULT             },
7799   { "titlemessage_initial_5.sort_priority",     ARG_DEFAULT             },
7800   { "titlemessage_initial_5.fade_mode",         ARG_DEFAULT             },
7801   { "titlemessage_initial_5.fade_delay",        ARG_DEFAULT             },
7802   { "titlemessage_initial_5.post_delay",        ARG_DEFAULT             },
7803   { "titlemessage_initial_5.auto_delay",        ARG_DEFAULT             },
7804   { "titlemessage_initial_5.auto_delay_unit",   ARG_DEFAULT             },
7805   { "titlemessage_1.x",                         ARG_DEFAULT             },
7806   { "titlemessage_1.y",                         ARG_DEFAULT             },
7807   { "titlemessage_1.width",                     ARG_DEFAULT             },
7808   { "titlemessage_1.height",                    ARG_DEFAULT             },
7809   { "titlemessage_1.chars",                     ARG_DEFAULT             },
7810   { "titlemessage_1.lines",                     ARG_DEFAULT             },
7811   { "titlemessage_1.align",                     ARG_DEFAULT             },
7812   { "titlemessage_1.valign",                    ARG_DEFAULT             },
7813   { "titlemessage_1.font",                      ARG_DEFAULT             },
7814   { "titlemessage_1.autowrap",                  ARG_DEFAULT             },
7815   { "titlemessage_1.centered",                  ARG_DEFAULT             },
7816   { "titlemessage_1.parse_comments",            ARG_DEFAULT             },
7817   { "titlemessage_1.sort_priority",             ARG_DEFAULT             },
7818   { "titlemessage_1.fade_mode",                 ARG_DEFAULT             },
7819   { "titlemessage_1.fade_delay",                ARG_DEFAULT             },
7820   { "titlemessage_1.post_delay",                ARG_DEFAULT             },
7821   { "titlemessage_1.auto_delay",                ARG_DEFAULT             },
7822   { "titlemessage_1.auto_delay_unit",           ARG_DEFAULT             },
7823   { "titlemessage_2.x",                         ARG_DEFAULT             },
7824   { "titlemessage_2.y",                         ARG_DEFAULT             },
7825   { "titlemessage_2.width",                     ARG_DEFAULT             },
7826   { "titlemessage_2.height",                    ARG_DEFAULT             },
7827   { "titlemessage_2.chars",                     ARG_DEFAULT             },
7828   { "titlemessage_2.lines",                     ARG_DEFAULT             },
7829   { "titlemessage_2.align",                     ARG_DEFAULT             },
7830   { "titlemessage_2.valign",                    ARG_DEFAULT             },
7831   { "titlemessage_2.font",                      ARG_DEFAULT             },
7832   { "titlemessage_2.autowrap",                  ARG_DEFAULT             },
7833   { "titlemessage_2.centered",                  ARG_DEFAULT             },
7834   { "titlemessage_2.parse_comments",            ARG_DEFAULT             },
7835   { "titlemessage_2.sort_priority",             ARG_DEFAULT             },
7836   { "titlemessage_2.fade_mode",                 ARG_DEFAULT             },
7837   { "titlemessage_2.fade_delay",                ARG_DEFAULT             },
7838   { "titlemessage_2.post_delay",                ARG_DEFAULT             },
7839   { "titlemessage_2.auto_delay",                ARG_DEFAULT             },
7840   { "titlemessage_2.auto_delay_unit",           ARG_DEFAULT             },
7841   { "titlemessage_3.x",                         ARG_DEFAULT             },
7842   { "titlemessage_3.y",                         ARG_DEFAULT             },
7843   { "titlemessage_3.width",                     ARG_DEFAULT             },
7844   { "titlemessage_3.height",                    ARG_DEFAULT             },
7845   { "titlemessage_3.chars",                     ARG_DEFAULT             },
7846   { "titlemessage_3.lines",                     ARG_DEFAULT             },
7847   { "titlemessage_3.align",                     ARG_DEFAULT             },
7848   { "titlemessage_3.valign",                    ARG_DEFAULT             },
7849   { "titlemessage_3.font",                      ARG_DEFAULT             },
7850   { "titlemessage_3.autowrap",                  ARG_DEFAULT             },
7851   { "titlemessage_3.centered",                  ARG_DEFAULT             },
7852   { "titlemessage_3.parse_comments",            ARG_DEFAULT             },
7853   { "titlemessage_3.sort_priority",             ARG_DEFAULT             },
7854   { "titlemessage_3.fade_mode",                 ARG_DEFAULT             },
7855   { "titlemessage_3.fade_delay",                ARG_DEFAULT             },
7856   { "titlemessage_3.post_delay",                ARG_DEFAULT             },
7857   { "titlemessage_3.auto_delay",                ARG_DEFAULT             },
7858   { "titlemessage_3.auto_delay_unit",           ARG_DEFAULT             },
7859   { "titlemessage_4.x",                         ARG_DEFAULT             },
7860   { "titlemessage_4.y",                         ARG_DEFAULT             },
7861   { "titlemessage_4.width",                     ARG_DEFAULT             },
7862   { "titlemessage_4.height",                    ARG_DEFAULT             },
7863   { "titlemessage_4.chars",                     ARG_DEFAULT             },
7864   { "titlemessage_4.lines",                     ARG_DEFAULT             },
7865   { "titlemessage_4.align",                     ARG_DEFAULT             },
7866   { "titlemessage_4.valign",                    ARG_DEFAULT             },
7867   { "titlemessage_4.font",                      ARG_DEFAULT             },
7868   { "titlemessage_4.autowrap",                  ARG_DEFAULT             },
7869   { "titlemessage_4.centered",                  ARG_DEFAULT             },
7870   { "titlemessage_4.parse_comments",            ARG_DEFAULT             },
7871   { "titlemessage_4.sort_priority",             ARG_DEFAULT             },
7872   { "titlemessage_4.fade_mode",                 ARG_DEFAULT             },
7873   { "titlemessage_4.fade_delay",                ARG_DEFAULT             },
7874   { "titlemessage_4.post_delay",                ARG_DEFAULT             },
7875   { "titlemessage_4.auto_delay",                ARG_DEFAULT             },
7876   { "titlemessage_4.auto_delay_unit",           ARG_DEFAULT             },
7877   { "titlemessage_5.x",                         ARG_DEFAULT             },
7878   { "titlemessage_5.y",                         ARG_DEFAULT             },
7879   { "titlemessage_5.width",                     ARG_DEFAULT             },
7880   { "titlemessage_5.height",                    ARG_DEFAULT             },
7881   { "titlemessage_5.chars",                     ARG_DEFAULT             },
7882   { "titlemessage_5.lines",                     ARG_DEFAULT             },
7883   { "titlemessage_5.align",                     ARG_DEFAULT             },
7884   { "titlemessage_5.valign",                    ARG_DEFAULT             },
7885   { "titlemessage_5.font",                      ARG_DEFAULT             },
7886   { "titlemessage_5.autowrap",                  ARG_DEFAULT             },
7887   { "titlemessage_5.centered",                  ARG_DEFAULT             },
7888   { "titlemessage_5.parse_comments",            ARG_DEFAULT             },
7889   { "titlemessage_5.sort_priority",             ARG_DEFAULT             },
7890   { "titlemessage_5.fade_mode",                 ARG_DEFAULT             },
7891   { "titlemessage_5.fade_delay",                ARG_DEFAULT             },
7892   { "titlemessage_5.post_delay",                ARG_DEFAULT             },
7893   { "titlemessage_5.auto_delay",                ARG_DEFAULT             },
7894   { "titlemessage_5.auto_delay_unit",           ARG_DEFAULT             },
7895
7896   { "readme.x",                                 "-1"                    },
7897   { "readme.y",                                 "-1"                    },
7898   { "readme.width",                             "-1"                    },
7899   { "readme.height",                            "-1"                    },
7900   { "readme.chars",                             "-1"                    },
7901   { "readme.lines",                             "-1"                    },
7902   { "readme.align",                             "center"                },
7903   { "readme.valign",                            "top"                   },
7904   { "readme.font",                              "font.info.levelset"    },
7905   { "readme.autowrap",                          "true"                  },
7906   { "readme.centered",                          "false"                 },
7907   { "readme.parse_comments",                    "true"                  },
7908   { "readme.sort_priority",                     "0"                     },
7909
7910   { "global.num_toons",                         "20"                    },
7911
7912   { "border.draw_masked.TITLE",                 "false"                 },
7913   { "border.draw_masked.MAIN",                  "false"                 },
7914   { "border.draw_masked.NAMES",                 "false"                 },
7915   { "border.draw_masked.LEVELS",                "false"                 },
7916   { "border.draw_masked.LEVELNR",               "false"                 },
7917   { "border.draw_masked.SCORES",                "false"                 },
7918   { "border.draw_masked.SCOREINFO",             "false"                 },
7919   { "border.draw_masked.EDITOR",                "false"                 },
7920   { "border.draw_masked.INFO",                  "false"                 },
7921   { "border.draw_masked.SETUP",                 "false"                 },
7922   { "border.draw_masked.PLAYING",               "false"                 },
7923   { "border.draw_masked.DOOR",                  "false"                 },
7924
7925   { "border.draw_masked_when_fading",           "true"                  },
7926
7927   { "init.busy_initial.x",                      "-1"                    },
7928   { "init.busy_initial.y",                      "-1"                    },
7929   { "init.busy_initial.align",                  "center"                },
7930   { "init.busy_initial.valign",                 "middle"                },
7931   { "init.busy.x",                              "-1"                    },
7932   { "init.busy.y",                              "-1"                    },
7933   { "init.busy.align",                          "center"                },
7934   { "init.busy.valign",                         "middle"                },
7935   { "init.busy_playfield.x",                    "-1"                    },
7936   { "init.busy_playfield.y",                    "-1"                    },
7937   { "init.busy_playfield.align",                "center"                },
7938   { "init.busy_playfield.valign",               "middle"                },
7939
7940   { "menu.enter_menu.fade_mode",                "none"                  },
7941   { "menu.enter_menu.fade_delay",               "250"                   },
7942   { "menu.enter_menu.post_delay",               "125"                   },
7943   { "menu.leave_menu.fade_mode",                "none"                  },
7944   { "menu.leave_menu.fade_delay",               "250"                   },
7945   { "menu.leave_menu.post_delay",               "125"                   },
7946   { "menu.enter_screen.fade_mode",              "fade"                  },
7947   { "menu.enter_screen.fade_delay",             "250"                   },
7948   { "menu.enter_screen.post_delay",             "125"                   },
7949   { "menu.leave_screen.fade_mode",              "fade"                  },
7950   { "menu.leave_screen.fade_delay",             "250"                   },
7951   { "menu.leave_screen.post_delay",             "125"                   },
7952   { "menu.next_screen.fade_mode",               "crossfade"             },
7953   { "menu.next_screen.fade_delay",              "250"                   },
7954   { "menu.next_screen.post_delay",              "125"                   },
7955   { "menu.enter_screen.TITLE.fade_mode",        "fade"                  },
7956   { "menu.enter_screen.TITLE.fade_delay",       "500"                   },
7957   { "menu.enter_screen.TITLE.post_delay",       "250"                   },
7958   { "menu.enter_screen.TITLE.auto_delay",       "-1"                    },
7959   { "menu.enter_screen.TITLE.auto_delay_unit",  "-1"                    },
7960   { "menu.enter_screen.SCORES.fade_mode",       ARG_DEFAULT             },
7961   { "menu.enter_screen.SCORES.fade_delay",      ARG_DEFAULT             },
7962   { "menu.enter_screen.SCORES.post_delay",      ARG_DEFAULT             },
7963   { "menu.enter_screen.SCOREINFO.fade_mode",    ARG_DEFAULT             },
7964   { "menu.enter_screen.SCOREINFO.fade_delay",   ARG_DEFAULT             },
7965   { "menu.enter_screen.SCOREINFO.post_delay",   ARG_DEFAULT             },
7966   { "menu.enter_screen.EDITOR.fade_mode",       ARG_DEFAULT             },
7967   { "menu.enter_screen.EDITOR.fade_delay",      ARG_DEFAULT             },
7968   { "menu.enter_screen.EDITOR.post_delay",      ARG_DEFAULT             },
7969   { "menu.enter_screen.INFO.fade_mode",         ARG_DEFAULT             },
7970   { "menu.enter_screen.INFO.fade_delay",        ARG_DEFAULT             },
7971   { "menu.enter_screen.INFO.post_delay",        ARG_DEFAULT             },
7972   { "menu.enter_screen.PLAYING.fade_mode",      ARG_DEFAULT             },
7973   { "menu.enter_screen.PLAYING.fade_delay",     ARG_DEFAULT             },
7974   { "menu.enter_screen.PLAYING.post_delay",     ARG_DEFAULT             },
7975   { "menu.leave_screen.TITLE.fade_mode",        "fade"                  },
7976   { "menu.leave_screen.TITLE.fade_delay",       "500"                   },
7977   { "menu.leave_screen.TITLE.post_delay",       "250"                   },
7978   { "menu.leave_screen.TITLE.auto_delay",       "-1"                    },
7979   { "menu.leave_screen.TITLE.auto_delay_unit",  "-1"                    },
7980   { "menu.leave_screen.SCORES.fade_mode",       ARG_DEFAULT             },
7981   { "menu.leave_screen.SCORES.fade_delay",      ARG_DEFAULT             },
7982   { "menu.leave_screen.SCORES.post_delay",      ARG_DEFAULT             },
7983   { "menu.leave_screen.SCOREINFO.fade_mode",    ARG_DEFAULT             },
7984   { "menu.leave_screen.SCOREINFO.fade_delay",   ARG_DEFAULT             },
7985   { "menu.leave_screen.SCOREINFO.post_delay",   ARG_DEFAULT             },
7986   { "menu.leave_screen.EDITOR.fade_mode",       ARG_DEFAULT             },
7987   { "menu.leave_screen.EDITOR.fade_delay",      ARG_DEFAULT             },
7988   { "menu.leave_screen.EDITOR.post_delay",      ARG_DEFAULT             },
7989   { "menu.leave_screen.INFO.fade_mode",         ARG_DEFAULT             },
7990   { "menu.leave_screen.INFO.fade_delay",        ARG_DEFAULT             },
7991   { "menu.leave_screen.INFO.post_delay",        ARG_DEFAULT             },
7992   { "menu.leave_screen.PLAYING.fade_mode",      ARG_DEFAULT             },
7993   { "menu.leave_screen.PLAYING.fade_delay",     ARG_DEFAULT             },
7994   { "menu.leave_screen.PLAYING.post_delay",     ARG_DEFAULT             },
7995   { "menu.next_screen.TITLE.fade_mode",         "fade"                  },
7996   { "menu.next_screen.TITLE.fade_delay",        "500"                   },
7997   { "menu.next_screen.TITLE.post_delay",        "250"                   },
7998   { "menu.next_screen.TITLE.auto_delay",        "-1"                    },
7999   { "menu.next_screen.TITLE.auto_delay_unit",   "-1"                    },
8000   { "menu.next_screen.INFO.fade_mode",          ARG_DEFAULT             },
8001   { "menu.next_screen.INFO.fade_delay",         ARG_DEFAULT             },
8002   { "menu.next_screen.INFO.post_delay",         ARG_DEFAULT             },
8003
8004   { "menu.draw_xoffset",                        "0"                     },
8005   { "menu.draw_yoffset",                        "0"                     },
8006   { "menu.draw_xoffset.MAIN",                   "0"                     },
8007   { "menu.draw_yoffset.MAIN",                   "0"                     },
8008   { "menu.draw_xoffset.NAMES",                  "0"                     },
8009   { "menu.draw_yoffset.NAMES",                  "0"                     },
8010   { "menu.draw_xoffset.LEVELS",                 "0"                     },
8011   { "menu.draw_yoffset.LEVELS",                 "0"                     },
8012   { "menu.draw_xoffset.LEVELNR",                "0"                     },
8013   { "menu.draw_yoffset.LEVELNR",                "0"                     },
8014   { "menu.draw_xoffset.SCORES",                 "0"                     },
8015   { "menu.draw_yoffset.SCORES",                 "0"                     },
8016   { "menu.draw_xoffset.SCOREINFO",              "0"                     },
8017   { "menu.draw_yoffset.SCOREINFO",              "0"                     },
8018   { "menu.draw_xoffset.EDITOR",                 "0"                     },
8019   { "menu.draw_yoffset.EDITOR",                 "0"                     },
8020   { "menu.draw_xoffset.INFO",                   "0"                     },
8021   { "menu.draw_yoffset.INFO",                   "0"                     },
8022   { "menu.draw_xoffset.INFO[TITLE]",            "0"                     },
8023   { "menu.draw_yoffset.INFO[TITLE]",            "0"                     },
8024   { "menu.draw_xoffset.INFO[ELEMENTS]",         "0"                     },
8025   { "menu.draw_yoffset.INFO[ELEMENTS]",         "0"                     },
8026   { "menu.draw_xoffset.INFO[MUSIC]",            "0"                     },
8027   { "menu.draw_yoffset.INFO[MUSIC]",            "0"                     },
8028   { "menu.draw_xoffset.INFO[CREDITS]",          "0"                     },
8029   { "menu.draw_yoffset.INFO[CREDITS]",          "0"                     },
8030   { "menu.draw_xoffset.INFO[PROGRAM]",          "0"                     },
8031   { "menu.draw_yoffset.INFO[PROGRAM]",          "0"                     },
8032   { "menu.draw_xoffset.INFO[VERSION]",          "0"                     },
8033   { "menu.draw_yoffset.INFO[VERSION]",          "0"                     },
8034   { "menu.draw_xoffset.INFO[LEVELSET]",         "0"                     },
8035   { "menu.draw_yoffset.INFO[LEVELSET]",         "0"                     },
8036   { "menu.draw_xoffset.SETUP",                  "0"                     },
8037   { "menu.draw_yoffset.SETUP",                  "0"                     },
8038   { "menu.draw_xoffset.SETUP[GAME]",            "0"                     },
8039   { "menu.draw_yoffset.SETUP[GAME]",            "0"                     },
8040   { "menu.draw_xoffset.SETUP[ENGINES]",         "0"                     },
8041   { "menu.draw_yoffset.SETUP[ENGINES]",         "0"                     },
8042   { "menu.draw_xoffset.SETUP[EDITOR]",          "0"                     },
8043   { "menu.draw_yoffset.SETUP[EDITOR]",          "0"                     },
8044   { "menu.draw_xoffset.SETUP[GRAPHICS]",        "0"                     },
8045   { "menu.draw_yoffset.SETUP[GRAPHICS]",        "0"                     },
8046   { "menu.draw_xoffset.SETUP[SOUND]",           "0"                     },
8047   { "menu.draw_yoffset.SETUP[SOUND]",           "0"                     },
8048   { "menu.draw_xoffset.SETUP[ARTWORK]",         "0"                     },
8049   { "menu.draw_yoffset.SETUP[ARTWORK]",         "0"                     },
8050   { "menu.draw_xoffset.SETUP[INPUT]",           "0"                     },
8051   { "menu.draw_yoffset.SETUP[INPUT]",           "0"                     },
8052   { "menu.draw_xoffset.SETUP[TOUCH]",           "0"                     },
8053   { "menu.draw_yoffset.SETUP[TOUCH]",           "0"                     },
8054   { "menu.draw_xoffset.SETUP[SHORTCUTS]",       "0"                     },
8055   { "menu.draw_yoffset.SETUP[SHORTCUTS]",       "0"                     },
8056   { "menu.draw_xoffset.SETUP[SHORTCUTS_1]",     "0"                     },
8057   { "menu.draw_yoffset.SETUP[SHORTCUTS_1]",     "0"                     },
8058   { "menu.draw_xoffset.SETUP[SHORTCUTS_2]",     "0"                     },
8059   { "menu.draw_yoffset.SETUP[SHORTCUTS_2]",     "0"                     },
8060   { "menu.draw_xoffset.SETUP[SHORTCUTS_3]",     "0"                     },
8061   { "menu.draw_yoffset.SETUP[SHORTCUTS_3]",     "0"                     },
8062   { "menu.draw_xoffset.SETUP[SHORTCUTS_4]",     "0"                     },
8063   { "menu.draw_yoffset.SETUP[SHORTCUTS_4]",     "0"                     },
8064   { "menu.draw_xoffset.SETUP[SHORTCUTS_5]",     "0"                     },
8065   { "menu.draw_yoffset.SETUP[SHORTCUTS_5]",     "0"                     },
8066   { "menu.draw_xoffset.SETUP[CHOOSE_ARTWORK]",  "0"                     },
8067   { "menu.draw_yoffset.SETUP[CHOOSE_ARTWORK]",  "0"                     },
8068   { "menu.draw_xoffset.SETUP[CHOOSE_OTHER]",    "0"                     },
8069   { "menu.draw_yoffset.SETUP[CHOOSE_OTHER]",    "0"                     },
8070
8071   { "menu.scrollbar_xoffset",                   "0"                     },
8072
8073   { "menu.list.SETUP[CHOOSE_OTHER].align",      "left"                  },
8074   { "menu.list.SETUP[CHOOSE_OTHER].valign",     "top"                   },
8075
8076   { "menu.list_size",                           "-1"                    },
8077   { "menu.list_size.NAMES",                     "-1"                    },
8078   { "menu.list_size.LEVELS",                    "-1"                    },
8079   { "menu.list_size.LEVELNR",                   "-1"                    },
8080   { "menu.list_size.SCORES",                    "-1"                    },
8081   { "menu.list_size.INFO",                      "-1"                    },
8082   { "menu.list_size.INFO[ELEMENTS]",            "-1"                    },
8083   { "menu.list_size.SETUP",                     "-1"                    },
8084
8085   { "menu.list_entry_size.INFO[ELEMENTS]",      "-1"                    },
8086
8087   { "menu.left_spacing.SCOREINFO",              "16"                    },
8088   { "menu.left_spacing.INFO",                   "16"                    },
8089   { "menu.left_spacing.INFO[TITLE]",            "16"                    },
8090   { "menu.left_spacing.INFO[ELEMENTS]",         "16"                    },
8091   { "menu.left_spacing.INFO[MUSIC]",            "16"                    },
8092   { "menu.left_spacing.INFO[CREDITS]",          "16"                    },
8093   { "menu.left_spacing.INFO[PROGRAM]",          "16"                    },
8094   { "menu.left_spacing.INFO[VERSION]",          "16"                    },
8095   { "menu.left_spacing.INFO[LEVELSET]",         "16"                    },
8096   { "menu.left_spacing.SETUP[INPUT]",           "16"                    },
8097
8098   { "menu.right_spacing.SCOREINFO",             "16"                    },
8099   { "menu.right_spacing.INFO",                  "16"                    },
8100   { "menu.right_spacing.INFO[TITLE]",           "16"                    },
8101   { "menu.right_spacing.INFO[ELEMENTS]",        "16"                    },
8102   { "menu.right_spacing.INFO[MUSIC]",           "16"                    },
8103   { "menu.right_spacing.INFO[CREDITS]",         "16"                    },
8104   { "menu.right_spacing.INFO[PROGRAM]",         "16"                    },
8105   { "menu.right_spacing.INFO[VERSION]",         "16"                    },
8106   { "menu.right_spacing.INFO[LEVELSET]",        "16"                    },
8107   { "menu.right_spacing.SETUP[INPUT]",          "16"                    },
8108
8109   { "menu.top_spacing.SCOREINFO",               "100"                   },
8110   { "menu.top_spacing.INFO",                    "100"                   },
8111   { "menu.top_spacing.INFO[TITLE]",             "100"                   },
8112   { "menu.top_spacing.INFO[ELEMENTS]",          "100"                   },
8113   { "menu.top_spacing.INFO[MUSIC]",             "100"                   },
8114   { "menu.top_spacing.INFO[CREDITS]",           "100"                   },
8115   { "menu.top_spacing.INFO[PROGRAM]",           "100"                   },
8116   { "menu.top_spacing.INFO[VERSION]",           "100"                   },
8117   { "menu.top_spacing.INFO[LEVELSET]",          "100"                   },
8118   { "menu.top_spacing.SETUP[INPUT]",            "100"                   },
8119
8120   { "menu.bottom_spacing.SCOREINFO",            "20"                    },
8121   { "menu.bottom_spacing.INFO",                 "20"                    },
8122   { "menu.bottom_spacing.INFO[TITLE]",          "20"                    },
8123   { "menu.bottom_spacing.INFO[ELEMENTS]",       "20"                    },
8124   { "menu.bottom_spacing.INFO[MUSIC]",          "20"                    },
8125   { "menu.bottom_spacing.INFO[CREDITS]",        "20"                    },
8126   { "menu.bottom_spacing.INFO[PROGRAM]",        "20"                    },
8127   { "menu.bottom_spacing.INFO[VERSION]",        "20"                    },
8128   { "menu.bottom_spacing.INFO[LEVELSET]",       "20"                    },
8129   { "menu.bottom_spacing.SETUP[INPUT]",         "20"                    },
8130
8131   { "menu.paragraph_spacing.SCOREINFO",         "-2"                    },
8132   { "menu.paragraph_spacing.INFO",              "-3"                    },
8133   { "menu.paragraph_spacing.INFO[TITLE]",       "-3"                    },
8134   { "menu.paragraph_spacing.INFO[ELEMENTS]",    "-3"                    },
8135   { "menu.paragraph_spacing.INFO[MUSIC]",       "-3"                    },
8136   { "menu.paragraph_spacing.INFO[CREDITS]",     "-3"                    },
8137   { "menu.paragraph_spacing.INFO[PROGRAM]",     "-3"                    },
8138   { "menu.paragraph_spacing.INFO[VERSION]",     "-2"                    },
8139   { "menu.paragraph_spacing.INFO[LEVELSET]",    "-3"                    },
8140   { "menu.paragraph_spacing.SETUP[INPUT]",      "-1"                    },
8141
8142   { "menu.headline1_spacing.SCOREINFO",         "-2"                    },
8143   { "menu.headline1_spacing.INFO",              "-2"                    },
8144   { "menu.headline1_spacing.INFO[TITLE]",       "-2"                    },
8145   { "menu.headline1_spacing.INFO[ELEMENTS]",    "-2"                    },
8146   { "menu.headline1_spacing.INFO[MUSIC]",       "-2"                    },
8147   { "menu.headline1_spacing.INFO[CREDITS]",     "-2"                    },
8148   { "menu.headline1_spacing.INFO[PROGRAM]",     "-2"                    },
8149   { "menu.headline1_spacing.INFO[VERSION]",     "-2"                    },
8150   { "menu.headline1_spacing.INFO[LEVELSET]",    "-2"                    },
8151   { "menu.headline1_spacing.SETUP[INPUT]",      "-2"                    },
8152
8153   { "menu.headline2_spacing.SCOREINFO",         "-1"                    },
8154   { "menu.headline2_spacing.INFO",              "-1"                    },
8155   { "menu.headline2_spacing.INFO[TITLE]",       "-1"                    },
8156   { "menu.headline2_spacing.INFO[ELEMENTS]",    "-1"                    },
8157   { "menu.headline2_spacing.INFO[MUSIC]",       "-1"                    },
8158   { "menu.headline2_spacing.INFO[CREDITS]",     "-1"                    },
8159   { "menu.headline2_spacing.INFO[PROGRAM]",     "-1"                    },
8160   { "menu.headline2_spacing.INFO[VERSION]",     "-1"                    },
8161   { "menu.headline2_spacing.INFO[LEVELSET]",    "-1"                    },
8162   { "menu.headline2_spacing.SETUP[INPUT]",      "-1"                    },
8163
8164   { "menu.line_spacing.SCOREINFO",              "0"                     },
8165   { "menu.line_spacing.INFO",                   "0"                     },
8166   { "menu.line_spacing.INFO[TITLE]",            "0"                     },
8167   { "menu.line_spacing.INFO[ELEMENTS]",         "0"                     },
8168   { "menu.line_spacing.INFO[MUSIC]",            "0"                     },
8169   { "menu.line_spacing.INFO[CREDITS]",          "0"                     },
8170   { "menu.line_spacing.INFO[PROGRAM]",          "0"                     },
8171   { "menu.line_spacing.INFO[VERSION]",          "0"                     },
8172   { "menu.line_spacing.INFO[LEVELSET]",         "0"                     },
8173   { "menu.line_spacing.SETUP[INPUT]",           "0"                     },
8174
8175   { "menu.extra_spacing.SCOREINFO",             "2"                     },
8176   { "menu.extra_spacing.INFO",                  "2"                     },
8177   { "menu.extra_spacing.INFO[TITLE]",           "2"                     },
8178   { "menu.extra_spacing.INFO[ELEMENTS]",        "2"                     },
8179   { "menu.extra_spacing.INFO[MUSIC]",           "2"                     },
8180   { "menu.extra_spacing.INFO[CREDITS]",         "2"                     },
8181   { "menu.extra_spacing.INFO[PROGRAM]",         "2"                     },
8182   { "menu.extra_spacing.INFO[VERSION]",         "2"                     },
8183   { "menu.extra_spacing.INFO[LEVELSET]",        "2"                     },
8184   { "menu.extra_spacing.SETUP[INPUT]",          "2"                     },
8185
8186   { "main.button.name.x",                       "0"                     },
8187   { "main.button.name.y",                       "64"                    },
8188   { "main.button.levels.x",                     "0"                     },
8189   { "main.button.levels.y",                     "96"                    },
8190   { "main.button.scores.x",                     "0"                     },
8191   { "main.button.scores.y",                     "128"                   },
8192   { "main.button.editor.x",                     "0"                     },
8193   { "main.button.editor.y",                     "160"                   },
8194   { "main.button.info.x",                       "0"                     },
8195   { "main.button.info.y",                       "192"                   },
8196   { "main.button.game.x",                       "0"                     },
8197   { "main.button.game.y",                       "224"                   },
8198   { "main.button.setup.x",                      "0"                     },
8199   { "main.button.setup.y",                      "256"                   },
8200   { "main.button.quit.x",                       "0"                     },
8201   { "main.button.quit.y",                       "288"                   },
8202
8203   { "main.button.first_level.x",                "-1"                    },
8204   { "main.button.first_level.y",                "-1"                    },
8205   { "main.button.last_level.x",                 "-1"                    },
8206   { "main.button.last_level.y",                 "-1"                    },
8207   { "main.button.level_number.x",               "-1"                    },
8208   { "main.button.level_number.y",               "-1"                    },
8209
8210   { "main.button.prev_level.x",                 "320"                   },
8211   { "main.button.prev_level.y",                 "96"                    },
8212   { "main.button.next_level.x",                 "448"                   },
8213   { "main.button.next_level.y",                 "96"                    },
8214
8215   { "main.button.insert_solution.x",            "-1"                    },
8216   { "main.button.insert_solution.y",            "-1"                    },
8217   { "main.button.play_solution.x",              "-1"                    },
8218   { "main.button.play_solution.y",              "-1"                    },
8219
8220   { "main.button.levelset_info.x",              "-1"                    },
8221   { "main.button.levelset_info.y",              "-1"                    },
8222
8223   { "main.button.switch_ecs_aga.x",             "-1"                    },
8224   { "main.button.switch_ecs_aga.y",             "-1"                    },
8225
8226   { "main.text.name.x",                         "-1"                    },
8227   { "main.text.name.y",                         "-1"                    },
8228   { "main.text.name.width",                     "-1"                    },
8229   { "main.text.name.height",                    "-1"                    },
8230   { "main.text.name.align",                     "left"                  },
8231   { "main.text.name.valign",                    "top"                   },
8232   { "main.text.name.font",                      "font.menu_1"           },
8233   { "main.text.levels.x",                       "-1"                    },
8234   { "main.text.levels.y",                       "-1"                    },
8235   { "main.text.levels.width",                   "-1"                    },
8236   { "main.text.levels.height",                  "-1"                    },
8237   { "main.text.levels.align",                   "left"                  },
8238   { "main.text.levels.valign",                  "top"                   },
8239   { "main.text.levels.font",                    "font.menu_1"           },
8240   { "main.text.scores.x",                       "-1"                    },
8241   { "main.text.scores.y",                       "-1"                    },
8242   { "main.text.scores.width",                   "-1"                    },
8243   { "main.text.scores.height",                  "-1"                    },
8244   { "main.text.scores.align",                   "left"                  },
8245   { "main.text.scores.valign",                  "top"                   },
8246   { "main.text.scores.font",                    "font.menu_1"           },
8247   { "main.text.editor.x",                       "-1"                    },
8248   { "main.text.editor.y",                       "-1"                    },
8249   { "main.text.editor.width",                   "-1"                    },
8250   { "main.text.editor.height",                  "-1"                    },
8251   { "main.text.editor.align",                   "left"                  },
8252   { "main.text.editor.valign",                  "top"                   },
8253   { "main.text.editor.font",                    "font.menu_1"           },
8254   { "main.text.info.x",                         "-1"                    },
8255   { "main.text.info.y",                         "-1"                    },
8256   { "main.text.info.width",                     "-1"                    },
8257   { "main.text.info.height",                    "-1"                    },
8258   { "main.text.info.align",                     "left"                  },
8259   { "main.text.info.valign",                    "top"                   },
8260   { "main.text.info.font",                      "font.menu_1"           },
8261   { "main.text.game.x",                         "-1"                    },
8262   { "main.text.game.y",                         "-1"                    },
8263   { "main.text.game.width",                     "-1"                    },
8264   { "main.text.game.height",                    "-1"                    },
8265   { "main.text.game.align",                     "left"                  },
8266   { "main.text.game.valign",                    "top"                   },
8267   { "main.text.game.font",                      "font.menu_1"           },
8268   { "main.text.setup.x",                        "-1"                    },
8269   { "main.text.setup.y",                        "-1"                    },
8270   { "main.text.setup.width",                    "-1"                    },
8271   { "main.text.setup.height",                   "-1"                    },
8272   { "main.text.setup.align",                    "left"                  },
8273   { "main.text.setup.valign",                   "top"                   },
8274   { "main.text.setup.font",                     "font.menu_1"           },
8275   { "main.text.quit.x",                         "-1"                    },
8276   { "main.text.quit.y",                         "-1"                    },
8277   { "main.text.quit.width",                     "-1"                    },
8278   { "main.text.quit.height",                    "-1"                    },
8279   { "main.text.quit.align",                     "left"                  },
8280   { "main.text.quit.valign",                    "top"                   },
8281   { "main.text.quit.font",                      "font.menu_1"           },
8282
8283   { "main.text.first_level.x",                  "488"                   },
8284   { "main.text.first_level.y",                  "98"                    },
8285   { "main.text.first_level.align",              "left"                  },
8286   { "main.text.first_level.valign",             "top"                   },
8287   { "main.text.first_level.digits",             "3"                     },
8288   { "main.text.first_level.font",               "font.text_3"           },
8289   { "main.text.last_level.x",                   "488"                   },
8290   { "main.text.last_level.y",                   "112"                   },
8291   { "main.text.last_level.align",               "left"                  },
8292   { "main.text.last_level.valign",              "top"                   },
8293   { "main.text.last_level.digits",              "3"                     },
8294   { "main.text.last_level.font",                "font.text_3"           },
8295   { "main.text.level_number.x",                 "352"                   },
8296   { "main.text.level_number.y",                 "96"                    },
8297   { "main.text.level_number.align",             "left"                  },
8298   { "main.text.level_number.valign",            "top"                   },
8299   { "main.text.level_number.digits",            "3"                     },
8300   { "main.text.level_number.font",              "font.value_1"          },
8301   { "main.text.level_info_1.x",                 "272"                   },
8302   { "main.text.level_info_1.y",                 "352"                   },
8303   { "main.text.level_info_1.align",             "center"                },
8304   { "main.text.level_info_1.valign",            "top"                   },
8305   { "main.text.level_info_1.chars",             "-1"                    },
8306   { "main.text.level_info_1.font",              "font.text_1"           },
8307   { "main.text.level_info_2.x",                 "272"                   },
8308   { "main.text.level_info_2.y",                 "523"                   },
8309   { "main.text.level_info_2.align",             "center"                },
8310   { "main.text.level_info_2.valign",            "top"                   },
8311   { "main.text.level_info_2.chars",             "-1"                    },
8312   { "main.text.level_info_2.font",              "font.text_2"           },
8313   { "main.text.level_info_2.font_header",       "font.text_4"           },
8314   { "main.text.level_name.x",                   "-1"                    },
8315   { "main.text.level_name.y",                   "-1"                    },
8316   { "main.text.level_name.align",               "left"                  },
8317   { "main.text.level_name.valign",              "top"                   },
8318   { "main.text.level_name.chars",               "-1"                    },
8319   { "main.text.level_name.font",                "font.text_2"           },
8320   { "main.text.level_author.x",                 "-1"                    },
8321   { "main.text.level_author.y",                 "-1"                    },
8322   { "main.text.level_author.align",             "left"                  },
8323   { "main.text.level_author.valign",            "top"                   },
8324   { "main.text.level_author.chars",             "-1"                    },
8325   { "main.text.level_author.font",              "font.text_2"           },
8326   { "main.text.level_year.x",                   "-1"                    },
8327   { "main.text.level_year.y",                   "-1"                    },
8328   { "main.text.level_year.align",               "left"                  },
8329   { "main.text.level_year.valign",              "top"                   },
8330   { "main.text.level_year.digits",              "-1"                    },
8331   { "main.text.level_year.font",                "font.text_2"           },
8332   { "main.text.level_imported_from.x",          "-1"                    },
8333   { "main.text.level_imported_from.y",          "-1"                    },
8334   { "main.text.level_imported_from.align",      "left"                  },
8335   { "main.text.level_imported_from.valign",     "top"                   },
8336   { "main.text.level_imported_from.chars",      "-1"                    },
8337   { "main.text.level_imported_from.font",       "font.text_2"           },
8338   { "main.text.level_imported_by.x",            "-1"                    },
8339   { "main.text.level_imported_by.y",            "-1"                    },
8340   { "main.text.level_imported_by.align",        "left"                  },
8341   { "main.text.level_imported_by.valign",       "top"                   },
8342   { "main.text.level_imported_by.chars",        "-1"                    },
8343   { "main.text.level_imported_by.font",         "font.text_2"           },
8344   { "main.text.level_tested_by.x",              "-1"                    },
8345   { "main.text.level_tested_by.y",              "-1"                    },
8346   { "main.text.level_tested_by.align",          "left"                  },
8347   { "main.text.level_tested_by.valign",         "top"                   },
8348   { "main.text.level_tested_by.chars",          "-1"                    },
8349   { "main.text.level_tested_by.font",           "font.text_2"           },
8350   { "main.text.title_1.x",                      "272"                   },
8351   { "main.text.title_1.y",                      "8"                     },
8352   { "main.text.title_1.align",                  "center"                },
8353   { "main.text.title_1.valign",                 "top"                   },
8354   { "main.text.title_1.font",                   "font.title_1"          },
8355   { "main.text.title_2.x",                      "272"                   },
8356   { "main.text.title_2.y",                      "46"                    },
8357   { "main.text.title_2.align",                  "center"                },
8358   { "main.text.title_2.valign",                 "top"                   },
8359   { "main.text.title_2.font",                   "font.title_2"          },
8360   { "main.text.title_3.x",                      "272"                   },
8361   { "main.text.title_3.y",                      "326"                   },
8362   { "main.text.title_3.align",                  "center"                },
8363   { "main.text.title_3.valign",                 "top"                   },
8364   { "main.text.title_3.font",                   "font.title_2"          },
8365
8366   { "main.input.name.x",                        "-1"                    },
8367   { "main.input.name.y",                        "-1"                    },
8368   { "main.input.name.align",                    "left"                  },
8369   { "main.input.name.valign",                   "top"                   },
8370   { "main.input.name.font",                     "font.input_1"          },
8371
8372   { "main.network_players.x",                   "68"                    },
8373   { "main.network_players.y",                   "448"                   },
8374   { "main.network_players.align",               "center"                },
8375   { "main.network_players.valign",              "middle"                },
8376   { "main.network_players.font",                "font.main.network_players" },
8377   { "main.network_players.tile_size",           "16"                    },
8378   { "main.network_players.border_size",         "2"                     },
8379
8380   { "main.preview_players.x",                   "474"                   },
8381   { "main.preview_players.y",                   "448"                   },
8382   { "main.preview_players.align",               "center"                },
8383   { "main.preview_players.valign",              "middle"                },
8384   { "main.preview_players.tile_size",           "32"                    },
8385   { "main.preview_players.border_size",         "2"                     },
8386   { "main.preview_players.vertical",            "false"                 },
8387   { "main.preview_players.xoffset",             "-1"                    },
8388   { "main.preview_players.yoffset",             "-1"                    },
8389
8390   { "setup.button.prev_player.x",               "320"                   },
8391   { "setup.button.prev_player.y",               "64"                    },
8392   { "setup.button.next_player.x",               "384"                   },
8393   { "setup.button.next_player.y",               "64"                    },
8394
8395   { "setup.button.touch_back.x",                "0"                     },
8396   { "setup.button.touch_back.y",                "0"                     },
8397   { "setup.button.touch_next.x",                "-60"                   },
8398   { "setup.button.touch_next.y",                "0"                     },
8399   { "setup.button.touch_back2.x",               "0"                     },
8400   { "setup.button.touch_back2.y",               "-60"                   },
8401   { "setup.button.touch_next2.x",               "-60"                   },
8402   { "setup.button.touch_next2.y",               "-60"                   },
8403
8404   { "scores.button.prev_level.x",               "-1"                    },
8405   { "scores.button.prev_level.y",               "-1"                    },
8406   { "scores.button.next_level.x",               "-1"                    },
8407   { "scores.button.next_level.y",               "-1"                    },
8408
8409   { "scores.button.prev_score.x",               "-1"                    },
8410   { "scores.button.prev_score.y",               "-1"                    },
8411   { "scores.button.next_score.x",               "-1"                    },
8412   { "scores.button.next_score.y",               "-1"                    },
8413
8414   { "scores.button.play_tape.x",                "-1"                    },
8415   { "scores.button.play_tape.y",                "-1"                    },
8416
8417   { "preview.x",                                "272"                   },
8418   { "preview.y",                                "380"                   },
8419   { "preview.align",                            "center"                },
8420   { "preview.valign",                           "top"                   },
8421   { "preview.xsize",                            "66"                    },
8422   { "preview.ysize",                            "34"                    },
8423   { "preview.xoffset",                          "0"                     },
8424   { "preview.yoffset",                          "0"                     },
8425   { "preview.tile_size",                        "4"                     },
8426   { "preview.step_offset",                      "1"                     },
8427   { "preview.step_delay",                       "50"                    },
8428   { "preview.anim_mode",                        "default"               },
8429
8430   { "door_1.part_1.x",                          "0"                     },
8431   { "door_1.part_1.y",                          "0"                     },
8432   { "door_1.part_1.step_xoffset",               "3"                     },
8433   { "door_1.part_1.step_yoffset",               "1"                     },
8434   { "door_1.part_1.step_delay",                 "10"                    },
8435   { "door_1.part_1.start_step",                 "0"                     },
8436   { "door_1.part_1.start_step_opening",         "0"                     },
8437   { "door_1.part_1.start_step_closing",         "0"                     },
8438   { "door_1.part_1.draw_masked",                "true"                  },
8439   { "door_1.part_1.draw_order",                 "3"                     },
8440   { "door_1.part_2.x",                          "0"                     },
8441   { "door_1.part_2.y",                          "77"                    },
8442   { "door_1.part_2.step_xoffset",               "3"                     },
8443   { "door_1.part_2.step_yoffset",               "1"                     },
8444   { "door_1.part_2.step_delay",                 "10"                    },
8445   { "door_1.part_2.start_step",                 "0"                     },
8446   { "door_1.part_2.start_step_opening",         "0"                     },
8447   { "door_1.part_2.start_step_closing",         "0"                     },
8448   { "door_1.part_2.draw_masked",                "true"                  },
8449   { "door_1.part_2.draw_order",                 "5"                     },
8450   { "door_1.part_3.x",                          "0"                     },
8451   { "door_1.part_3.y",                          "140"                   },
8452   { "door_1.part_3.step_xoffset",               "3"                     },
8453   { "door_1.part_3.step_yoffset",               "1"                     },
8454   { "door_1.part_3.step_delay",                 "10"                    },
8455   { "door_1.part_3.start_step",                 "0"                     },
8456   { "door_1.part_3.start_step_opening",         "0"                     },
8457   { "door_1.part_3.start_step_closing",         "0"                     },
8458   { "door_1.part_3.draw_masked",                "true"                  },
8459   { "door_1.part_3.draw_order",                 "4"                     },
8460   { "door_1.part_4.x",                          "0"                     },
8461   { "door_1.part_4.y",                          "203"                   },
8462   { "door_1.part_4.step_xoffset",               "3"                     },
8463   { "door_1.part_4.step_yoffset",               "1"                     },
8464   { "door_1.part_4.step_delay",                 "10"                    },
8465   { "door_1.part_4.start_step",                 "0"                     },
8466   { "door_1.part_4.start_step_opening",         "0"                     },
8467   { "door_1.part_4.start_step_closing",         "0"                     },
8468   { "door_1.part_4.draw_masked",                "true"                  },
8469   { "door_1.part_4.draw_order",                 "6"                     },
8470   { "door_1.part_5.x",                          "0"                     },
8471   { "door_1.part_5.y",                          "0"                     },
8472   { "door_1.part_5.step_xoffset",               "-3"                    },
8473   { "door_1.part_5.step_yoffset",               "-1"                    },
8474   { "door_1.part_5.step_delay",                 "10"                    },
8475   { "door_1.part_5.start_step",                 "0"                     },
8476   { "door_1.part_5.start_step_opening",         "0"                     },
8477   { "door_1.part_5.start_step_closing",         "0"                     },
8478   { "door_1.part_5.draw_masked",                "true"                  },
8479   { "door_1.part_5.draw_order",                 "1"                     },
8480   { "door_1.part_6.x",                          "0"                     },
8481   { "door_1.part_6.y",                          "77"                    },
8482   { "door_1.part_6.step_xoffset",               "-3"                    },
8483   { "door_1.part_6.step_yoffset",               "-1"                    },
8484   { "door_1.part_6.step_delay",                 "10"                    },
8485   { "door_1.part_6.start_step",                 "0"                     },
8486   { "door_1.part_6.start_step_opening",         "0"                     },
8487   { "door_1.part_6.start_step_closing",         "0"                     },
8488   { "door_1.part_6.draw_masked",                "true"                  },
8489   { "door_1.part_6.draw_order",                 "7"                     },
8490   { "door_1.part_7.x",                          "0"                     },
8491   { "door_1.part_7.y",                          "140"                   },
8492   { "door_1.part_7.step_xoffset",               "-3"                    },
8493   { "door_1.part_7.step_yoffset",               "-1"                    },
8494   { "door_1.part_7.step_delay",                 "10"                    },
8495   { "door_1.part_7.start_step",                 "0"                     },
8496   { "door_1.part_7.start_step_opening",         "0"                     },
8497   { "door_1.part_7.start_step_closing",         "0"                     },
8498   { "door_1.part_7.draw_masked",                "true"                  },
8499   { "door_1.part_7.draw_order",                 "2"                     },
8500   { "door_1.part_8.x",                          "0"                     },
8501   { "door_1.part_8.y",                          "203"                   },
8502   { "door_1.part_8.step_xoffset",               "-3"                    },
8503   { "door_1.part_8.step_yoffset",               "-1"                    },
8504   { "door_1.part_8.step_delay",                 "10"                    },
8505   { "door_1.part_8.start_step",                 "0"                     },
8506   { "door_1.part_8.start_step_opening",         "0"                     },
8507   { "door_1.part_8.start_step_closing",         "0"                     },
8508   { "door_1.part_8.draw_masked",                "true"                  },
8509   { "door_1.part_8.draw_order",                 "8"                     },
8510
8511   { "door_2.part_1.x",                          "0"                     },
8512   { "door_2.part_1.y",                          "0"                     },
8513   { "door_2.part_1.step_xoffset",               "3"                     },
8514   { "door_2.part_1.step_yoffset",               "1"                     },
8515   { "door_2.part_1.step_delay",                 "10"                    },
8516   { "door_2.part_1.start_step",                 "0"                     },
8517   { "door_2.part_1.start_step_opening",         "0"                     },
8518   { "door_2.part_1.start_step_closing",         "0"                     },
8519   { "door_2.part_1.draw_masked",                "true"                  },
8520   { "door_2.part_1.draw_order",                 "2"                     },
8521   { "door_2.part_2.x",                          "0"                     },
8522   { "door_2.part_2.y",                          "50"                    },
8523   { "door_2.part_2.step_xoffset",               "3"                     },
8524   { "door_2.part_2.step_yoffset",               "1"                     },
8525   { "door_2.part_2.step_delay",                 "10"                    },
8526   { "door_2.part_2.start_step",                 "0"                     },
8527   { "door_2.part_2.start_step_opening",         "0"                     },
8528   { "door_2.part_2.start_step_closing",         "0"                     },
8529   { "door_2.part_2.draw_masked",                "true"                  },
8530   { "door_2.part_2.draw_order",                 "3"                     },
8531   { "door_2.part_3.x",                          "0"                     },
8532   { "door_2.part_3.y",                          "0"                     },
8533   { "door_2.part_3.step_xoffset",               "-3"                    },
8534   { "door_2.part_3.step_yoffset",               "-1"                    },
8535   { "door_2.part_3.step_delay",                 "10"                    },
8536   { "door_2.part_3.start_step",                 "0"                     },
8537   { "door_2.part_3.start_step_opening",         "0"                     },
8538   { "door_2.part_3.start_step_closing",         "0"                     },
8539   { "door_2.part_3.draw_masked",                "true"                  },
8540   { "door_2.part_3.draw_order",                 "1"                     },
8541   { "door_2.part_4.x",                          "0"                     },
8542   { "door_2.part_4.y",                          "50"                    },
8543   { "door_2.part_4.step_xoffset",               "-3"                    },
8544   { "door_2.part_4.step_yoffset",               "-1"                    },
8545   { "door_2.part_4.step_delay",                 "10"                    },
8546   { "door_2.part_4.start_step",                 "0"                     },
8547   { "door_2.part_4.start_step_opening",         "0"                     },
8548   { "door_2.part_4.start_step_closing",         "0"                     },
8549   { "door_2.part_4.draw_masked",                "true"                  },
8550   { "door_2.part_4.draw_order",                 "4"                     },
8551   { "door_2.part_5.x",                          "-1"                    },
8552   { "door_2.part_5.y",                          "-1"                    },
8553   { "door_2.part_5.step_xoffset",               "0"                     },
8554   { "door_2.part_5.step_yoffset",               "0"                     },
8555   { "door_2.part_5.step_delay",                 "0"                     },
8556   { "door_2.part_5.start_step",                 "0"                     },
8557   { "door_2.part_5.start_step_opening",         "0"                     },
8558   { "door_2.part_5.start_step_closing",         "0"                     },
8559   { "door_2.part_5.draw_masked",                "true"                  },
8560   { "door_2.part_5.draw_order",                 "0"                     },
8561   { "door_2.part_6.x",                          "-1"                    },
8562   { "door_2.part_6.y",                          "-1"                    },
8563   { "door_2.part_6.step_xoffset",               "0"                     },
8564   { "door_2.part_6.step_yoffset",               "0"                     },
8565   { "door_2.part_6.step_delay",                 "0"                     },
8566   { "door_2.part_6.start_step",                 "0"                     },
8567   { "door_2.part_6.start_step_opening",         "0"                     },
8568   { "door_2.part_6.start_step_closing",         "0"                     },
8569   { "door_2.part_6.draw_masked",                "true"                  },
8570   { "door_2.part_6.draw_order",                 "0"                     },
8571   { "door_2.part_7.x",                          "-1"                    },
8572   { "door_2.part_7.y",                          "-1"                    },
8573   { "door_2.part_7.step_xoffset",               "0"                     },
8574   { "door_2.part_7.step_yoffset",               "0"                     },
8575   { "door_2.part_7.step_delay",                 "0"                     },
8576   { "door_2.part_7.start_step",                 "0"                     },
8577   { "door_2.part_7.start_step_opening",         "0"                     },
8578   { "door_2.part_7.start_step_closing",         "0"                     },
8579   { "door_2.part_7.draw_masked",                "true"                  },
8580   { "door_2.part_7.draw_order",                 "0"                     },
8581   { "door_2.part_8.x",                          "-1"                    },
8582   { "door_2.part_8.y",                          "-1"                    },
8583   { "door_2.part_8.step_xoffset",               "0"                     },
8584   { "door_2.part_8.step_yoffset",               "0"                     },
8585   { "door_2.part_8.step_delay",                 "0"                     },
8586   { "door_2.part_8.start_step",                 "0"                     },
8587   { "door_2.part_8.start_step_opening",         "0"                     },
8588   { "door_2.part_8.start_step_closing",         "0"                     },
8589   { "door_2.part_8.draw_masked",                "true"                  },
8590   { "door_2.part_8.draw_order",                 "0"                     },
8591
8592   { "door_1.panel.x",                           "0"                     },
8593   { "door_1.panel.y",                           "0"                     },
8594   { "door_1.panel.step_xoffset",                "0"                     },
8595   { "door_1.panel.step_yoffset",                "1"                     },
8596   { "door_1.panel.step_delay",                  "10"                    },
8597   { "door_1.panel.start_step",                  "246"                   },
8598   { "door_1.panel.start_step_opening",          "0"                     },
8599   { "door_1.panel.start_step_closing",          "0"                     },
8600   { "door_1.panel.draw_masked",                 "false"                 },
8601   { "door_1.panel.draw_order",                  "0"                     },
8602
8603   { "door_2.panel.x",                           "0"                     },
8604   { "door_2.panel.y",                           "0"                     },
8605   { "door_2.panel.step_xoffset",                "0"                     },
8606   { "door_2.panel.step_yoffset",                "1"                     },
8607   { "door_2.panel.step_delay",                  "10"                    },
8608   { "door_2.panel.start_step",                  "66"                    },
8609   { "door_2.panel.start_step_opening",          "0"                     },
8610   { "door_2.panel.start_step_closing",          "0"                     },
8611   { "door_2.panel.draw_masked",                 "false"                 },
8612   { "door_2.panel.draw_order",                  "0"                     },
8613
8614   { "door_1.width",                             "-1"                    },
8615   { "door_1.height",                            "-1"                    },
8616   { "door_1.step_offset",                       "2"                     },
8617   { "door_1.step_delay",                        "10"                    },
8618   { "door_1.post_delay",                        "100"                   },
8619   { "door_1.anim_mode",                         "default"               },
8620
8621   { "door_2.width",                             "-1"                    },
8622   { "door_2.height",                            "-1"                    },
8623   { "door_2.step_offset",                       "2"                     },
8624   { "door_2.step_delay",                        "10"                    },
8625   { "door_2.post_delay",                        "100"                   },
8626   { "door_2.anim_mode",                         "default"               },
8627
8628   { "game.panel.level_number.x",                "51"                    },
8629   { "game.panel.level_number.y",                "20"                    },
8630   { "game.panel.level_number.align",            "center"                },
8631   { "game.panel.level_number.valign",           "top"                   },
8632   { "game.panel.level_number.digits",           "-1"                    },
8633   { "game.panel.level_number.font",             "font.text_2"           },
8634   { "game.panel.level_number.font_narrow",      "font.text_1"           },
8635   { "game.panel.level_number.draw_masked",      "true"                  },
8636   { "game.panel.level_number.draw_order",       "0"                     },
8637   { "game.panel.level_number.class",            "none"                  },
8638   { "game.panel.level_number.style",            "none"                  },
8639
8640   { "game.panel.gems.x",                        "50"                    },
8641   { "game.panel.gems.y",                        "54"                    },
8642   { "game.panel.gems.align",                    "center"                },
8643   { "game.panel.gems.valign",                   "top"                   },
8644   { "game.panel.gems.digits",                   "3"                     },
8645   { "game.panel.gems.font",                     "font.text_2"           },
8646   { "game.panel.gems.draw_masked",              "true"                  },
8647   { "game.panel.gems.draw_order",               "0"                     },
8648   { "game.panel.gems.class",                    "none"                  },
8649   { "game.panel.gems.style",                    "none"                  },
8650
8651   { "game.panel.inventory_count.x",             "50"                    },
8652   { "game.panel.inventory_count.y",             "89"                    },
8653   { "game.panel.inventory_count.align",         "center"                },
8654   { "game.panel.inventory_count.valign",        "top"                   },
8655   { "game.panel.inventory_count.digits",        "-1"                    },
8656   { "game.panel.inventory_count.font",          "font.text_2"           },
8657   { "game.panel.inventory_count.font_narrow",   "font.text_1"           },
8658   { "game.panel.inventory_count.draw_masked",   "true"                  },
8659   { "game.panel.inventory_count.draw_order",    "0"                     },
8660   { "game.panel.inventory_count.class",         "none"                  },
8661   { "game.panel.inventory_count.style",         "none"                  },
8662
8663   { "game.panel.inventory_first_1.x",           "-1"                    },
8664   { "game.panel.inventory_first_1.y",           "-1"                    },
8665   { "game.panel.inventory_first_1.tile_size",   "16"                    },
8666   { "game.panel.inventory_first_1.draw_masked", "false"                 },
8667   { "game.panel.inventory_first_1.draw_order",  "0"                     },
8668   { "game.panel.inventory_first_1.class",       "none"                  },
8669   { "game.panel.inventory_first_1.style",       "none"                  },
8670   { "game.panel.inventory_first_2.x",           "-1"                    },
8671   { "game.panel.inventory_first_2.y",           "-1"                    },
8672   { "game.panel.inventory_first_2.tile_size",   "16"                    },
8673   { "game.panel.inventory_first_2.draw_masked", "false"                 },
8674   { "game.panel.inventory_first_2.draw_order",  "0"                     },
8675   { "game.panel.inventory_first_2.class",       "none"                  },
8676   { "game.panel.inventory_first_2.style",       "none"                  },
8677   { "game.panel.inventory_first_3.x",           "-1"                    },
8678   { "game.panel.inventory_first_3.y",           "-1"                    },
8679   { "game.panel.inventory_first_3.tile_size",   "16"                    },
8680   { "game.panel.inventory_first_3.draw_masked", "false"                 },
8681   { "game.panel.inventory_first_3.draw_order",  "0"                     },
8682   { "game.panel.inventory_first_3.class",       "none"                  },
8683   { "game.panel.inventory_first_3.style",       "none"                  },
8684   { "game.panel.inventory_first_4.x",           "-1"                    },
8685   { "game.panel.inventory_first_4.y",           "-1"                    },
8686   { "game.panel.inventory_first_4.tile_size",   "16"                    },
8687   { "game.panel.inventory_first_4.draw_masked", "false"                 },
8688   { "game.panel.inventory_first_4.draw_order",  "0"                     },
8689   { "game.panel.inventory_first_4.class",       "none"                  },
8690   { "game.panel.inventory_first_4.style",       "none"                  },
8691   { "game.panel.inventory_first_5.x",           "-1"                    },
8692   { "game.panel.inventory_first_5.y",           "-1"                    },
8693   { "game.panel.inventory_first_5.tile_size",   "16"                    },
8694   { "game.panel.inventory_first_5.draw_masked", "false"                 },
8695   { "game.panel.inventory_first_5.draw_order",  "0"                     },
8696   { "game.panel.inventory_first_5.class",       "none"                  },
8697   { "game.panel.inventory_first_5.style",       "none"                  },
8698   { "game.panel.inventory_first_6.x",           "-1"                    },
8699   { "game.panel.inventory_first_6.y",           "-1"                    },
8700   { "game.panel.inventory_first_6.tile_size",   "16"                    },
8701   { "game.panel.inventory_first_6.draw_masked", "false"                 },
8702   { "game.panel.inventory_first_6.draw_order",  "0"                     },
8703   { "game.panel.inventory_first_6.class",       "none"                  },
8704   { "game.panel.inventory_first_6.style",       "none"                  },
8705   { "game.panel.inventory_first_7.x",           "-1"                    },
8706   { "game.panel.inventory_first_7.y",           "-1"                    },
8707   { "game.panel.inventory_first_7.tile_size",   "16"                    },
8708   { "game.panel.inventory_first_7.draw_masked", "false"                 },
8709   { "game.panel.inventory_first_7.draw_order",  "0"                     },
8710   { "game.panel.inventory_first_7.class",       "none"                  },
8711   { "game.panel.inventory_first_7.style",       "none"                  },
8712   { "game.panel.inventory_first_8.x",           "-1"                    },
8713   { "game.panel.inventory_first_8.y",           "-1"                    },
8714   { "game.panel.inventory_first_8.tile_size",   "16"                    },
8715   { "game.panel.inventory_first_8.draw_masked", "false"                 },
8716   { "game.panel.inventory_first_8.draw_order",  "0"                     },
8717   { "game.panel.inventory_first_8.class",       "none"                  },
8718   { "game.panel.inventory_first_8.style",       "none"                  },
8719
8720   { "game.panel.inventory_last_1.x",            "-1"                    },
8721   { "game.panel.inventory_last_1.y",            "-1"                    },
8722   { "game.panel.inventory_last_1.tile_size",    "16"                    },
8723   { "game.panel.inventory_last_1.draw_masked",  "false"                 },
8724   { "game.panel.inventory_last_1.draw_order",   "0"                     },
8725   { "game.panel.inventory_last_1.class",        "none"                  },
8726   { "game.panel.inventory_last_1.style",        "none"                  },
8727   { "game.panel.inventory_last_2.x",            "-1"                    },
8728   { "game.panel.inventory_last_2.y",            "-1"                    },
8729   { "game.panel.inventory_last_2.tile_size",    "16"                    },
8730   { "game.panel.inventory_last_2.draw_masked",  "false"                 },
8731   { "game.panel.inventory_last_2.draw_order",   "0"                     },
8732   { "game.panel.inventory_last_2.class",        "none"                  },
8733   { "game.panel.inventory_last_2.style",        "none"                  },
8734   { "game.panel.inventory_last_3.x",            "-1"                    },
8735   { "game.panel.inventory_last_3.y",            "-1"                    },
8736   { "game.panel.inventory_last_3.tile_size",    "16"                    },
8737   { "game.panel.inventory_last_3.draw_masked",  "false"                 },
8738   { "game.panel.inventory_last_3.draw_order",   "0"                     },
8739   { "game.panel.inventory_last_3.class",        "none"                  },
8740   { "game.panel.inventory_last_3.style",        "none"                  },
8741   { "game.panel.inventory_last_4.x",            "-1"                    },
8742   { "game.panel.inventory_last_4.y",            "-1"                    },
8743   { "game.panel.inventory_last_4.tile_size",    "16"                    },
8744   { "game.panel.inventory_last_4.draw_masked",  "false"                 },
8745   { "game.panel.inventory_last_4.draw_order",   "0"                     },
8746   { "game.panel.inventory_last_4.class",        "none"                  },
8747   { "game.panel.inventory_last_4.style",        "none"                  },
8748   { "game.panel.inventory_last_5.x",            "-1"                    },
8749   { "game.panel.inventory_last_5.y",            "-1"                    },
8750   { "game.panel.inventory_last_5.tile_size",    "16"                    },
8751   { "game.panel.inventory_last_5.draw_masked",  "false"                 },
8752   { "game.panel.inventory_last_5.draw_order",   "0"                     },
8753   { "game.panel.inventory_last_5.class",        "none"                  },
8754   { "game.panel.inventory_last_5.style",        "none"                  },
8755   { "game.panel.inventory_last_6.x",            "-1"                    },
8756   { "game.panel.inventory_last_6.y",            "-1"                    },
8757   { "game.panel.inventory_last_6.tile_size",    "16"                    },
8758   { "game.panel.inventory_last_6.draw_masked",  "false"                 },
8759   { "game.panel.inventory_last_6.draw_order",   "0"                     },
8760   { "game.panel.inventory_last_6.class",        "none"                  },
8761   { "game.panel.inventory_last_6.style",        "none"                  },
8762   { "game.panel.inventory_last_7.x",            "-1"                    },
8763   { "game.panel.inventory_last_7.y",            "-1"                    },
8764   { "game.panel.inventory_last_7.tile_size",    "16"                    },
8765   { "game.panel.inventory_last_7.draw_masked",  "false"                 },
8766   { "game.panel.inventory_last_7.draw_order",   "0"                     },
8767   { "game.panel.inventory_last_7.class",        "none"                  },
8768   { "game.panel.inventory_last_7.style",        "none"                  },
8769   { "game.panel.inventory_last_8.x",            "-1"                    },
8770   { "game.panel.inventory_last_8.y",            "-1"                    },
8771   { "game.panel.inventory_last_8.tile_size",    "16"                    },
8772   { "game.panel.inventory_last_8.draw_masked",  "false"                 },
8773   { "game.panel.inventory_last_8.draw_order",   "0"                     },
8774   { "game.panel.inventory_last_8.class",        "none"                  },
8775   { "game.panel.inventory_last_8.style",        "none"                  },
8776
8777   { "game.panel.key_1.x",                       "18"                    },
8778   { "game.panel.key_1.y",                       "123"                   },
8779   { "game.panel.key_1.tile_size",               "16"                    },
8780   { "game.panel.key_1.draw_masked",             "false"                 },
8781   { "game.panel.key_1.draw_order",              "0"                     },
8782   { "game.panel.key_1.class",                   "none"                  },
8783   { "game.panel.key_1.style",                   "none"                  },
8784   { "game.panel.key_2.x",                       "34"                    },
8785   { "game.panel.key_2.y",                       "123"                   },
8786   { "game.panel.key_2.tile_size",               "16"                    },
8787   { "game.panel.key_2.draw_masked",             "false"                 },
8788   { "game.panel.key_2.draw_order",              "0"                     },
8789   { "game.panel.key_2.class",                   "none"                  },
8790   { "game.panel.key_2.style",                   "none"                  },
8791   { "game.panel.key_3.x",                       "50"                    },
8792   { "game.panel.key_3.y",                       "123"                   },
8793   { "game.panel.key_3.tile_size",               "16"                    },
8794   { "game.panel.key_3.draw_masked",             "false"                 },
8795   { "game.panel.key_3.draw_order",              "0"                     },
8796   { "game.panel.key_3.class",                   "none"                  },
8797   { "game.panel.key_3.style",                   "none"                  },
8798   { "game.panel.key_4.x",                       "66"                    },
8799   { "game.panel.key_4.y",                       "123"                   },
8800   { "game.panel.key_4.tile_size",               "16"                    },
8801   { "game.panel.key_4.draw_masked",             "false"                 },
8802   { "game.panel.key_4.draw_order",              "0"                     },
8803   { "game.panel.key_4.class",                   "none"                  },
8804   { "game.panel.key_4.style",                   "none"                  },
8805   { "game.panel.key_5.x",                       "-1"                    },
8806   { "game.panel.key_5.y",                       "-1"                    },
8807   { "game.panel.key_5.tile_size",               "16"                    },
8808   { "game.panel.key_5.draw_masked",             "false"                 },
8809   { "game.panel.key_5.draw_order",              "0"                     },
8810   { "game.panel.key_5.class",                   "none"                  },
8811   { "game.panel.key_5.style",                   "none"                  },
8812   { "game.panel.key_6.x",                       "-1"                    },
8813   { "game.panel.key_6.y",                       "-1"                    },
8814   { "game.panel.key_6.tile_size",               "16"                    },
8815   { "game.panel.key_6.draw_masked",             "false"                 },
8816   { "game.panel.key_6.draw_order",              "0"                     },
8817   { "game.panel.key_6.class",                   "none"                  },
8818   { "game.panel.key_6.style",                   "none"                  },
8819   { "game.panel.key_7.x",                       "-1"                    },
8820   { "game.panel.key_7.y",                       "-1"                    },
8821   { "game.panel.key_7.tile_size",               "16"                    },
8822   { "game.panel.key_7.draw_masked",             "false"                 },
8823   { "game.panel.key_7.draw_order",              "0"                     },
8824   { "game.panel.key_7.class",                   "none"                  },
8825   { "game.panel.key_7.style",                   "none"                  },
8826   { "game.panel.key_8.x",                       "-1"                    },
8827   { "game.panel.key_8.y",                       "-1"                    },
8828   { "game.panel.key_8.tile_size",               "16"                    },
8829   { "game.panel.key_8.draw_masked",             "false"                 },
8830   { "game.panel.key_8.draw_order",              "0"                     },
8831   { "game.panel.key_8.class",                   "none"                  },
8832   { "game.panel.key_8.style",                   "none"                  },
8833   { "game.panel.key_white.x",                   "-1"                    },
8834   { "game.panel.key_white.y",                   "-1"                    },
8835   { "game.panel.key_white.tile_size",           "16"                    },
8836   { "game.panel.key_white.draw_masked",         "false"                 },
8837   { "game.panel.key_white.draw_order",          "0"                     },
8838   { "game.panel.key_white.class",               "none"                  },
8839   { "game.panel.key_white.style",               "none"                  },
8840   { "game.panel.key_white_count.x",             "-1"                    },
8841   { "game.panel.key_white_count.y",             "-1"                    },
8842   { "game.panel.key_white_count.align",         "left"                  },
8843   { "game.panel.key_white_count.valign",        "top"                   },
8844   { "game.panel.key_white_count.digits",        "-1"                    },
8845   { "game.panel.key_white_count.font",          "font.text_2"           },
8846   { "game.panel.key_white_count.draw_masked",   "true"                  },
8847   { "game.panel.key_white_count.draw_order",    "0"                     },
8848   { "game.panel.key_white_count.class",         "none"                  },
8849   { "game.panel.key_white_count.style",         "none"                  },
8850
8851   { "game.panel.score.x",                       "50"                    },
8852   { "game.panel.score.y",                       "159"                   },
8853   { "game.panel.score.align",                   "center"                },
8854   { "game.panel.score.valign",                  "top"                   },
8855   { "game.panel.score.digits",                  "-1"                    },
8856   { "game.panel.score.font",                    "font.text_2"           },
8857   { "game.panel.score.font_narrow",             "font.text_1"           },
8858   { "game.panel.score.draw_masked",             "true"                  },
8859   { "game.panel.score.draw_order",              "0"                     },
8860   { "game.panel.score.class",                   "none"                  },
8861   { "game.panel.score.style",                   "none"                  },
8862
8863   { "game.panel.highscore.x",                   "-1"                    },
8864   { "game.panel.highscore.y",                   "-1"                    },
8865   { "game.panel.highscore.align",               "left"                  },
8866   { "game.panel.highscore.valign",              "top"                   },
8867   { "game.panel.highscore.digits",              "-1"                    },
8868   { "game.panel.highscore.font",                "font.text_2"           },
8869   { "game.panel.highscore.font_narrow",         "font.text_1"           },
8870   { "game.panel.highscore.draw_masked",         "true"                  },
8871   { "game.panel.highscore.draw_order",          "0"                     },
8872   { "game.panel.highscore.class",               "none"                  },
8873   { "game.panel.highscore.style",               "none"                  },
8874
8875   { "game.panel.time.x",                        "50"                    },
8876   { "game.panel.time.y",                        "194"                   },
8877   { "game.panel.time.align",                    "center"                },
8878   { "game.panel.time.valign",                   "top"                   },
8879   { "game.panel.time.digits",                   "-1"                    },
8880   { "game.panel.time.font",                     "font.text_2"           },
8881   { "game.panel.time.font_narrow",              "font.text_1"           },
8882   { "game.panel.time.draw_masked",              "true"                  },
8883   { "game.panel.time.draw_order",               "0"                     },
8884   { "game.panel.time.class",                    "none"                  },
8885   { "game.panel.time.style",                    "none"                  },
8886
8887   { "game.panel.time_hh.x",                     "-1"                    },
8888   { "game.panel.time_hh.y",                     "-1"                    },
8889   { "game.panel.time_hh.align",                 "left"                  },
8890   { "game.panel.time_hh.valign",                "top"                   },
8891   { "game.panel.time_hh.digits",                "2"                     },
8892   { "game.panel.time_hh.font",                  "font.text_2"           },
8893   { "game.panel.time_hh.draw_masked",           "true"                  },
8894   { "game.panel.time_hh.draw_order",            "0"                     },
8895   { "game.panel.time_hh.class",                 "none"                  },
8896   { "game.panel.time_hh.style",                 "none"                  },
8897   { "game.panel.time_mm.x",                     "-1"                    },
8898   { "game.panel.time_mm.y",                     "-1"                    },
8899   { "game.panel.time_mm.align",                 "left"                  },
8900   { "game.panel.time_mm.valign",                "top"                   },
8901   { "game.panel.time_mm.digits",                "2"                     },
8902   { "game.panel.time_mm.font",                  "font.text_2"           },
8903   { "game.panel.time_mm.draw_masked",           "true"                  },
8904   { "game.panel.time_mm.draw_order",            "0"                     },
8905   { "game.panel.time_mm.class",                 "none"                  },
8906   { "game.panel.time_mm.style",                 "none"                  },
8907   { "game.panel.time_ss.x",                     "-1"                    },
8908   { "game.panel.time_ss.y",                     "-1"                    },
8909   { "game.panel.time_ss.align",                 "left"                  },
8910   { "game.panel.time_ss.valign",                "top"                   },
8911   { "game.panel.time_ss.digits",                "2"                     },
8912   { "game.panel.time_ss.font",                  "font.text_2"           },
8913   { "game.panel.time_ss.draw_masked",           "true"                  },
8914   { "game.panel.time_ss.draw_order",            "0"                     },
8915   { "game.panel.time_ss.class",                 "none"                  },
8916   { "game.panel.time_ss.style",                 "none"                  },
8917
8918   { "game.panel.time_anim.x",                   "5"                     },
8919   { "game.panel.time_anim.y",                   "72"                    },
8920   { "game.panel.time_anim.direction",           "right"                 },
8921   { "game.panel.time_anim.class",               "mm_engine_only"        },
8922   { "game.panel.time_anim.style",               "none"                  },
8923
8924   { "game.panel.health.x",                      "-1"                    },
8925   { "game.panel.health.y",                      "-1"                    },
8926   { "game.panel.health.align",                  "center"                },
8927   { "game.panel.health.valign",                 "top"                   },
8928   { "game.panel.health.digits",                 "-1"                    },
8929   { "game.panel.health.font",                   "font.text_2"           },
8930   { "game.panel.health.font_narrow",            "font.text_1"           },
8931   { "game.panel.health.draw_masked",            "true"                  },
8932   { "game.panel.health.draw_order",             "0"                     },
8933   { "game.panel.health.class",                  "none"                  },
8934   { "game.panel.health.style",                  "none"                  },
8935
8936   { "game.panel.health_anim.x",                 "5"                     },
8937   { "game.panel.health_anim.y",                 "107"                   },
8938   { "game.panel.health_anim.direction",         "right"                 },
8939   { "game.panel.health_anim.class",             "mm_engine_only"        },
8940   { "game.panel.health_anim.style",             "reverse"               },
8941
8942   { "game.panel.frame.x",                       "-1"                    },
8943   { "game.panel.frame.y",                       "-1"                    },
8944   { "game.panel.frame.align",                   "left"                  },
8945   { "game.panel.frame.valign",                  "top"                   },
8946   { "game.panel.frame.digits",                  "-1"                    },
8947   { "game.panel.frame.font",                    "font.text_2"           },
8948   { "game.panel.frame.draw_masked",             "true"                  },
8949   { "game.panel.frame.draw_order",              "0"                     },
8950   { "game.panel.frame.class",                   "none"                  },
8951   { "game.panel.frame.style",                   "none"                  },
8952
8953   { "game.panel.shield_normal.x",               "-1"                    },
8954   { "game.panel.shield_normal.y",               "-1"                    },
8955   { "game.panel.shield_normal.tile_size",       "16"                    },
8956   { "game.panel.shield_normal.draw_masked",     "false"                 },
8957   { "game.panel.shield_normal.draw_order",      "0"                     },
8958   { "game.panel.shield_normal_time.x",          "-1"                    },
8959   { "game.panel.shield_normal_time.y",          "-1"                    },
8960   { "game.panel.shield_normal_time.align",      "left"                  },
8961   { "game.panel.shield_normal_time.valign",     "top"                   },
8962   { "game.panel.shield_normal_time.digits",     "-1"                    },
8963   { "game.panel.shield_normal_time.font",       "font.text_2"           },
8964   { "game.panel.shield_normal_time.draw_masked", "true"                 },
8965   { "game.panel.shield_normal_time.draw_order", "0"                     },
8966   { "game.panel.shield_normal_time.class",      "none"                  },
8967   { "game.panel.shield_normal_time.style",      "none"                  },
8968   { "game.panel.shield_deadly.x",               "-1"                    },
8969   { "game.panel.shield_deadly.y",               "-1"                    },
8970   { "game.panel.shield_deadly.tile_size",       "16"                    },
8971   { "game.panel.shield_deadly.draw_masked",     "false"                 },
8972   { "game.panel.shield_deadly.draw_order",      "0"                     },
8973   { "game.panel.shield_deadly_time.x",          "-1"                    },
8974   { "game.panel.shield_deadly_time.y",          "-1"                    },
8975   { "game.panel.shield_deadly_time.align",      "left"                  },
8976   { "game.panel.shield_deadly_time.valign",     "top"                   },
8977   { "game.panel.shield_deadly_time.digits",     "-1"                    },
8978   { "game.panel.shield_deadly_time.font",       "font.text_2"           },
8979   { "game.panel.shield_deadly_time.draw_masked","true"                  },
8980   { "game.panel.shield_deadly_time.draw_order", "0"                     },
8981   { "game.panel.shield_deadly_time.class",      "none"                  },
8982   { "game.panel.shield_deadly_time.style",      "none"                  },
8983
8984   { "game.panel.exit.x",                        "-1"                    },
8985   { "game.panel.exit.y",                        "-1"                    },
8986   { "game.panel.exit.tile_size",                "16"                    },
8987   { "game.panel.exit.draw_masked",              "false"                 },
8988   { "game.panel.exit.draw_order",               "0"                     },
8989   { "game.panel.exit.class",                    "none"                  },
8990   { "game.panel.exit.style",                    "none"                  },
8991
8992   { "game.panel.emc_magic_ball.x",              "-1"                    },
8993   { "game.panel.emc_magic_ball.y",              "-1"                    },
8994   { "game.panel.emc_magic_ball.tile_size",      "16"                    },
8995   { "game.panel.emc_magic_ball.draw_masked",    "false"                 },
8996   { "game.panel.emc_magic_ball.draw_order",     "0"                     },
8997   { "game.panel.emc_magic_ball_switch.x",       "-1"                    },
8998   { "game.panel.emc_magic_ball_switch.y",       "-1"                    },
8999   { "game.panel.emc_magic_ball_switch.tile_size", "16"                  },
9000   { "game.panel.emc_magic_ball_switch.draw_masked", "true"              },
9001   { "game.panel.emc_magic_ball_switch.draw_order", "0"                  },
9002   { "game.panel.emc_magic_ball_switch.class",   "none"                  },
9003   { "game.panel.emc_magic_ball_switch.style",   "none"                  },
9004
9005   { "game.panel.light_switch.x",                "-1"                    },
9006   { "game.panel.light_switch.y",                "-1"                    },
9007   { "game.panel.light_switch.tile_size",        "16"                    },
9008   { "game.panel.light_switch.draw_masked",      "false"                 },
9009   { "game.panel.light_switch.draw_order",       "0"                     },
9010   { "game.panel.light_switch_time.x",           "-1"                    },
9011   { "game.panel.light_switch_time.y",           "-1"                    },
9012   { "game.panel.light_switch_time.align",       "left"                  },
9013   { "game.panel.light_switch_time.valign",      "top"                   },
9014   { "game.panel.light_switch_time.digits",      "-1"                    },
9015   { "game.panel.light_switch_time.font",        "font.text_2"           },
9016   { "game.panel.light_switch_time.draw_masked", "true"                  },
9017   { "game.panel.light_switch_time.draw_order",  "0"                     },
9018   { "game.panel.light_switch_time.class",       "none"                  },
9019   { "game.panel.light_switch_time.style",       "none"                  },
9020
9021   { "game.panel.timegate_switch.x",             "-1"                    },
9022   { "game.panel.timegate_switch.y",             "-1"                    },
9023   { "game.panel.timegate_switch.tile_size",     "16"                    },
9024   { "game.panel.timegate_switch.draw_masked",   "false"                 },
9025   { "game.panel.timegate_switch.draw_order",    "0"                     },
9026   { "game.panel.timegate_switch_time.x",        "-1"                    },
9027   { "game.panel.timegate_switch_time.y",        "-1"                    },
9028   { "game.panel.timegate_switch_time.align",    "left"                  },
9029   { "game.panel.timegate_switch_time.valign",   "top"                   },
9030   { "game.panel.timegate_switch_time.digits",   "-1"                    },
9031   { "game.panel.timegate_switch_time.font",     "font.text_2"           },
9032   { "game.panel.timegate_switch_time.draw_masked", "true"               },
9033   { "game.panel.timegate_switch_time.draw_order", "0"                   },
9034   { "game.panel.timegate_switch_time.class",    "none"                  },
9035   { "game.panel.timegate_switch_time.style",    "none"                  },
9036
9037   { "game.panel.switchgate_switch.x",           "-1"                    },
9038   { "game.panel.switchgate_switch.y",           "-1"                    },
9039   { "game.panel.switchgate_switch.tile_size",   "16"                    },
9040   { "game.panel.switchgate_switch.draw_masked", "false"                 },
9041   { "game.panel.switchgate_switch.draw_order",  "0"                     },
9042   { "game.panel.switchgate_switch.class",       "none"                  },
9043   { "game.panel.switchgate_switch.style",       "none"                  },
9044
9045   { "game.panel.emc_lenses.x",                  "-1"                    },
9046   { "game.panel.emc_lenses.y",                  "-1"                    },
9047   { "game.panel.emc_lenses.tile_size",          "16"                    },
9048   { "game.panel.emc_lenses.draw_masked",        "false"                 },
9049   { "game.panel.emc_lenses.draw_order",         "0"                     },
9050   { "game.panel.emc_lenses.class",              "none"                  },
9051   { "game.panel.emc_lenses.style",              "none"                  },
9052   { "game.panel.emc_lenses_time.x",             "-1"                    },
9053   { "game.panel.emc_lenses_time.y",             "-1"                    },
9054   { "game.panel.emc_lenses_time.align",         "left"                  },
9055   { "game.panel.emc_lenses_time.valign",        "top"                   },
9056   { "game.panel.emc_lenses_time.digits",        "-1"                    },
9057   { "game.panel.emc_lenses_time.font",          "font.text_2"           },
9058   { "game.panel.emc_lenses_time.draw_masked",   "true"                  },
9059   { "game.panel.emc_lenses_time.draw_order",    "0"                     },
9060   { "game.panel.emc_lenses_time.class",         "none"                  },
9061   { "game.panel.emc_lenses_time.style",         "none"                  },
9062
9063   { "game.panel.emc_magnifier.x",               "-1"                    },
9064   { "game.panel.emc_magnifier.y",               "-1"                    },
9065   { "game.panel.emc_magnifier.tile_size",       "16"                    },
9066   { "game.panel.emc_magnifier.draw_masked",     "false"                 },
9067   { "game.panel.emc_magnifier.draw_order",      "0"                     },
9068   { "game.panel.emc_magnifier.class",           "none"                  },
9069   { "game.panel.emc_magnifier.style",           "none"                  },
9070   { "game.panel.emc_magnifier_time.x",          "-1"                    },
9071   { "game.panel.emc_magnifier_time.y",          "-1"                    },
9072   { "game.panel.emc_magnifier_time.align",      "left"                  },
9073   { "game.panel.emc_magnifier_time.valign",     "top"                   },
9074   { "game.panel.emc_magnifier_time.digits",     "-1"                    },
9075   { "game.panel.emc_magnifier_time.font",       "font.text_2"           },
9076   { "game.panel.emc_magnifier_time.draw_masked","true"                  },
9077   { "game.panel.emc_magnifier_time.draw_order", "0"                     },
9078   { "game.panel.emc_magnifier_time.class",      "none"                  },
9079   { "game.panel.emc_magnifier_time.style",      "none"                  },
9080
9081   { "game.panel.balloon_switch.x",              "-1"                    },
9082   { "game.panel.balloon_switch.y",              "-1"                    },
9083   { "game.panel.balloon_switch.tile_size",      "16"                    },
9084   { "game.panel.balloon_switch.draw_masked",    "false"                 },
9085   { "game.panel.balloon_switch.draw_order",     "0"                     },
9086   { "game.panel.balloon_switch.class",          "none"                  },
9087   { "game.panel.balloon_switch.style",          "none"                  },
9088
9089   { "game.panel.dynabomb_number.x",             "-1"                    },
9090   { "game.panel.dynabomb_number.y",             "-1"                    },
9091   { "game.panel.dynabomb_number.align",         "left"                  },
9092   { "game.panel.dynabomb_number.valign",        "top"                   },
9093   { "game.panel.dynabomb_number.digits",        "-1"                    },
9094   { "game.panel.dynabomb_number.font",          "font.text_2"           },
9095   { "game.panel.dynabomb_number.draw_masked",   "true"                  },
9096   { "game.panel.dynabomb_number.draw_order",    "0"                     },
9097   { "game.panel.dynabomb_number.class",         "none"                  },
9098   { "game.panel.dynabomb_number.style",         "none"                  },
9099   { "game.panel.dynabomb_size.x",               "-1"                    },
9100   { "game.panel.dynabomb_size.y",               "-1"                    },
9101   { "game.panel.dynabomb_size.align",           "left"                  },
9102   { "game.panel.dynabomb_size.valign",          "top"                   },
9103   { "game.panel.dynabomb_size.digits",          "-1"                    },
9104   { "game.panel.dynabomb_size.font",            "font.text_2"           },
9105   { "game.panel.dynabomb_size.draw_masked",     "true"                  },
9106   { "game.panel.dynabomb_size.draw_order",      "0"                     },
9107   { "game.panel.dynabomb_size.class",           "none"                  },
9108   { "game.panel.dynabomb_size.style",           "none"                  },
9109   { "game.panel.dynabomb_power.x",              "-1"                    },
9110   { "game.panel.dynabomb_power.y",              "-1"                    },
9111   { "game.panel.dynabomb_power.tile_size",      "16"                    },
9112   { "game.panel.dynabomb_power.draw_masked",    "false"                 },
9113   { "game.panel.dynabomb_power.draw_order",     "0"                     },
9114   { "game.panel.dynabomb_power.class",          "none"                  },
9115   { "game.panel.dynabomb_power.style",          "none"                  },
9116
9117   { "game.panel.penguins.x",                    "-1"                    },
9118   { "game.panel.penguins.y",                    "-1"                    },
9119   { "game.panel.penguins.align",                "left"                  },
9120   { "game.panel.penguins.valign",               "top"                   },
9121   { "game.panel.penguins.digits",               "-1"                    },
9122   { "game.panel.penguins.font",                 "font.text_2"           },
9123   { "game.panel.penguins.draw_masked",          "true"                  },
9124   { "game.panel.penguins.draw_order",           "0"                     },
9125   { "game.panel.penguins.class",                "none"                  },
9126   { "game.panel.penguins.style",                "none"                  },
9127
9128   { "game.panel.sokoban_objects.x",             "-1"                    },
9129   { "game.panel.sokoban_objects.y",             "-1"                    },
9130   { "game.panel.sokoban_objects.align",         "left"                  },
9131   { "game.panel.sokoban_objects.valign",        "top"                   },
9132   { "game.panel.sokoban_objects.digits",        "-1"                    },
9133   { "game.panel.sokoban_objects.font",          "font.text_2"           },
9134   { "game.panel.sokoban_objects.draw_masked",   "true"                  },
9135   { "game.panel.sokoban_objects.draw_order",    "0"                     },
9136   { "game.panel.sokoban_objects.class",         "none"                  },
9137   { "game.panel.sokoban_objects.style",         "none"                  },
9138   { "game.panel.sokoban_fields.x",              "-1"                    },
9139   { "game.panel.sokoban_fields.y",              "-1"                    },
9140   { "game.panel.sokoban_fields.align",          "left"                  },
9141   { "game.panel.sokoban_fields.valign",         "top"                   },
9142   { "game.panel.sokoban_fields.digits",         "-1"                    },
9143   { "game.panel.sokoban_fields.font",           "font.text_2"           },
9144   { "game.panel.sokoban_fields.draw_masked",    "true"                  },
9145   { "game.panel.sokoban_fields.draw_order",     "0"                     },
9146   { "game.panel.sokoban_fields.class",          "none"                  },
9147   { "game.panel.sokoban_fields.style",          "none"                  },
9148
9149   { "game.panel.robot_wheel.x",                 "-1"                    },
9150   { "game.panel.robot_wheel.y",                 "-1"                    },
9151   { "game.panel.robot_wheel.tile_size",         "16"                    },
9152   { "game.panel.robot_wheel.draw_masked",       "false"                 },
9153   { "game.panel.robot_wheel.draw_order",        "0"                     },
9154   { "game.panel.robot_wheel.class",             "none"                  },
9155   { "game.panel.robot_wheel.style",             "none"                  },
9156
9157   { "game.panel.conveyor_belt_1.x",             "-1"                    },
9158   { "game.panel.conveyor_belt_1.y",             "-1"                    },
9159   { "game.panel.conveyor_belt_1.tile_size",     "16"                    },
9160   { "game.panel.conveyor_belt_1.draw_masked",   "false"                 },
9161   { "game.panel.conveyor_belt_1.draw_order",    "0"                     },
9162   { "game.panel.conveyor_belt_1.class",         "none"                  },
9163   { "game.panel.conveyor_belt_1.style",         "none"                  },
9164   { "game.panel.conveyor_belt_1_switch.x",      "-1"                    },
9165   { "game.panel.conveyor_belt_1_switch.y",      "-1"                    },
9166   { "game.panel.conveyor_belt_1_switch.tile_size", "16"                 },
9167   { "game.panel.conveyor_belt_1_switch.draw_masked", "false"            },
9168   { "game.panel.conveyor_belt_1_switch.draw_order", "0"                 },
9169   { "game.panel.conveyor_belt_1_switch.class",  "none"                  },
9170   { "game.panel.conveyor_belt_1_switch.style",  "none"                  },
9171   { "game.panel.conveyor_belt_2.x",             "-1"                    },
9172   { "game.panel.conveyor_belt_2.y",             "-1"                    },
9173   { "game.panel.conveyor_belt_2.tile_size",     "16"                    },
9174   { "game.panel.conveyor_belt_2.draw_masked",   "false"                 },
9175   { "game.panel.conveyor_belt_2.draw_order",    "0"                     },
9176   { "game.panel.conveyor_belt_2.class",         "none"                  },
9177   { "game.panel.conveyor_belt_2.style",         "none"                  },
9178   { "game.panel.conveyor_belt_2_switch.x",      "-1"                    },
9179   { "game.panel.conveyor_belt_2_switch.y",      "-1"                    },
9180   { "game.panel.conveyor_belt_2_switch.tile_size", "16"                 },
9181   { "game.panel.conveyor_belt_2_switch.draw_masked", "false"            },
9182   { "game.panel.conveyor_belt_2_switch.draw_order", "0"                 },
9183   { "game.panel.conveyor_belt_2_switch.class",  "none"                  },
9184   { "game.panel.conveyor_belt_2_switch.style",  "none"                  },
9185   { "game.panel.conveyor_belt_3.x",             "-1"                    },
9186   { "game.panel.conveyor_belt_3.y",             "-1"                    },
9187   { "game.panel.conveyor_belt_3.tile_size",     "16"                    },
9188   { "game.panel.conveyor_belt_3.draw_masked",   "false"                 },
9189   { "game.panel.conveyor_belt_3.draw_order",    "0"                     },
9190   { "game.panel.conveyor_belt_3.class",         "none"                  },
9191   { "game.panel.conveyor_belt_3.style",         "none"                  },
9192   { "game.panel.conveyor_belt_3_switch.x",      "-1"                    },
9193   { "game.panel.conveyor_belt_3_switch.y",      "-1"                    },
9194   { "game.panel.conveyor_belt_3_switch.tile_size", "16"                 },
9195   { "game.panel.conveyor_belt_3_switch.draw_masked", "false"            },
9196   { "game.panel.conveyor_belt_3_switch.draw_order", "0"                 },
9197   { "game.panel.conveyor_belt_3_switch.class",  "none"                  },
9198   { "game.panel.conveyor_belt_3_switch.style",  "none"                  },
9199   { "game.panel.conveyor_belt_4.x",             "-1"                    },
9200   { "game.panel.conveyor_belt_4.y",             "-1"                    },
9201   { "game.panel.conveyor_belt_4.tile_size",     "16"                    },
9202   { "game.panel.conveyor_belt_4.draw_masked",   "false"                 },
9203   { "game.panel.conveyor_belt_4.draw_order",    "0"                     },
9204   { "game.panel.conveyor_belt_4.class",         "none"                  },
9205   { "game.panel.conveyor_belt_4.style",         "none"                  },
9206   { "game.panel.conveyor_belt_4_switch.x",      "-1"                    },
9207   { "game.panel.conveyor_belt_4_switch.y",      "-1"                    },
9208   { "game.panel.conveyor_belt_4_switch.tile_size", "16"                 },
9209   { "game.panel.conveyor_belt_4_switch.draw_masked", "false"            },
9210   { "game.panel.conveyor_belt_4_switch.draw_order", "0"                 },
9211   { "game.panel.conveyor_belt_4_switch.class",  "none"                  },
9212   { "game.panel.conveyor_belt_4_switch.style",  "none"                  },
9213
9214   { "game.panel.magic_wall.x",                  "-1"                    },
9215   { "game.panel.magic_wall.y",                  "-1"                    },
9216   { "game.panel.magic_wall.tile_size",          "16"                    },
9217   { "game.panel.magic_wall.draw_masked",        "false"                 },
9218   { "game.panel.magic_wall.draw_order",         "0"                     },
9219   { "game.panel.magic_wall.class",              "none"                  },
9220   { "game.panel.magic_wall.style",              "none"                  },
9221   { "game.panel.magic_wall_time.x",             "-1"                    },
9222   { "game.panel.magic_wall_time.y",             "-1"                    },
9223   { "game.panel.magic_wall_time.align",         "left"                  },
9224   { "game.panel.magic_wall_time.valign",        "top"                   },
9225   { "game.panel.magic_wall_time.digits",        "-1"                    },
9226   { "game.panel.magic_wall_time.font",          "font.text_2"           },
9227   { "game.panel.magic_wall_time.draw_masked",   "true"                  },
9228   { "game.panel.magic_wall_time.draw_order",    "0"                     },
9229   { "game.panel.magic_wall_time.class",         "none"                  },
9230   { "game.panel.magic_wall_time.style",         "none"                  },
9231
9232   { "game.panel.gravity_state.x",               "-1"                    },
9233   { "game.panel.gravity_state.y",               "-1"                    },
9234   { "game.panel.gravity_state.align",           "left"                  },
9235   { "game.panel.gravity_state.valign",          "top"                   },
9236   { "game.panel.gravity_state.chars",           "-1"                    },
9237   { "game.panel.gravity_state.font",            "font.text_1"           },
9238   { "game.panel.gravity_state.font_active",     "font.text_2"           },
9239   { "game.panel.gravity_state.draw_masked",     "true"                  },
9240   { "game.panel.gravity_state.draw_order",      "0"                     },
9241   { "game.panel.gravity_state.class",           "none"                  },
9242   { "game.panel.gravity_state.style",           "none"                  },
9243
9244   { "game.panel.graphic_1.x",                   "-1"                    },
9245   { "game.panel.graphic_1.y",                   "-1"                    },
9246   { "game.panel.graphic_1.draw_masked",         "true"                  },
9247   { "game.panel.graphic_1.draw_order",          "0"                     },
9248   { "game.panel.graphic_1.class",               "none"                  },
9249   { "game.panel.graphic_1.style",               "none"                  },
9250   { "game.panel.graphic_2.x",                   "-1"                    },
9251   { "game.panel.graphic_2.y",                   "-1"                    },
9252   { "game.panel.graphic_2.draw_masked",         "true"                  },
9253   { "game.panel.graphic_2.draw_order",          "0"                     },
9254   { "game.panel.graphic_2.class",               "none"                  },
9255   { "game.panel.graphic_2.style",               "none"                  },
9256   { "game.panel.graphic_3.x",                   "-1"                    },
9257   { "game.panel.graphic_3.y",                   "-1"                    },
9258   { "game.panel.graphic_3.draw_masked",         "true"                  },
9259   { "game.panel.graphic_3.draw_order",          "0"                     },
9260   { "game.panel.graphic_3.class",               "none"                  },
9261   { "game.panel.graphic_3.style",               "none"                  },
9262   { "game.panel.graphic_4.x",                   "-1"                    },
9263   { "game.panel.graphic_4.y",                   "-1"                    },
9264   { "game.panel.graphic_4.draw_masked",         "true"                  },
9265   { "game.panel.graphic_4.draw_order",          "0"                     },
9266   { "game.panel.graphic_4.class",               "none"                  },
9267   { "game.panel.graphic_4.style",               "none"                  },
9268   { "game.panel.graphic_5.x",                   "-1"                    },
9269   { "game.panel.graphic_5.y",                   "-1"                    },
9270   { "game.panel.graphic_5.draw_masked",         "true"                  },
9271   { "game.panel.graphic_5.draw_order",          "0"                     },
9272   { "game.panel.graphic_5.class",               "none"                  },
9273   { "game.panel.graphic_5.style",               "none"                  },
9274   { "game.panel.graphic_6.x",                   "-1"                    },
9275   { "game.panel.graphic_6.y",                   "-1"                    },
9276   { "game.panel.graphic_6.draw_masked",         "true"                  },
9277   { "game.panel.graphic_6.draw_order",          "0"                     },
9278   { "game.panel.graphic_6.class",               "none"                  },
9279   { "game.panel.graphic_6.style",               "none"                  },
9280   { "game.panel.graphic_7.x",                   "-1"                    },
9281   { "game.panel.graphic_7.y",                   "-1"                    },
9282   { "game.panel.graphic_7.draw_masked",         "true"                  },
9283   { "game.panel.graphic_7.draw_order",          "0"                     },
9284   { "game.panel.graphic_7.class",               "none"                  },
9285   { "game.panel.graphic_7.style",               "none"                  },
9286   { "game.panel.graphic_8.x",                   "-1"                    },
9287   { "game.panel.graphic_8.y",                   "-1"                    },
9288   { "game.panel.graphic_8.draw_masked",         "true"                  },
9289   { "game.panel.graphic_8.draw_order",          "0"                     },
9290   { "game.panel.graphic_8.class",               "none"                  },
9291   { "game.panel.graphic_8.style",               "none"                  },
9292
9293   { "game.panel.element_1.x",                   "-1"                    },
9294   { "game.panel.element_1.y",                   "-1"                    },
9295   { "game.panel.element_1.tile_size",           "16"                    },
9296   { "game.panel.element_1.element",             "empty_space"           },
9297   { "game.panel.element_1.draw_masked",         "false"                 },
9298   { "game.panel.element_1.draw_order",          "0"                     },
9299   { "game.panel.element_1.class",               "none"                  },
9300   { "game.panel.element_1.style",               "none"                  },
9301   { "game.panel.element_1_count.x",             "-1"                    },
9302   { "game.panel.element_1_count.y",             "-1"                    },
9303   { "game.panel.element_1_count.align",         "left"                  },
9304   { "game.panel.element_1_count.valign",        "top"                   },
9305   { "game.panel.element_1_count.digits",        "-1"                    },
9306   { "game.panel.element_1_count.font",          "font.text_2"           },
9307   { "game.panel.element_1_count.element",       "empty_space"           },
9308   { "game.panel.element_1_count.draw_masked",   "true"                  },
9309   { "game.panel.element_1_count.draw_order",    "0"                     },
9310   { "game.panel.element_1_count.class",         "none"                  },
9311   { "game.panel.element_1_count.style",         "none"                  },
9312   { "game.panel.element_2.x",                   "-1"                    },
9313   { "game.panel.element_2.y",                   "-1"                    },
9314   { "game.panel.element_2.tile_size",           "16"                    },
9315   { "game.panel.element_2.element",             "empty_space"           },
9316   { "game.panel.element_2.draw_masked",         "false"                 },
9317   { "game.panel.element_2.draw_order",          "0"                     },
9318   { "game.panel.element_2.class",               "none"                  },
9319   { "game.panel.element_2.style",               "none"                  },
9320   { "game.panel.element_2_count.x",             "-1"                    },
9321   { "game.panel.element_2_count.y",             "-1"                    },
9322   { "game.panel.element_2_count.align",         "left"                  },
9323   { "game.panel.element_2_count.valign",        "top"                   },
9324   { "game.panel.element_2_count.digits",        "-1"                    },
9325   { "game.panel.element_2_count.font",          "font.text_2"           },
9326   { "game.panel.element_2_count.element",       "empty_space"           },
9327   { "game.panel.element_2_count.draw_masked",   "true"                  },
9328   { "game.panel.element_2_count.draw_order",    "0"                     },
9329   { "game.panel.element_2_count.class",         "none"                  },
9330   { "game.panel.element_2_count.style",         "none"                  },
9331   { "game.panel.element_3.x",                   "-1"                    },
9332   { "game.panel.element_3.y",                   "-1"                    },
9333   { "game.panel.element_3.tile_size",           "16"                    },
9334   { "game.panel.element_3.element",             "empty_space"           },
9335   { "game.panel.element_3.draw_masked",         "false"                 },
9336   { "game.panel.element_3.draw_order",          "0"                     },
9337   { "game.panel.element_3.class",               "none"                  },
9338   { "game.panel.element_3.style",               "none"                  },
9339   { "game.panel.element_3_count.x",             "-1"                    },
9340   { "game.panel.element_3_count.y",             "-1"                    },
9341   { "game.panel.element_3_count.align",         "left"                  },
9342   { "game.panel.element_3_count.valign",        "top"                   },
9343   { "game.panel.element_3_count.digits",        "-1"                    },
9344   { "game.panel.element_3_count.font",          "font.text_2"           },
9345   { "game.panel.element_3_count.element",       "empty_space"           },
9346   { "game.panel.element_3_count.draw_masked",   "true"                  },
9347   { "game.panel.element_3_count.draw_order",    "0"                     },
9348   { "game.panel.element_3_count.class",         "none"                  },
9349   { "game.panel.element_3_count.style",         "none"                  },
9350   { "game.panel.element_4.x",                   "-1"                    },
9351   { "game.panel.element_4.y",                   "-1"                    },
9352   { "game.panel.element_4.tile_size",           "16"                    },
9353   { "game.panel.element_4.element",             "empty_space"           },
9354   { "game.panel.element_4.draw_masked",         "false"                 },
9355   { "game.panel.element_4.draw_order",          "0"                     },
9356   { "game.panel.element_4.class",               "none"                  },
9357   { "game.panel.element_4.style",               "none"                  },
9358   { "game.panel.element_4_count.x",             "-1"                    },
9359   { "game.panel.element_4_count.y",             "-1"                    },
9360   { "game.panel.element_4_count.align",         "left"                  },
9361   { "game.panel.element_4_count.valign",        "top"                   },
9362   { "game.panel.element_4_count.digits",        "-1"                    },
9363   { "game.panel.element_4_count.font",          "font.text_2"           },
9364   { "game.panel.element_4_count.element",       "empty_space"           },
9365   { "game.panel.element_4_count.draw_masked",   "true"                  },
9366   { "game.panel.element_4_count.draw_order",    "0"                     },
9367   { "game.panel.element_4_count.class",         "none"                  },
9368   { "game.panel.element_4_count.style",         "none"                  },
9369   { "game.panel.element_5.x",                   "-1"                    },
9370   { "game.panel.element_5.y",                   "-1"                    },
9371   { "game.panel.element_5.tile_size",           "16"                    },
9372   { "game.panel.element_5.element",             "empty_space"           },
9373   { "game.panel.element_5.draw_masked",         "false"                 },
9374   { "game.panel.element_5.draw_order",          "0"                     },
9375   { "game.panel.element_5.class",               "none"                  },
9376   { "game.panel.element_5.style",               "none"                  },
9377   { "game.panel.element_5_count.x",             "-1"                    },
9378   { "game.panel.element_5_count.y",             "-1"                    },
9379   { "game.panel.element_5_count.align",         "left"                  },
9380   { "game.panel.element_5_count.valign",        "top"                   },
9381   { "game.panel.element_5_count.digits",        "-1"                    },
9382   { "game.panel.element_5_count.font",          "font.text_2"           },
9383   { "game.panel.element_5_count.element",       "empty_space"           },
9384   { "game.panel.element_5_count.draw_masked",   "true"                  },
9385   { "game.panel.element_5_count.draw_order",    "0"                     },
9386   { "game.panel.element_5_count.class",         "none"                  },
9387   { "game.panel.element_5_count.style",         "none"                  },
9388   { "game.panel.element_6.x",                   "-1"                    },
9389   { "game.panel.element_6.y",                   "-1"                    },
9390   { "game.panel.element_6.tile_size",           "16"                    },
9391   { "game.panel.element_6.element",             "empty_space"           },
9392   { "game.panel.element_6.draw_masked",         "false"                 },
9393   { "game.panel.element_6.draw_order",          "0"                     },
9394   { "game.panel.element_6.class",               "none"                  },
9395   { "game.panel.element_6.style",               "none"                  },
9396   { "game.panel.element_6_count.x",             "-1"                    },
9397   { "game.panel.element_6_count.y",             "-1"                    },
9398   { "game.panel.element_6_count.align",         "left"                  },
9399   { "game.panel.element_6_count.valign",        "top"                   },
9400   { "game.panel.element_6_count.digits",        "-1"                    },
9401   { "game.panel.element_6_count.font",          "font.text_2"           },
9402   { "game.panel.element_6_count.element",       "empty_space"           },
9403   { "game.panel.element_6_count.draw_masked",   "true"                  },
9404   { "game.panel.element_6_count.draw_order",    "0"                     },
9405   { "game.panel.element_6_count.class",         "none"                  },
9406   { "game.panel.element_6_count.style",         "none"                  },
9407   { "game.panel.element_7.x",                   "-1"                    },
9408   { "game.panel.element_7.y",                   "-1"                    },
9409   { "game.panel.element_7.tile_size",           "16"                    },
9410   { "game.panel.element_7.element",             "empty_space"           },
9411   { "game.panel.element_7.draw_masked",         "false"                 },
9412   { "game.panel.element_7.draw_order",          "0"                     },
9413   { "game.panel.element_7.class",               "none"                  },
9414   { "game.panel.element_7.style",               "none"                  },
9415   { "game.panel.element_7_count.x",             "-1"                    },
9416   { "game.panel.element_7_count.y",             "-1"                    },
9417   { "game.panel.element_7_count.align",         "left"                  },
9418   { "game.panel.element_7_count.valign",        "top"                   },
9419   { "game.panel.element_7_count.digits",        "-1"                    },
9420   { "game.panel.element_7_count.font",          "font.text_2"           },
9421   { "game.panel.element_7_count.element",       "empty_space"           },
9422   { "game.panel.element_7_count.draw_masked",   "true"                  },
9423   { "game.panel.element_7_count.draw_order",    "0"                     },
9424   { "game.panel.element_7_count.class",         "none"                  },
9425   { "game.panel.element_7_count.style",         "none"                  },
9426   { "game.panel.element_8.x",                   "-1"                    },
9427   { "game.panel.element_8.y",                   "-1"                    },
9428   { "game.panel.element_8.tile_size",           "16"                    },
9429   { "game.panel.element_8.element",             "empty_space"           },
9430   { "game.panel.element_8.draw_masked",         "false"                 },
9431   { "game.panel.element_8.draw_order",          "0"                     },
9432   { "game.panel.element_8.class",               "none"                  },
9433   { "game.panel.element_8.style",               "none"                  },
9434   { "game.panel.element_8_count.x",             "-1"                    },
9435   { "game.panel.element_8_count.y",             "-1"                    },
9436   { "game.panel.element_8_count.align",         "left"                  },
9437   { "game.panel.element_8_count.valign",        "top"                   },
9438   { "game.panel.element_8_count.digits",        "-1"                    },
9439   { "game.panel.element_8_count.font",          "font.text_2"           },
9440   { "game.panel.element_8_count.element",       "empty_space"           },
9441   { "game.panel.element_8_count.draw_masked",   "true"                  },
9442   { "game.panel.element_8_count.draw_order",    "0"                     },
9443   { "game.panel.element_8_count.class",         "none"                  },
9444   { "game.panel.element_8_count.style",         "none"                  },
9445
9446   { "game.panel.ce_score_1.x",                  "-1"                    },
9447   { "game.panel.ce_score_1.y",                  "-1"                    },
9448   { "game.panel.ce_score_1.align",              "left"                  },
9449   { "game.panel.ce_score_1.valign",             "top"                   },
9450   { "game.panel.ce_score_1.digits",             "-1"                    },
9451   { "game.panel.ce_score_1.font",               "font.text_2"           },
9452   { "game.panel.ce_score_1.element",            "empty_space"           },
9453   { "game.panel.ce_score_1.draw_masked",        "true"                  },
9454   { "game.panel.ce_score_1.draw_order",         "0"                     },
9455   { "game.panel.ce_score_1.class",              "none"                  },
9456   { "game.panel.ce_score_1.style",              "none"                  },
9457   { "game.panel.ce_score_1_element.x",          "-1"                    },
9458   { "game.panel.ce_score_1_element.y",          "-1"                    },
9459   { "game.panel.ce_score_1_element.tile_size",  "16"                    },
9460   { "game.panel.ce_score_1_element.element",    "empty_space"           },
9461   { "game.panel.ce_score_1_element.draw_masked","false"                 },
9462   { "game.panel.ce_score_1_element.draw_order", "0"                     },
9463   { "game.panel.ce_score_1_element.class",      "none"                  },
9464   { "game.panel.ce_score_1_element.style",      "none"                  },
9465   { "game.panel.ce_score_2.x",                  "-1"                    },
9466   { "game.panel.ce_score_2.y",                  "-1"                    },
9467   { "game.panel.ce_score_2.align",              "left"                  },
9468   { "game.panel.ce_score_2.valign",             "top"                   },
9469   { "game.panel.ce_score_2.digits",             "-1"                    },
9470   { "game.panel.ce_score_2.font",               "font.text_2"           },
9471   { "game.panel.ce_score_2.element",            "empty_space"           },
9472   { "game.panel.ce_score_2.draw_masked",        "true"                  },
9473   { "game.panel.ce_score_2.draw_order",         "0"                     },
9474   { "game.panel.ce_score_2.class",              "none"                  },
9475   { "game.panel.ce_score_2.style",              "none"                  },
9476   { "game.panel.ce_score_2_element.x",          "-1"                    },
9477   { "game.panel.ce_score_2_element.y",          "-1"                    },
9478   { "game.panel.ce_score_2_element.tile_size",  "16"                    },
9479   { "game.panel.ce_score_2_element.element",    "empty_space"           },
9480   { "game.panel.ce_score_2_element.draw_masked","false"                 },
9481   { "game.panel.ce_score_2_element.draw_order", "0"                     },
9482   { "game.panel.ce_score_2_element.class",      "none"                  },
9483   { "game.panel.ce_score_2_element.style",      "none"                  },
9484   { "game.panel.ce_score_3.x",                  "-1"                    },
9485   { "game.panel.ce_score_3.y",                  "-1"                    },
9486   { "game.panel.ce_score_3.align",              "left"                  },
9487   { "game.panel.ce_score_3.valign",             "top"                   },
9488   { "game.panel.ce_score_3.digits",             "-1"                    },
9489   { "game.panel.ce_score_3.font",               "font.text_2"           },
9490   { "game.panel.ce_score_3.element",            "empty_space"           },
9491   { "game.panel.ce_score_3.draw_masked",        "true"                  },
9492   { "game.panel.ce_score_3.draw_order",         "0"                     },
9493   { "game.panel.ce_score_3.class",              "none"                  },
9494   { "game.panel.ce_score_3.style",              "none"                  },
9495   { "game.panel.ce_score_3_element.x",          "-1"                    },
9496   { "game.panel.ce_score_3_element.y",          "-1"                    },
9497   { "game.panel.ce_score_3_element.tile_size",  "16"                    },
9498   { "game.panel.ce_score_3_element.element",    "empty_space"           },
9499   { "game.panel.ce_score_3_element.draw_masked","false"                 },
9500   { "game.panel.ce_score_3_element.draw_order", "0"                     },
9501   { "game.panel.ce_score_3_element.class",      "none"                  },
9502   { "game.panel.ce_score_3_element.style",      "none"                  },
9503   { "game.panel.ce_score_4.x",                  "-1"                    },
9504   { "game.panel.ce_score_4.y",                  "-1"                    },
9505   { "game.panel.ce_score_4.align",              "left"                  },
9506   { "game.panel.ce_score_4.valign",             "top"                   },
9507   { "game.panel.ce_score_4.digits",             "-1"                    },
9508   { "game.panel.ce_score_4.font",               "font.text_2"           },
9509   { "game.panel.ce_score_4.element",            "empty_space"           },
9510   { "game.panel.ce_score_4.draw_masked",        "true"                  },
9511   { "game.panel.ce_score_4.draw_order",         "0"                     },
9512   { "game.panel.ce_score_4.class",              "none"                  },
9513   { "game.panel.ce_score_4.style",              "none"                  },
9514   { "game.panel.ce_score_4_element.x",          "-1"                    },
9515   { "game.panel.ce_score_4_element.y",          "-1"                    },
9516   { "game.panel.ce_score_4_element.tile_size",  "16"                    },
9517   { "game.panel.ce_score_4_element.element",    "empty_space"           },
9518   { "game.panel.ce_score_4_element.draw_masked","false"                 },
9519   { "game.panel.ce_score_4_element.draw_order", "0"                     },
9520   { "game.panel.ce_score_4_element.class",      "none"                  },
9521   { "game.panel.ce_score_4_element.style",      "none"                  },
9522   { "game.panel.ce_score_5.x",                  "-1"                    },
9523   { "game.panel.ce_score_5.y",                  "-1"                    },
9524   { "game.panel.ce_score_5.align",              "left"                  },
9525   { "game.panel.ce_score_5.valign",             "top"                   },
9526   { "game.panel.ce_score_5.digits",             "-1"                    },
9527   { "game.panel.ce_score_5.font",               "font.text_2"           },
9528   { "game.panel.ce_score_5.element",            "empty_space"           },
9529   { "game.panel.ce_score_5.draw_masked",        "true"                  },
9530   { "game.panel.ce_score_5.draw_order",         "0"                     },
9531   { "game.panel.ce_score_5.class",              "none"                  },
9532   { "game.panel.ce_score_5.style",              "none"                  },
9533   { "game.panel.ce_score_5_element.x",          "-1"                    },
9534   { "game.panel.ce_score_5_element.y",          "-1"                    },
9535   { "game.panel.ce_score_5_element.tile_size",  "16"                    },
9536   { "game.panel.ce_score_5_element.element",    "empty_space"           },
9537   { "game.panel.ce_score_5_element.draw_masked","false"                 },
9538   { "game.panel.ce_score_5_element.draw_order", "0"                     },
9539   { "game.panel.ce_score_5_element.class",      "none"                  },
9540   { "game.panel.ce_score_5_element.style",      "none"                  },
9541   { "game.panel.ce_score_6.x",                  "-1"                    },
9542   { "game.panel.ce_score_6.y",                  "-1"                    },
9543   { "game.panel.ce_score_6.align",              "left"                  },
9544   { "game.panel.ce_score_6.valign",             "top"                   },
9545   { "game.panel.ce_score_6.digits",             "-1"                    },
9546   { "game.panel.ce_score_6.font",               "font.text_2"           },
9547   { "game.panel.ce_score_6.element",            "empty_space"           },
9548   { "game.panel.ce_score_6.draw_masked",        "true"                  },
9549   { "game.panel.ce_score_6.draw_order",         "0"                     },
9550   { "game.panel.ce_score_6.class",              "none"                  },
9551   { "game.panel.ce_score_6.style",              "none"                  },
9552   { "game.panel.ce_score_6_element.x",          "-1"                    },
9553   { "game.panel.ce_score_6_element.y",          "-1"                    },
9554   { "game.panel.ce_score_6_element.tile_size",  "16"                    },
9555   { "game.panel.ce_score_6_element.element",    "empty_space"           },
9556   { "game.panel.ce_score_6_element.draw_masked","false"                 },
9557   { "game.panel.ce_score_6_element.draw_order", "0"                     },
9558   { "game.panel.ce_score_6_element.class",      "none"                  },
9559   { "game.panel.ce_score_6_element.style",      "none"                  },
9560   { "game.panel.ce_score_7.x",                  "-1"                    },
9561   { "game.panel.ce_score_7.y",                  "-1"                    },
9562   { "game.panel.ce_score_7.align",              "left"                  },
9563   { "game.panel.ce_score_7.valign",             "top"                   },
9564   { "game.panel.ce_score_7.digits",             "-1"                    },
9565   { "game.panel.ce_score_7.font",               "font.text_2"           },
9566   { "game.panel.ce_score_7.element",            "empty_space"           },
9567   { "game.panel.ce_score_7.draw_masked",        "true"                  },
9568   { "game.panel.ce_score_7.draw_order",         "0"                     },
9569   { "game.panel.ce_score_7.class",              "none"                  },
9570   { "game.panel.ce_score_7.style",              "none"                  },
9571   { "game.panel.ce_score_7_element.x",          "-1"                    },
9572   { "game.panel.ce_score_7_element.y",          "-1"                    },
9573   { "game.panel.ce_score_7_element.tile_size",  "16"                    },
9574   { "game.panel.ce_score_7_element.element",    "empty_space"           },
9575   { "game.panel.ce_score_7_element.draw_masked","false"                 },
9576   { "game.panel.ce_score_7_element.draw_order", "0"                     },
9577   { "game.panel.ce_score_7_element.class",      "none"                  },
9578   { "game.panel.ce_score_7_element.style",      "none"                  },
9579   { "game.panel.ce_score_8.x",                  "-1"                    },
9580   { "game.panel.ce_score_8.y",                  "-1"                    },
9581   { "game.panel.ce_score_8.align",              "left"                  },
9582   { "game.panel.ce_score_8.valign",             "top"                   },
9583   { "game.panel.ce_score_8.digits",             "-1"                    },
9584   { "game.panel.ce_score_8.font",               "font.text_2"           },
9585   { "game.panel.ce_score_8.element",            "empty_space"           },
9586   { "game.panel.ce_score_8.draw_masked",        "true"                  },
9587   { "game.panel.ce_score_8.draw_order",         "0"                     },
9588   { "game.panel.ce_score_8.class",              "none"                  },
9589   { "game.panel.ce_score_8.style",              "none"                  },
9590   { "game.panel.ce_score_8_element.x",          "-1"                    },
9591   { "game.panel.ce_score_8_element.y",          "-1"                    },
9592   { "game.panel.ce_score_8_element.tile_size",  "16"                    },
9593   { "game.panel.ce_score_8_element.element",    "empty_space"           },
9594   { "game.panel.ce_score_8_element.draw_masked","false"                 },
9595   { "game.panel.ce_score_8_element.draw_order", "0"                     },
9596   { "game.panel.ce_score_8_element.class",      "none"                  },
9597   { "game.panel.ce_score_8_element.style",      "none"                  },
9598
9599   { "game.panel.player_name.x",                 "-1"                    },
9600   { "game.panel.player_name.y",                 "-1"                    },
9601   { "game.panel.player_name.align",             "left"                  },
9602   { "game.panel.player_name.valign",            "top"                   },
9603   { "game.panel.player_name.chars",             "-1"                    },
9604   { "game.panel.player_name.font",              "font.text_2"           },
9605   { "game.panel.player_name.draw_masked",       "true"                  },
9606   { "game.panel.player_name.draw_order",        "0"                     },
9607   { "game.panel.player_name.class",             "none"                  },
9608   { "game.panel.player_name.style",             "none"                  },
9609
9610   { "game.panel.level_name.x",                  "-1"                    },
9611   { "game.panel.level_name.y",                  "-1"                    },
9612   { "game.panel.level_name.align",              "left"                  },
9613   { "game.panel.level_name.valign",             "top"                   },
9614   { "game.panel.level_name.chars",              "-1"                    },
9615   { "game.panel.level_name.font",               "font.text_2"           },
9616   { "game.panel.level_name.draw_masked",        "true"                  },
9617   { "game.panel.level_name.draw_order",         "0"                     },
9618   { "game.panel.level_name.class",              "none"                  },
9619   { "game.panel.level_name.style",              "none"                  },
9620   { "game.panel.level_author.x",                "-1"                    },
9621   { "game.panel.level_author.y",                "-1"                    },
9622   { "game.panel.level_author.align",            "left"                  },
9623   { "game.panel.level_author.valign",           "top"                   },
9624   { "game.panel.level_author.chars",            "-1"                    },
9625   { "game.panel.level_author.font",             "font.text_2"           },
9626   { "game.panel.level_author.draw_masked",      "true"                  },
9627   { "game.panel.level_author.draw_order",       "0"                     },
9628   { "game.panel.level_author.class",            "none"                  },
9629   { "game.panel.level_author.style",            "none"                  },
9630
9631   { "game.button.stop.x",                       "5"                     },
9632   { "game.button.stop.y",                       "215"                   },
9633   { "game.button.pause.x",                      "35"                    },
9634   { "game.button.pause.y",                      "215"                   },
9635   { "game.button.play.x",                       "65"                    },
9636   { "game.button.play.y",                       "215"                   },
9637   { "game.button.undo.x",                       "-1"                    },
9638   { "game.button.undo.y",                       "-1"                    },
9639   { "game.button.redo.x",                       "-1"                    },
9640   { "game.button.redo.y",                       "-1"                    },
9641   { "game.button.save.x",                       "-1"                    },
9642   { "game.button.save.y",                       "-1"                    },
9643   { "game.button.pause2.x",                     "-1"                    },
9644   { "game.button.pause2.y",                     "-1"                    },
9645   { "game.button.load.x",                       "-1"                    },
9646   { "game.button.load.y",                       "-1"                    },
9647   { "game.button.sound_music.x",                "5"                     },
9648   { "game.button.sound_music.y",                "245"                   },
9649   { "game.button.sound_loops.x",                "35"                    },
9650   { "game.button.sound_loops.y",                "245"                   },
9651   { "game.button.sound_simple.x",               "65"                    },
9652   { "game.button.sound_simple.y",               "245"                   },
9653
9654   { "game.button.panel_stop.x",                 "-1"                    },
9655   { "game.button.panel_stop.y",                 "-1"                    },
9656   { "game.button.panel_pause.x",                "-1"                    },
9657   { "game.button.panel_pause.y",                "-1"                    },
9658   { "game.button.panel_play.x",                 "-1"                    },
9659   { "game.button.panel_play.y",                 "-1"                    },
9660   { "game.button.panel_sound_music.x",          "-1"                    },
9661   { "game.button.panel_sound_music.y",          "-1"                    },
9662   { "game.button.panel_sound_loops.x",          "-1"                    },
9663   { "game.button.panel_sound_loops.y",          "-1"                    },
9664   { "game.button.panel_sound_simple.x",         "-1"                    },
9665   { "game.button.panel_sound_simple.y",         "-1"                    },
9666
9667   { "game.button.touch_stop.x",                 "0"                     },
9668   { "game.button.touch_stop.y",                 "0"                     },
9669   { "game.button.touch_pause.x",                "-60"                   },
9670   { "game.button.touch_pause.y",                "0"                     },
9671
9672   { "tape.button.eject.x",                      "5"                     },
9673   { "tape.button.eject.y",                      "77"                    },
9674   { "tape.button.stop.x",                       "23"                    },
9675   { "tape.button.stop.y",                       "77"                    },
9676   { "tape.button.pause.x",                      "41"                    },
9677   { "tape.button.pause.y",                      "77"                    },
9678   { "tape.button.record.x",                     "59"                    },
9679   { "tape.button.record.y",                     "77"                    },
9680   { "tape.button.play.x",                       "77"                    },
9681   { "tape.button.play.y",                       "77"                    },
9682
9683   { "tape.button.insert_solution.x",            "-1"                    },
9684   { "tape.button.insert_solution.y",            "-1"                    },
9685   { "tape.button.play_solution.x",              "-1"                    },
9686   { "tape.button.play_solution.y",              "-1"                    },
9687
9688   { "tape.symbol.eject.x",                      "-1"                    },
9689   { "tape.symbol.eject.y",                      "-1"                    },
9690   { "tape.symbol.stop.x",                       "-1"                    },
9691   { "tape.symbol.stop.y",                       "-1"                    },
9692   { "tape.symbol.pause.x",                      "40"                    },
9693   { "tape.symbol.pause.y",                      "41"                    },
9694   { "tape.symbol.record.x",                     "25"                    },
9695   { "tape.symbol.record.y",                     "41"                    },
9696   { "tape.symbol.play.x",                       "57"                    },
9697   { "tape.symbol.play.y",                       "41"                    },
9698   { "tape.symbol.fast_forward.x",               "39"                    },
9699   { "tape.symbol.fast_forward.y",               "42"                    },
9700   { "tape.symbol.warp_forward.x",               "39"                    },
9701   { "tape.symbol.warp_forward.y",               "42"                    },
9702   { "tape.symbol.warp_forward_blind.x",         "39"                    },
9703   { "tape.symbol.warp_forward_blind.y",         "42"                    },
9704   { "tape.symbol.pause_before_end.x",           "-1"                    },
9705   { "tape.symbol.pause_before_end.y",           "-1"                    },
9706   { "tape.symbol.single_step.x",                "-1"                    },
9707   { "tape.symbol.single_step.y",                "-1"                    },
9708
9709   { "tape.label.eject.x",                       "-1"                    },
9710   { "tape.label.eject.y",                       "-1"                    },
9711   { "tape.label.stop.x",                        "-1"                    },
9712   { "tape.label.stop.y",                        "-1"                    },
9713   { "tape.label.pause.x",                       "5"                     },
9714   { "tape.label.pause.y",                       "61"                    },
9715   { "tape.label.record.x",                      "5"                     },
9716   { "tape.label.record.y",                      "41"                    },
9717   { "tape.label.play.x",                        "70"                    },
9718   { "tape.label.play.y",                        "41"                    },
9719   { "tape.label.fast_forward.x",                "5"                     },
9720   { "tape.label.fast_forward.y",                "42"                    },
9721   { "tape.label.warp_forward.x",                "5"                     },
9722   { "tape.label.warp_forward.y",                "42"                    },
9723   { "tape.label.warp_forward_blind.x",          "5"                     },
9724   { "tape.label.warp_forward_blind.y",          "42"                    },
9725   { "tape.label.pause_before_end.x",            "5"                     },
9726   { "tape.label.pause_before_end.y",            "42"                    },
9727   { "tape.label.single_step.x",                 "57"                    },
9728   { "tape.label.single_step.y",                 "42"                    },
9729
9730   { "tape.label.date.x",                        "5"                     },
9731   { "tape.label.date.y",                        "5"                     },
9732   { "tape.label.time.x",                        "46"                    },
9733   { "tape.label.time.y",                        "55"                    },
9734
9735   { "tape.text.date.x",                         "7"                     },
9736   { "tape.text.date.y",                         "19"                    },
9737   { "tape.text.date.align",                     "left"                  },
9738   { "tape.text.date.valign",                    "top"                   },
9739   { "tape.text.date.digits",                    "-1"                    },
9740   { "tape.text.date.xoffset",                   "27"                    },
9741   { "tape.text.date.2nd_xoffset",               "64"                    },
9742   { "tape.text.date.font",                      "font.tape_recorder"    },
9743   { "tape.text.date.draw_masked",               "false"                 },
9744
9745   { "tape.text.date_yyyy.x",                    "-1"                    },
9746   { "tape.text.date_yyyy.y",                    "-1"                    },
9747   { "tape.text.date_yyyy.align",                "left"                  },
9748   { "tape.text.date_yyyy.valign",               "top"                   },
9749   { "tape.text.date_yyyy.digits",               "4"                     },
9750   { "tape.text.date_yyyy.font",                 "font.tape_recorder"    },
9751   { "tape.text.date_yyyy.draw_masked",          "false"                 },
9752   { "tape.text.date_yy.x",                      "-1"                    },
9753   { "tape.text.date_yy.y",                      "-1"                    },
9754   { "tape.text.date_yy.align",                  "left"                  },
9755   { "tape.text.date_yy.valign",                 "top"                   },
9756   { "tape.text.date_yy.digits",                 "2"                     },
9757   { "tape.text.date_yy.font",                   "font.tape_recorder"    },
9758   { "tape.text.date_yy.draw_masked",            "false"                 },
9759   { "tape.text.date_mon.x",                     "-1"                    },
9760   { "tape.text.date_mon.y",                     "-1"                    },
9761   { "tape.text.date_mon.align",                 "left"                  },
9762   { "tape.text.date_mon.valign",                "top"                   },
9763   { "tape.text.date_mon.chars",                 "3"                     },
9764   { "tape.text.date_mon.font",                  "font.tape_recorder"    },
9765   { "tape.text.date_mon.draw_masked",           "false"                 },
9766   { "tape.text.date_mm.x",                      "-1"                    },
9767   { "tape.text.date_mm.y",                      "-1"                    },
9768   { "tape.text.date_mm.align",                  "left"                  },
9769   { "tape.text.date_mm.valign",                 "top"                   },
9770   { "tape.text.date_mm.digits",                 "2"                     },
9771   { "tape.text.date_mm.font",                   "font.tape_recorder"    },
9772   { "tape.text.date_mm.draw_masked",            "false"                 },
9773   { "tape.text.date_dd.x",                      "-1"                    },
9774   { "tape.text.date_dd.y",                      "-1"                    },
9775   { "tape.text.date_dd.align",                  "left"                  },
9776   { "tape.text.date_dd.valign",                 "top"                   },
9777   { "tape.text.date_dd.digits",                 "2"                     },
9778   { "tape.text.date_dd.font",                   "font.tape_recorder"    },
9779   { "tape.text.date_dd.draw_masked",            "false"                 },
9780
9781   { "tape.text.time.x",                         "44"                    },
9782   { "tape.text.time.y",                         "55"                    },
9783   { "tape.text.time.align",                     "left"                  },
9784   { "tape.text.time.valign",                    "top"                   },
9785   { "tape.text.time.digits",                    "-1"                    },
9786   { "tape.text.time.xoffset",                   "27"                    },
9787   { "tape.text.time.font",                      "font.tape_recorder"    },
9788   { "tape.text.time.draw_masked",               "false"                 },
9789
9790   { "tape.text.time_hh.x",                      "-1"                    },
9791   { "tape.text.time_hh.y",                      "-1"                    },
9792   { "tape.text.time_hh.align",                  "left"                  },
9793   { "tape.text.time_hh.valign",                 "top"                   },
9794   { "tape.text.time_hh.digits",                 "2"                     },
9795   { "tape.text.time_hh.font",                   "font.tape_recorder"    },
9796   { "tape.text.time_hh.draw_masked",            "false"                 },
9797   { "tape.text.time_mm.x",                      "-1"                    },
9798   { "tape.text.time_mm.y",                      "-1"                    },
9799   { "tape.text.time_mm.align",                  "left"                  },
9800   { "tape.text.time_mm.valign",                 "top"                   },
9801   { "tape.text.time_mm.digits",                 "2"                     },
9802   { "tape.text.time_mm.font",                   "font.tape_recorder"    },
9803   { "tape.text.time_mm.draw_masked",            "false"                 },
9804   { "tape.text.time_ss.x",                      "-1"                    },
9805   { "tape.text.time_ss.y",                      "-1"                    },
9806   { "tape.text.time_ss.align",                  "left"                  },
9807   { "tape.text.time_ss.valign",                 "top"                   },
9808   { "tape.text.time_ss.digits",                 "2"                     },
9809   { "tape.text.time_ss.font",                   "font.tape_recorder"    },
9810   { "tape.text.time_ss.draw_masked",            "false"                 },
9811
9812   { "tape.text.frame.x",                        "-1"                    },
9813   { "tape.text.frame.y",                        "-1"                    },
9814   { "tape.text.frame.align",                    "left"                  },
9815   { "tape.text.frame.valign",                   "top"                   },
9816   { "tape.text.frame.digits",                   "-1"                    },
9817   { "tape.text.frame.font",                     "font.tape_recorder"    },
9818   { "tape.text.frame.draw_masked",              "false"                 },
9819
9820   { "tape.show_game_buttons",                   "false"                 },
9821
9822   { "editor.button.prev_level.x",               "5"                     },
9823   { "editor.button.prev_level.y",               "5"                     },
9824   { "editor.button.next_level.x",               "79"                    },
9825   { "editor.button.next_level.y",               "5"                     },
9826
9827   { "editor.button.properties.x",               "5"                     },
9828   { "editor.button.properties.y",               "230"                   },
9829
9830   { "editor.button.element_left.x",             "-1"                    },
9831   { "editor.button.element_left.y",             "-1"                    },
9832   { "editor.button.element_left.tile_size",     "-1"                    },
9833   { "editor.button.element_middle.x",           "-1"                    },
9834   { "editor.button.element_middle.y",           "-1"                    },
9835   { "editor.button.element_middle.tile_size",   "-1"                    },
9836   { "editor.button.element_right.x",            "-1"                    },
9837   { "editor.button.element_right.y",            "-1"                    },
9838   { "editor.button.element_right.tile_size",    "-1"                    },
9839
9840   { "editor.button.palette.x",                  "-1"                    },
9841   { "editor.button.palette.y",                  "-1"                    },
9842
9843   { "editor.button.draw_single.x",              "6"                     },
9844   { "editor.button.draw_single.y",              "6"                     },
9845   { "editor.button.draw_connected.x",           "28"                    },
9846   { "editor.button.draw_connected.y",           "6"                     },
9847   { "editor.button.draw_line.x",                "50"                    },
9848   { "editor.button.draw_line.y",                "6"                     },
9849   { "editor.button.draw_arc.x",                 "72"                    },
9850   { "editor.button.draw_arc.y",                 "6"                     },
9851   { "editor.button.draw_rectangle.x",           "6"                     },
9852   { "editor.button.draw_rectangle.y",           "28"                    },
9853   { "editor.button.draw_filled_box.x",          "28"                    },
9854   { "editor.button.draw_filled_box.y",          "28"                    },
9855   { "editor.button.rotate_up.x",                "50"                    },
9856   { "editor.button.rotate_up.y",                "28"                    },
9857   { "editor.button.draw_text.x",                "72"                    },
9858   { "editor.button.draw_text.y",                "28"                    },
9859   { "editor.button.flood_fill.x",               "6"                     },
9860   { "editor.button.flood_fill.y",               "50"                    },
9861   { "editor.button.rotate_left.x",              "28"                    },
9862   { "editor.button.rotate_left.y",              "50"                    },
9863   { "editor.button.zoom_level.x",               "50"                    },
9864   { "editor.button.zoom_level.y",               "50"                    },
9865   { "editor.button.rotate_right.x",             "72"                    },
9866   { "editor.button.rotate_right.y",             "50"                    },
9867   { "editor.button.draw_random.x",              "6"                     },
9868   { "editor.button.draw_random.y",              "72"                    },
9869   { "editor.button.grab_brush.x",               "28"                    },
9870   { "editor.button.grab_brush.y",               "72"                    },
9871   { "editor.button.rotate_down.x",              "50"                    },
9872   { "editor.button.rotate_down.y",              "72"                    },
9873   { "editor.button.pick_element.x",             "72"                    },
9874   { "editor.button.pick_element.y",             "72"                    },
9875
9876   { "editor.button.ce_copy_from.x",             "28"                    },
9877   { "editor.button.ce_copy_from.y",             "6"                     },
9878   { "editor.button.ce_copy_to.x",               "50"                    },
9879   { "editor.button.ce_copy_to.y",               "6"                     },
9880   { "editor.button.ce_swap.x",                  "72"                    },
9881   { "editor.button.ce_swap.y",                  "6"                     },
9882   { "editor.button.ce_copy.x",                  "6"                     },
9883   { "editor.button.ce_copy.y",                  "72"                    },
9884   { "editor.button.ce_paste.x",                 "28"                    },
9885   { "editor.button.ce_paste.y",                 "72"                    },
9886
9887   { "editor.button.undo.x",                     "5"                     },
9888   { "editor.button.undo.y",                     "99"                    },
9889   { "editor.button.conf.x",                     "35"                    },
9890   { "editor.button.conf.y",                     "99"                    },
9891   { "editor.button.save.x",                     "65"                    },
9892   { "editor.button.save.y",                     "99"                    },
9893   { "editor.button.clear.x",                    "5"                     },
9894   { "editor.button.clear.y",                    "119"                   },
9895   { "editor.button.test.x",                     "35"                    },
9896   { "editor.button.test.y",                     "119"                   },
9897   { "editor.button.exit.x",                     "65"                    },
9898   { "editor.button.exit.y",                     "119"                   },
9899
9900   { "editor.input.level_number.x",              "29"                    },
9901   { "editor.input.level_number.y",              "5"                     },
9902
9903   { "editor.palette.x",                         "5"                     },
9904   { "editor.palette.y",                         "30"                    },
9905   { "editor.palette.cols",                      "4"                     },
9906   { "editor.palette.rows",                      "10"                    },
9907   { "editor.palette.tile_size",                 "16"                    },
9908   { "editor.palette.show_as_separate_screen",   "false"                 },
9909   { "editor.palette.show_on_element_buttons",   "false"                 },
9910
9911   { "editor.palette.element_left.x",            "6"                     },
9912   { "editor.palette.element_left.y",            "258"                   },
9913   { "editor.palette.element_left.tile_size",    "16"                    },
9914   { "editor.palette.element_middle.x",          "42"                    },
9915   { "editor.palette.element_middle.y",          "258"                   },
9916   { "editor.palette.element_middle.tile_size",  "16"                    },
9917   { "editor.palette.element_right.x",           "78"                    },
9918   { "editor.palette.element_right.y",           "258"                   },
9919   { "editor.palette.element_right.tile_size",   "16"                    },
9920
9921   { "editor.drawingarea.tile_size",             "16"                    },
9922
9923   { "editor.settings.headline.x",               "272"                   },
9924   { "editor.settings.headline.y",               "16"                    },
9925   { "editor.settings.headline.align",           "center"                },
9926   { "editor.settings.element_graphic.x",        "24"                    },
9927   { "editor.settings.element_graphic.y",        "64"                    },
9928   { "editor.settings.element_name.x",           "-1"                    },
9929   { "editor.settings.element_name.y",           "-1"                    },
9930   { "editor.settings.tabs.x",                   "24"                    },
9931   { "editor.settings.tabs.y",                   "64"                    },
9932   { "editor.settings.tabs.2nd_yoffset",         "64"                    },
9933   { "editor.settings.tabs.draw_xoffset",        "0"                     },
9934   { "editor.settings.tabs.draw_yoffset",        "8"                     },
9935   { "editor.settings.tooltip.x",                "-1"                    },
9936   { "editor.settings.tooltip.y",                "-1"                    },
9937
9938   { "editor.gadget.normal_spacing",             "4"                     },
9939   { "editor.gadget.small_spacing",              "2"                     },
9940   { "editor.gadget.tiny_spacing",               "1"                     },
9941   { "editor.gadget.line_spacing",               "4"                     },
9942   { "editor.gadget.text_spacing",               "4"                     },
9943   { "editor.gadget.separator_line.height",      "2"                     },
9944
9945   { "request.button.yes.x",                     "2"                     },
9946   { "request.button.yes.y",                     "250"                   },
9947   { "request.button.no.x",                      "52"                    },
9948   { "request.button.no.y",                      "250"                   },
9949   { "request.button.confirm.x",                 "2"                     },
9950   { "request.button.confirm.y",                 "250"                   },
9951   { "request.button.player_1.x",                "35"                    },
9952   { "request.button.player_1.y",                "185"                   },
9953   { "request.button.player_1.draw_player",      "true"                  },
9954   { "request.button.player_1.tile_size",        "16"                    },
9955   { "request.button.player_2.x",                "65"                    },
9956   { "request.button.player_2.y",                "215"                   },
9957   { "request.button.player_2.draw_player",      "true"                  },
9958   { "request.button.player_2.tile_size",        "16"                    },
9959   { "request.button.player_3.x",                "35"                    },
9960   { "request.button.player_3.y",                "245"                   },
9961   { "request.button.player_3.draw_player",      "true"                  },
9962   { "request.button.player_3.tile_size",        "16"                    },
9963   { "request.button.player_4.x",                "5"                     },
9964   { "request.button.player_4.y",                "215"                   },
9965   { "request.button.player_4.draw_player",      "true"                  },
9966   { "request.button.player_4.tile_size",        "16"                    },
9967
9968   { "request.button.touch_yes.x",               "0"                     },
9969   { "request.button.touch_yes.y",               "-56"                   },
9970   { "request.button.touch_no.x",                "-92"                   },
9971   { "request.button.touch_no.y",                "-56"                   },
9972   { "request.button.touch_confirm.x",           "0"                     },
9973   { "request.button.touch_confirm.y",           "-56"                   },
9974
9975   { "request.x",                                "-1"                    },
9976   { "request.y",                                "-1"                    },
9977   { "request.width",                            "120"                   },
9978   { "request.height",                           "300"                   },
9979   { "request.border_size",                      "10"                    },
9980   { "request.line_spacing",                     "2"                     },
9981   { "request.step_offset",                      "10"                    },
9982   { "request.step_delay",                       "20"                    },
9983   { "request.anim_mode",                        "default"               },
9984   { "request.align",                            "center"                },
9985   { "request.valign",                           "middle"                },
9986   { "request.draw_order",                       "0"                     },
9987   { "request.autowrap",                         "false"                 },
9988   { "request.centered",                         "true"                  },
9989   { "request.wrap_single_words",                "true"                  },
9990
9991   { "global.use_envelope_request",              "false"                 },
9992
9993   { "game.graphics_engine_version",             "-1"                    },
9994   { "game.forced_scroll_delay_value",           "-1"                    },
9995   { "game.use_native_emc_graphics_engine",      "false"                 },
9996   { "game.use_native_sp_graphics_engine",       "true"                  },
9997   { "game.use_masked_pushing",                  "false"                 },
9998   { "game.use_masked_elements",                 "false"                 },
9999   { "game.tile_size",                           "32"                    },
10000
10001   { "[player].boring_delay_fixed",              "1000"                  },
10002   { "[player].boring_delay_random",             "1000"                  },
10003   { "[player].sleeping_delay_fixed",            "2000"                  },
10004   { "[player].sleeping_delay_random",           "2000"                  },
10005
10006   { "viewport.window.width",                    "672"                   },
10007   { "viewport.window.height",                   "560"                   },
10008   { "viewport.window.min_width",                "-1"                    },
10009   { "viewport.window.min_height",               "-1"                    },
10010   { "viewport.window.max_width",                "-1"                    },
10011   { "viewport.window.max_height",               "-1"                    },
10012   { "viewport.window.TITLE.width",              ARG_DEFAULT             },
10013   { "viewport.window.TITLE.height",             ARG_DEFAULT             },
10014
10015   { "viewport.playfield.x",                     "6"                     },
10016   { "viewport.playfield.y",                     "6"                     },
10017   { "viewport.playfield.width",                 "548"                   },
10018   { "viewport.playfield.height",                "548"                   },
10019   { "viewport.playfield.min_width",             "-1"                    },
10020   { "viewport.playfield.min_height",            "-1"                    },
10021   { "viewport.playfield.max_width",             "-1"                    },
10022   { "viewport.playfield.max_height",            "-1"                    },
10023   { "viewport.playfield.margin_left",           "0"                     },
10024   { "viewport.playfield.margin_right",          "0"                     },
10025   { "viewport.playfield.margin_top",            "0"                     },
10026   { "viewport.playfield.margin_bottom",         "0"                     },
10027   { "viewport.playfield.border_left",           "-1"                    },
10028   { "viewport.playfield.border_right",          "-1"                    },
10029   { "viewport.playfield.border_top",            "-1"                    },
10030   { "viewport.playfield.border_bottom",         "-1"                    },
10031   { "viewport.playfield.border_size",           "2"                     },
10032   { "viewport.playfield.align_size",            "16"                    },
10033   { "viewport.playfield.align",                 "left"                  },
10034   { "viewport.playfield.valign",                "top"                   },
10035   { "viewport.playfield.MAIN.x",                ARG_DEFAULT             },
10036   { "viewport.playfield.MAIN.y",                ARG_DEFAULT             },
10037   { "viewport.playfield.MAIN.width",            ARG_DEFAULT             },
10038   { "viewport.playfield.MAIN.height",           ARG_DEFAULT             },
10039   { "viewport.playfield.MAIN.min_width",        ARG_DEFAULT             },
10040   { "viewport.playfield.MAIN.min_height",       ARG_DEFAULT             },
10041   { "viewport.playfield.MAIN.max_width",        ARG_DEFAULT             },
10042   { "viewport.playfield.MAIN.max_height",       ARG_DEFAULT             },
10043   { "viewport.playfield.MAIN.margin_left",      ARG_DEFAULT             },
10044   { "viewport.playfield.MAIN.margin_right",     ARG_DEFAULT             },
10045   { "viewport.playfield.MAIN.margin_top",       ARG_DEFAULT             },
10046   { "viewport.playfield.MAIN.margin_bottom",    ARG_DEFAULT             },
10047   { "viewport.playfield.MAIN.border_left",      ARG_DEFAULT             },
10048   { "viewport.playfield.MAIN.border_right",     ARG_DEFAULT             },
10049   { "viewport.playfield.MAIN.border_top",       ARG_DEFAULT             },
10050   { "viewport.playfield.MAIN.border_bottom",    ARG_DEFAULT             },
10051   { "viewport.playfield.MAIN.border_size",      ARG_DEFAULT             },
10052   { "viewport.playfield.MAIN.align_size",       ARG_DEFAULT             },
10053   { "viewport.playfield.MAIN.align",            ARG_DEFAULT             },
10054   { "viewport.playfield.MAIN.valign",           ARG_DEFAULT             },
10055   { "viewport.playfield.SCORES.x",              ARG_DEFAULT             },
10056   { "viewport.playfield.SCORES.y",              ARG_DEFAULT             },
10057   { "viewport.playfield.SCORES.width",          ARG_DEFAULT             },
10058   { "viewport.playfield.SCORES.height",         ARG_DEFAULT             },
10059   { "viewport.playfield.SCORES.min_width",      ARG_DEFAULT             },
10060   { "viewport.playfield.SCORES.min_height",     ARG_DEFAULT             },
10061   { "viewport.playfield.SCORES.max_width",      ARG_DEFAULT             },
10062   { "viewport.playfield.SCORES.max_height",     ARG_DEFAULT             },
10063   { "viewport.playfield.SCORES.margin_left",    ARG_DEFAULT             },
10064   { "viewport.playfield.SCORES.margin_right",   ARG_DEFAULT             },
10065   { "viewport.playfield.SCORES.margin_top",     ARG_DEFAULT             },
10066   { "viewport.playfield.SCORES.margin_bottom",  ARG_DEFAULT             },
10067   { "viewport.playfield.SCORES.border_left",    ARG_DEFAULT             },
10068   { "viewport.playfield.SCORES.border_right",   ARG_DEFAULT             },
10069   { "viewport.playfield.SCORES.border_top",     ARG_DEFAULT             },
10070   { "viewport.playfield.SCORES.border_bottom",  ARG_DEFAULT             },
10071   { "viewport.playfield.SCORES.border_size",    ARG_DEFAULT             },
10072   { "viewport.playfield.SCORES.align_size",     ARG_DEFAULT             },
10073   { "viewport.playfield.SCORES.align",          ARG_DEFAULT             },
10074   { "viewport.playfield.SCORES.valign",         ARG_DEFAULT             },
10075   { "viewport.playfield.EDITOR.x",              ARG_DEFAULT             },
10076   { "viewport.playfield.EDITOR.y",              ARG_DEFAULT             },
10077   { "viewport.playfield.EDITOR.width",          ARG_DEFAULT             },
10078   { "viewport.playfield.EDITOR.height",         ARG_DEFAULT             },
10079   { "viewport.playfield.EDITOR.min_width",      ARG_DEFAULT             },
10080   { "viewport.playfield.EDITOR.min_height",     ARG_DEFAULT             },
10081   { "viewport.playfield.EDITOR.max_width",      ARG_DEFAULT             },
10082   { "viewport.playfield.EDITOR.max_height",     ARG_DEFAULT             },
10083   { "viewport.playfield.EDITOR.margin_left",    ARG_DEFAULT             },
10084   { "viewport.playfield.EDITOR.margin_right",   ARG_DEFAULT             },
10085   { "viewport.playfield.EDITOR.margin_top",     ARG_DEFAULT             },
10086   { "viewport.playfield.EDITOR.margin_bottom",  ARG_DEFAULT             },
10087   { "viewport.playfield.EDITOR.border_left",    ARG_DEFAULT             },
10088   { "viewport.playfield.EDITOR.border_right",   ARG_DEFAULT             },
10089   { "viewport.playfield.EDITOR.border_top",     ARG_DEFAULT             },
10090   { "viewport.playfield.EDITOR.border_bottom",  ARG_DEFAULT             },
10091   { "viewport.playfield.EDITOR.border_size",    ARG_DEFAULT             },
10092   { "viewport.playfield.EDITOR.align_size",     ARG_DEFAULT             },
10093   { "viewport.playfield.EDITOR.align",          ARG_DEFAULT             },
10094   { "viewport.playfield.EDITOR.valign",         ARG_DEFAULT             },
10095   { "viewport.playfield.PLAYING.x",             ARG_DEFAULT             },
10096   { "viewport.playfield.PLAYING.y",             ARG_DEFAULT             },
10097   { "viewport.playfield.PLAYING.width",         ARG_DEFAULT             },
10098   { "viewport.playfield.PLAYING.height",        ARG_DEFAULT             },
10099   { "viewport.playfield.PLAYING.min_width",     ARG_DEFAULT             },
10100   { "viewport.playfield.PLAYING.min_height",    ARG_DEFAULT             },
10101   { "viewport.playfield.PLAYING.max_width",     ARG_DEFAULT             },
10102   { "viewport.playfield.PLAYING.max_height",    ARG_DEFAULT             },
10103   { "viewport.playfield.PLAYING.margin_left",   ARG_DEFAULT             },
10104   { "viewport.playfield.PLAYING.margin_right",  ARG_DEFAULT             },
10105   { "viewport.playfield.PLAYING.margin_top",    ARG_DEFAULT             },
10106   { "viewport.playfield.PLAYING.margin_bottom", ARG_DEFAULT             },
10107   { "viewport.playfield.PLAYING.border_left",   ARG_DEFAULT             },
10108   { "viewport.playfield.PLAYING.border_right",  ARG_DEFAULT             },
10109   { "viewport.playfield.PLAYING.border_top",    ARG_DEFAULT             },
10110   { "viewport.playfield.PLAYING.border_bottom", ARG_DEFAULT             },
10111   { "viewport.playfield.PLAYING.border_size",   ARG_DEFAULT             },
10112   { "viewport.playfield.PLAYING.align_size",    ARG_DEFAULT             },
10113   { "viewport.playfield.PLAYING.align",         ARG_DEFAULT             },
10114   { "viewport.playfield.PLAYING.valign",        ARG_DEFAULT             },
10115
10116   { "viewport.door_1.x",                        "566"                   },
10117   { "viewport.door_1.y",                        "60"                    },
10118   { "viewport.door_1.width",                    "100"                   },
10119   { "viewport.door_1.height",                   "280"                   },
10120   { "viewport.door_1.border_size",              "4"                     },
10121   { "viewport.door_1.align",                    "left"                  },
10122   { "viewport.door_1.valign",                   "top"                   },
10123   { "viewport.door_1.MAIN.x",                   ARG_DEFAULT             },
10124   { "viewport.door_1.MAIN.y",                   ARG_DEFAULT             },
10125   { "viewport.door_1.MAIN.width",               ARG_DEFAULT             },
10126   { "viewport.door_1.MAIN.height",              ARG_DEFAULT             },
10127   { "viewport.door_1.MAIN.border_size",         ARG_DEFAULT             },
10128   { "viewport.door_1.MAIN.align",               ARG_DEFAULT             },
10129   { "viewport.door_1.MAIN.valign",              ARG_DEFAULT             },
10130   { "viewport.door_1.SCORES.x",                 ARG_DEFAULT             },
10131   { "viewport.door_1.SCORES.y",                 ARG_DEFAULT             },
10132   { "viewport.door_1.SCORES.width",             ARG_DEFAULT             },
10133   { "viewport.door_1.SCORES.height",            ARG_DEFAULT             },
10134   { "viewport.door_1.SCORES.border_size",       ARG_DEFAULT             },
10135   { "viewport.door_1.SCORES.align",             ARG_DEFAULT             },
10136   { "viewport.door_1.SCORES.valign",            ARG_DEFAULT             },
10137   { "viewport.door_1.EDITOR.x",                 ARG_DEFAULT             },
10138   { "viewport.door_1.EDITOR.y",                 ARG_DEFAULT             },
10139   { "viewport.door_1.EDITOR.width",             ARG_DEFAULT             },
10140   { "viewport.door_1.EDITOR.height",            ARG_DEFAULT             },
10141   { "viewport.door_1.EDITOR.border_size",       ARG_DEFAULT             },
10142   { "viewport.door_1.EDITOR.align",             ARG_DEFAULT             },
10143   { "viewport.door_1.EDITOR.valign",            ARG_DEFAULT             },
10144   { "viewport.door_1.PLAYING.x",                ARG_DEFAULT             },
10145   { "viewport.door_1.PLAYING.y",                ARG_DEFAULT             },
10146   { "viewport.door_1.PLAYING.width",            ARG_DEFAULT             },
10147   { "viewport.door_1.PLAYING.height",           ARG_DEFAULT             },
10148   { "viewport.door_1.PLAYING.border_size",      ARG_DEFAULT             },
10149   { "viewport.door_1.PLAYING.align",            ARG_DEFAULT             },
10150   { "viewport.door_1.PLAYING.valign",           ARG_DEFAULT             },
10151
10152   { "viewport.door_2.x",                        "566"                   },
10153   { "viewport.door_2.y",                        "400"                   },
10154   { "viewport.door_2.width",                    "100"                   },
10155   { "viewport.door_2.height",                   "100"                   },
10156   { "viewport.door_2.border_size",              "4"                     },
10157   { "viewport.door_2.align",                    "left"                  },
10158   { "viewport.door_2.valign",                   "top"                   },
10159   { "viewport.door_2.MAIN.x",                   ARG_DEFAULT             },
10160   { "viewport.door_2.MAIN.y",                   ARG_DEFAULT             },
10161   { "viewport.door_2.MAIN.width",               ARG_DEFAULT             },
10162   { "viewport.door_2.MAIN.height",              ARG_DEFAULT             },
10163   { "viewport.door_2.MAIN.border_size",         ARG_DEFAULT             },
10164   { "viewport.door_2.MAIN.align",               ARG_DEFAULT             },
10165   { "viewport.door_2.MAIN.valign",              ARG_DEFAULT             },
10166   { "viewport.door_2.SCORES.x",                 ARG_DEFAULT             },
10167   { "viewport.door_2.SCORES.y",                 ARG_DEFAULT             },
10168   { "viewport.door_2.SCORES.width",             ARG_DEFAULT             },
10169   { "viewport.door_2.SCORES.height",            ARG_DEFAULT             },
10170   { "viewport.door_2.SCORES.border_size",       ARG_DEFAULT             },
10171   { "viewport.door_2.SCORES.align",             ARG_DEFAULT             },
10172   { "viewport.door_2.SCORES.valign",            ARG_DEFAULT             },
10173   { "viewport.door_2.EDITOR.x",                 "566"                   },
10174   { "viewport.door_2.EDITOR.y",                 "356"                   },
10175   { "viewport.door_2.EDITOR.width",             "100"                   },
10176   { "viewport.door_2.EDITOR.height",            "144"                   },
10177   { "viewport.door_2.EDITOR.border_size",       "4"                     },
10178   { "viewport.door_2.EDITOR.align",             "left"                  },
10179   { "viewport.door_2.EDITOR.valign",            "top"                   },
10180   { "viewport.door_2.PLAYING.x",                ARG_DEFAULT             },
10181   { "viewport.door_2.PLAYING.y",                ARG_DEFAULT             },
10182   { "viewport.door_2.PLAYING.width",            ARG_DEFAULT             },
10183   { "viewport.door_2.PLAYING.height",           ARG_DEFAULT             },
10184   { "viewport.door_2.PLAYING.border_size",      ARG_DEFAULT             },
10185   { "viewport.door_2.PLAYING.align",            ARG_DEFAULT             },
10186   { "viewport.door_2.PLAYING.valign",           ARG_DEFAULT             },
10187
10188   { NULL,                                       NULL                    }
10189 };