X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=751876b5a69ab1049cee3eb03de12ac5e7d9706d;hb=ddd58a300bd5996f69a8ec41d1fd140fe7a46f18;hp=1da4c96d663b5cc861c746ebd2f8a234a86bca8f;hpb=8f057caae2acbc12afff54102ffa4a2568b8f8c6;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 1da4c96d..751876b5 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4319,6 +4319,16 @@ struct ConfigInfo image_config[] = { "emc_dripper.active.ypos", "8" }, { "emc_dripper.active.frames", "1" }, + /* (these are only defined as elements to support ".PANEL" definitions) */ + { "graphic_1", UNDEFINED_FILENAME }, + { "graphic_2", UNDEFINED_FILENAME }, + { "graphic_3", UNDEFINED_FILENAME }, + { "graphic_4", UNDEFINED_FILENAME }, + { "graphic_5", UNDEFINED_FILENAME }, + { "graphic_6", UNDEFINED_FILENAME }, + { "graphic_7", UNDEFINED_FILENAME }, + { "graphic_8", UNDEFINED_FILENAME }, + #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 */ @@ -4601,6 +4611,39 @@ struct ConfigInfo image_config[] = { "menu.button_prev_level.active", UNDEFINED_FILENAME }, { "menu.button_prev_level.active.clone_from", "menu.button_left.active" }, + { "menu.button_name", UNDEFINED_FILENAME }, + { "menu.button_name.clone_from", "menu.button" }, + { "menu.button_name.active", UNDEFINED_FILENAME }, + { "menu.button_name.active.clone_from", "menu.button.active" }, + { "menu.button_levels", UNDEFINED_FILENAME }, + { "menu.button_levels.clone_from", "menu.button_right" }, + { "menu.button_levels.active", UNDEFINED_FILENAME }, + { "menu.button_levels.active.clone_from", "menu.button_right.active" }, + { "menu.button_scores", UNDEFINED_FILENAME }, + { "menu.button_scores.clone_from", "menu.button" }, + { "menu.button_scores.active", UNDEFINED_FILENAME }, + { "menu.button_scores.active.clone_from", "menu.button.active" }, + { "menu.button_editor", UNDEFINED_FILENAME }, + { "menu.button_editor.clone_from", "menu.button" }, + { "menu.button_editor.active", UNDEFINED_FILENAME }, + { "menu.button_editor.active.clone_from", "menu.button.active" }, + { "menu.button_info", UNDEFINED_FILENAME }, + { "menu.button_info.clone_from", "menu.button_right" }, + { "menu.button_info.active", UNDEFINED_FILENAME }, + { "menu.button_info.active.clone_from", "menu.button_right.active" }, + { "menu.button_game", UNDEFINED_FILENAME }, + { "menu.button_game.clone_from", "menu.button" }, + { "menu.button_game.active", UNDEFINED_FILENAME }, + { "menu.button_game.active.clone_from", "menu.button.active" }, + { "menu.button_setup", UNDEFINED_FILENAME }, + { "menu.button_setup.clone_from", "menu.button_right" }, + { "menu.button_setup.active", UNDEFINED_FILENAME }, + { "menu.button_setup.active.clone_from", "menu.button_right.active" }, + { "menu.button_quit", UNDEFINED_FILENAME }, + { "menu.button_quit.clone_from", "menu.button" }, + { "menu.button_quit.active", UNDEFINED_FILENAME }, + { "menu.button_quit.active.clone_from", "menu.button.active" }, + { "menu.scrollbar", "RocksDC.pcx" }, { "menu.scrollbar.xpos", "8" }, { "menu.scrollbar.ypos", "10" }, @@ -4675,6 +4718,8 @@ struct ConfigInfo image_config[] = { "font.text_1.LEVELS.y", "0" }, { "font.text_1.LEVELS.width", "16" }, { "font.text_1.LEVELS.height", "32" }, + { "font.text_1.SETUP", UNDEFINED_FILENAME }, + { "font.text_1.SETUP.clone_from", "font.text_1.LEVELS" }, { "font.text_1.PREVIEW", "RocksFontEM.pcx" }, { "font.text_1.PREVIEW.x", "0" }, { "font.text_1.PREVIEW.y", "160" }, @@ -4706,6 +4751,8 @@ struct ConfigInfo image_config[] = { "font.text_2.LEVELS.y", "160" }, { "font.text_2.LEVELS.width", "16" }, { "font.text_2.LEVELS.height", "32" }, + { "font.text_2.SETUP", UNDEFINED_FILENAME }, + { "font.text_2.SETUP.clone_from", "font.text_2.LEVELS" }, { "font.text_2.PREVIEW", "RocksFontEM.pcx" }, { "font.text_2.PREVIEW.x", "0" }, { "font.text_2.PREVIEW.y", "160" }, @@ -4731,6 +4778,8 @@ struct ConfigInfo image_config[] = { "font.text_3.LEVELS.y", "320" }, { "font.text_3.LEVELS.width", "16" }, { "font.text_3.LEVELS.height", "32" }, + { "font.text_3.SETUP", UNDEFINED_FILENAME }, + { "font.text_3.SETUP.clone_from", "font.text_3.LEVELS" }, { "font.text_3.PREVIEW", "RocksFontEM.pcx" }, { "font.text_3.PREVIEW.x", "0" }, { "font.text_3.PREVIEW.y", "160" }, @@ -4758,6 +4807,8 @@ struct ConfigInfo image_config[] = { "font.text_4.LEVELS.y", "480" }, { "font.text_4.LEVELS.width", "16" }, { "font.text_4.LEVELS.height", "32" }, + { "font.text_4.SETUP", UNDEFINED_FILENAME }, + { "font.text_4.SETUP.clone_from", "font.text_4.LEVELS" }, { "font.text_4.SCORES", "RocksFontMedium.pcx" }, { "font.text_4.SCORES.x", "0" }, { "font.text_4.SCORES.y", "480" }, @@ -4881,6 +4932,15 @@ struct ConfigInfo image_config[] = { "global.border", "RocksScreen.pcx" }, { "global.door", "RocksDoor.pcx" }, + { "global.busy", "RocksBusy.pcx" }, + { "global.busy.x", "0" }, + { "global.busy.y", "0" }, + { "global.busy.width", "32" }, + { "global.busy.height", "32" }, + { "global.busy.frames", "28" }, + { "global.busy.frames_per_line", "7" }, + { "global.busy.delay", "2" }, + { "editor.element_border", "RocksElements.pcx" }, { "editor.element_border.xpos", "0" }, { "editor.element_border.ypos", "0" }, @@ -5222,6 +5282,13 @@ struct ConfigInfo image_config[] = { "border.draw_masked.PLAYING", "false" }, { "border.draw_masked.DOOR", "false" }, + { "border.draw_masked_when_fading", "true" }, + + { "init.busy.x", "336" }, + { "init.busy.y", "280" }, + { "init.busy.align", "center" }, + { "init.busy.valign", "middle" }, + { "menu.enter_menu.fade_mode", "none" }, { "menu.enter_menu.fade_delay", "250" }, { "menu.enter_menu.post_delay", "125" }, @@ -5285,6 +5352,26 @@ struct ConfigInfo image_config[] = { "menu.draw_yoffset.INFO[LEVELSET]", "0" }, { "menu.draw_xoffset.SETUP", "0" }, { "menu.draw_yoffset.SETUP", "0" }, + { "menu.draw_xoffset.SETUP[GAME]", "0" }, + { "menu.draw_yoffset.SETUP[GAME]", "0" }, + { "menu.draw_xoffset.SETUP[EDITOR]", "0" }, + { "menu.draw_yoffset.SETUP[EDITOR]", "0" }, + { "menu.draw_xoffset.SETUP[GRAPHICS]", "0" }, + { "menu.draw_yoffset.SETUP[GRAPHICS]", "0" }, + { "menu.draw_xoffset.SETUP[SOUND]", "0" }, + { "menu.draw_yoffset.SETUP[SOUND]", "0" }, + { "menu.draw_xoffset.SETUP[ARTWORK]", "0" }, + { "menu.draw_yoffset.SETUP[ARTWORK]", "0" }, + { "menu.draw_xoffset.SETUP[INPUT]", "0" }, + { "menu.draw_yoffset.SETUP[INPUT]", "0" }, + { "menu.draw_xoffset.SETUP[SHORTCUTS_1]", "0" }, + { "menu.draw_yoffset.SETUP[SHORTCUTS_1]", "0" }, + { "menu.draw_xoffset.SETUP[SHORTCUTS_2]", "0" }, + { "menu.draw_yoffset.SETUP[SHORTCUTS_2]", "0" }, + { "menu.draw_xoffset.SETUP[CHOOSE_ARTWORK]", "0" }, + { "menu.draw_yoffset.SETUP[CHOOSE_ARTWORK]", "0" }, + { "menu.draw_xoffset.SETUP[CHOOSE_OTHER]", "0" }, + { "menu.draw_yoffset.SETUP[CHOOSE_OTHER]", "0" }, { "menu.scrollbar_xoffset", "0" }, @@ -5292,6 +5379,7 @@ struct ConfigInfo image_config[] = { "menu.list_size.LEVELS", "-1" }, { "menu.list_size.SCORES", "-1" }, { "menu.list_size.INFO", "-1" }, + { "menu.list_size.SETUP", "-1" }, { "main.button.name.x", "0" }, { "main.button.name.y", "64" }, @@ -5493,6 +5581,8 @@ struct ConfigInfo image_config[] = { "game.panel.level_number.digits", "-1" }, { "game.panel.level_number.font", "font.text_2" }, { "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.gems.x", "50" }, { "game.panel.gems.y", "54" }, @@ -5500,6 +5590,8 @@ struct ConfigInfo image_config[] = { "game.panel.gems.valign", "top" }, { "game.panel.gems.digits", "3" }, { "game.panel.gems.font", "font.text_2" }, + { "game.panel.gems.draw_masked", "true" }, + { "game.panel.gems.draw_order", "0" }, { "game.panel.inventory_count.x", "50" }, { "game.panel.inventory_count.y", "89" }, @@ -5507,90 +5599,144 @@ struct ConfigInfo image_config[] = { "game.panel.inventory_count.valign", "top" }, { "game.panel.inventory_count.digits", "3" }, { "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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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.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_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_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_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_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_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_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_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_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_count.x", "-1" }, { "game.panel.key_white_count.y", "-1" }, { "game.panel.key_white_count.align", "left" }, { "game.panel.key_white_count.valign", "top" }, { "game.panel.key_white_count.digits", "-1" }, { "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.score.x", "50" }, { "game.panel.score.y", "159" }, @@ -5598,6 +5744,8 @@ struct ConfigInfo image_config[] = { "game.panel.score.valign", "top" }, { "game.panel.score.digits", "5" }, { "game.panel.score.font", "font.text_2" }, + { "game.panel.score.draw_masked", "true" }, + { "game.panel.score.draw_order", "0" }, { "game.panel.time.x", "50" }, { "game.panel.time.y", "194" }, @@ -5606,6 +5754,8 @@ struct ConfigInfo image_config[] = { "game.panel.time.digits", "-1" }, { "game.panel.time.font", "font.text_2" }, { "game.panel.time.font_narrow", "font.text_1" }, + { "game.panel.time.draw_masked", "true" }, + { "game.panel.time.draw_order", "0" }, { "game.panel.time_hh.x", "-1" }, { "game.panel.time_hh.y", "-1" }, @@ -5613,96 +5763,136 @@ struct ConfigInfo image_config[] = { "game.panel.time_hh.valign", "top" }, { "game.panel.time_hh.digits", "2" }, { "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_mm.x", "-1" }, { "game.panel.time_mm.y", "-1" }, { "game.panel.time_mm.align", "left" }, { "game.panel.time_mm.valign", "top" }, { "game.panel.time_mm.digits", "2" }, { "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_ss.x", "-1" }, { "game.panel.time_ss.y", "-1" }, { "game.panel.time_ss.align", "left" }, { "game.panel.time_ss.valign", "top" }, { "game.panel.time_ss.digits", "2" }, { "game.panel.time_ss.font", "font.text_2" }, + { "game.panel.time_ss.draw_masked", "true" }, + { "game.panel.time_ss.draw_order", "0" }, { "game.panel.shield_normal.x", "-1" }, { "game.panel.shield_normal.y", "-1" }, { "game.panel.shield_normal.tile_size", "16" }, + { "game.panel.shield_normal.draw_masked", "false" }, + { "game.panel.shield_normal.draw_order", "0" }, { "game.panel.shield_normal_time.x", "-1" }, { "game.panel.shield_normal_time.y", "-1" }, { "game.panel.shield_normal_time.align", "left" }, { "game.panel.shield_normal_time.valign", "top" }, { "game.panel.shield_normal_time.digits", "-1" }, { "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_deadly.x", "-1" }, { "game.panel.shield_deadly.y", "-1" }, { "game.panel.shield_deadly.tile_size", "16" }, + { "game.panel.shield_deadly.draw_masked", "false" }, + { "game.panel.shield_deadly.draw_order", "0" }, { "game.panel.shield_deadly_time.x", "-1" }, { "game.panel.shield_deadly_time.y", "-1" }, { "game.panel.shield_deadly_time.align", "left" }, { "game.panel.shield_deadly_time.valign", "top" }, { "game.panel.shield_deadly_time.digits", "-1" }, { "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.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.emc_magic_ball.x", "-1" }, { "game.panel.emc_magic_ball.y", "-1" }, { "game.panel.emc_magic_ball.tile_size", "16" }, + { "game.panel.emc_magic_ball.draw_masked", "false" }, + { "game.panel.emc_magic_ball.draw_order", "0" }, { "game.panel.emc_magic_ball_switch.x", "-1" }, { "game.panel.emc_magic_ball_switch.y", "-1" }, { "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.light_switch.x", "-1" }, { "game.panel.light_switch.y", "-1" }, { "game.panel.light_switch.tile_size", "16" }, + { "game.panel.light_switch.draw_masked", "false" }, + { "game.panel.light_switch.draw_order", "0" }, { "game.panel.light_switch_time.x", "-1" }, { "game.panel.light_switch_time.y", "-1" }, { "game.panel.light_switch_time.align", "left" }, { "game.panel.light_switch_time.valign", "top" }, { "game.panel.light_switch_time.digits", "-1" }, { "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.timegate_switch.x", "-1" }, { "game.panel.timegate_switch.y", "-1" }, { "game.panel.timegate_switch.tile_size", "16" }, + { "game.panel.timegate_switch.draw_masked", "false" }, + { "game.panel.timegate_switch.draw_order", "0" }, { "game.panel.timegate_switch_time.x", "-1" }, { "game.panel.timegate_switch_time.y", "-1" }, { "game.panel.timegate_switch_time.align", "left" }, { "game.panel.timegate_switch_time.valign", "top" }, { "game.panel.timegate_switch_time.digits", "-1" }, { "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.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.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_time.x", "-1" }, { "game.panel.emc_lenses_time.y", "-1" }, { "game.panel.emc_lenses_time.align", "left" }, { "game.panel.emc_lenses_time.valign", "top" }, { "game.panel.emc_lenses_time.digits", "-1" }, { "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_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_time.x", "-1" }, { "game.panel.emc_magnifier_time.y", "-1" }, { "game.panel.emc_magnifier_time.align", "left" }, { "game.panel.emc_magnifier_time.valign", "top" }, { "game.panel.emc_magnifier_time.digits", "-1" }, { "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.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.dynabomb_number.x", "-1" }, { "game.panel.dynabomb_number.y", "-1" }, @@ -5710,15 +5900,21 @@ struct ConfigInfo image_config[] = { "game.panel.dynabomb_number.valign", "top" }, { "game.panel.dynabomb_number.digits", "-1" }, { "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_size.x", "-1" }, { "game.panel.dynabomb_size.y", "-1" }, { "game.panel.dynabomb_size.align", "left" }, { "game.panel.dynabomb_size.valign", "top" }, { "game.panel.dynabomb_size.digits", "-1" }, { "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_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.penguins.x", "-1" }, { "game.panel.penguins.y", "-1" }, @@ -5726,6 +5922,8 @@ struct ConfigInfo image_config[] = { "game.panel.penguins.valign", "top" }, { "game.panel.penguins.digits", "-1" }, { "game.panel.penguins.font", "font.text_2" }, + { "game.panel.penguins.draw_masked", "true" }, + { "game.panel.penguins.draw_order", "0" }, { "game.panel.sokoban_objects.x", "-1" }, { "game.panel.sokoban_objects.y", "-1" }, @@ -5733,51 +5931,77 @@ struct ConfigInfo image_config[] = { "game.panel.sokoban_objects.valign", "top" }, { "game.panel.sokoban_objects.digits", "-1" }, { "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_fields.x", "-1" }, { "game.panel.sokoban_fields.y", "-1" }, { "game.panel.sokoban_fields.align", "left" }, { "game.panel.sokoban_fields.valign", "top" }, { "game.panel.sokoban_fields.digits", "-1" }, { "game.panel.sokoban_fields.font", "font.text_2" }, + { "game.panel.sokoban_fields.draw_masked", "true" }, + { "game.panel.sokoban_fields.draw_order", "0" }, { "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.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_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_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_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_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_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_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_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.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_time.x", "-1" }, { "game.panel.magic_wall_time.y", "-1" }, { "game.panel.magic_wall_time.align", "left" }, { "game.panel.magic_wall_time.valign", "top" }, { "game.panel.magic_wall_time.digits", "-1" }, { "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.gravity_state.x", "-1" }, { "game.panel.gravity_state.y", "-1" }, @@ -5786,6 +6010,283 @@ struct ConfigInfo image_config[] = { "game.panel.gravity_state.chars", "-1" }, { "game.panel.gravity_state.font", "font.text_1" }, { "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.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_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_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_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_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_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_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_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.element_1.x", "-1" }, + { "game.panel.element_1.y", "-1" }, + { "game.panel.element_1.tile_size", "16" }, + { "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_count.x", "-1" }, + { "game.panel.element_1_count.y", "-1" }, + { "game.panel.element_1_count.align", "left" }, + { "game.panel.element_1_count.valign", "top" }, + { "game.panel.element_1_count.digits", "-1" }, + { "game.panel.element_1_count.font", "font.text_2" }, + { "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_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_count.x", "-1" }, + { "game.panel.element_2_count.y", "-1" }, + { "game.panel.element_2_count.align", "left" }, + { "game.panel.element_2_count.valign", "top" }, + { "game.panel.element_2_count.digits", "-1" }, + { "game.panel.element_2_count.font", "font.text_2" }, + { "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_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_count.x", "-1" }, + { "game.panel.element_3_count.y", "-1" }, + { "game.panel.element_3_count.align", "left" }, + { "game.panel.element_3_count.valign", "top" }, + { "game.panel.element_3_count.digits", "-1" }, + { "game.panel.element_3_count.font", "font.text_2" }, + { "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_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_count.x", "-1" }, + { "game.panel.element_4_count.y", "-1" }, + { "game.panel.element_4_count.align", "left" }, + { "game.panel.element_4_count.valign", "top" }, + { "game.panel.element_4_count.digits", "-1" }, + { "game.panel.element_4_count.font", "font.text_2" }, + { "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_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_count.x", "-1" }, + { "game.panel.element_5_count.y", "-1" }, + { "game.panel.element_5_count.align", "left" }, + { "game.panel.element_5_count.valign", "top" }, + { "game.panel.element_5_count.digits", "-1" }, + { "game.panel.element_5_count.font", "font.text_2" }, + { "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_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_count.x", "-1" }, + { "game.panel.element_6_count.y", "-1" }, + { "game.panel.element_6_count.align", "left" }, + { "game.panel.element_6_count.valign", "top" }, + { "game.panel.element_6_count.digits", "-1" }, + { "game.panel.element_6_count.font", "font.text_2" }, + { "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_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_count.x", "-1" }, + { "game.panel.element_7_count.y", "-1" }, + { "game.panel.element_7_count.align", "left" }, + { "game.panel.element_7_count.valign", "top" }, + { "game.panel.element_7_count.digits", "-1" }, + { "game.panel.element_7_count.font", "font.text_2" }, + { "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_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_count.x", "-1" }, + { "game.panel.element_8_count.y", "-1" }, + { "game.panel.element_8_count.align", "left" }, + { "game.panel.element_8_count.valign", "top" }, + { "game.panel.element_8_count.digits", "-1" }, + { "game.panel.element_8_count.font", "font.text_2" }, + { "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.ce_score_1.x", "-1" }, + { "game.panel.ce_score_1.y", "-1" }, + { "game.panel.ce_score_1.align", "left" }, + { "game.panel.ce_score_1.valign", "top" }, + { "game.panel.ce_score_1.digits", "-1" }, + { "game.panel.ce_score_1.font", "font.text_2" }, + { "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_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_2.x", "-1" }, + { "game.panel.ce_score_2.y", "-1" }, + { "game.panel.ce_score_2.align", "left" }, + { "game.panel.ce_score_2.valign", "top" }, + { "game.panel.ce_score_2.digits", "-1" }, + { "game.panel.ce_score_2.font", "font.text_2" }, + { "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_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_3.x", "-1" }, + { "game.panel.ce_score_3.y", "-1" }, + { "game.panel.ce_score_3.align", "left" }, + { "game.panel.ce_score_3.valign", "top" }, + { "game.panel.ce_score_3.digits", "-1" }, + { "game.panel.ce_score_3.font", "font.text_2" }, + { "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_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_4.x", "-1" }, + { "game.panel.ce_score_4.y", "-1" }, + { "game.panel.ce_score_4.align", "left" }, + { "game.panel.ce_score_4.valign", "top" }, + { "game.panel.ce_score_4.digits", "-1" }, + { "game.panel.ce_score_4.font", "font.text_2" }, + { "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_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_5.x", "-1" }, + { "game.panel.ce_score_5.y", "-1" }, + { "game.panel.ce_score_5.align", "left" }, + { "game.panel.ce_score_5.valign", "top" }, + { "game.panel.ce_score_5.digits", "-1" }, + { "game.panel.ce_score_5.font", "font.text_2" }, + { "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_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_6.x", "-1" }, + { "game.panel.ce_score_6.y", "-1" }, + { "game.panel.ce_score_6.align", "left" }, + { "game.panel.ce_score_6.valign", "top" }, + { "game.panel.ce_score_6.digits", "-1" }, + { "game.panel.ce_score_6.font", "font.text_2" }, + { "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_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_7.x", "-1" }, + { "game.panel.ce_score_7.y", "-1" }, + { "game.panel.ce_score_7.align", "left" }, + { "game.panel.ce_score_7.valign", "top" }, + { "game.panel.ce_score_7.digits", "-1" }, + { "game.panel.ce_score_7.font", "font.text_2" }, + { "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_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_8.x", "-1" }, + { "game.panel.ce_score_8.y", "-1" }, + { "game.panel.ce_score_8.align", "left" }, + { "game.panel.ce_score_8.valign", "top" }, + { "game.panel.ce_score_8.digits", "-1" }, + { "game.panel.ce_score_8.font", "font.text_2" }, + { "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_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.player_name.x", "-1" }, { "game.panel.player_name.y", "-1" }, @@ -5793,6 +6294,8 @@ struct ConfigInfo image_config[] = { "game.panel.player_name.valign", "top" }, { "game.panel.player_name.chars", "-1" }, { "game.panel.player_name.font", "font.text_2" }, + { "game.panel.player_name.draw_masked", "true" }, + { "game.panel.player_name.draw_order", "0" }, { "game.panel.level_name.x", "-1" }, { "game.panel.level_name.y", "-1" }, @@ -5800,12 +6303,16 @@ struct ConfigInfo image_config[] = { "game.panel.level_name.valign", "top" }, { "game.panel.level_name.chars", "-1" }, { "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_author.x", "-1" }, { "game.panel.level_author.y", "-1" }, { "game.panel.level_author.align", "left" }, { "game.panel.level_author.valign", "top" }, { "game.panel.level_author.chars", "-1" }, { "game.panel.level_author.font", "font.text_2" }, + { "game.panel.level_author.draw_masked", "true" }, + { "game.panel.level_author.draw_order", "0" }, { "game.button.stop.x", "5" }, { "game.button.stop.y", "215" }, @@ -5821,6 +6328,7 @@ struct ConfigInfo image_config[] = { "game.button.sound_simple.y", "245" }, { "game.forced_scroll_delay_value", "-1" }, + { "game.use_native_emc_graphics_engine", "false" }, { "[player].boring_delay_fixed", "1000" }, { "[player].boring_delay_random", "1000" },