X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=62326d7a972d5924b5db09f9ceed03bd6ba3c52b;hb=3f1999929dd6662da92c8f1b20c2fcbbce0c0ed7;hp=5075ee37cd2cccf182e39ca35cc55f14c2ccd022;hpb=2965766321c0bc9b8985b3760a624ea9ef8e44e5;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 5075ee37..62326d7a 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // conf_gfx.c // ============================================================================ @@ -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" }, @@ -195,8 +200,7 @@ struct ConfigInfo image_config[] = { "bd_amoeba.xpos", "8" }, { "bd_amoeba.ypos", "6" }, { "bd_amoeba.frames", "4" }, - { "bd_amoeba.delay", "1000000" }, - { "bd_amoeba.anim_mode", "random" }, + { "bd_amoeba.anim_mode", "random_static" }, { "bd_amoeba.EDITOR", "RocksElements.png" }, { "bd_amoeba.EDITOR.xpos", "8" }, { "bd_amoeba.EDITOR.ypos", "7" }, @@ -979,11 +983,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 +1003,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 +1035,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 +1054,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" }, @@ -1482,8 +1494,7 @@ struct ConfigInfo image_config[] = { "amoeba_wet.xpos", "8" }, { "amoeba_wet.ypos", "6" }, { "amoeba_wet.frames", "4" }, - { "amoeba_wet.delay", "1000000" }, - { "amoeba_wet.anim_mode", "random" }, + { "amoeba_wet.anim_mode", "random_static" }, { "amoeba_wet.EDITOR", "RocksElements.png" }, { "amoeba_wet.EDITOR.xpos", "4" }, { "amoeba_wet.EDITOR.ypos", "6" }, @@ -1491,20 +1502,17 @@ struct ConfigInfo image_config[] = { "amoeba.dropping.xpos", "8" }, { "amoeba.dropping.ypos", "6" }, { "amoeba.dropping.frames", "4" }, - { "amoeba.dropping.delay", "1000000" }, - { "amoeba.dropping.anim_mode", "random" }, + { "amoeba.dropping.anim_mode", "random_static" }, { "amoeba_dry", "RocksElements.png" }, { "amoeba_dry.xpos", "8" }, { "amoeba_dry.ypos", "6" }, { "amoeba_dry.frames", "4" }, - { "amoeba_dry.delay", "1000000" }, - { "amoeba_dry.anim_mode", "random" }, + { "amoeba_dry.anim_mode", "random_static" }, { "amoeba_full", "RocksElements.png" }, { "amoeba_full.xpos", "8" }, { "amoeba_full.ypos", "6" }, { "amoeba_full.frames", "4" }, - { "amoeba_full.delay", "1000000" }, - { "amoeba_full.anim_mode", "random" }, + { "amoeba_full.anim_mode", "random_static" }, { "amoeba_full.EDITOR", "RocksElements.png" }, { "amoeba_full.EDITOR.xpos", "8" }, { "amoeba_full.EDITOR.ypos", "7" }, @@ -1512,8 +1520,7 @@ struct ConfigInfo image_config[] = { "amoeba_dead.xpos", "12" }, { "amoeba_dead.ypos", "6" }, { "amoeba_dead.frames", "4" }, - { "amoeba_dead.delay", "1000000" }, - { "amoeba_dead.anim_mode", "random" }, + { "amoeba_dead.anim_mode", "random_static" }, { "amoeba_dead.EDITOR", "RocksElements.png" }, { "amoeba_dead.EDITOR.xpos", "12" }, { "amoeba_dead.EDITOR.ypos", "6" }, @@ -1522,23 +1529,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" }, @@ -1764,6 +1796,11 @@ struct ConfigInfo image_config[] = { "spring.ypos", "13" }, { "spring.frames", "1" }, + { "spring.left", UNDEFINED_FILENAME }, + { "spring.left.clone_from", "spring" }, + { "spring.right", UNDEFINED_FILENAME }, + { "spring.right.clone_from", "spring" }, + { "emc_steelwall_1", "RocksDC.png" }, { "emc_steelwall_1.xpos", "14" }, { "emc_steelwall_1.ypos", "0" }, @@ -2113,41 +2150,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" }, @@ -2272,6 +2305,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" }, @@ -2284,6 +2322,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" }, @@ -2296,6 +2339,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" }, @@ -2347,11 +2395,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" }, @@ -2535,18 +2593,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" }, @@ -2696,6 +2774,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" }, @@ -2710,6 +2793,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" }, @@ -2724,6 +2812,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" }, @@ -2857,6 +2950,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" }, @@ -2918,14 +3016,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" }, @@ -3997,18 +4110,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" }, @@ -4230,11 +4363,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" }, @@ -4960,8 +5103,7 @@ struct ConfigInfo image_config[] = { "mm_lightball.xpos", "12" }, { "mm_lightball.ypos", "2" }, { "mm_lightball.frames", "3" }, - { "mm_lightball.delay", "1000000" }, - { "mm_lightball.anim_mode", "random" }, + { "mm_lightball.anim_mode", "random_static" }, { "mm_lightball_red", "RocksMM.png" }, { "mm_lightball_red.xpos", "12" }, { "mm_lightball_red.ypos", "2" }, @@ -5646,6 +5788,7 @@ struct ConfigInfo image_config[] = #include "conf_chr.c" // include auto-generated data structure definitions #include "conf_cus.c" // include auto-generated data structure definitions #include "conf_grp.c" // include auto-generated data structure definitions +#include "conf_emp.c" // include auto-generated data structure definitions // ========================================================================== @@ -5654,22 +5797,6 @@ struct ConfigInfo image_config[] = // keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! -#if 1 - // !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! - - // (for testing, change filename back to "emc_objects dot png") - { "emc_object", "RocksEMC.png" }, -#if 0 - { "emc_object.scale_up_factor", "2" }, -#endif - - // (for testing, change filename back to "emc_players dot png") - { "emc_sprite", "RocksEMC.png" }, -#if 0 - { "emc_sprite.scale_up_factor", "2" }, -#endif -#endif - { "sp_frame_horizontal", "RocksSP.png" }, { "sp_frame_horizontal.xpos", "7" }, { "sp_frame_horizontal.ypos", "14" }, @@ -6055,6 +6182,34 @@ struct ConfigInfo image_config[] = { "menu.button_play_solution", UNDEFINED_FILENAME }, { "menu.button_play_solution.active", UNDEFINED_FILENAME }, + { "menu.button_switch_ecs_aga", UNDEFINED_FILENAME }, + { "menu.button_switch_ecs_aga.active", UNDEFINED_FILENAME }, + + { "menu.button_touch_back", "RocksTouch.png" }, + { "menu.button_touch_back.x", "210" }, + { "menu.button_touch_back.y", "180" }, + { "menu.button_touch_back.width", "60" }, + { "menu.button_touch_back.height", "60" }, + { "menu.button_touch_back.pressed_xoffset", "-200" }, + { "menu.button_touch_next", "RocksTouch.png" }, + { "menu.button_touch_next.x", "330" }, + { "menu.button_touch_next.y", "180" }, + { "menu.button_touch_next.width", "60" }, + { "menu.button_touch_next.height", "60" }, + { "menu.button_touch_next.pressed_xoffset", "-200" }, + { "menu.button_touch_back2", "RocksTouch.png" }, + { "menu.button_touch_back2.x", "210" }, + { "menu.button_touch_back2.y", "180" }, + { "menu.button_touch_back2.width", "60" }, + { "menu.button_touch_back2.height", "60" }, + { "menu.button_touch_back2.pressed_xoffset", "-200" }, + { "menu.button_touch_next2", "RocksTouch.png" }, + { "menu.button_touch_next2.x", "330" }, + { "menu.button_touch_next2.y", "180" }, + { "menu.button_touch_next2.width", "60" }, + { "menu.button_touch_next2.height", "60" }, + { "menu.button_touch_next2.pressed_xoffset", "-200" }, + { "menu.scrollbar", "RocksDC.png" }, { "menu.scrollbar.xpos", "8" }, { "menu.scrollbar.ypos", "10" }, @@ -6172,6 +6327,20 @@ struct ConfigInfo image_config[] = { "gfx.game.button.panel_sound_loops", UNDEFINED_FILENAME }, { "gfx.game.button.panel_sound_simple", UNDEFINED_FILENAME }, + { "gfx.game.button.touch_stop", "RocksTouch.png" }, + { "gfx.game.button.touch_stop.x", "210" }, + { "gfx.game.button.touch_stop.y", "120" }, + { "gfx.game.button.touch_stop.width", "60" }, + { "gfx.game.button.touch_stop.height", "60" }, + { "gfx.game.button.touch_stop.pressed_xoffset", "-200" }, + { "gfx.game.button.touch_pause", "RocksTouch.png" }, + { "gfx.game.button.touch_pause.x", "270" }, + { "gfx.game.button.touch_pause.y", "120" }, + { "gfx.game.button.touch_pause.width", "60" }, + { "gfx.game.button.touch_pause.height", "60" }, + { "gfx.game.button.touch_pause.pressed_xoffset", "-200" }, + { "gfx.game.button.touch_pause.active_yoffset", "60" }, + { "gfx.tape.button.eject", "RocksDoor.png" }, { "gfx.tape.button.eject.x", "305" }, { "gfx.tape.button.eject.y", "357" }, @@ -6336,6 +6505,25 @@ struct ConfigInfo image_config[] = { "gfx.request.button.player_4", UNDEFINED_FILENAME }, { "gfx.request.button.player_4.clone_from", "gfx.request.button.player_1" }, + { "gfx.request.button.touch_yes", "RocksTouch.png" }, + { "gfx.request.button.touch_yes.x", "204" }, + { "gfx.request.button.touch_yes.y", "0" }, + { "gfx.request.button.touch_yes.width", "92" }, + { "gfx.request.button.touch_yes.height", "56" }, + { "gfx.request.button.touch_yes.pressed_xoffset", "-200" }, + { "gfx.request.button.touch_no", "RocksTouch.png" }, + { "gfx.request.button.touch_no.x", "304" }, + { "gfx.request.button.touch_no.y", "0" }, + { "gfx.request.button.touch_no.width", "92" }, + { "gfx.request.button.touch_no.height", "56" }, + { "gfx.request.button.touch_no.pressed_xoffset", "-200" }, + { "gfx.request.button.touch_confirm", "RocksTouch.png" }, + { "gfx.request.button.touch_confirm.x", "204" }, + { "gfx.request.button.touch_confirm.y", "60" }, + { "gfx.request.button.touch_confirm.width", "192" }, + { "gfx.request.button.touch_confirm.height", "56" }, + { "gfx.request.button.touch_confirm.pressed_xoffset", "-200" }, + { "font.initial_1", "RocksFontSmall.png" }, { "font.initial_1.x", "0" }, { "font.initial_1.y", "0" }, @@ -6407,6 +6595,8 @@ struct ConfigInfo image_config[] = { "font.text_1.LEVELNR.clone_from", "font.text_1.LEVELS" }, { "font.text_1.SETUP", UNDEFINED_FILENAME }, { "font.text_1.SETUP.clone_from", "font.text_1.LEVELS" }, + { "font.text_1.NAMES", UNDEFINED_FILENAME }, + { "font.text_1.NAMES.clone_from", "font.input_1.MAIN" }, { "font.text_1.PREVIEW", "RocksFontEM.png" }, { "font.text_1.PREVIEW.x", "0" }, { "font.text_1.PREVIEW.y", "160" }, @@ -6442,6 +6632,8 @@ struct ConfigInfo image_config[] = { "font.text_2.LEVELNR.clone_from", "font.text_2.LEVELS" }, { "font.text_2.SETUP", UNDEFINED_FILENAME }, { "font.text_2.SETUP.clone_from", "font.text_2.LEVELS" }, + { "font.text_2.NAMES", UNDEFINED_FILENAME }, + { "font.text_2.NAMES.clone_from", "font.option_off" }, { "font.text_2.PREVIEW", "RocksFontEM.png" }, { "font.text_2.PREVIEW.x", "0" }, { "font.text_2.PREVIEW.y", "160" }, @@ -6471,6 +6663,8 @@ struct ConfigInfo image_config[] = { "font.text_3.LEVELNR.clone_from", "font.text_3.LEVELS" }, { "font.text_3.SETUP", UNDEFINED_FILENAME }, { "font.text_3.SETUP.clone_from", "font.text_3.LEVELS" }, + { "font.text_3.NAMES", UNDEFINED_FILENAME }, + { "font.text_3.NAMES.clone_from", "font.menu_1" }, { "font.text_3.PREVIEW", "RocksFontEM.png" }, { "font.text_3.PREVIEW.x", "0" }, { "font.text_3.PREVIEW.y", "160" }, @@ -6502,6 +6696,8 @@ struct ConfigInfo image_config[] = { "font.text_4.LEVELNR.clone_from", "font.text_4.LEVELS" }, { "font.text_4.SETUP", UNDEFINED_FILENAME }, { "font.text_4.SETUP.clone_from", "font.text_4.LEVELS" }, + { "font.text_4.NAMES", UNDEFINED_FILENAME }, + { "font.text_4.NAMES.clone_from", "font.menu_1.active" }, { "font.text_4.SCORES", "RocksFontMedium.png" }, { "font.text_4.SCORES.x", "0" }, { "font.text_4.SCORES.y", "480" }, @@ -6550,6 +6746,8 @@ struct ConfigInfo image_config[] = { "font.input_1.MAIN.y", "0" }, { "font.input_1.MAIN.width", "32" }, { "font.input_1.MAIN.height", "32" }, + { "font.input_1.NAMES", UNDEFINED_FILENAME }, + { "font.input_1.NAMES.clone_from", "font.input_1.MAIN" }, { "font.input_1.active", "RocksFontSmall.png" }, { "font.input_1.active.x", "0" }, { "font.input_1.active.y", "210" }, @@ -6560,6 +6758,8 @@ struct ConfigInfo image_config[] = { "font.input_1.active.MAIN.y", "480" }, { "font.input_1.active.MAIN.width", "32" }, { "font.input_1.active.MAIN.height", "32" }, + { "font.input_1.active.NAMES", UNDEFINED_FILENAME }, + { "font.input_1.active.NAMES.clone_from", "font.input_1.active.MAIN" }, { "font.input_1.active.SETUP", "RocksFontBig.png" }, { "font.input_1.active.SETUP.x", "0" }, { "font.input_1.active.SETUP.y", "0" }, @@ -7128,6 +7328,7 @@ struct ConfigInfo image_config[] = { "background.TITLE_INITIAL", UNDEFINED_FILENAME }, { "background.TITLE", UNDEFINED_FILENAME }, { "background.MAIN", UNDEFINED_FILENAME }, + { "background.NAMES", UNDEFINED_FILENAME }, { "background.LEVELS", UNDEFINED_FILENAME }, { "background.LEVELNR", UNDEFINED_FILENAME }, { "background.SCORES", UNDEFINED_FILENAME }, @@ -7651,6 +7852,7 @@ struct ConfigInfo image_config[] = { "border.draw_masked.TITLE", "false" }, { "border.draw_masked.MAIN", "false" }, + { "border.draw_masked.NAMES", "false" }, { "border.draw_masked.LEVELS", "false" }, { "border.draw_masked.LEVELNR", "false" }, { "border.draw_masked.SCORES", "false" }, @@ -7729,6 +7931,8 @@ struct ConfigInfo image_config[] = { "menu.draw_yoffset", "0" }, { "menu.draw_xoffset.MAIN", "0" }, { "menu.draw_yoffset.MAIN", "0" }, + { "menu.draw_xoffset.NAMES", "0" }, + { "menu.draw_yoffset.NAMES", "0" }, { "menu.draw_xoffset.LEVELS", "0" }, { "menu.draw_yoffset.LEVELS", "0" }, { "menu.draw_xoffset.LEVELNR", "0" }, @@ -7757,6 +7961,8 @@ struct ConfigInfo image_config[] = { "menu.draw_yoffset.SETUP", "0" }, { "menu.draw_xoffset.SETUP[GAME]", "0" }, { "menu.draw_yoffset.SETUP[GAME]", "0" }, + { "menu.draw_xoffset.SETUP[ENGINES]", "0" }, + { "menu.draw_yoffset.SETUP[ENGINES]", "0" }, { "menu.draw_xoffset.SETUP[EDITOR]", "0" }, { "menu.draw_yoffset.SETUP[EDITOR]", "0" }, { "menu.draw_xoffset.SETUP[GRAPHICS]", "0" }, @@ -7792,6 +7998,7 @@ struct ConfigInfo image_config[] = { "menu.list.SETUP[CHOOSE_OTHER].valign", "top" }, { "menu.list_size", "-1" }, + { "menu.list_size.NAMES", "-1" }, { "menu.list_size.LEVELS", "-1" }, { "menu.list_size.LEVELNR", "-1" }, { "menu.list_size.SCORES", "-1" }, @@ -7845,7 +8052,7 @@ struct ConfigInfo image_config[] = { "menu.paragraph_spacing.INFO[MUSIC]", "-3" }, { "menu.paragraph_spacing.INFO[CREDITS]", "-3" }, { "menu.paragraph_spacing.INFO[PROGRAM]", "-3" }, - { "menu.paragraph_spacing.INFO[VERSION]", "-3" }, + { "menu.paragraph_spacing.INFO[VERSION]", "-2" }, { "menu.paragraph_spacing.INFO[LEVELSET]", "-3" }, { "menu.paragraph_spacing.SETUP[INPUT]", "-1" }, @@ -7923,6 +8130,9 @@ struct ConfigInfo image_config[] = { "main.button.play_solution.x", "-1" }, { "main.button.play_solution.y", "-1" }, + { "main.button.switch_ecs_aga.x", "-1" }, + { "main.button.switch_ecs_aga.y", "-1" }, + { "main.text.name.x", "-1" }, { "main.text.name.y", "-1" }, { "main.text.name.width", "-1" }, @@ -8087,6 +8297,20 @@ struct ConfigInfo image_config[] = { "main.preview_players.xoffset", "-1" }, { "main.preview_players.yoffset", "-1" }, + { "setup.button.prev_player.x", "320" }, + { "setup.button.prev_player.y", "64" }, + { "setup.button.next_player.x", "384" }, + { "setup.button.next_player.y", "64" }, + + { "setup.button.touch_back.x", "0" }, + { "setup.button.touch_back.y", "0" }, + { "setup.button.touch_next.x", "-60" }, + { "setup.button.touch_next.y", "0" }, + { "setup.button.touch_back2.x", "0" }, + { "setup.button.touch_back2.y", "-60" }, + { "setup.button.touch_next2.x", "-60" }, + { "setup.button.touch_next2.y", "-60" }, + { "preview.x", "272" }, { "preview.y", "380" }, { "preview.align", "center" }, @@ -8307,6 +8531,8 @@ struct ConfigInfo image_config[] = { "game.panel.level_number.font_narrow", "font.text_1" }, { "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" }, @@ -8316,6 +8542,8 @@ struct ConfigInfo image_config[] = { "game.panel.gems.font", "font.text_2" }, { "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" }, @@ -8325,134 +8553,186 @@ struct ConfigInfo image_config[] = { "game.panel.inventory_count.font", "font.text_2" }, { "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" }, { "game.panel.inventory_first_1.tile_size", "16" }, { "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" }, { "game.panel.inventory_last_1.tile_size", "16" }, { "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" }, { "game.panel.key_1.tile_size", "16" }, { "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" }, @@ -8461,6 +8741,8 @@ struct ConfigInfo image_config[] = { "game.panel.key_white_count.font", "font.text_2" }, { "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" }, @@ -8470,6 +8752,8 @@ struct ConfigInfo image_config[] = { "game.panel.score.font", "font.text_2" }, { "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" }, @@ -8479,6 +8763,8 @@ struct ConfigInfo image_config[] = { "game.panel.highscore.font", "font.text_2" }, { "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" }, @@ -8489,6 +8775,8 @@ struct ConfigInfo image_config[] = { "game.panel.time.font_narrow", "font.text_1" }, { "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" }, @@ -8498,6 +8786,8 @@ struct ConfigInfo image_config[] = { "game.panel.time_hh.font", "font.text_2" }, { "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" }, @@ -8506,6 +8796,8 @@ struct ConfigInfo image_config[] = { "game.panel.time_mm.font", "font.text_2" }, { "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" }, @@ -8514,11 +8806,14 @@ struct ConfigInfo image_config[] = { "game.panel.time_ss.font", "font.text_2" }, { "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" }, @@ -8529,6 +8824,8 @@ struct ConfigInfo image_config[] = { "game.panel.health.font_narrow", "font.text_1" }, { "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" }, @@ -8544,6 +8841,8 @@ struct ConfigInfo image_config[] = { "game.panel.frame.font", "font.text_2" }, { "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" }, @@ -8558,6 +8857,8 @@ struct ConfigInfo image_config[] = { "game.panel.shield_normal_time.font", "font.text_2" }, { "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" }, @@ -8571,12 +8872,16 @@ struct ConfigInfo image_config[] = { "game.panel.shield_deadly_time.font", "font.text_2" }, { "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" }, { "game.panel.exit.tile_size", "16" }, { "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" }, @@ -8588,6 +8893,8 @@ struct ConfigInfo image_config[] = { "game.panel.emc_magic_ball_switch.tile_size", "16" }, { "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" }, @@ -8602,6 +8909,8 @@ struct ConfigInfo image_config[] = { "game.panel.light_switch_time.font", "font.text_2" }, { "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" }, @@ -8616,18 +8925,24 @@ struct ConfigInfo image_config[] = { "game.panel.timegate_switch_time.font", "font.text_2" }, { "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" }, { "game.panel.switchgate_switch.tile_size", "16" }, { "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" }, { "game.panel.emc_lenses.tile_size", "16" }, { "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" }, @@ -8636,12 +8951,16 @@ struct ConfigInfo image_config[] = { "game.panel.emc_lenses_time.font", "font.text_2" }, { "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" }, { "game.panel.emc_magnifier.tile_size", "16" }, { "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" }, @@ -8650,12 +8969,16 @@ struct ConfigInfo image_config[] = { "game.panel.emc_magnifier_time.font", "font.text_2" }, { "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" }, { "game.panel.balloon_switch.tile_size", "16" }, { "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" }, @@ -8665,6 +8988,8 @@ struct ConfigInfo image_config[] = { "game.panel.dynabomb_number.font", "font.text_2" }, { "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" }, @@ -8673,11 +8998,15 @@ struct ConfigInfo image_config[] = { "game.panel.dynabomb_size.font", "font.text_2" }, { "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" }, @@ -8687,6 +9016,8 @@ struct ConfigInfo image_config[] = { "game.panel.penguins.font", "font.text_2" }, { "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" }, @@ -8696,6 +9027,8 @@ struct ConfigInfo image_config[] = { "game.panel.sokoban_objects.font", "font.text_2" }, { "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" }, @@ -8704,59 +9037,81 @@ struct ConfigInfo image_config[] = { "game.panel.sokoban_fields.font", "font.text_2" }, { "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" }, { "game.panel.robot_wheel.tile_size", "16" }, { "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" }, { "game.panel.conveyor_belt_1.tile_size", "16" }, { "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" }, { "game.panel.magic_wall.tile_size", "16" }, { "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" }, @@ -8765,6 +9120,8 @@ struct ConfigInfo image_config[] = { "game.panel.magic_wall_time.font", "font.text_2" }, { "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" }, @@ -8775,39 +9132,57 @@ struct ConfigInfo image_config[] = { "game.panel.gravity_state.font_active", "font.text_2" }, { "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" }, @@ -8815,6 +9190,8 @@ struct ConfigInfo image_config[] = { "game.panel.element_1.element", "empty_space" }, { "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" }, @@ -8824,12 +9201,16 @@ struct ConfigInfo image_config[] = { "game.panel.element_1_count.element", "empty_space" }, { "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" }, { "game.panel.element_2.element", "empty_space" }, { "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" }, @@ -8839,12 +9220,16 @@ struct ConfigInfo image_config[] = { "game.panel.element_2_count.element", "empty_space" }, { "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" }, { "game.panel.element_3.element", "empty_space" }, { "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" }, @@ -8854,12 +9239,16 @@ struct ConfigInfo image_config[] = { "game.panel.element_3_count.element", "empty_space" }, { "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" }, { "game.panel.element_4.element", "empty_space" }, { "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" }, @@ -8869,12 +9258,16 @@ struct ConfigInfo image_config[] = { "game.panel.element_4_count.element", "empty_space" }, { "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" }, { "game.panel.element_5.element", "empty_space" }, { "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" }, @@ -8884,12 +9277,16 @@ struct ConfigInfo image_config[] = { "game.panel.element_5_count.element", "empty_space" }, { "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" }, { "game.panel.element_6.element", "empty_space" }, { "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" }, @@ -8899,12 +9296,16 @@ struct ConfigInfo image_config[] = { "game.panel.element_6_count.element", "empty_space" }, { "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" }, { "game.panel.element_7.element", "empty_space" }, { "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" }, @@ -8914,12 +9315,16 @@ struct ConfigInfo image_config[] = { "game.panel.element_7_count.element", "empty_space" }, { "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" }, { "game.panel.element_8.element", "empty_space" }, { "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" }, @@ -8929,6 +9334,8 @@ struct ConfigInfo image_config[] = { "game.panel.element_8_count.element", "empty_space" }, { "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" }, @@ -8939,12 +9346,16 @@ struct ConfigInfo image_config[] = { "game.panel.ce_score_1.element", "empty_space" }, { "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" }, { "game.panel.ce_score_1_element.element", "empty_space" }, { "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" }, @@ -8954,12 +9365,16 @@ struct ConfigInfo image_config[] = { "game.panel.ce_score_2.element", "empty_space" }, { "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" }, { "game.panel.ce_score_2_element.element", "empty_space" }, { "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" }, @@ -8969,12 +9384,16 @@ struct ConfigInfo image_config[] = { "game.panel.ce_score_3.element", "empty_space" }, { "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" }, { "game.panel.ce_score_3_element.element", "empty_space" }, { "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" }, @@ -8984,12 +9403,16 @@ struct ConfigInfo image_config[] = { "game.panel.ce_score_4.element", "empty_space" }, { "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" }, { "game.panel.ce_score_4_element.element", "empty_space" }, { "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" }, @@ -8999,12 +9422,16 @@ struct ConfigInfo image_config[] = { "game.panel.ce_score_5.element", "empty_space" }, { "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" }, { "game.panel.ce_score_5_element.element", "empty_space" }, { "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" }, @@ -9014,12 +9441,16 @@ struct ConfigInfo image_config[] = { "game.panel.ce_score_6.element", "empty_space" }, { "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" }, { "game.panel.ce_score_6_element.element", "empty_space" }, { "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" }, @@ -9029,12 +9460,16 @@ struct ConfigInfo image_config[] = { "game.panel.ce_score_7.element", "empty_space" }, { "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" }, { "game.panel.ce_score_7_element.element", "empty_space" }, { "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" }, @@ -9044,12 +9479,16 @@ struct ConfigInfo image_config[] = { "game.panel.ce_score_8.element", "empty_space" }, { "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" }, { "game.panel.ce_score_8_element.element", "empty_space" }, { "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" }, @@ -9059,6 +9498,8 @@ struct ConfigInfo image_config[] = { "game.panel.player_name.font", "font.text_2" }, { "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" }, @@ -9068,6 +9509,8 @@ struct ConfigInfo image_config[] = { "game.panel.level_name.font", "font.text_2" }, { "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" }, @@ -9076,6 +9519,8 @@ struct ConfigInfo image_config[] = { "game.panel.level_author.font", "font.text_2" }, { "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" }, @@ -9113,6 +9558,11 @@ struct ConfigInfo image_config[] = { "game.button.panel_sound_simple.x", "-1" }, { "game.button.panel_sound_simple.y", "-1" }, + { "game.button.touch_stop.x", "0" }, + { "game.button.touch_stop.y", "0" }, + { "game.button.touch_pause.x", "-60" }, + { "game.button.touch_pause.y", "0" }, + { "tape.button.eject.x", "5" }, { "tape.button.eject.y", "77" }, { "tape.button.stop.x", "23" }, @@ -9409,6 +9859,13 @@ struct ConfigInfo image_config[] = { "request.button.player_4.draw_player", "true" }, { "request.button.player_4.tile_size", "16" }, + { "request.button.touch_yes.x", "0" }, + { "request.button.touch_yes.y", "-56" }, + { "request.button.touch_no.x", "-92" }, + { "request.button.touch_no.y", "-56" }, + { "request.button.touch_confirm.x", "0" }, + { "request.button.touch_confirm.y", "-56" }, + { "request.x", "-1" }, { "request.y", "-1" }, { "request.width", "120" }, @@ -9420,6 +9877,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" }, @@ -9431,6 +9889,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" },