added improved element collecting animations
[rocksndiamonds.git] / src / conf_gfx.c
index d2c13aceeaf76776fd9cb0166b8b5344339f98a9..96d500c1fc1fe80ad203d112ed77b4d33254ac02 100644 (file)
@@ -153,6 +153,11 @@ struct ConfigInfo image_config[] =
   { "bd_diamond.falling.ypos",                 "10"                    },
   { "bd_diamond.falling.frames",               "2"                     },
   { "bd_diamond.falling.delay",                        "4"                     },
+  { "bd_diamond.collecting",                   "RocksCollect.png"      },
+  { "bd_diamond.collecting.xpos",              "0"                     },
+  { "bd_diamond.collecting.ypos",              "8"                     },
+  { "bd_diamond.collecting.frames",            "7"                     },
+  { "bd_diamond.collecting.anim_mode",         "linear"                },
 
   { "bd_magic_wall",                           "RocksElements.png"     },
   { "bd_magic_wall.xpos",                      "12"                    },
@@ -979,11 +984,10 @@ struct ConfigInfo image_config[] =
   { "emerald.falling.ypos",                    "0"                     },
   { "emerald.falling.frames",                  "2"                     },
   { "emerald.falling.delay",                   "4"                     },
-  { "emerald.collecting",                      "RocksMore.png"         },
-  { "emerald.collecting.xpos",                 "3"                     },
-  { "emerald.collecting.ypos",                 "2"                     },
-  { "emerald.collecting.frames",               "3"                     },
-  { "emerald.collecting.delay",                        "2"                     },
+  { "emerald.collecting",                      "RocksCollect.png"      },
+  { "emerald.collecting.xpos",                 "0"                     },
+  { "emerald.collecting.ypos",                 "0"                     },
+  { "emerald.collecting.frames",               "7"                     },
   { "emerald.collecting.anim_mode",            "linear"                },
 
   { "diamond",                                 "RocksElements.png"     },
@@ -1000,11 +1004,10 @@ struct ConfigInfo image_config[] =
   { "diamond.falling.ypos",                    "0"                     },
   { "diamond.falling.frames",                  "2"                     },
   { "diamond.falling.delay",                   "4"                     },
-  { "diamond.collecting",                      "RocksMore.png"         },
-  { "diamond.collecting.xpos",                 "7"                     },
-  { "diamond.collecting.ypos",                 "2"                     },
-  { "diamond.collecting.frames",               "3"                     },
-  { "diamond.collecting.delay",                        "2"                     },
+  { "diamond.collecting",                      "RocksCollect.png"      },
+  { "diamond.collecting.xpos",                 "0"                     },
+  { "diamond.collecting.ypos",                 "1"                     },
+  { "diamond.collecting.frames",               "7"                     },
   { "diamond.collecting.anim_mode",            "linear"                },
 
   { "bomb",                                    "RocksElements.png"     },
@@ -1033,6 +1036,11 @@ struct ConfigInfo image_config[] =
   { "dynamite.active.frames",                  "7"                     },
   { "dynamite.active.delay",                   "12"                    },
   { "dynamite.active.anim_mode",               "linear"                },
+  { "dynamite.collecting",                     "RocksCollect.png"      },
+  { "dynamite.collecting.xpos",                        "0"                     },
+  { "dynamite.collecting.ypos",                        "7"                     },
+  { "dynamite.collecting.frames",              "7"                     },
+  { "dynamite.collecting.anim_mode",           "linear"                },
 
   { "em_dynamite",                             "RocksEMC.png"          },
   { "em_dynamite.xpos",                                "0"                     },
@@ -1047,6 +1055,11 @@ struct ConfigInfo image_config[] =
   { "em_dynamite.active.EDITOR",               "RocksEMC.png"          },
   { "em_dynamite.active.EDITOR.xpos",          "2"                     },
   { "em_dynamite.active.EDITOR.ypos",          "15"                    },
+  { "em_dynamite.collecting",                  "RocksCollect.png"      },
+  { "em_dynamite.collecting.xpos",             "0"                     },
+  { "em_dynamite.collecting.ypos",             "15"                    },
+  { "em_dynamite.collecting.frames",           "7"                     },
+  { "em_dynamite.collecting.anim_mode",                "linear"                },
 
   { "wall_emerald",                            "RocksElements.png"     },
   { "wall_emerald.xpos",                       "4"                     },
@@ -1522,23 +1535,48 @@ struct ConfigInfo image_config[] =
   { "em_key_1.xpos",                           "4"                     },
   { "em_key_1.ypos",                           "6"                     },
   { "em_key_1.frames",                         "1"                     },
+  { "em_key_1.collecting",                     "RocksCollect.png"      },
+  { "em_key_1.collecting.xpos",                        "7"                     },
+  { "em_key_1.collecting.ypos",                        "4"                     },
+  { "em_key_1.collecting.frames",              "7"                     },
+  { "em_key_1.collecting.anim_mode",           "linear"                },
   { "em_key_2",                                        "RocksSP.png"           },
   { "em_key_2.xpos",                           "5"                     },
   { "em_key_2.ypos",                           "6"                     },
   { "em_key_2.frames",                         "1"                     },
+  { "em_key_2.collecting",                     "RocksCollect.png"      },
+  { "em_key_2.collecting.xpos",                        "7"                     },
+  { "em_key_2.collecting.ypos",                        "5"                     },
+  { "em_key_2.collecting.frames",              "7"                     },
+  { "em_key_2.collecting.anim_mode",           "linear"                },
   { "em_key_3",                                        "RocksSP.png"           },
   { "em_key_3.xpos",                           "6"                     },
   { "em_key_3.ypos",                           "6"                     },
   { "em_key_3.frames",                         "1"                     },
+  { "em_key_3.collecting",                     "RocksCollect.png"      },
+  { "em_key_3.collecting.xpos",                        "7"                     },
+  { "em_key_3.collecting.ypos",                        "6"                     },
+  { "em_key_3.collecting.frames",              "7"                     },
+  { "em_key_3.collecting.anim_mode",           "linear"                },
   { "em_key_4",                                        "RocksSP.png"           },
   { "em_key_4.xpos",                           "7"                     },
   { "em_key_4.ypos",                           "6"                     },
   { "em_key_4.frames",                         "1"                     },
+  { "em_key_4.collecting",                     "RocksCollect.png"      },
+  { "em_key_4.collecting.xpos",                        "7"                     },
+  { "em_key_4.collecting.ypos",                        "7"                     },
+  { "em_key_4.collecting.frames",              "7"                     },
+  { "em_key_4.collecting.anim_mode",           "linear"                },
 
   { "dc_key_white",                            "RocksSP.png"           },
   { "dc_key_white.xpos",                       "13"                    },
   { "dc_key_white.ypos",                       "1"                     },
   { "dc_key_white.frames",                     "1"                     },
+  { "dc_key_white.collecting",                 "RocksCollect.png"      },
+  { "dc_key_white.collecting.xpos",            "7"                     },
+  { "dc_key_white.collecting.ypos",            "0"                     },
+  { "dc_key_white.collecting.frames",          "7"                     },
+  { "dc_key_white.collecting.anim_mode",       "linear"                },
 
   { "em_gate_1",                               "RocksSP.png"           },
   { "em_gate_1.xpos",                          "0"                     },
@@ -2118,41 +2156,37 @@ struct ConfigInfo image_config[] =
   { "envelope_1.xpos",                         "0"                     },
   { "envelope_1.ypos",                         "4"                     },
   { "envelope_1.frames",                       "1"                     },
-  { "envelope_1.collecting",                   "RocksMore.png"         },
-  { "envelope_1.collecting.xpos",              "5"                     },
-  { "envelope_1.collecting.ypos",              "4"                     },
-  { "envelope_1.collecting.frames",            "3"                     },
-  { "envelope_1.collecting.delay",             "2"                     },
+  { "envelope_1.collecting",                   "RocksCollect.png"      },
+  { "envelope_1.collecting.xpos",              "7"                     },
+  { "envelope_1.collecting.ypos",              "8"                     },
+  { "envelope_1.collecting.frames",            "7"                     },
   { "envelope_1.collecting.anim_mode",         "linear"                },
   { "envelope_2",                              "RocksMore.png"         },
   { "envelope_2.xpos",                         "1"                     },
   { "envelope_2.ypos",                         "4"                     },
   { "envelope_2.frames",                       "1"                     },
-  { "envelope_2.collecting",                   "RocksMore.png"         },
-  { "envelope_2.collecting.xpos",              "5"                     },
-  { "envelope_2.collecting.ypos",              "4"                     },
-  { "envelope_2.collecting.frames",            "3"                     },
-  { "envelope_2.collecting.delay",             "2"                     },
+  { "envelope_2.collecting",                   "RocksCollect.png"      },
+  { "envelope_2.collecting.xpos",              "7"                     },
+  { "envelope_2.collecting.ypos",              "9"                     },
+  { "envelope_2.collecting.frames",            "7"                     },
   { "envelope_2.collecting.anim_mode",         "linear"                },
   { "envelope_3",                              "RocksMore.png"         },
   { "envelope_3.xpos",                         "2"                     },
   { "envelope_3.ypos",                         "4"                     },
   { "envelope_3.frames",                       "1"                     },
-  { "envelope_3.collecting",                   "RocksMore.png"         },
-  { "envelope_3.collecting.xpos",              "5"                     },
-  { "envelope_3.collecting.ypos",              "4"                     },
-  { "envelope_3.collecting.frames",            "3"                     },
-  { "envelope_3.collecting.delay",             "2"                     },
+  { "envelope_3.collecting",                   "RocksCollect.png"      },
+  { "envelope_3.collecting.xpos",              "7"                     },
+  { "envelope_3.collecting.ypos",              "10"                    },
+  { "envelope_3.collecting.frames",            "7"                     },
   { "envelope_3.collecting.anim_mode",         "linear"                },
   { "envelope_4",                              "RocksMore.png"         },
   { "envelope_4.xpos",                         "3"                     },
   { "envelope_4.ypos",                         "4"                     },
   { "envelope_4.frames",                       "1"                     },
-  { "envelope_4.collecting",                   "RocksMore.png"         },
-  { "envelope_4.collecting.xpos",              "5"                     },
-  { "envelope_4.collecting.ypos",              "4"                     },
-  { "envelope_4.collecting.frames",            "3"                     },
-  { "envelope_4.collecting.delay",             "2"                     },
+  { "envelope_4.collecting",                   "RocksCollect.png"      },
+  { "envelope_4.collecting.xpos",              "7"                     },
+  { "envelope_4.collecting.ypos",              "11"                    },
+  { "envelope_4.collecting.frames",            "7"                     },
   { "envelope_4.collecting.anim_mode",         "linear"                },
 
   { "sign_radioactivity",                      "RocksDC.png"           },
@@ -2277,6 +2311,11 @@ struct ConfigInfo image_config[] =
   { "extra_time.ypos",                         "0"                     },
   { "extra_time.frames",                       "6"                     },
   { "extra_time.delay",                                "4"                     },
+  { "extra_time.collecting",                   "RocksCollect.png"      },
+  { "extra_time.collecting.xpos",              "7"                     },
+  { "extra_time.collecting.ypos",              "2"                     },
+  { "extra_time.collecting.frames",            "7"                     },
+  { "extra_time.collecting.anim_mode",         "linear"                },
 
   { "shield_normal",                           "RocksDC.png"           },
   { "shield_normal.xpos",                      "8"                     },
@@ -2289,6 +2328,11 @@ struct ConfigInfo image_config[] =
   { "shield_normal.active.frames",             "3"                     },
   { "shield_normal.active.delay",              "8"                     },
   { "shield_normal.active.anim_mode",          "pingpong"              },
+  { "shield_normal.collecting",                        "RocksCollect.png"      },
+  { "shield_normal.collecting.xpos",           "7"                     },
+  { "shield_normal.collecting.ypos",           "1"                     },
+  { "shield_normal.collecting.frames",         "7"                     },
+  { "shield_normal.collecting.anim_mode",      "linear"                },
 
   { "shield_deadly",                           "RocksDC.png"           },
   { "shield_deadly.xpos",                      "8"                     },
@@ -2301,6 +2345,11 @@ struct ConfigInfo image_config[] =
   { "shield_deadly.active.frames",             "3"                     },
   { "shield_deadly.active.delay",              "8"                     },
   { "shield_deadly.active.anim_mode",          "pingpong"              },
+  { "shield_deadly.collecting",                        "RocksCollect.png"      },
+  { "shield_deadly.collecting.xpos",           "7"                     },
+  { "shield_deadly.collecting.ypos",           "3"                     },
+  { "shield_deadly.collecting.frames",         "7"                     },
+  { "shield_deadly.collecting.anim_mode",      "linear"                },
 
   { "switchgate_closed",                       "RocksDC.png"           },
   { "switchgate_closed.xpos",                  "8"                     },
@@ -2352,11 +2401,21 @@ struct ConfigInfo image_config[] =
   { "pearl.breaking.frames",                   "4"                     },
   { "pearl.breaking.delay",                    "2"                     },
   { "pearl.breaking.anim_mode",                        "linear"                },
+  { "pearl.collecting",                                "RocksCollect.png"      },
+  { "pearl.collecting.xpos",                   "0"                     },
+  { "pearl.collecting.ypos",                   "16"                    },
+  { "pearl.collecting.frames",                 "7"                     },
+  { "pearl.collecting.anim_mode",              "linear"                },
 
   { "crystal",                                 "RocksDC.png"           },
   { "crystal.xpos",                            "9"                     },
   { "crystal.ypos",                            "11"                    },
   { "crystal.frames",                          "1"                     },
+  { "crystal.collecting",                      "RocksCollect.png"      },
+  { "crystal.collecting.xpos",                 "0"                     },
+  { "crystal.collecting.ypos",                 "17"                    },
+  { "crystal.collecting.frames",               "7"                     },
+  { "crystal.collecting.anim_mode",            "linear"                },
 
   { "wall_pearl",                              "RocksDC.png"           },
   { "wall_pearl.xpos",                         "10"                    },
@@ -2540,18 +2599,38 @@ struct ConfigInfo image_config[] =
   { "key_1.xpos",                              "4"                     },
   { "key_1.ypos",                              "1"                     },
   { "key_1.frames",                            "1"                     },
+  { "key_1.collecting",                                "RocksCollect.png"      },
+  { "key_1.collecting.xpos",                   "0"                     },
+  { "key_1.collecting.ypos",                   "3"                     },
+  { "key_1.collecting.frames",                 "7"                     },
+  { "key_1.collecting.anim_mode",              "linear"                },
   { "key_2",                                   "RocksElements.png"     },
   { "key_2.xpos",                              "5"                     },
   { "key_2.ypos",                              "1"                     },
   { "key_2.frames",                            "1"                     },
+  { "key_2.collecting",                                "RocksCollect.png"      },
+  { "key_2.collecting.xpos",                   "0"                     },
+  { "key_2.collecting.ypos",                   "4"                     },
+  { "key_2.collecting.frames",                 "7"                     },
+  { "key_2.collecting.anim_mode",              "linear"                },
   { "key_3",                                   "RocksElements.png"     },
   { "key_3.xpos",                              "6"                     },
   { "key_3.ypos",                              "1"                     },
   { "key_3.frames",                            "1"                     },
+  { "key_3.collecting",                                "RocksCollect.png"      },
+  { "key_3.collecting.xpos",                   "0"                     },
+  { "key_3.collecting.ypos",                   "5"                     },
+  { "key_3.collecting.frames",                 "7"                     },
+  { "key_3.collecting.anim_mode",              "linear"                },
   { "key_4",                                   "RocksElements.png"     },
   { "key_4.xpos",                              "7"                     },
   { "key_4.ypos",                              "1"                     },
   { "key_4.frames",                            "1"                     },
+  { "key_4.collecting",                                "RocksCollect.png"      },
+  { "key_4.collecting.xpos",                   "0"                     },
+  { "key_4.collecting.ypos",                   "6"                     },
+  { "key_4.collecting.frames",                 "7"                     },
+  { "key_4.collecting.anim_mode",              "linear"                },
 
   { "gate_1",                                  "RocksElements.png"     },
   { "gate_1.xpos",                             "4"                     },
@@ -2701,6 +2780,11 @@ struct ConfigInfo image_config[] =
   { "emerald_yellow.falling.ypos",             "8"                     },
   { "emerald_yellow.falling.frames",           "2"                     },
   { "emerald_yellow.falling.delay",            "4"                     },
+  { "emerald_yellow.collecting",               "RocksCollect.png"      },
+  { "emerald_yellow.collecting.xpos",          "0"                     },
+  { "emerald_yellow.collecting.ypos",          "9"                     },
+  { "emerald_yellow.collecting.frames",                "7"                     },
+  { "emerald_yellow.collecting.anim_mode",     "linear"                },
   { "emerald_red",                             "RocksElements.png"     },
   { "emerald_red.xpos",                                "8"                     },
   { "emerald_red.ypos",                                "9"                     },
@@ -2715,6 +2799,11 @@ struct ConfigInfo image_config[] =
   { "emerald_red.falling.ypos",                        "9"                     },
   { "emerald_red.falling.frames",              "2"                     },
   { "emerald_red.falling.delay",               "4"                     },
+  { "emerald_red.collecting",                  "RocksCollect.png"      },
+  { "emerald_red.collecting.xpos",             "0"                     },
+  { "emerald_red.collecting.ypos",             "13"                    },
+  { "emerald_red.collecting.frames",           "7"                     },
+  { "emerald_red.collecting.anim_mode",                "linear"                },
   { "emerald_purple",                          "RocksElements.png"     },
   { "emerald_purple.xpos",                     "10"                    },
   { "emerald_purple.ypos",                     "9"                     },
@@ -2729,6 +2818,11 @@ struct ConfigInfo image_config[] =
   { "emerald_purple.falling.ypos",             "9"                     },
   { "emerald_purple.falling.frames",           "2"                     },
   { "emerald_purple.falling.delay",            "4"                     },
+  { "emerald_purple.collecting",               "RocksCollect.png"      },
+  { "emerald_purple.collecting.xpos",          "0"                     },
+  { "emerald_purple.collecting.ypos",          "14"                    },
+  { "emerald_purple.collecting.frames",                "7"                     },
+  { "emerald_purple.collecting.anim_mode",     "linear"                },
 
   { "wall_emerald_yellow",                     "RocksElements.png"     },
   { "wall_emerald_yellow.xpos",                        "8"                     },
@@ -2862,6 +2956,11 @@ struct ConfigInfo image_config[] =
   { "speed_pill.xpos",                         "14"                    },
   { "speed_pill.ypos",                         "9"                     },
   { "speed_pill.frames",                       "1"                     },
+  { "speed_pill.collecting",                   "RocksCollect.png"      },
+  { "speed_pill.collecting.xpos",              "0"                     },
+  { "speed_pill.collecting.ypos",              "2"                     },
+  { "speed_pill.collecting.frames",            "7"                     },
+  { "speed_pill.collecting.anim_mode",         "linear"                },
 
   { "dark_yamyam",                             "RocksElements.png"     },
   { "dark_yamyam.xpos",                                "8"                     },
@@ -2923,14 +3022,29 @@ struct ConfigInfo image_config[] =
   { "dynabomb_increase_number.xpos",           "12"                    },
   { "dynabomb_increase_number.ypos",           "11"                    },
   { "dynabomb_increase_number.frames",         "1"                     },
+  { "dynabomb_increase_number.collecting",     "RocksCollect.png"      },
+  { "dynabomb_increase_number.collecting.xpos",        "0"                     },
+  { "dynabomb_increase_number.collecting.ypos",        "10"                    },
+  { "dynabomb_increase_number.collecting.frames", "7"                  },
+  { "dynabomb_increase_number.collecting.anim_mode", "linear"          },
   { "dynabomb_increase_size",                  "RocksElements.png"     },
   { "dynabomb_increase_size.xpos",             "15"                    },
   { "dynabomb_increase_size.ypos",             "11"                    },
   { "dynabomb_increase_size.frames",           "1"                     },
+  { "dynabomb_increase_size.collecting",       "RocksCollect.png"      },
+  { "dynabomb_increase_size.collecting.xpos",  "0"                     },
+  { "dynabomb_increase_size.collecting.ypos",  "11"                    },
+  { "dynabomb_increase_size.collecting.frames",        "7"                     },
+  { "dynabomb_increase_size.collecting.anim_mode", "linear"            },
   { "dynabomb_increase_power",                 "RocksElements.png"     },
   { "dynabomb_increase_power.xpos",            "12"                    },
   { "dynabomb_increase_power.ypos",            "9"                     },
   { "dynabomb_increase_power.frames",          "1"                     },
+  { "dynabomb_increase_power.collecting",      "RocksCollect.png"      },
+  { "dynabomb_increase_power.collecting.xpos", "0"                     },
+  { "dynabomb_increase_power.collecting.ypos", "12"                    },
+  { "dynabomb_increase_power.collecting.frames", "7"                   },
+  { "dynabomb_increase_power.collecting.anim_mode", "linear"           },
 
   { "pig",                                     "RocksHeroes.png"       },
   { "pig.xpos",                                        "8"                     },
@@ -4002,18 +4116,38 @@ struct ConfigInfo image_config[] =
   { "emc_key_5.xpos",                          "0"                     },
   { "emc_key_5.ypos",                          "5"                     },
   { "emc_key_5.frames",                                "1"                     },
+  { "emc_key_5.collecting",                    "RocksCollect.png"      },
+  { "emc_key_5.collecting.xpos",               "7"                     },
+  { "emc_key_5.collecting.ypos",               "12"                    },
+  { "emc_key_5.collecting.frames",             "7"                     },
+  { "emc_key_5.collecting.anim_mode",          "linear"                },
   { "emc_key_6",                               "RocksEMC.png"          },
   { "emc_key_6.xpos",                          "1"                     },
   { "emc_key_6.ypos",                          "5"                     },
   { "emc_key_6.frames",                                "1"                     },
+  { "emc_key_6.collecting",                    "RocksCollect.png"      },
+  { "emc_key_6.collecting.xpos",               "7"                     },
+  { "emc_key_6.collecting.ypos",               "13"                    },
+  { "emc_key_6.collecting.frames",             "7"                     },
+  { "emc_key_6.collecting.anim_mode",          "linear"                },
   { "emc_key_7",                               "RocksEMC.png"          },
   { "emc_key_7.xpos",                          "2"                     },
   { "emc_key_7.ypos",                          "5"                     },
   { "emc_key_7.frames",                                "1"                     },
+  { "emc_key_7.collecting",                    "RocksCollect.png"      },
+  { "emc_key_7.collecting.xpos",               "7"                     },
+  { "emc_key_7.collecting.ypos",               "14"                    },
+  { "emc_key_7.collecting.frames",             "7"                     },
+  { "emc_key_7.collecting.anim_mode",          "linear"                },
   { "emc_key_8",                               "RocksEMC.png"          },
   { "emc_key_8.xpos",                          "3"                     },
   { "emc_key_8.ypos",                          "5"                     },
   { "emc_key_8.frames",                                "1"                     },
+  { "emc_key_8.collecting",                    "RocksCollect.png"      },
+  { "emc_key_8.collecting.xpos",               "7"                     },
+  { "emc_key_8.collecting.ypos",               "15"                    },
+  { "emc_key_8.collecting.frames",             "7"                     },
+  { "emc_key_8.collecting.anim_mode",          "linear"                },
 
   { "emc_gate_5",                              "RocksEMC.png"          },
   { "emc_gate_5.xpos",                         "0"                     },
@@ -4235,11 +4369,21 @@ struct ConfigInfo image_config[] =
   { "emc_lenses.xpos",                         "6"                     },
   { "emc_lenses.ypos",                         "4"                     },
   { "emc_lenses.frames",                       "1"                     },
+  { "emc_lenses.collecting",                   "RocksCollect.png"      },
+  { "emc_lenses.collecting.xpos",              "7"                     },
+  { "emc_lenses.collecting.ypos",              "16"                    },
+  { "emc_lenses.collecting.frames",            "7"                     },
+  { "emc_lenses.collecting.anim_mode",         "linear"                },
 
   { "emc_magnifier",                           "RocksEMC.png"          },
   { "emc_magnifier.xpos",                      "7"                     },
   { "emc_magnifier.ypos",                      "4"                     },
   { "emc_magnifier.frames",                    "1"                     },
+  { "emc_magnifier.collecting",                        "RocksCollect.png"      },
+  { "emc_magnifier.collecting.xpos",           "7"                     },
+  { "emc_magnifier.collecting.ypos",           "17"                    },
+  { "emc_magnifier.collecting.frames",         "7"                     },
+  { "emc_magnifier.collecting.anim_mode",      "linear"                },
 
   { "emc_wall_9",                              "RocksEMC.png"          },
   { "emc_wall_9.xpos",                         "10"                    },
@@ -8394,6 +8538,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.level_number.draw_masked",     "true"                  },
   { "game.panel.level_number.draw_order",      "0"                     },
   { "game.panel.level_number.class",           "none"                  },
+  { "game.panel.level_number.style",           "none"                  },
 
   { "game.panel.gems.x",                       "50"                    },
   { "game.panel.gems.y",                       "54"                    },
@@ -8404,6 +8549,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.gems.draw_masked",             "true"                  },
   { "game.panel.gems.draw_order",              "0"                     },
   { "game.panel.gems.class",                   "none"                  },
+  { "game.panel.gems.style",                   "none"                  },
 
   { "game.panel.inventory_count.x",            "50"                    },
   { "game.panel.inventory_count.y",            "89"                    },
@@ -8414,6 +8560,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.inventory_count.draw_masked",  "true"                  },
   { "game.panel.inventory_count.draw_order",   "0"                     },
   { "game.panel.inventory_count.class",                "none"                  },
+  { "game.panel.inventory_count.style",                "none"                  },
 
   { "game.panel.inventory_first_1.x",          "-1"                    },
   { "game.panel.inventory_first_1.y",          "-1"                    },
@@ -8421,48 +8568,56 @@ struct ConfigInfo image_config[] =
   { "game.panel.inventory_first_1.draw_masked",        "false"                 },
   { "game.panel.inventory_first_1.draw_order", "0"                     },
   { "game.panel.inventory_first_1.class",      "none"                  },
+  { "game.panel.inventory_first_1.style",      "none"                  },
   { "game.panel.inventory_first_2.x",          "-1"                    },
   { "game.panel.inventory_first_2.y",          "-1"                    },
   { "game.panel.inventory_first_2.tile_size",  "16"                    },
   { "game.panel.inventory_first_2.draw_masked",        "false"                 },
   { "game.panel.inventory_first_2.draw_order", "0"                     },
   { "game.panel.inventory_first_2.class",      "none"                  },
+  { "game.panel.inventory_first_2.style",      "none"                  },
   { "game.panel.inventory_first_3.x",          "-1"                    },
   { "game.panel.inventory_first_3.y",          "-1"                    },
   { "game.panel.inventory_first_3.tile_size",  "16"                    },
   { "game.panel.inventory_first_3.draw_masked",        "false"                 },
   { "game.panel.inventory_first_3.draw_order", "0"                     },
   { "game.panel.inventory_first_3.class",      "none"                  },
+  { "game.panel.inventory_first_3.style",      "none"                  },
   { "game.panel.inventory_first_4.x",          "-1"                    },
   { "game.panel.inventory_first_4.y",          "-1"                    },
   { "game.panel.inventory_first_4.tile_size",  "16"                    },
   { "game.panel.inventory_first_4.draw_masked",        "false"                 },
   { "game.panel.inventory_first_4.draw_order", "0"                     },
   { "game.panel.inventory_first_4.class",      "none"                  },
+  { "game.panel.inventory_first_4.style",      "none"                  },
   { "game.panel.inventory_first_5.x",          "-1"                    },
   { "game.panel.inventory_first_5.y",          "-1"                    },
   { "game.panel.inventory_first_5.tile_size",  "16"                    },
   { "game.panel.inventory_first_5.draw_masked",        "false"                 },
   { "game.panel.inventory_first_5.draw_order", "0"                     },
   { "game.panel.inventory_first_5.class",      "none"                  },
+  { "game.panel.inventory_first_5.style",      "none"                  },
   { "game.panel.inventory_first_6.x",          "-1"                    },
   { "game.panel.inventory_first_6.y",          "-1"                    },
   { "game.panel.inventory_first_6.tile_size",  "16"                    },
   { "game.panel.inventory_first_6.draw_masked",        "false"                 },
   { "game.panel.inventory_first_6.draw_order", "0"                     },
   { "game.panel.inventory_first_6.class",      "none"                  },
+  { "game.panel.inventory_first_6.style",      "none"                  },
   { "game.panel.inventory_first_7.x",          "-1"                    },
   { "game.panel.inventory_first_7.y",          "-1"                    },
   { "game.panel.inventory_first_7.tile_size",  "16"                    },
   { "game.panel.inventory_first_7.draw_masked",        "false"                 },
   { "game.panel.inventory_first_7.draw_order", "0"                     },
   { "game.panel.inventory_first_7.class",      "none"                  },
+  { "game.panel.inventory_first_7.style",      "none"                  },
   { "game.panel.inventory_first_8.x",          "-1"                    },
   { "game.panel.inventory_first_8.y",          "-1"                    },
   { "game.panel.inventory_first_8.tile_size",  "16"                    },
   { "game.panel.inventory_first_8.draw_masked",        "false"                 },
   { "game.panel.inventory_first_8.draw_order", "0"                     },
   { "game.panel.inventory_first_8.class",      "none"                  },
+  { "game.panel.inventory_first_8.style",      "none"                  },
 
   { "game.panel.inventory_last_1.x",           "-1"                    },
   { "game.panel.inventory_last_1.y",           "-1"                    },
@@ -8470,48 +8625,56 @@ struct ConfigInfo image_config[] =
   { "game.panel.inventory_last_1.draw_masked", "false"                 },
   { "game.panel.inventory_last_1.draw_order",  "0"                     },
   { "game.panel.inventory_last_1.class",       "none"                  },
+  { "game.panel.inventory_last_1.style",       "none"                  },
   { "game.panel.inventory_last_2.x",           "-1"                    },
   { "game.panel.inventory_last_2.y",           "-1"                    },
   { "game.panel.inventory_last_2.tile_size",   "16"                    },
   { "game.panel.inventory_last_2.draw_masked", "false"                 },
   { "game.panel.inventory_last_2.draw_order",  "0"                     },
   { "game.panel.inventory_last_2.class",       "none"                  },
+  { "game.panel.inventory_last_2.style",       "none"                  },
   { "game.panel.inventory_last_3.x",           "-1"                    },
   { "game.panel.inventory_last_3.y",           "-1"                    },
   { "game.panel.inventory_last_3.tile_size",   "16"                    },
   { "game.panel.inventory_last_3.draw_masked", "false"                 },
   { "game.panel.inventory_last_3.draw_order",  "0"                     },
   { "game.panel.inventory_last_3.class",       "none"                  },
+  { "game.panel.inventory_last_3.style",       "none"                  },
   { "game.panel.inventory_last_4.x",           "-1"                    },
   { "game.panel.inventory_last_4.y",           "-1"                    },
   { "game.panel.inventory_last_4.tile_size",   "16"                    },
   { "game.panel.inventory_last_4.draw_masked", "false"                 },
   { "game.panel.inventory_last_4.draw_order",  "0"                     },
   { "game.panel.inventory_last_4.class",       "none"                  },
+  { "game.panel.inventory_last_4.style",       "none"                  },
   { "game.panel.inventory_last_5.x",           "-1"                    },
   { "game.panel.inventory_last_5.y",           "-1"                    },
   { "game.panel.inventory_last_5.tile_size",   "16"                    },
   { "game.panel.inventory_last_5.draw_masked", "false"                 },
   { "game.panel.inventory_last_5.draw_order",  "0"                     },
   { "game.panel.inventory_last_5.class",       "none"                  },
+  { "game.panel.inventory_last_5.style",       "none"                  },
   { "game.panel.inventory_last_6.x",           "-1"                    },
   { "game.panel.inventory_last_6.y",           "-1"                    },
   { "game.panel.inventory_last_6.tile_size",   "16"                    },
   { "game.panel.inventory_last_6.draw_masked", "false"                 },
   { "game.panel.inventory_last_6.draw_order",  "0"                     },
   { "game.panel.inventory_last_6.class",       "none"                  },
+  { "game.panel.inventory_last_6.style",       "none"                  },
   { "game.panel.inventory_last_7.x",           "-1"                    },
   { "game.panel.inventory_last_7.y",           "-1"                    },
   { "game.panel.inventory_last_7.tile_size",   "16"                    },
   { "game.panel.inventory_last_7.draw_masked", "false"                 },
   { "game.panel.inventory_last_7.draw_order",  "0"                     },
   { "game.panel.inventory_last_7.class",       "none"                  },
+  { "game.panel.inventory_last_7.style",       "none"                  },
   { "game.panel.inventory_last_8.x",           "-1"                    },
   { "game.panel.inventory_last_8.y",           "-1"                    },
   { "game.panel.inventory_last_8.tile_size",   "16"                    },
   { "game.panel.inventory_last_8.draw_masked", "false"                 },
   { "game.panel.inventory_last_8.draw_order",  "0"                     },
   { "game.panel.inventory_last_8.class",       "none"                  },
+  { "game.panel.inventory_last_8.style",       "none"                  },
 
   { "game.panel.key_1.x",                      "18"                    },
   { "game.panel.key_1.y",                      "123"                   },
@@ -8519,54 +8682,63 @@ struct ConfigInfo image_config[] =
   { "game.panel.key_1.draw_masked",            "false"                 },
   { "game.panel.key_1.draw_order",             "0"                     },
   { "game.panel.key_1.class",                  "none"                  },
+  { "game.panel.key_1.style",                  "none"                  },
   { "game.panel.key_2.x",                      "34"                    },
   { "game.panel.key_2.y",                      "123"                   },
   { "game.panel.key_2.tile_size",              "16"                    },
   { "game.panel.key_2.draw_masked",            "false"                 },
   { "game.panel.key_2.draw_order",             "0"                     },
   { "game.panel.key_2.class",                  "none"                  },
+  { "game.panel.key_2.style",                  "none"                  },
   { "game.panel.key_3.x",                      "50"                    },
   { "game.panel.key_3.y",                      "123"                   },
   { "game.panel.key_3.tile_size",              "16"                    },
   { "game.panel.key_3.draw_masked",            "false"                 },
   { "game.panel.key_3.draw_order",             "0"                     },
   { "game.panel.key_3.class",                  "none"                  },
+  { "game.panel.key_3.style",                  "none"                  },
   { "game.panel.key_4.x",                      "66"                    },
   { "game.panel.key_4.y",                      "123"                   },
   { "game.panel.key_4.tile_size",              "16"                    },
   { "game.panel.key_4.draw_masked",            "false"                 },
   { "game.panel.key_4.draw_order",             "0"                     },
   { "game.panel.key_4.class",                  "none"                  },
+  { "game.panel.key_4.style",                  "none"                  },
   { "game.panel.key_5.x",                      "-1"                    },
   { "game.panel.key_5.y",                      "-1"                    },
   { "game.panel.key_5.tile_size",              "16"                    },
   { "game.panel.key_5.draw_masked",            "false"                 },
   { "game.panel.key_5.draw_order",             "0"                     },
   { "game.panel.key_5.class",                  "none"                  },
+  { "game.panel.key_5.style",                  "none"                  },
   { "game.panel.key_6.x",                      "-1"                    },
   { "game.panel.key_6.y",                      "-1"                    },
   { "game.panel.key_6.tile_size",              "16"                    },
   { "game.panel.key_6.draw_masked",            "false"                 },
   { "game.panel.key_6.draw_order",             "0"                     },
   { "game.panel.key_6.class",                  "none"                  },
+  { "game.panel.key_6.style",                  "none"                  },
   { "game.panel.key_7.x",                      "-1"                    },
   { "game.panel.key_7.y",                      "-1"                    },
   { "game.panel.key_7.tile_size",              "16"                    },
   { "game.panel.key_7.draw_masked",            "false"                 },
   { "game.panel.key_7.draw_order",             "0"                     },
   { "game.panel.key_7.class",                  "none"                  },
+  { "game.panel.key_7.style",                  "none"                  },
   { "game.panel.key_8.x",                      "-1"                    },
   { "game.panel.key_8.y",                      "-1"                    },
   { "game.panel.key_8.tile_size",              "16"                    },
   { "game.panel.key_8.draw_masked",            "false"                 },
   { "game.panel.key_8.draw_order",             "0"                     },
   { "game.panel.key_8.class",                  "none"                  },
+  { "game.panel.key_8.style",                  "none"                  },
   { "game.panel.key_white.x",                  "-1"                    },
   { "game.panel.key_white.y",                  "-1"                    },
   { "game.panel.key_white.tile_size",          "16"                    },
   { "game.panel.key_white.draw_masked",                "false"                 },
   { "game.panel.key_white.draw_order",         "0"                     },
   { "game.panel.key_white.class",              "none"                  },
+  { "game.panel.key_white.style",              "none"                  },
   { "game.panel.key_white_count.x",            "-1"                    },
   { "game.panel.key_white_count.y",            "-1"                    },
   { "game.panel.key_white_count.align",                "left"                  },
@@ -8576,6 +8748,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.key_white_count.draw_masked",  "true"                  },
   { "game.panel.key_white_count.draw_order",   "0"                     },
   { "game.panel.key_white_count.class",                "none"                  },
+  { "game.panel.key_white_count.style",                "none"                  },
 
   { "game.panel.score.x",                      "50"                    },
   { "game.panel.score.y",                      "159"                   },
@@ -8586,6 +8759,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.score.draw_masked",            "true"                  },
   { "game.panel.score.draw_order",             "0"                     },
   { "game.panel.score.class",                  "none"                  },
+  { "game.panel.score.style",                  "none"                  },
 
   { "game.panel.highscore.x",                  "-1"                    },
   { "game.panel.highscore.y",                  "-1"                    },
@@ -8596,6 +8770,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.highscore.draw_masked",                "true"                  },
   { "game.panel.highscore.draw_order",         "0"                     },
   { "game.panel.highscore.class",              "none"                  },
+  { "game.panel.highscore.style",              "none"                  },
 
   { "game.panel.time.x",                       "50"                    },
   { "game.panel.time.y",                       "194"                   },
@@ -8607,6 +8782,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.time.draw_masked",             "true"                  },
   { "game.panel.time.draw_order",              "0"                     },
   { "game.panel.time.class",                   "none"                  },
+  { "game.panel.time.style",                   "none"                  },
 
   { "game.panel.time_hh.x",                    "-1"                    },
   { "game.panel.time_hh.y",                    "-1"                    },
@@ -8617,6 +8793,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.time_hh.draw_masked",          "true"                  },
   { "game.panel.time_hh.draw_order",           "0"                     },
   { "game.panel.time_hh.class",                        "none"                  },
+  { "game.panel.time_hh.style",                        "none"                  },
   { "game.panel.time_mm.x",                    "-1"                    },
   { "game.panel.time_mm.y",                    "-1"                    },
   { "game.panel.time_mm.align",                        "left"                  },
@@ -8626,6 +8803,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.time_mm.draw_masked",          "true"                  },
   { "game.panel.time_mm.draw_order",           "0"                     },
   { "game.panel.time_mm.class",                        "none"                  },
+  { "game.panel.time_mm.style",                        "none"                  },
   { "game.panel.time_ss.x",                    "-1"                    },
   { "game.panel.time_ss.y",                    "-1"                    },
   { "game.panel.time_ss.align",                        "left"                  },
@@ -8635,11 +8813,13 @@ struct ConfigInfo image_config[] =
   { "game.panel.time_ss.draw_masked",          "true"                  },
   { "game.panel.time_ss.draw_order",           "0"                     },
   { "game.panel.time_ss.class",                        "none"                  },
+  { "game.panel.time_ss.style",                        "none"                  },
 
   { "game.panel.time_anim.x",                  "5"                     },
   { "game.panel.time_anim.y",                  "72"                    },
   { "game.panel.time_anim.direction",          "right"                 },
   { "game.panel.time_anim.class",              "mm_engine_only"        },
+  { "game.panel.time_anim.style",              "none"                  },
 
   { "game.panel.health.x",                     "-1"                    },
   { "game.panel.health.y",                     "-1"                    },
@@ -8651,6 +8831,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.health.draw_masked",           "true"                  },
   { "game.panel.health.draw_order",            "0"                     },
   { "game.panel.health.class",                 "none"                  },
+  { "game.panel.health.style",                 "none"                  },
 
   { "game.panel.health_anim.x",                        "5"                     },
   { "game.panel.health_anim.y",                        "107"                   },
@@ -8667,6 +8848,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.frame.draw_masked",            "true"                  },
   { "game.panel.frame.draw_order",             "0"                     },
   { "game.panel.frame.class",                  "none"                  },
+  { "game.panel.frame.style",                  "none"                  },
 
   { "game.panel.shield_normal.x",              "-1"                    },
   { "game.panel.shield_normal.y",              "-1"                    },
@@ -8682,6 +8864,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.shield_normal_time.draw_masked", "true"                        },
   { "game.panel.shield_normal_time.draw_order",        "0"                     },
   { "game.panel.shield_normal_time.class",     "none"                  },
+  { "game.panel.shield_normal_time.style",     "none"                  },
   { "game.panel.shield_deadly.x",              "-1"                    },
   { "game.panel.shield_deadly.y",              "-1"                    },
   { "game.panel.shield_deadly.tile_size",      "16"                    },
@@ -8696,6 +8879,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.shield_deadly_time.draw_masked","true"                 },
   { "game.panel.shield_deadly_time.draw_order",        "0"                     },
   { "game.panel.shield_deadly_time.class",     "none"                  },
+  { "game.panel.shield_deadly_time.style",     "none"                  },
 
   { "game.panel.exit.x",                       "-1"                    },
   { "game.panel.exit.y",                       "-1"                    },
@@ -8703,6 +8887,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.exit.draw_masked",             "false"                 },
   { "game.panel.exit.draw_order",              "0"                     },
   { "game.panel.exit.class",                   "none"                  },
+  { "game.panel.exit.style",                   "none"                  },
 
   { "game.panel.emc_magic_ball.x",             "-1"                    },
   { "game.panel.emc_magic_ball.y",             "-1"                    },
@@ -8715,6 +8900,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.emc_magic_ball_switch.draw_masked", "true"             },
   { "game.panel.emc_magic_ball_switch.draw_order", "0"                 },
   { "game.panel.emc_magic_ball_switch.class",  "none"                  },
+  { "game.panel.emc_magic_ball_switch.style",  "none"                  },
 
   { "game.panel.light_switch.x",               "-1"                    },
   { "game.panel.light_switch.y",               "-1"                    },
@@ -8730,6 +8916,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.light_switch_time.draw_masked",        "true"                  },
   { "game.panel.light_switch_time.draw_order", "0"                     },
   { "game.panel.light_switch_time.class",      "none"                  },
+  { "game.panel.light_switch_time.style",      "none"                  },
 
   { "game.panel.timegate_switch.x",            "-1"                    },
   { "game.panel.timegate_switch.y",            "-1"                    },
@@ -8745,6 +8932,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.timegate_switch_time.draw_masked", "true"              },
   { "game.panel.timegate_switch_time.draw_order", "0"                  },
   { "game.panel.timegate_switch_time.class",   "none"                  },
+  { "game.panel.timegate_switch_time.style",   "none"                  },
 
   { "game.panel.switchgate_switch.x",          "-1"                    },
   { "game.panel.switchgate_switch.y",          "-1"                    },
@@ -8752,6 +8940,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.switchgate_switch.draw_masked",        "false"                 },
   { "game.panel.switchgate_switch.draw_order", "0"                     },
   { "game.panel.switchgate_switch.class",      "none"                  },
+  { "game.panel.switchgate_switch.style",      "none"                  },
 
   { "game.panel.emc_lenses.x",                 "-1"                    },
   { "game.panel.emc_lenses.y",                 "-1"                    },
@@ -8759,6 +8948,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.emc_lenses.draw_masked",       "false"                 },
   { "game.panel.emc_lenses.draw_order",                "0"                     },
   { "game.panel.emc_lenses.class",             "none"                  },
+  { "game.panel.emc_lenses.style",             "none"                  },
   { "game.panel.emc_lenses_time.x",            "-1"                    },
   { "game.panel.emc_lenses_time.y",            "-1"                    },
   { "game.panel.emc_lenses_time.align",                "left"                  },
@@ -8768,6 +8958,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.emc_lenses_time.draw_masked",  "true"                  },
   { "game.panel.emc_lenses_time.draw_order",   "0"                     },
   { "game.panel.emc_lenses_time.class",                "none"                  },
+  { "game.panel.emc_lenses_time.style",                "none"                  },
 
   { "game.panel.emc_magnifier.x",              "-1"                    },
   { "game.panel.emc_magnifier.y",              "-1"                    },
@@ -8775,6 +8966,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.emc_magnifier.draw_masked",    "false"                 },
   { "game.panel.emc_magnifier.draw_order",     "0"                     },
   { "game.panel.emc_magnifier.class",          "none"                  },
+  { "game.panel.emc_magnifier.style",          "none"                  },
   { "game.panel.emc_magnifier_time.x",         "-1"                    },
   { "game.panel.emc_magnifier_time.y",         "-1"                    },
   { "game.panel.emc_magnifier_time.align",     "left"                  },
@@ -8784,6 +8976,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.emc_magnifier_time.draw_masked","true"                 },
   { "game.panel.emc_magnifier_time.draw_order",        "0"                     },
   { "game.panel.emc_magnifier_time.class",     "none"                  },
+  { "game.panel.emc_magnifier_time.style",     "none"                  },
 
   { "game.panel.balloon_switch.x",             "-1"                    },
   { "game.panel.balloon_switch.y",             "-1"                    },
@@ -8791,6 +8984,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.balloon_switch.draw_masked",   "false"                 },
   { "game.panel.balloon_switch.draw_order",    "0"                     },
   { "game.panel.balloon_switch.class",         "none"                  },
+  { "game.panel.balloon_switch.style",         "none"                  },
 
   { "game.panel.dynabomb_number.x",            "-1"                    },
   { "game.panel.dynabomb_number.y",            "-1"                    },
@@ -8801,6 +8995,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.dynabomb_number.draw_masked",  "true"                  },
   { "game.panel.dynabomb_number.draw_order",   "0"                     },
   { "game.panel.dynabomb_number.class",                "none"                  },
+  { "game.panel.dynabomb_number.style",                "none"                  },
   { "game.panel.dynabomb_size.x",              "-1"                    },
   { "game.panel.dynabomb_size.y",              "-1"                    },
   { "game.panel.dynabomb_size.align",          "left"                  },
@@ -8810,12 +9005,14 @@ struct ConfigInfo image_config[] =
   { "game.panel.dynabomb_size.draw_masked",    "true"                  },
   { "game.panel.dynabomb_size.draw_order",     "0"                     },
   { "game.panel.dynabomb_size.class",          "none"                  },
+  { "game.panel.dynabomb_size.style",          "none"                  },
   { "game.panel.dynabomb_power.x",             "-1"                    },
   { "game.panel.dynabomb_power.y",             "-1"                    },
   { "game.panel.dynabomb_power.tile_size",     "16"                    },
   { "game.panel.dynabomb_power.draw_masked",   "false"                 },
   { "game.panel.dynabomb_power.draw_order",    "0"                     },
   { "game.panel.dynabomb_power.class",         "none"                  },
+  { "game.panel.dynabomb_power.style",         "none"                  },
 
   { "game.panel.penguins.x",                   "-1"                    },
   { "game.panel.penguins.y",                   "-1"                    },
@@ -8826,6 +9023,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.penguins.draw_masked",         "true"                  },
   { "game.panel.penguins.draw_order",          "0"                     },
   { "game.panel.penguins.class",               "none"                  },
+  { "game.panel.penguins.style",               "none"                  },
 
   { "game.panel.sokoban_objects.x",            "-1"                    },
   { "game.panel.sokoban_objects.y",            "-1"                    },
@@ -8836,6 +9034,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.sokoban_objects.draw_masked",  "true"                  },
   { "game.panel.sokoban_objects.draw_order",   "0"                     },
   { "game.panel.sokoban_objects.class",                "none"                  },
+  { "game.panel.sokoban_objects.style",                "none"                  },
   { "game.panel.sokoban_fields.x",             "-1"                    },
   { "game.panel.sokoban_fields.y",             "-1"                    },
   { "game.panel.sokoban_fields.align",         "left"                  },
@@ -8845,6 +9044,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.sokoban_fields.draw_masked",   "true"                  },
   { "game.panel.sokoban_fields.draw_order",    "0"                     },
   { "game.panel.sokoban_fields.class",         "none"                  },
+  { "game.panel.sokoban_fields.style",         "none"                  },
 
   { "game.panel.robot_wheel.x",                        "-1"                    },
   { "game.panel.robot_wheel.y",                        "-1"                    },
@@ -8852,6 +9052,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.robot_wheel.draw_masked",      "false"                 },
   { "game.panel.robot_wheel.draw_order",       "0"                     },
   { "game.panel.robot_wheel.class",            "none"                  },
+  { "game.panel.robot_wheel.style",            "none"                  },
 
   { "game.panel.conveyor_belt_1.x",            "-1"                    },
   { "game.panel.conveyor_belt_1.y",            "-1"                    },
@@ -8859,48 +9060,56 @@ struct ConfigInfo image_config[] =
   { "game.panel.conveyor_belt_1.draw_masked",  "false"                 },
   { "game.panel.conveyor_belt_1.draw_order",   "0"                     },
   { "game.panel.conveyor_belt_1.class",                "none"                  },
+  { "game.panel.conveyor_belt_1.style",                "none"                  },
   { "game.panel.conveyor_belt_1_switch.x",     "-1"                    },
   { "game.panel.conveyor_belt_1_switch.y",     "-1"                    },
   { "game.panel.conveyor_belt_1_switch.tile_size", "16"                        },
   { "game.panel.conveyor_belt_1_switch.draw_masked", "false"           },
   { "game.panel.conveyor_belt_1_switch.draw_order", "0"                        },
   { "game.panel.conveyor_belt_1_switch.class", "none"                  },
+  { "game.panel.conveyor_belt_1_switch.style", "none"                  },
   { "game.panel.conveyor_belt_2.x",            "-1"                    },
   { "game.panel.conveyor_belt_2.y",            "-1"                    },
   { "game.panel.conveyor_belt_2.tile_size",    "16"                    },
   { "game.panel.conveyor_belt_2.draw_masked",  "false"                 },
   { "game.panel.conveyor_belt_2.draw_order",   "0"                     },
   { "game.panel.conveyor_belt_2.class",                "none"                  },
+  { "game.panel.conveyor_belt_2.style",                "none"                  },
   { "game.panel.conveyor_belt_2_switch.x",     "-1"                    },
   { "game.panel.conveyor_belt_2_switch.y",     "-1"                    },
   { "game.panel.conveyor_belt_2_switch.tile_size", "16"                        },
   { "game.panel.conveyor_belt_2_switch.draw_masked", "false"           },
   { "game.panel.conveyor_belt_2_switch.draw_order", "0"                        },
   { "game.panel.conveyor_belt_2_switch.class", "none"                  },
+  { "game.panel.conveyor_belt_2_switch.style", "none"                  },
   { "game.panel.conveyor_belt_3.x",            "-1"                    },
   { "game.panel.conveyor_belt_3.y",            "-1"                    },
   { "game.panel.conveyor_belt_3.tile_size",    "16"                    },
   { "game.panel.conveyor_belt_3.draw_masked",  "false"                 },
   { "game.panel.conveyor_belt_3.draw_order",   "0"                     },
   { "game.panel.conveyor_belt_3.class",                "none"                  },
+  { "game.panel.conveyor_belt_3.style",                "none"                  },
   { "game.panel.conveyor_belt_3_switch.x",     "-1"                    },
   { "game.panel.conveyor_belt_3_switch.y",     "-1"                    },
   { "game.panel.conveyor_belt_3_switch.tile_size", "16"                        },
   { "game.panel.conveyor_belt_3_switch.draw_masked", "false"           },
   { "game.panel.conveyor_belt_3_switch.draw_order", "0"                        },
   { "game.panel.conveyor_belt_3_switch.class", "none"                  },
+  { "game.panel.conveyor_belt_3_switch.style", "none"                  },
   { "game.panel.conveyor_belt_4.x",            "-1"                    },
   { "game.panel.conveyor_belt_4.y",            "-1"                    },
   { "game.panel.conveyor_belt_4.tile_size",    "16"                    },
   { "game.panel.conveyor_belt_4.draw_masked",  "false"                 },
   { "game.panel.conveyor_belt_4.draw_order",   "0"                     },
   { "game.panel.conveyor_belt_4.class",                "none"                  },
+  { "game.panel.conveyor_belt_4.style",                "none"                  },
   { "game.panel.conveyor_belt_4_switch.x",     "-1"                    },
   { "game.panel.conveyor_belt_4_switch.y",     "-1"                    },
   { "game.panel.conveyor_belt_4_switch.tile_size", "16"                        },
   { "game.panel.conveyor_belt_4_switch.draw_masked", "false"           },
   { "game.panel.conveyor_belt_4_switch.draw_order", "0"                        },
   { "game.panel.conveyor_belt_4_switch.class", "none"                  },
+  { "game.panel.conveyor_belt_4_switch.style", "none"                  },
 
   { "game.panel.magic_wall.x",                 "-1"                    },
   { "game.panel.magic_wall.y",                 "-1"                    },
@@ -8908,6 +9117,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.magic_wall.draw_masked",       "false"                 },
   { "game.panel.magic_wall.draw_order",                "0"                     },
   { "game.panel.magic_wall.class",             "none"                  },
+  { "game.panel.magic_wall.style",             "none"                  },
   { "game.panel.magic_wall_time.x",            "-1"                    },
   { "game.panel.magic_wall_time.y",            "-1"                    },
   { "game.panel.magic_wall_time.align",                "left"                  },
@@ -8917,6 +9127,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.magic_wall_time.draw_masked",  "true"                  },
   { "game.panel.magic_wall_time.draw_order",   "0"                     },
   { "game.panel.magic_wall_time.class",                "none"                  },
+  { "game.panel.magic_wall_time.style",                "none"                  },
 
   { "game.panel.gravity_state.x",              "-1"                    },
   { "game.panel.gravity_state.y",              "-1"                    },
@@ -8928,47 +9139,56 @@ struct ConfigInfo image_config[] =
   { "game.panel.gravity_state.draw_masked",    "true"                  },
   { "game.panel.gravity_state.draw_order",     "0"                     },
   { "game.panel.gravity_state.class",          "none"                  },
+  { "game.panel.gravity_state.style",          "none"                  },
 
   { "game.panel.graphic_1.x",                  "-1"                    },
   { "game.panel.graphic_1.y",                  "-1"                    },
   { "game.panel.graphic_1.draw_masked",                "true"                  },
   { "game.panel.graphic_1.draw_order",         "0"                     },
   { "game.panel.graphic_1.class",              "none"                  },
+  { "game.panel.graphic_1.style",              "none"                  },
   { "game.panel.graphic_2.x",                  "-1"                    },
   { "game.panel.graphic_2.y",                  "-1"                    },
   { "game.panel.graphic_2.draw_masked",                "true"                  },
   { "game.panel.graphic_2.draw_order",         "0"                     },
   { "game.panel.graphic_2.class",              "none"                  },
+  { "game.panel.graphic_2.style",              "none"                  },
   { "game.panel.graphic_3.x",                  "-1"                    },
   { "game.panel.graphic_3.y",                  "-1"                    },
   { "game.panel.graphic_3.draw_masked",                "true"                  },
   { "game.panel.graphic_3.draw_order",         "0"                     },
   { "game.panel.graphic_3.class",              "none"                  },
+  { "game.panel.graphic_3.style",              "none"                  },
   { "game.panel.graphic_4.x",                  "-1"                    },
   { "game.panel.graphic_4.y",                  "-1"                    },
   { "game.panel.graphic_4.draw_masked",                "true"                  },
   { "game.panel.graphic_4.draw_order",         "0"                     },
   { "game.panel.graphic_4.class",              "none"                  },
+  { "game.panel.graphic_4.style",              "none"                  },
   { "game.panel.graphic_5.x",                  "-1"                    },
   { "game.panel.graphic_5.y",                  "-1"                    },
   { "game.panel.graphic_5.draw_masked",                "true"                  },
   { "game.panel.graphic_5.draw_order",         "0"                     },
   { "game.panel.graphic_5.class",              "none"                  },
+  { "game.panel.graphic_5.style",              "none"                  },
   { "game.panel.graphic_6.x",                  "-1"                    },
   { "game.panel.graphic_6.y",                  "-1"                    },
   { "game.panel.graphic_6.draw_masked",                "true"                  },
   { "game.panel.graphic_6.draw_order",         "0"                     },
   { "game.panel.graphic_6.class",              "none"                  },
+  { "game.panel.graphic_6.style",              "none"                  },
   { "game.panel.graphic_7.x",                  "-1"                    },
   { "game.panel.graphic_7.y",                  "-1"                    },
   { "game.panel.graphic_7.draw_masked",                "true"                  },
   { "game.panel.graphic_7.draw_order",         "0"                     },
   { "game.panel.graphic_7.class",              "none"                  },
+  { "game.panel.graphic_7.style",              "none"                  },
   { "game.panel.graphic_8.x",                  "-1"                    },
   { "game.panel.graphic_8.y",                  "-1"                    },
   { "game.panel.graphic_8.draw_masked",                "true"                  },
   { "game.panel.graphic_8.draw_order",         "0"                     },
   { "game.panel.graphic_8.class",              "none"                  },
+  { "game.panel.graphic_8.style",              "none"                  },
 
   { "game.panel.element_1.x",                  "-1"                    },
   { "game.panel.element_1.y",                  "-1"                    },
@@ -8977,6 +9197,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_1.draw_masked",                "false"                 },
   { "game.panel.element_1.draw_order",         "0"                     },
   { "game.panel.element_1.class",              "none"                  },
+  { "game.panel.element_1.style",              "none"                  },
   { "game.panel.element_1_count.x",            "-1"                    },
   { "game.panel.element_1_count.y",            "-1"                    },
   { "game.panel.element_1_count.align",                "left"                  },
@@ -8987,6 +9208,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_1_count.draw_masked",  "true"                  },
   { "game.panel.element_1_count.draw_order",   "0"                     },
   { "game.panel.element_1_count.class",                "none"                  },
+  { "game.panel.element_1_count.style",                "none"                  },
   { "game.panel.element_2.x",                  "-1"                    },
   { "game.panel.element_2.y",                  "-1"                    },
   { "game.panel.element_2.tile_size",          "16"                    },
@@ -8994,6 +9216,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_2.draw_masked",                "false"                 },
   { "game.panel.element_2.draw_order",         "0"                     },
   { "game.panel.element_2.class",              "none"                  },
+  { "game.panel.element_2.style",              "none"                  },
   { "game.panel.element_2_count.x",            "-1"                    },
   { "game.panel.element_2_count.y",            "-1"                    },
   { "game.panel.element_2_count.align",                "left"                  },
@@ -9004,6 +9227,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_2_count.draw_masked",  "true"                  },
   { "game.panel.element_2_count.draw_order",   "0"                     },
   { "game.panel.element_2_count.class",                "none"                  },
+  { "game.panel.element_2_count.style",                "none"                  },
   { "game.panel.element_3.x",                  "-1"                    },
   { "game.panel.element_3.y",                  "-1"                    },
   { "game.panel.element_3.tile_size",          "16"                    },
@@ -9011,6 +9235,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_3.draw_masked",                "false"                 },
   { "game.panel.element_3.draw_order",         "0"                     },
   { "game.panel.element_3.class",              "none"                  },
+  { "game.panel.element_3.style",              "none"                  },
   { "game.panel.element_3_count.x",            "-1"                    },
   { "game.panel.element_3_count.y",            "-1"                    },
   { "game.panel.element_3_count.align",                "left"                  },
@@ -9021,6 +9246,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_3_count.draw_masked",  "true"                  },
   { "game.panel.element_3_count.draw_order",   "0"                     },
   { "game.panel.element_3_count.class",                "none"                  },
+  { "game.panel.element_3_count.style",                "none"                  },
   { "game.panel.element_4.x",                  "-1"                    },
   { "game.panel.element_4.y",                  "-1"                    },
   { "game.panel.element_4.tile_size",          "16"                    },
@@ -9028,6 +9254,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_4.draw_masked",                "false"                 },
   { "game.panel.element_4.draw_order",         "0"                     },
   { "game.panel.element_4.class",              "none"                  },
+  { "game.panel.element_4.style",              "none"                  },
   { "game.panel.element_4_count.x",            "-1"                    },
   { "game.panel.element_4_count.y",            "-1"                    },
   { "game.panel.element_4_count.align",                "left"                  },
@@ -9038,6 +9265,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_4_count.draw_masked",  "true"                  },
   { "game.panel.element_4_count.draw_order",   "0"                     },
   { "game.panel.element_4_count.class",                "none"                  },
+  { "game.panel.element_4_count.style",                "none"                  },
   { "game.panel.element_5.x",                  "-1"                    },
   { "game.panel.element_5.y",                  "-1"                    },
   { "game.panel.element_5.tile_size",          "16"                    },
@@ -9045,6 +9273,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_5.draw_masked",                "false"                 },
   { "game.panel.element_5.draw_order",         "0"                     },
   { "game.panel.element_5.class",              "none"                  },
+  { "game.panel.element_5.style",              "none"                  },
   { "game.panel.element_5_count.x",            "-1"                    },
   { "game.panel.element_5_count.y",            "-1"                    },
   { "game.panel.element_5_count.align",                "left"                  },
@@ -9055,6 +9284,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_5_count.draw_masked",  "true"                  },
   { "game.panel.element_5_count.draw_order",   "0"                     },
   { "game.panel.element_5_count.class",                "none"                  },
+  { "game.panel.element_5_count.style",                "none"                  },
   { "game.panel.element_6.x",                  "-1"                    },
   { "game.panel.element_6.y",                  "-1"                    },
   { "game.panel.element_6.tile_size",          "16"                    },
@@ -9062,6 +9292,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_6.draw_masked",                "false"                 },
   { "game.panel.element_6.draw_order",         "0"                     },
   { "game.panel.element_6.class",              "none"                  },
+  { "game.panel.element_6.style",              "none"                  },
   { "game.panel.element_6_count.x",            "-1"                    },
   { "game.panel.element_6_count.y",            "-1"                    },
   { "game.panel.element_6_count.align",                "left"                  },
@@ -9072,6 +9303,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_6_count.draw_masked",  "true"                  },
   { "game.panel.element_6_count.draw_order",   "0"                     },
   { "game.panel.element_6_count.class",                "none"                  },
+  { "game.panel.element_6_count.style",                "none"                  },
   { "game.panel.element_7.x",                  "-1"                    },
   { "game.panel.element_7.y",                  "-1"                    },
   { "game.panel.element_7.tile_size",          "16"                    },
@@ -9079,6 +9311,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_7.draw_masked",                "false"                 },
   { "game.panel.element_7.draw_order",         "0"                     },
   { "game.panel.element_7.class",              "none"                  },
+  { "game.panel.element_7.style",              "none"                  },
   { "game.panel.element_7_count.x",            "-1"                    },
   { "game.panel.element_7_count.y",            "-1"                    },
   { "game.panel.element_7_count.align",                "left"                  },
@@ -9089,6 +9322,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_7_count.draw_masked",  "true"                  },
   { "game.panel.element_7_count.draw_order",   "0"                     },
   { "game.panel.element_7_count.class",                "none"                  },
+  { "game.panel.element_7_count.style",                "none"                  },
   { "game.panel.element_8.x",                  "-1"                    },
   { "game.panel.element_8.y",                  "-1"                    },
   { "game.panel.element_8.tile_size",          "16"                    },
@@ -9096,6 +9330,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_8.draw_masked",                "false"                 },
   { "game.panel.element_8.draw_order",         "0"                     },
   { "game.panel.element_8.class",              "none"                  },
+  { "game.panel.element_8.style",              "none"                  },
   { "game.panel.element_8_count.x",            "-1"                    },
   { "game.panel.element_8_count.y",            "-1"                    },
   { "game.panel.element_8_count.align",                "left"                  },
@@ -9106,6 +9341,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.element_8_count.draw_masked",  "true"                  },
   { "game.panel.element_8_count.draw_order",   "0"                     },
   { "game.panel.element_8_count.class",                "none"                  },
+  { "game.panel.element_8_count.style",                "none"                  },
 
   { "game.panel.ce_score_1.x",                 "-1"                    },
   { "game.panel.ce_score_1.y",                 "-1"                    },
@@ -9117,6 +9353,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_1.draw_masked",       "true"                  },
   { "game.panel.ce_score_1.draw_order",                "0"                     },
   { "game.panel.ce_score_1.class",             "none"                  },
+  { "game.panel.ce_score_1.style",             "none"                  },
   { "game.panel.ce_score_1_element.x",         "-1"                    },
   { "game.panel.ce_score_1_element.y",         "-1"                    },
   { "game.panel.ce_score_1_element.tile_size", "16"                    },
@@ -9124,6 +9361,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_1_element.draw_masked","false"                        },
   { "game.panel.ce_score_1_element.draw_order",        "0"                     },
   { "game.panel.ce_score_1_element.class",     "none"                  },
+  { "game.panel.ce_score_1_element.style",     "none"                  },
   { "game.panel.ce_score_2.x",                 "-1"                    },
   { "game.panel.ce_score_2.y",                 "-1"                    },
   { "game.panel.ce_score_2.align",             "left"                  },
@@ -9134,6 +9372,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_2.draw_masked",       "true"                  },
   { "game.panel.ce_score_2.draw_order",                "0"                     },
   { "game.panel.ce_score_2.class",             "none"                  },
+  { "game.panel.ce_score_2.style",             "none"                  },
   { "game.panel.ce_score_2_element.x",         "-1"                    },
   { "game.panel.ce_score_2_element.y",         "-1"                    },
   { "game.panel.ce_score_2_element.tile_size", "16"                    },
@@ -9141,6 +9380,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_2_element.draw_masked","false"                        },
   { "game.panel.ce_score_2_element.draw_order",        "0"                     },
   { "game.panel.ce_score_2_element.class",     "none"                  },
+  { "game.panel.ce_score_2_element.style",     "none"                  },
   { "game.panel.ce_score_3.x",                 "-1"                    },
   { "game.panel.ce_score_3.y",                 "-1"                    },
   { "game.panel.ce_score_3.align",             "left"                  },
@@ -9151,6 +9391,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_3.draw_masked",       "true"                  },
   { "game.panel.ce_score_3.draw_order",                "0"                     },
   { "game.panel.ce_score_3.class",             "none"                  },
+  { "game.panel.ce_score_3.style",             "none"                  },
   { "game.panel.ce_score_3_element.x",         "-1"                    },
   { "game.panel.ce_score_3_element.y",         "-1"                    },
   { "game.panel.ce_score_3_element.tile_size", "16"                    },
@@ -9158,6 +9399,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_3_element.draw_masked","false"                        },
   { "game.panel.ce_score_3_element.draw_order",        "0"                     },
   { "game.panel.ce_score_3_element.class",     "none"                  },
+  { "game.panel.ce_score_3_element.style",     "none"                  },
   { "game.panel.ce_score_4.x",                 "-1"                    },
   { "game.panel.ce_score_4.y",                 "-1"                    },
   { "game.panel.ce_score_4.align",             "left"                  },
@@ -9168,6 +9410,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_4.draw_masked",       "true"                  },
   { "game.panel.ce_score_4.draw_order",                "0"                     },
   { "game.panel.ce_score_4.class",             "none"                  },
+  { "game.panel.ce_score_4.style",             "none"                  },
   { "game.panel.ce_score_4_element.x",         "-1"                    },
   { "game.panel.ce_score_4_element.y",         "-1"                    },
   { "game.panel.ce_score_4_element.tile_size", "16"                    },
@@ -9175,6 +9418,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_4_element.draw_masked","false"                        },
   { "game.panel.ce_score_4_element.draw_order",        "0"                     },
   { "game.panel.ce_score_4_element.class",     "none"                  },
+  { "game.panel.ce_score_4_element.style",     "none"                  },
   { "game.panel.ce_score_5.x",                 "-1"                    },
   { "game.panel.ce_score_5.y",                 "-1"                    },
   { "game.panel.ce_score_5.align",             "left"                  },
@@ -9185,6 +9429,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_5.draw_masked",       "true"                  },
   { "game.panel.ce_score_5.draw_order",                "0"                     },
   { "game.panel.ce_score_5.class",             "none"                  },
+  { "game.panel.ce_score_5.style",             "none"                  },
   { "game.panel.ce_score_5_element.x",         "-1"                    },
   { "game.panel.ce_score_5_element.y",         "-1"                    },
   { "game.panel.ce_score_5_element.tile_size", "16"                    },
@@ -9192,6 +9437,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_5_element.draw_masked","false"                        },
   { "game.panel.ce_score_5_element.draw_order",        "0"                     },
   { "game.panel.ce_score_5_element.class",     "none"                  },
+  { "game.panel.ce_score_5_element.style",     "none"                  },
   { "game.panel.ce_score_6.x",                 "-1"                    },
   { "game.panel.ce_score_6.y",                 "-1"                    },
   { "game.panel.ce_score_6.align",             "left"                  },
@@ -9202,6 +9448,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_6.draw_masked",       "true"                  },
   { "game.panel.ce_score_6.draw_order",                "0"                     },
   { "game.panel.ce_score_6.class",             "none"                  },
+  { "game.panel.ce_score_6.style",             "none"                  },
   { "game.panel.ce_score_6_element.x",         "-1"                    },
   { "game.panel.ce_score_6_element.y",         "-1"                    },
   { "game.panel.ce_score_6_element.tile_size", "16"                    },
@@ -9209,6 +9456,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_6_element.draw_masked","false"                        },
   { "game.panel.ce_score_6_element.draw_order",        "0"                     },
   { "game.panel.ce_score_6_element.class",     "none"                  },
+  { "game.panel.ce_score_6_element.style",     "none"                  },
   { "game.panel.ce_score_7.x",                 "-1"                    },
   { "game.panel.ce_score_7.y",                 "-1"                    },
   { "game.panel.ce_score_7.align",             "left"                  },
@@ -9219,6 +9467,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_7.draw_masked",       "true"                  },
   { "game.panel.ce_score_7.draw_order",                "0"                     },
   { "game.panel.ce_score_7.class",             "none"                  },
+  { "game.panel.ce_score_7.style",             "none"                  },
   { "game.panel.ce_score_7_element.x",         "-1"                    },
   { "game.panel.ce_score_7_element.y",         "-1"                    },
   { "game.panel.ce_score_7_element.tile_size", "16"                    },
@@ -9226,6 +9475,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_7_element.draw_masked","false"                        },
   { "game.panel.ce_score_7_element.draw_order",        "0"                     },
   { "game.panel.ce_score_7_element.class",     "none"                  },
+  { "game.panel.ce_score_7_element.style",     "none"                  },
   { "game.panel.ce_score_8.x",                 "-1"                    },
   { "game.panel.ce_score_8.y",                 "-1"                    },
   { "game.panel.ce_score_8.align",             "left"                  },
@@ -9236,6 +9486,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_8.draw_masked",       "true"                  },
   { "game.panel.ce_score_8.draw_order",                "0"                     },
   { "game.panel.ce_score_8.class",             "none"                  },
+  { "game.panel.ce_score_8.style",             "none"                  },
   { "game.panel.ce_score_8_element.x",         "-1"                    },
   { "game.panel.ce_score_8_element.y",         "-1"                    },
   { "game.panel.ce_score_8_element.tile_size", "16"                    },
@@ -9243,6 +9494,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.ce_score_8_element.draw_masked","false"                        },
   { "game.panel.ce_score_8_element.draw_order",        "0"                     },
   { "game.panel.ce_score_8_element.class",     "none"                  },
+  { "game.panel.ce_score_8_element.style",     "none"                  },
 
   { "game.panel.player_name.x",                        "-1"                    },
   { "game.panel.player_name.y",                        "-1"                    },
@@ -9253,6 +9505,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.player_name.draw_masked",      "true"                  },
   { "game.panel.player_name.draw_order",       "0"                     },
   { "game.panel.player_name.class",            "none"                  },
+  { "game.panel.player_name.style",            "none"                  },
 
   { "game.panel.level_name.x",                 "-1"                    },
   { "game.panel.level_name.y",                 "-1"                    },
@@ -9263,6 +9516,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.level_name.draw_masked",       "true"                  },
   { "game.panel.level_name.draw_order",                "0"                     },
   { "game.panel.level_name.class",             "none"                  },
+  { "game.panel.level_name.style",             "none"                  },
   { "game.panel.level_author.x",               "-1"                    },
   { "game.panel.level_author.y",               "-1"                    },
   { "game.panel.level_author.align",           "left"                  },
@@ -9272,6 +9526,7 @@ struct ConfigInfo image_config[] =
   { "game.panel.level_author.draw_masked",     "true"                  },
   { "game.panel.level_author.draw_order",      "0"                     },
   { "game.panel.level_author.class",           "none"                  },
+  { "game.panel.level_author.style",           "none"                  },
 
   { "game.button.stop.x",                      "5"                     },
   { "game.button.stop.y",                      "215"                   },
@@ -9628,6 +9883,7 @@ struct ConfigInfo image_config[] =
   { "request.anim_mode",                       "default"               },
   { "request.align",                           "center"                },
   { "request.valign",                          "middle"                },
+  { "request.draw_order",                      "0"                     },
   { "request.autowrap",                                "false"                 },
   { "request.centered",                                "true"                  },
   { "request.wrap_single_words",               "true"                  },
@@ -9639,6 +9895,7 @@ struct ConfigInfo image_config[] =
   { "game.use_native_emc_graphics_engine",     "false"                 },
   { "game.use_native_sp_graphics_engine",      "true"                  },
   { "game.use_masked_pushing",                 "false"                 },
+  { "game.use_masked_elements",                        "false"                 },
   { "game.tile_size",                          "32"                    },
 
   { "[player].boring_delay_fixed",             "1000"                  },