X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=7034a099a04eefab01e783461f09ef3fdd5482f4;hb=7b387b9e5e8095a01c18ea041f19d71be83146b9;hp=c98d0601dc469b28f95f0106ca2c09b36848fdc8;hpb=dbe6f9f331452b40183a12219d57eb234ff078fe;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index c98d0601..7034a099 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -60,6 +60,7 @@ struct ConfigTypeInfo image_config_suffix[] = { ".name", ARG_UNDEFINED, TYPE_STRING }, { ".scale_up_factor", ARG_UNDEFINED, TYPE_INTEGER }, { ".clone_from", ARG_UNDEFINED, TYPE_TOKEN }, + { ".fade_mode", ARG_UNDEFINED, TYPE_INTEGER }, { ".fade_delay", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay", ARG_UNDEFINED, TYPE_INTEGER }, { ".auto_delay", ARG_UNDEFINED, TYPE_INTEGER }, @@ -4980,6 +4981,15 @@ struct ConfigInfo image_config[] = /* keyword to start parser: "CONFIG_VARS_START" <-- do not change! */ + { "[title_initial].fade_mode", "fade" }, + { "[title_initial].fade_delay", "500" }, + { "[title_initial].post_delay", "250" }, + { "[title_initial].auto_delay", "-1" }, + { "[title].fade_mode", "fade" }, + { "[title].fade_delay", "500" }, + { "[title].post_delay", "250" }, + { "[title].auto_delay", "-1" }, + { "[titlemessage_initial].x", "336" }, { "[titlemessage_initial].y", "280" }, { "[titlemessage_initial].width", "640" }, @@ -4993,6 +5003,10 @@ struct ConfigInfo image_config[] = { "[titlemessage_initial].centered", "false" }, { "[titlemessage_initial].parse_comments", "false" }, { "[titlemessage_initial].sort_priority", "0" }, + { "[titlemessage_initial].fade_mode", ARG_DEFAULT }, + { "[titlemessage_initial].fade_delay", ARG_DEFAULT }, + { "[titlemessage_initial].post_delay", ARG_DEFAULT }, + { "[titlemessage_initial].auto_delay", ARG_DEFAULT }, { "[titlemessage].x", "336" }, { "[titlemessage].y", "280" }, { "[titlemessage].width", "640" }, @@ -5006,6 +5020,10 @@ struct ConfigInfo image_config[] = { "[titlemessage].centered", "false" }, { "[titlemessage].parse_comments", "false" }, { "[titlemessage].sort_priority", "0" }, + { "[titlemessage].fade_mode", ARG_DEFAULT }, + { "[titlemessage].fade_delay", ARG_DEFAULT }, + { "[titlemessage].post_delay", ARG_DEFAULT }, + { "[titlemessage].auto_delay", ARG_DEFAULT }, { "titlemessage_initial_1.x", ARG_DEFAULT }, { "titlemessage_initial_1.y", ARG_DEFAULT }, @@ -5020,6 +5038,10 @@ struct ConfigInfo image_config[] = { "titlemessage_initial_1.centered", ARG_DEFAULT }, { "titlemessage_initial_1.parse_comments", ARG_DEFAULT }, { "titlemessage_initial_1.sort_priority", ARG_DEFAULT }, + { "titlemessage_initial_1.fade_mode", ARG_DEFAULT }, + { "titlemessage_initial_1.fade_delay", ARG_DEFAULT }, + { "titlemessage_initial_1.post_delay", ARG_DEFAULT }, + { "titlemessage_initial_1.auto_delay", ARG_DEFAULT }, { "titlemessage_initial_2.x", ARG_DEFAULT }, { "titlemessage_initial_2.y", ARG_DEFAULT }, { "titlemessage_initial_2.width", ARG_DEFAULT }, @@ -5033,6 +5055,10 @@ struct ConfigInfo image_config[] = { "titlemessage_initial_2.centered", ARG_DEFAULT }, { "titlemessage_initial_2.parse_comments", ARG_DEFAULT }, { "titlemessage_initial_2.sort_priority", ARG_DEFAULT }, + { "titlemessage_initial_2.fade_mode", ARG_DEFAULT }, + { "titlemessage_initial_2.fade_delay", ARG_DEFAULT }, + { "titlemessage_initial_2.post_delay", ARG_DEFAULT }, + { "titlemessage_initial_2.auto_delay", ARG_DEFAULT }, { "titlemessage_initial_3.x", ARG_DEFAULT }, { "titlemessage_initial_3.y", ARG_DEFAULT }, { "titlemessage_initial_3.width", ARG_DEFAULT }, @@ -5046,6 +5072,10 @@ struct ConfigInfo image_config[] = { "titlemessage_initial_3.centered", ARG_DEFAULT }, { "titlemessage_initial_3.parse_comments", ARG_DEFAULT }, { "titlemessage_initial_3.sort_priority", ARG_DEFAULT }, + { "titlemessage_initial_3.fade_mode", ARG_DEFAULT }, + { "titlemessage_initial_3.fade_delay", ARG_DEFAULT }, + { "titlemessage_initial_3.post_delay", ARG_DEFAULT }, + { "titlemessage_initial_3.auto_delay", ARG_DEFAULT }, { "titlemessage_initial_4.x", ARG_DEFAULT }, { "titlemessage_initial_4.y", ARG_DEFAULT }, { "titlemessage_initial_4.width", ARG_DEFAULT }, @@ -5059,6 +5089,10 @@ struct ConfigInfo image_config[] = { "titlemessage_initial_4.centered", ARG_DEFAULT }, { "titlemessage_initial_4.parse_comments", ARG_DEFAULT }, { "titlemessage_initial_4.sort_priority", ARG_DEFAULT }, + { "titlemessage_initial_4.fade_mode", ARG_DEFAULT }, + { "titlemessage_initial_4.fade_delay", ARG_DEFAULT }, + { "titlemessage_initial_4.post_delay", ARG_DEFAULT }, + { "titlemessage_initial_4.auto_delay", ARG_DEFAULT }, { "titlemessage_initial_5.x", ARG_DEFAULT }, { "titlemessage_initial_5.y", ARG_DEFAULT }, { "titlemessage_initial_5.width", ARG_DEFAULT }, @@ -5072,6 +5106,10 @@ struct ConfigInfo image_config[] = { "titlemessage_initial_5.centered", ARG_DEFAULT }, { "titlemessage_initial_5.parse_comments", ARG_DEFAULT }, { "titlemessage_initial_5.sort_priority", ARG_DEFAULT }, + { "titlemessage_initial_5.fade_mode", ARG_DEFAULT }, + { "titlemessage_initial_5.fade_delay", ARG_DEFAULT }, + { "titlemessage_initial_5.post_delay", ARG_DEFAULT }, + { "titlemessage_initial_5.auto_delay", ARG_DEFAULT }, { "titlemessage_1.x", ARG_DEFAULT }, { "titlemessage_1.y", ARG_DEFAULT }, { "titlemessage_1.width", ARG_DEFAULT }, @@ -5085,6 +5123,10 @@ struct ConfigInfo image_config[] = { "titlemessage_1.centered", ARG_DEFAULT }, { "titlemessage_1.parse_comments", ARG_DEFAULT }, { "titlemessage_1.sort_priority", ARG_DEFAULT }, + { "titlemessage_1.fade_mode", ARG_DEFAULT }, + { "titlemessage_1.fade_delay", ARG_DEFAULT }, + { "titlemessage_1.post_delay", ARG_DEFAULT }, + { "titlemessage_1.auto_delay", ARG_DEFAULT }, { "titlemessage_2.x", ARG_DEFAULT }, { "titlemessage_2.y", ARG_DEFAULT }, { "titlemessage_2.width", ARG_DEFAULT }, @@ -5098,6 +5140,10 @@ struct ConfigInfo image_config[] = { "titlemessage_2.centered", ARG_DEFAULT }, { "titlemessage_2.parse_comments", ARG_DEFAULT }, { "titlemessage_2.sort_priority", ARG_DEFAULT }, + { "titlemessage_2.fade_mode", ARG_DEFAULT }, + { "titlemessage_2.fade_delay", ARG_DEFAULT }, + { "titlemessage_2.post_delay", ARG_DEFAULT }, + { "titlemessage_2.auto_delay", ARG_DEFAULT }, { "titlemessage_3.x", ARG_DEFAULT }, { "titlemessage_3.y", ARG_DEFAULT }, { "titlemessage_3.width", ARG_DEFAULT }, @@ -5111,6 +5157,10 @@ struct ConfigInfo image_config[] = { "titlemessage_3.centered", ARG_DEFAULT }, { "titlemessage_3.parse_comments", ARG_DEFAULT }, { "titlemessage_3.sort_priority", ARG_DEFAULT }, + { "titlemessage_3.fade_mode", ARG_DEFAULT }, + { "titlemessage_3.fade_delay", ARG_DEFAULT }, + { "titlemessage_3.post_delay", ARG_DEFAULT }, + { "titlemessage_3.auto_delay", ARG_DEFAULT }, { "titlemessage_4.x", ARG_DEFAULT }, { "titlemessage_4.y", ARG_DEFAULT }, { "titlemessage_4.width", ARG_DEFAULT }, @@ -5124,6 +5174,10 @@ struct ConfigInfo image_config[] = { "titlemessage_4.centered", ARG_DEFAULT }, { "titlemessage_4.parse_comments", ARG_DEFAULT }, { "titlemessage_4.sort_priority", ARG_DEFAULT }, + { "titlemessage_4.fade_mode", ARG_DEFAULT }, + { "titlemessage_4.fade_delay", ARG_DEFAULT }, + { "titlemessage_4.post_delay", ARG_DEFAULT }, + { "titlemessage_4.auto_delay", ARG_DEFAULT }, { "titlemessage_5.x", ARG_DEFAULT }, { "titlemessage_5.y", ARG_DEFAULT }, { "titlemessage_5.width", ARG_DEFAULT }, @@ -5137,6 +5191,10 @@ struct ConfigInfo image_config[] = { "titlemessage_5.centered", ARG_DEFAULT }, { "titlemessage_5.parse_comments", ARG_DEFAULT }, { "titlemessage_5.sort_priority", ARG_DEFAULT }, + { "titlemessage_5.fade_mode", ARG_DEFAULT }, + { "titlemessage_5.fade_delay", ARG_DEFAULT }, + { "titlemessage_5.post_delay", ARG_DEFAULT }, + { "titlemessage_5.auto_delay", ARG_DEFAULT }, { "readme.x", "272" }, { "readme.y", "150" }, @@ -5164,13 +5222,42 @@ struct ConfigInfo image_config[] = { "border.draw_masked.PLAYING", "false" }, { "border.draw_masked.DOOR", "false" }, - { "title.fade_delay", "500" }, - { "title.post_delay", "250" }, - { "title.auto_delay", "-1" }, - - { "menu.fade_delay", "250" }, - { "menu.post_delay", "125" }, - { "menu.auto_delay", "-1" }, + { "menu.enter_menu.fade_mode", "none" }, + { "menu.enter_menu.fade_delay", "250" }, + { "menu.enter_menu.post_delay", "125" }, + { "menu.leave_menu.fade_mode", "none" }, + { "menu.leave_menu.fade_delay", "250" }, + { "menu.leave_menu.post_delay", "125" }, + { "menu.enter_screen.fade_mode", "fade" }, + { "menu.enter_screen.fade_delay", "250" }, + { "menu.enter_screen.post_delay", "125" }, + { "menu.leave_screen.fade_mode", "fade" }, + { "menu.leave_screen.fade_delay", "250" }, + { "menu.leave_screen.post_delay", "125" }, + { "menu.enter_screen.SCORES.fade_mode", ARG_DEFAULT }, + { "menu.enter_screen.SCORES.fade_delay", ARG_DEFAULT }, + { "menu.enter_screen.SCORES.post_delay", ARG_DEFAULT }, + { "menu.enter_screen.EDITOR.fade_mode", ARG_DEFAULT }, + { "menu.enter_screen.EDITOR.fade_delay", ARG_DEFAULT }, + { "menu.enter_screen.EDITOR.post_delay", ARG_DEFAULT }, + { "menu.enter_screen.INFO.fade_mode", ARG_DEFAULT }, + { "menu.enter_screen.INFO.fade_delay", ARG_DEFAULT }, + { "menu.enter_screen.INFO.post_delay", ARG_DEFAULT }, + { "menu.enter_screen.PLAYING.fade_mode", ARG_DEFAULT }, + { "menu.enter_screen.PLAYING.fade_delay", ARG_DEFAULT }, + { "menu.enter_screen.PLAYING.post_delay", ARG_DEFAULT }, + { "menu.leave_screen.SCORES.fade_mode", ARG_DEFAULT }, + { "menu.leave_screen.SCORES.fade_delay", ARG_DEFAULT }, + { "menu.leave_screen.SCORES.post_delay", ARG_DEFAULT }, + { "menu.leave_screen.EDITOR.fade_mode", ARG_DEFAULT }, + { "menu.leave_screen.EDITOR.fade_delay", ARG_DEFAULT }, + { "menu.leave_screen.EDITOR.post_delay", ARG_DEFAULT }, + { "menu.leave_screen.INFO.fade_mode", ARG_DEFAULT }, + { "menu.leave_screen.INFO.fade_delay", ARG_DEFAULT }, + { "menu.leave_screen.INFO.post_delay", ARG_DEFAULT }, + { "menu.leave_screen.PLAYING.fade_mode", ARG_DEFAULT }, + { "menu.leave_screen.PLAYING.fade_delay", ARG_DEFAULT }, + { "menu.leave_screen.PLAYING.post_delay", ARG_DEFAULT }, { "menu.draw_xoffset", "0" }, { "menu.draw_yoffset", "0" }, @@ -5289,16 +5376,19 @@ struct ConfigInfo image_config[] = { "main.text.first_level.y", "98" }, { "main.text.first_level.align", "left" }, { "main.text.first_level.valign", "top" }, + { "main.text.first_level.digits", "3" }, { "main.text.first_level.font", "font.text_3" }, { "main.text.last_level.x", "488" }, { "main.text.last_level.y", "112" }, { "main.text.last_level.align", "left" }, { "main.text.last_level.valign", "top" }, + { "main.text.last_level.digits", "3" }, { "main.text.last_level.font", "font.text_3" }, { "main.text.level_number.x", "352" }, { "main.text.level_number.y", "96" }, { "main.text.level_number.align", "left" }, { "main.text.level_number.valign", "top" }, + { "main.text.level_number.digits", "3" }, { "main.text.level_number.font", "font.value_1" }, { "main.text.level_info_1.x", "272" }, { "main.text.level_info_1.y", "352" }, @@ -5329,7 +5419,7 @@ struct ConfigInfo image_config[] = { "main.text.level_year.y", "-1" }, { "main.text.level_year.align", "left" }, { "main.text.level_year.valign", "top" }, - { "main.text.level_year.chars", "-1" }, + { "main.text.level_year.digits", "-1" }, { "main.text.level_year.font", "font.text_2" }, { "main.text.level_imported_from.x", "-1" }, { "main.text.level_imported_from.y", "-1" }, @@ -5400,61 +5490,120 @@ struct ConfigInfo image_config[] = { "game.panel.level_number.y", "20" }, { "game.panel.level_number.align", "center" }, { "game.panel.level_number.valign", "top" }, - { "game.panel.level_number.chars", "-1" }, + { "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.gems.x", "50" }, { "game.panel.gems.y", "54" }, { "game.panel.gems.align", "center" }, - { "game.panel.gems.valign", "top" }, - { "game.panel.gems.chars", "3" }, + { "game.panel.gems.valign", "top" }, + { "game.panel.gems.digits", "3" }, { "game.panel.gems.font", "font.text_2" }, - { "game.panel.inventory.x", "50" }, - { "game.panel.inventory.y", "89" }, - { "game.panel.inventory.align", "center" }, - { "game.panel.inventory.valign", "top" }, - { "game.panel.inventory.chars", "3" }, - { "game.panel.inventory.font", "font.text_2" }, + { "game.panel.inventory_count.x", "50" }, + { "game.panel.inventory_count.y", "89" }, + { "game.panel.inventory_count.align", "center" }, + { "game.panel.inventory_count.valign", "top" }, + { "game.panel.inventory_count.digits", "3" }, + { "game.panel.inventory_count.font", "font.text_2" }, + + { "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_2.x", "-1" }, + { "game.panel.inventory_first_2.y", "-1" }, + { "game.panel.inventory_first_2.tile_size", "16" }, + { "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_4.x", "-1" }, + { "game.panel.inventory_first_4.y", "-1" }, + { "game.panel.inventory_first_4.tile_size", "16" }, + { "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_6.x", "-1" }, + { "game.panel.inventory_first_6.y", "-1" }, + { "game.panel.inventory_first_6.tile_size", "16" }, + { "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_8.x", "-1" }, + { "game.panel.inventory_first_8.y", "-1" }, + { "game.panel.inventory_first_8.tile_size", "16" }, + + { "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_2.x", "-1" }, + { "game.panel.inventory_last_2.y", "-1" }, + { "game.panel.inventory_last_2.tile_size", "16" }, + { "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_4.x", "-1" }, + { "game.panel.inventory_last_4.y", "-1" }, + { "game.panel.inventory_last_4.tile_size", "16" }, + { "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_6.x", "-1" }, + { "game.panel.inventory_last_6.y", "-1" }, + { "game.panel.inventory_last_6.tile_size", "16" }, + { "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_8.x", "-1" }, + { "game.panel.inventory_last_8.y", "-1" }, + { "game.panel.inventory_last_8.tile_size", "16" }, { "game.panel.key_1.x", "18" }, { "game.panel.key_1.y", "123" }, + { "game.panel.key_1.tile_size", "16" }, { "game.panel.key_2.x", "34" }, { "game.panel.key_2.y", "123" }, + { "game.panel.key_2.tile_size", "16" }, { "game.panel.key_3.x", "50" }, { "game.panel.key_3.y", "123" }, + { "game.panel.key_3.tile_size", "16" }, { "game.panel.key_4.x", "66" }, { "game.panel.key_4.y", "123" }, + { "game.panel.key_4.tile_size", "16" }, { "game.panel.key_5.x", "-1" }, { "game.panel.key_5.y", "-1" }, + { "game.panel.key_5.tile_size", "16" }, { "game.panel.key_6.x", "-1" }, { "game.panel.key_6.y", "-1" }, + { "game.panel.key_6.tile_size", "16" }, { "game.panel.key_7.x", "-1" }, { "game.panel.key_7.y", "-1" }, + { "game.panel.key_7.tile_size", "16" }, { "game.panel.key_8.x", "-1" }, { "game.panel.key_8.y", "-1" }, + { "game.panel.key_8.tile_size", "16" }, { "game.panel.key_white.x", "-1" }, { "game.panel.key_white.y", "-1" }, + { "game.panel.key_white.tile_size", "16" }, { "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.chars", "-1" }, + { "game.panel.key_white_count.digits", "-1" }, { "game.panel.key_white_count.font", "font.text_2" }, { "game.panel.score.x", "50" }, { "game.panel.score.y", "159" }, { "game.panel.score.align", "center" }, { "game.panel.score.valign", "top" }, - { "game.panel.score.chars", "5" }, + { "game.panel.score.digits", "5" }, { "game.panel.score.font", "font.text_2" }, { "game.panel.time.x", "50" }, { "game.panel.time.y", "194" }, { "game.panel.time.align", "center" }, { "game.panel.time.valign", "top" }, - { "game.panel.time.chars", "-1" }, + { "game.panel.time.digits", "-1" }, { "game.panel.time.font", "font.text_2" }, { "game.panel.time.font_narrow", "font.text_1" }, @@ -5462,186 +5611,191 @@ struct ConfigInfo image_config[] = { "game.panel.time_hh.y", "-1" }, { "game.panel.time_hh.align", "left" }, { "game.panel.time_hh.valign", "top" }, - { "game.panel.time_hh.chars", "-1" }, + { "game.panel.time_hh.digits", "2" }, { "game.panel.time_hh.font", "font.text_2" }, { "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.chars", "-1" }, + { "game.panel.time_mm.digits", "2" }, { "game.panel.time_mm.font", "font.text_2" }, { "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.chars", "-1" }, + { "game.panel.time_ss.digits", "2" }, { "game.panel.time_ss.font", "font.text_2" }, - { "game.panel.drop_next_1.x", "-1" }, - { "game.panel.drop_next_1.y", "-1" }, - { "game.panel.drop_next_2.x", "-1" }, - { "game.panel.drop_next_2.y", "-1" }, - { "game.panel.drop_next_3.x", "-1" }, - { "game.panel.drop_next_3.y", "-1" }, - { "game.panel.drop_next_4.x", "-1" }, - { "game.panel.drop_next_4.y", "-1" }, - { "game.panel.drop_next_5.x", "-1" }, - { "game.panel.drop_next_5.y", "-1" }, - { "game.panel.drop_next_6.x", "-1" }, - { "game.panel.drop_next_6.y", "-1" }, - { "game.panel.drop_next_7.x", "-1" }, - { "game.panel.drop_next_7.y", "-1" }, - { "game.panel.drop_next_8.x", "-1" }, - { "game.panel.drop_next_8.y", "-1" }, - { "game.panel.shield_normal.x", "-1" }, { "game.panel.shield_normal.y", "-1" }, + { "game.panel.shield_normal.tile_size", "16" }, { "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.chars", "-1" }, + { "game.panel.shield_normal_time.digits", "-1" }, { "game.panel.shield_normal_time.font", "font.text_2" }, { "game.panel.shield_deadly.x", "-1" }, { "game.panel.shield_deadly.y", "-1" }, + { "game.panel.shield_deadly.tile_size", "16" }, { "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.chars", "-1" }, + { "game.panel.shield_deadly_time.digits", "-1" }, { "game.panel.shield_deadly_time.font", "font.text_2" }, { "game.panel.exit.x", "-1" }, { "game.panel.exit.y", "-1" }, + { "game.panel.exit.tile_size", "16" }, { "game.panel.em_exit.x", "-1" }, { "game.panel.em_exit.y", "-1" }, + { "game.panel.em_exit.tile_size", "16" }, { "game.panel.sp_exit.x", "-1" }, { "game.panel.sp_exit.y", "-1" }, + { "game.panel.sp_exit.tile_size", "16" }, { "game.panel.steel_exit.x", "-1" }, { "game.panel.steel_exit.y", "-1" }, + { "game.panel.steel_exit.tile_size", "16" }, { "game.panel.em_steel_exit.x", "-1" }, { "game.panel.em_steel_exit.y", "-1" }, + { "game.panel.em_steel_exit.tile_size", "16" }, { "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_switch.x", "-1" }, { "game.panel.emc_magic_ball_switch.y", "-1" }, - { "game.panel.emc_magic_ball_time.x", "-1" }, - { "game.panel.emc_magic_ball_time.y", "-1" }, - { "game.panel.emc_magic_ball_time.align", "left" }, - { "game.panel.emc_magic_ball_time.valign", "top" }, - { "game.panel.emc_magic_ball_time.chars", "-1" }, - { "game.panel.emc_magic_ball_time.font", "font.text_2" }, + { "game.panel.emc_magic_ball_switch.tile_size", "16" }, { "game.panel.light_switch.x", "-1" }, { "game.panel.light_switch.y", "-1" }, + { "game.panel.light_switch.tile_size", "16" }, { "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.chars", "-1" }, + { "game.panel.light_switch_time.digits", "-1" }, { "game.panel.light_switch_time.font", "font.text_2" }, { "game.panel.timegate_switch.x", "-1" }, { "game.panel.timegate_switch.y", "-1" }, + { "game.panel.timegate_switch.tile_size", "16" }, { "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.chars", "-1" }, + { "game.panel.timegate_switch_time.digits", "-1" }, { "game.panel.timegate_switch_time.font", "font.text_2" }, { "game.panel.switchgate_switch.x", "-1" }, { "game.panel.switchgate_switch.y", "-1" }, + { "game.panel.switchgate_switch.tile_size", "16" }, { "game.panel.emc_lenses.x", "-1" }, { "game.panel.emc_lenses.y", "-1" }, + { "game.panel.emc_lenses.tile_size", "16" }, { "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.chars", "-1" }, + { "game.panel.emc_lenses_time.digits", "-1" }, { "game.panel.emc_lenses_time.font", "font.text_2" }, { "game.panel.emc_magnifier.x", "-1" }, { "game.panel.emc_magnifier.y", "-1" }, + { "game.panel.emc_magnifier.tile_size", "16" }, { "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.chars", "-1" }, + { "game.panel.emc_magnifier_time.digits", "-1" }, { "game.panel.emc_magnifier_time.font", "font.text_2" }, { "game.panel.balloon_switch.x", "-1" }, { "game.panel.balloon_switch.y", "-1" }, + { "game.panel.balloon_switch.tile_size", "16" }, { "game.panel.dynabomb_number.x", "-1" }, { "game.panel.dynabomb_number.y", "-1" }, { "game.panel.dynabomb_number.align", "left" }, { "game.panel.dynabomb_number.valign", "top" }, - { "game.panel.dynabomb_number.chars", "-1" }, + { "game.panel.dynabomb_number.digits", "-1" }, { "game.panel.dynabomb_number.font", "font.text_2" }, { "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.chars", "-1" }, + { "game.panel.dynabomb_size.digits", "-1" }, { "game.panel.dynabomb_size.font", "font.text_2" }, { "game.panel.dynabomb_power.x", "-1" }, { "game.panel.dynabomb_power.y", "-1" }, + { "game.panel.dynabomb_power.tile_size", "16" }, { "game.panel.penguins.x", "-1" }, { "game.panel.penguins.y", "-1" }, { "game.panel.penguins.align", "left" }, { "game.panel.penguins.valign", "top" }, - { "game.panel.penguins.chars", "-1" }, + { "game.panel.penguins.digits", "-1" }, { "game.panel.penguins.font", "font.text_2" }, { "game.panel.sokoban_objects.x", "-1" }, { "game.panel.sokoban_objects.y", "-1" }, { "game.panel.sokoban_objects.align", "left" }, { "game.panel.sokoban_objects.valign", "top" }, - { "game.panel.sokoban_objects.chars", "-1" }, + { "game.panel.sokoban_objects.digits", "-1" }, { "game.panel.sokoban_objects.font", "font.text_2" }, { "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.chars", "-1" }, + { "game.panel.sokoban_fields.digits", "-1" }, { "game.panel.sokoban_fields.font", "font.text_2" }, { "game.panel.robot_wheel.x", "-1" }, { "game.panel.robot_wheel.y", "-1" }, + { "game.panel.robot_wheel.tile_size", "16" }, { "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_switch.x", "-1" }, { "game.panel.conveyor_belt_1_switch.y", "-1" }, + { "game.panel.conveyor_belt_1_switch.tile_size", "16" }, { "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_switch.x", "-1" }, { "game.panel.conveyor_belt_2_switch.y", "-1" }, + { "game.panel.conveyor_belt_2_switch.tile_size", "16" }, { "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_switch.x", "-1" }, { "game.panel.conveyor_belt_3_switch.y", "-1" }, + { "game.panel.conveyor_belt_3_switch.tile_size", "16" }, { "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_switch.x", "-1" }, { "game.panel.conveyor_belt_4_switch.y", "-1" }, + { "game.panel.conveyor_belt_4_switch.tile_size", "16" }, { "game.panel.magic_wall.x", "-1" }, { "game.panel.magic_wall.y", "-1" }, + { "game.panel.magic_wall.tile_size", "16" }, { "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.chars", "-1" }, + { "game.panel.magic_wall_time.digits", "-1" }, { "game.panel.magic_wall_time.font", "font.text_2" }, { "game.panel.bd_magic_wall.x", "-1" }, { "game.panel.bd_magic_wall.y", "-1" }, + { "game.panel.bd_magic_wall.tile_size", "16" }, { "game.panel.dc_magic_wall.x", "-1" }, { "game.panel.dc_magic_wall.y", "-1" }, + { "game.panel.dc_magic_wall.tile_size", "16" }, { "game.panel.player_name.x", "-1" }, { "game.panel.player_name.y", "-1" }, @@ -5676,6 +5830,8 @@ struct ConfigInfo image_config[] = { "game.button.sound_simple.x", "65" }, { "game.button.sound_simple.y", "245" }, + { "game.forced_scroll_delay_value", "-1" }, + { "[player].boring_delay_fixed", "1000" }, { "[player].boring_delay_random", "1000" }, { "[player].sleeping_delay_fixed", "2000" },