X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=fc506b54e005ff513a72e3653fcdda2f0b5dcada;hb=04cfb5daeff6cbceef152fc01ad5852407c0c918;hp=a4946dc939ecff205863dbb2301c680bc735b66e;hpb=cb8b58732432cc7f3163446dedd54c63126b23c3;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index a4946dc9..fc506b54 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -63,6 +63,8 @@ struct ConfigTypeInfo image_config_suffix[] = { ".fade_delay", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay", ARG_UNDEFINED, TYPE_INTEGER }, { ".auto_delay", ARG_UNDEFINED, TYPE_INTEGER }, + { ".align", ARG_UNDEFINED, TYPE_INTEGER }, + { ".sort_priority", ARG_UNDEFINED, TYPE_INTEGER }, { NULL, NULL, 0 } }; @@ -1495,8 +1497,8 @@ struct ConfigInfo image_config[] = { "em_key_4.frames", "1" }, { "dc_key_white", "RocksSP.pcx" }, - { "dc_key_white.xpos", "7" }, - { "dc_key_white.ypos", "5" }, + { "dc_key_white.xpos", "13" }, + { "dc_key_white.ypos", "1" }, { "dc_key_white.frames", "1" }, { "em_gate_1", "RocksSP.pcx" }, @@ -1517,8 +1519,8 @@ struct ConfigInfo image_config[] = { "em_gate_4.frames", "1" }, { "dc_gate_white", "RocksSP.pcx" }, - { "dc_gate_white.xpos", "6" }, - { "dc_gate_white.ypos", "5" }, + { "dc_gate_white.xpos", "14" }, + { "dc_gate_white.ypos", "1" }, { "dc_gate_white.frames", "1" }, { "em_gate_1_gray", "RocksSP.pcx" }, @@ -1571,11 +1573,11 @@ struct ConfigInfo image_config[] = { "dc_gate_white_gray.ypos", "7" }, { "dc_gate_white_gray.frames", "1" }, { "dc_gate_white_gray.EDITOR", "RocksSP.pcx" }, - { "dc_gate_white_gray.EDITOR.xpos", "11" }, - { "dc_gate_white_gray.EDITOR.ypos", "11" }, + { "dc_gate_white_gray.EDITOR.xpos", "15" }, + { "dc_gate_white_gray.EDITOR.ypos", "1" }, { "dc_gate_white_gray.active", "RocksSP.pcx" }, - { "dc_gate_white_gray.active.xpos", "6" }, - { "dc_gate_white_gray.active.ypos", "5" }, + { "dc_gate_white_gray.active.xpos", "14" }, + { "dc_gate_white_gray.active.ypos", "1" }, { "dc_gate_white_gray.active.frames", "1" }, { "dc_gate_fake_gray", "RocksSP.pcx" }, @@ -4579,22 +4581,22 @@ struct ConfigInfo image_config[] = { "menu.button_down.active.ypos", "9" }, { "menu.button_down.active.frames", "1" }, - { "menu.button_enter_menu", "RocksDC.pcx" }, + { "menu.button_enter_menu", UNDEFINED_FILENAME }, { "menu.button_enter_menu.clone_from", "menu.button_right" }, - { "menu.button_enter_menu.active", "RocksDC.pcx" }, + { "menu.button_enter_menu.active", UNDEFINED_FILENAME }, { "menu.button_enter_menu.active.clone_from", "menu.button_right.active" }, - { "menu.button_leave_menu", "RocksDC.pcx" }, + { "menu.button_leave_menu", UNDEFINED_FILENAME }, { "menu.button_leave_menu.clone_from", "menu.button_left" }, - { "menu.button_leave_menu.active", "RocksDC.pcx" }, + { "menu.button_leave_menu.active", UNDEFINED_FILENAME }, { "menu.button_leave_menu.active.clone_from", "menu.button_left.active" }, - { "menu.button_next_level", "RocksDC.pcx" }, + { "menu.button_next_level", UNDEFINED_FILENAME }, { "menu.button_next_level.clone_from", "menu.button_right" }, - { "menu.button_next_level.active", "RocksDC.pcx" }, + { "menu.button_next_level.active", UNDEFINED_FILENAME }, { "menu.button_next_level.active.clone_from", "menu.button_right.active" }, - { "menu.button_prev_level", "RocksDC.pcx" }, + { "menu.button_prev_level", UNDEFINED_FILENAME }, { "menu.button_prev_level.clone_from", "menu.button_left" }, - { "menu.button_prev_level.active", "RocksDC.pcx" }, + { "menu.button_prev_level.active", UNDEFINED_FILENAME }, { "menu.button_prev_level.active.clone_from", "menu.button_left.active" }, { "menu.scrollbar", "RocksDC.pcx" }, @@ -4664,6 +4666,8 @@ struct ConfigInfo image_config[] = { "font.text_1.y", "140" }, { "font.text_1.width", "14" }, { "font.text_1.height", "14" }, + { "font.text_1.MAIN", UNDEFINED_FILENAME }, + { "font.text_1.MAIN.clone_from", "font.text_1.PREVIEW" }, { "font.text_1.LEVELS", "RocksFontMedium.pcx" }, { "font.text_1.LEVELS.x", "0" }, { "font.text_1.LEVELS.y", "0" }, @@ -4684,11 +4688,17 @@ struct ConfigInfo image_config[] = { "font.text_1.active.SCORES.y", "0" }, { "font.text_1.active.SCORES.width", "16" }, { "font.text_1.active.SCORES.height", "32" }, + { "font.text_1.PLAYING", UNDEFINED_FILENAME }, + { "font.text_1.PLAYING.clone_from", "font.level_number" }, + { "font.text_1.DOOR", UNDEFINED_FILENAME }, + { "font.text_1.DOOR.clone_from", "font.level_number" }, { "font.text_2", "RocksFontSmall.pcx" }, { "font.text_2.x", "0" }, { "font.text_2.y", "210" }, { "font.text_2.width", "14" }, { "font.text_2.height", "14" }, + { "font.text_2.MAIN", UNDEFINED_FILENAME }, + { "font.text_2.MAIN.clone_from", "font.text_2.PREVIEW" }, { "font.text_2.LEVELS", "RocksFontMedium.pcx" }, { "font.text_2.LEVELS.x", "0" }, { "font.text_2.LEVELS.y", "160" }, @@ -4739,6 +4749,8 @@ struct ConfigInfo image_config[] = { "font.text_4.y", "70" }, { "font.text_4.width", "14" }, { "font.text_4.height", "14" }, + { "font.text_4.MAIN", UNDEFINED_FILENAME }, + { "font.text_4.MAIN.clone_from", "font.text_3.PREVIEW" }, { "font.text_4.LEVELS", "RocksFontMedium.pcx" }, { "font.text_4.LEVELS.x", "0" }, { "font.text_4.LEVELS.y", "480" }, @@ -4844,6 +4856,8 @@ struct ConfigInfo image_config[] = { "font.level_number.y", "350" }, { "font.level_number.width", "10" }, { "font.level_number.height", "14" }, + { "font.level_number.active", UNDEFINED_FILENAME }, + { "font.level_number.active.clone_from", "font.level_number" }, { "font.tape_recorder", "RocksFontSmall.pcx" }, { "font.tape_recorder.x", "0" }, @@ -4856,6 +4870,12 @@ struct ConfigInfo image_config[] = { "font.game_info.ypos", "0" }, { "font.game_info.delay", "10" }, + { "font.info.elements", UNDEFINED_FILENAME }, + { "font.info.elements.clone_from", "font.level_number" }, + + { "font.info.levelset", UNDEFINED_FILENAME }, + { "font.info.levelset.clone_from", "font.level_number" }, + { "global.border", "RocksScreen.pcx" }, { "global.door", "RocksDoor.pcx" }, @@ -4917,6 +4937,7 @@ struct ConfigInfo image_config[] = { "background.INFO[MUSIC]", UNDEFINED_FILENAME }, { "background.INFO[CREDITS]", UNDEFINED_FILENAME }, { "background.INFO[PROGRAM]", UNDEFINED_FILENAME }, + { "background.INFO[VERSION]", UNDEFINED_FILENAME }, { "background.INFO[LEVELSET]", UNDEFINED_FILENAME }, { "background.SETUP", UNDEFINED_FILENAME }, { "background.DOOR", UNDEFINED_FILENAME }, @@ -4935,6 +4956,142 @@ struct ConfigInfo image_config[] = /* the following directives are not associated with an image, but probably make sense to be defined in "graphicsinfo.conf", too */ + /* keyword to start parser: "CONFIG_VARS_START" <-- do not change! */ + + { "titlemessage_initial_1.x", "-1" }, + { "titlemessage_initial_1.y", "-1" }, + { "titlemessage_initial_1.width", "-1" }, + { "titlemessage_initial_1.height", "-1" }, + { "titlemessage_initial_1.chars", "-1" }, + { "titlemessage_initial_1.lines", "-1" }, + { "titlemessage_initial_1.align", "center" }, + { "titlemessage_initial_1.font", "font.text_1" }, + { "titlemessage_initial_1.autowrap", "false" }, + { "titlemessage_initial_1.centered", "false" }, + { "titlemessage_initial_1.skip_comments", "false" }, + { "titlemessage_initial_1.sort_priority", "0" }, + { "titlemessage_initial_2.x", "-1" }, + { "titlemessage_initial_2.y", "-1" }, + { "titlemessage_initial_2.width", "-1" }, + { "titlemessage_initial_2.height", "-1" }, + { "titlemessage_initial_2.chars", "-1" }, + { "titlemessage_initial_2.lines", "-1" }, + { "titlemessage_initial_2.align", "center" }, + { "titlemessage_initial_2.font", "font.text_1" }, + { "titlemessage_initial_2.autowrap", "false" }, + { "titlemessage_initial_2.centered", "false" }, + { "titlemessage_initial_2.skip_comments", "false" }, + { "titlemessage_initial_2.sort_priority", "0" }, + { "titlemessage_initial_3.x", "-1" }, + { "titlemessage_initial_3.y", "-1" }, + { "titlemessage_initial_3.width", "-1" }, + { "titlemessage_initial_3.height", "-1" }, + { "titlemessage_initial_3.chars", "-1" }, + { "titlemessage_initial_3.lines", "-1" }, + { "titlemessage_initial_3.align", "center" }, + { "titlemessage_initial_3.font", "font.text_1" }, + { "titlemessage_initial_3.autowrap", "false" }, + { "titlemessage_initial_3.centered", "false" }, + { "titlemessage_initial_3.skip_comments", "false" }, + { "titlemessage_initial_3.sort_priority", "0" }, + { "titlemessage_initial_4.x", "-1" }, + { "titlemessage_initial_4.y", "-1" }, + { "titlemessage_initial_4.width", "-1" }, + { "titlemessage_initial_4.height", "-1" }, + { "titlemessage_initial_4.chars", "-1" }, + { "titlemessage_initial_4.lines", "-1" }, + { "titlemessage_initial_4.align", "center" }, + { "titlemessage_initial_4.font", "font.text_1" }, + { "titlemessage_initial_4.autowrap", "false" }, + { "titlemessage_initial_4.centered", "false" }, + { "titlemessage_initial_4.skip_comments", "false" }, + { "titlemessage_initial_4.sort_priority", "0" }, + { "titlemessage_initial_5.x", "-1" }, + { "titlemessage_initial_5.y", "-1" }, + { "titlemessage_initial_5.width", "-1" }, + { "titlemessage_initial_5.height", "-1" }, + { "titlemessage_initial_5.chars", "-1" }, + { "titlemessage_initial_5.lines", "-1" }, + { "titlemessage_initial_5.align", "center" }, + { "titlemessage_initial_5.font", "font.text_1" }, + { "titlemessage_initial_5.autowrap", "false" }, + { "titlemessage_initial_5.centered", "false" }, + { "titlemessage_initial_5.skip_comments", "false" }, + { "titlemessage_initial_5.sort_priority", "0" }, + { "titlemessage_1.x", "-1" }, + { "titlemessage_1.y", "-1" }, + { "titlemessage_1.width", "-1" }, + { "titlemessage_1.height", "-1" }, + { "titlemessage_1.chars", "-1" }, + { "titlemessage_1.lines", "-1" }, + { "titlemessage_1.align", "center" }, + { "titlemessage_1.font", "font.text_1" }, + { "titlemessage_1.autowrap", "false" }, + { "titlemessage_1.centered", "false" }, + { "titlemessage_1.skip_comments", "false" }, + { "titlemessage_1.sort_priority", "0" }, + { "titlemessage_2.x", "-1" }, + { "titlemessage_2.y", "-1" }, + { "titlemessage_2.width", "-1" }, + { "titlemessage_2.height", "-1" }, + { "titlemessage_2.chars", "-1" }, + { "titlemessage_2.lines", "-1" }, + { "titlemessage_2.align", "center" }, + { "titlemessage_2.font", "font.text_1" }, + { "titlemessage_2.autowrap", "false" }, + { "titlemessage_2.centered", "false" }, + { "titlemessage_2.skip_comments", "false" }, + { "titlemessage_2.sort_priority", "0" }, + { "titlemessage_3.x", "-1" }, + { "titlemessage_3.y", "-1" }, + { "titlemessage_3.width", "-1" }, + { "titlemessage_3.height", "-1" }, + { "titlemessage_3.chars", "-1" }, + { "titlemessage_3.lines", "-1" }, + { "titlemessage_3.align", "center" }, + { "titlemessage_3.font", "font.text_1" }, + { "titlemessage_3.autowrap", "false" }, + { "titlemessage_3.centered", "false" }, + { "titlemessage_3.skip_comments", "false" }, + { "titlemessage_3.sort_priority", "0" }, + { "titlemessage_4.x", "-1" }, + { "titlemessage_4.y", "-1" }, + { "titlemessage_4.width", "-1" }, + { "titlemessage_4.height", "-1" }, + { "titlemessage_4.chars", "-1" }, + { "titlemessage_4.lines", "-1" }, + { "titlemessage_4.align", "center" }, + { "titlemessage_4.font", "font.text_1" }, + { "titlemessage_4.autowrap", "false" }, + { "titlemessage_4.centered", "false" }, + { "titlemessage_4.skip_comments", "false" }, + { "titlemessage_4.sort_priority", "0" }, + { "titlemessage_5.x", "-1" }, + { "titlemessage_5.y", "-1" }, + { "titlemessage_5.width", "-1" }, + { "titlemessage_5.height", "-1" }, + { "titlemessage_5.chars", "-1" }, + { "titlemessage_5.lines", "-1" }, + { "titlemessage_5.align", "center" }, + { "titlemessage_5.font", "font.text_1" }, + { "titlemessage_5.autowrap", "false" }, + { "titlemessage_5.centered", "false" }, + { "titlemessage_5.skip_comments", "false" }, + { "titlemessage_5.sort_priority", "0" }, + + { "readme.x", "272" }, + { "readme.y", "150" }, + { "readme.width", "480" }, + { "readme.height", "364" }, + { "readme.chars", "-1" }, + { "readme.lines", "-1" }, + { "readme.align", "center" }, + { "readme.font", "font.info.levelset" }, + { "readme.autowrap", "true" }, + { "readme.centered", "false" }, + { "readme.skip_comments", "true" }, + { "readme.sort_priority", "0" }, + { "global.num_toons", "20" }, { "border.draw_masked.TITLE", "false" }, @@ -4975,6 +5132,8 @@ struct ConfigInfo image_config[] = { "menu.draw_yoffset.INFO[CREDITS]", "0" }, { "menu.draw_xoffset.INFO[PROGRAM]", "0" }, { "menu.draw_yoffset.INFO[PROGRAM]", "0" }, + { "menu.draw_xoffset.INFO[VERSION]", "0" }, + { "menu.draw_yoffset.INFO[VERSION]", "0" }, { "menu.draw_xoffset.INFO[LEVELSET]", "0" }, { "menu.draw_yoffset.INFO[LEVELSET]", "0" }, { "menu.draw_xoffset.SETUP", "0" }, @@ -5014,70 +5173,120 @@ struct ConfigInfo image_config[] = { "main.text.name.width", "-1" }, { "main.text.name.height", "-1" }, { "main.text.name.align", "left" }, + { "main.text.name.font", "font.menu_1" }, { "main.text.levels.x", "-1" }, { "main.text.levels.y", "-1" }, { "main.text.levels.width", "-1" }, { "main.text.levels.height", "-1" }, { "main.text.levels.align", "left" }, + { "main.text.levels.font", "font.menu_1" }, { "main.text.scores.x", "-1" }, { "main.text.scores.y", "-1" }, { "main.text.scores.width", "-1" }, { "main.text.scores.height", "-1" }, { "main.text.scores.align", "left" }, + { "main.text.scores.font", "font.menu_1" }, { "main.text.editor.x", "-1" }, { "main.text.editor.y", "-1" }, { "main.text.editor.width", "-1" }, { "main.text.editor.height", "-1" }, { "main.text.editor.align", "left" }, + { "main.text.editor.font", "font.menu_1" }, { "main.text.info.x", "-1" }, { "main.text.info.y", "-1" }, { "main.text.info.width", "-1" }, { "main.text.info.height", "-1" }, { "main.text.info.align", "left" }, + { "main.text.info.font", "font.menu_1" }, { "main.text.game.x", "-1" }, { "main.text.game.y", "-1" }, { "main.text.game.width", "-1" }, { "main.text.game.height", "-1" }, { "main.text.game.align", "left" }, + { "main.text.game.font", "font.menu_1" }, { "main.text.setup.x", "-1" }, { "main.text.setup.y", "-1" }, { "main.text.setup.width", "-1" }, { "main.text.setup.height", "-1" }, { "main.text.setup.align", "left" }, + { "main.text.setup.font", "font.menu_1" }, { "main.text.quit.x", "-1" }, { "main.text.quit.y", "-1" }, { "main.text.quit.width", "-1" }, { "main.text.quit.height", "-1" }, { "main.text.quit.align", "left" }, + { "main.text.quit.font", "font.menu_1" }, - { "main.text.current_level.x", "352" }, - { "main.text.current_level.y", "96" }, - { "main.text.current_level.align", "left" }, { "main.text.first_level.x", "488" }, { "main.text.first_level.y", "98" }, { "main.text.first_level.align", "left" }, + { "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.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.font", "font.value_1" }, { "main.text.level_info_1.x", "272" }, { "main.text.level_info_1.y", "352" }, { "main.text.level_info_1.align", "center" }, + { "main.text.level_info_1.chars", "-1" }, + { "main.text.level_info_1.font", "font.text_1" }, { "main.text.level_info_2.x", "272" }, { "main.text.level_info_2.y", "523" }, { "main.text.level_info_2.align", "center" }, + { "main.text.level_info_2.chars", "-1" }, + { "main.text.level_info_2.font", "font.text_2" }, + { "main.text.level_info_2.font_header", "font.text_4" }, + { "main.text.level_name.x", "-1" }, + { "main.text.level_name.y", "-1" }, + { "main.text.level_name.align", "left" }, + { "main.text.level_name.chars", "-1" }, + { "main.text.level_name.font", "font.text_2" }, + { "main.text.level_author.x", "-1" }, + { "main.text.level_author.y", "-1" }, + { "main.text.level_author.align", "left" }, + { "main.text.level_author.chars", "-1" }, + { "main.text.level_author.font", "font.text_2" }, + { "main.text.level_year.x", "-1" }, + { "main.text.level_year.y", "-1" }, + { "main.text.level_year.align", "left" }, + { "main.text.level_year.chars", "-1" }, + { "main.text.level_year.font", "font.text_2" }, + { "main.text.level_imported_from.x", "-1" }, + { "main.text.level_imported_from.y", "-1" }, + { "main.text.level_imported_from.align", "left" }, + { "main.text.level_imported_from.chars", "-1" }, + { "main.text.level_imported_from.font", "font.text_2" }, + { "main.text.level_imported_by.x", "-1" }, + { "main.text.level_imported_by.y", "-1" }, + { "main.text.level_imported_by.align", "left" }, + { "main.text.level_imported_by.chars", "-1" }, + { "main.text.level_imported_by.font", "font.text_2" }, + { "main.text.level_tested_by.x", "-1" }, + { "main.text.level_tested_by.y", "-1" }, + { "main.text.level_tested_by.align", "left" }, + { "main.text.level_tested_by.chars", "-1" }, + { "main.text.level_tested_by.font", "font.text_2" }, { "main.text.title_1.x", "272" }, { "main.text.title_1.y", "8" }, { "main.text.title_1.align", "center" }, + { "main.text.title_1.font", "font.title_1" }, { "main.text.title_2.x", "272" }, { "main.text.title_2.y", "46" }, { "main.text.title_2.align", "center" }, + { "main.text.title_2.font", "font.title_2" }, { "main.text.title_3.x", "272" }, { "main.text.title_3.y", "326" }, { "main.text.title_3.align", "center" }, + { "main.text.title_3.font", "font.title_2" }, { "main.input.name.x", "-1" }, { "main.input.name.y", "-1" }, { "main.input.name.align", "left" }, + { "main.input.name.font", "font.input_1" }, { "preview.x", "272" }, { "preview.y", "380" }, @@ -5103,18 +5312,260 @@ struct ConfigInfo image_config[] = { "door_2.step_delay", "10" }, { "door_2.anim_mode", "default" }, - { "game.panel.level.x", "37" }, - { "game.panel.level.y", "20" }, - { "game.panel.gems.x", "29" }, + { "game.panel.level_number.x", "51" }, + { "game.panel.level_number.y", "20" }, + { "game.panel.level_number.align", "center" }, + { "game.panel.level_number.chars", "-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.inventory.x", "29" }, + { "game.panel.gems.align", "center" }, + { "game.panel.gems.chars", "3" }, + { "game.panel.gems.font", "font.text_2" }, + + { "game.panel.inventory.x", "50" }, { "game.panel.inventory.y", "89" }, - { "game.panel.keys.x", "18" }, - { "game.panel.keys.y", "123" }, - { "game.panel.score.x", "15" }, + { "game.panel.inventory.align", "center" }, + { "game.panel.inventory.chars", "3" }, + { "game.panel.inventory.font", "font.text_2" }, + + { "game.panel.key_1.x", "18" }, + { "game.panel.key_1.y", "123" }, + { "game.panel.key_2.x", "34" }, + { "game.panel.key_2.y", "123" }, + { "game.panel.key_3.x", "50" }, + { "game.panel.key_3.y", "123" }, + { "game.panel.key_4.x", "66" }, + { "game.panel.key_4.y", "123" }, + { "game.panel.key_5.x", "-1" }, + { "game.panel.key_5.y", "-1" }, + { "game.panel.key_6.x", "-1" }, + { "game.panel.key_6.y", "-1" }, + { "game.panel.key_7.x", "-1" }, + { "game.panel.key_7.y", "-1" }, + { "game.panel.key_8.x", "-1" }, + { "game.panel.key_8.y", "-1" }, + { "game.panel.key_white.x", "-1" }, + { "game.panel.key_white.y", "-1" }, + { "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.chars", "-1" }, + { "game.panel.key_white_count.font", "font.text_2" }, + + { "game.panel.score.x", "50" }, { "game.panel.score.y", "159" }, - { "game.panel.time.x", "29" }, + { "game.panel.score.align", "center" }, + { "game.panel.score.chars", "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.chars", "-1" }, + { "game.panel.time.font", "font.text_2" }, + { "game.panel.time.font_narrow", "font.text_1" }, + + { "game.panel.time_hh.x", "-1" }, + { "game.panel.time_hh.y", "-1" }, + { "game.panel.time_hh.align", "left" }, + { "game.panel.time_hh.chars", "-1" }, + { "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.chars", "-1" }, + { "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.chars", "-1" }, + { "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_time.x", "-1" }, + { "game.panel.shield_normal_time.y", "-1" }, + { "game.panel.shield_normal_time.align", "left" }, + { "game.panel.shield_normal_time.chars", "-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_time.x", "-1" }, + { "game.panel.shield_deadly_time.y", "-1" }, + { "game.panel.shield_deadly_time.align", "left" }, + { "game.panel.shield_deadly_time.chars", "-1" }, + { "game.panel.shield_deadly_time.font", "font.text_2" }, + + { "game.panel.exit.x", "-1" }, + { "game.panel.exit.y", "-1" }, + { "game.panel.em_exit.x", "-1" }, + { "game.panel.em_exit.y", "-1" }, + { "game.panel.sp_exit.x", "-1" }, + { "game.panel.sp_exit.y", "-1" }, + { "game.panel.steel_exit.x", "-1" }, + { "game.panel.steel_exit.y", "-1" }, + { "game.panel.em_steel_exit.x", "-1" }, + { "game.panel.em_steel_exit.y", "-1" }, + + { "game.panel.emc_magic_ball.x", "-1" }, + { "game.panel.emc_magic_ball.y", "-1" }, + { "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.chars", "-1" }, + { "game.panel.emc_magic_ball_time.font", "font.text_2" }, + + { "game.panel.light_switch.x", "-1" }, + { "game.panel.light_switch.y", "-1" }, + { "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.chars", "-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_time.x", "-1" }, + { "game.panel.timegate_switch_time.y", "-1" }, + { "game.panel.timegate_switch_time.align", "left" }, + { "game.panel.timegate_switch_time.chars", "-1" }, + { "game.panel.timegate_switch_time.font", "font.text_2" }, + + { "game.panel.switchgate_switch.x", "-1" }, + { "game.panel.switchgate_switch.y", "-1" }, + + { "game.panel.emc_lenses.x", "-1" }, + { "game.panel.emc_lenses.y", "-1" }, + { "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.chars", "-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_time.x", "-1" }, + { "game.panel.emc_magnifier_time.y", "-1" }, + { "game.panel.emc_magnifier_time.align", "left" }, + { "game.panel.emc_magnifier_time.chars", "-1" }, + { "game.panel.emc_magnifier_time.font", "font.text_2" }, + + { "game.panel.balloon_switch.x", "-1" }, + { "game.panel.balloon_switch.y", "-1" }, + + { "game.panel.dynabomb_number.x", "-1" }, + { "game.panel.dynabomb_number.y", "-1" }, + { "game.panel.dynabomb_number.align", "left" }, + { "game.panel.dynabomb_number.chars", "-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.chars", "-1" }, + { "game.panel.dynabomb_size.font", "font.text_2" }, + { "game.panel.dynabomb_power.x", "-1" }, + { "game.panel.dynabomb_power.y", "-1" }, + + { "game.panel.penguins.x", "-1" }, + { "game.panel.penguins.y", "-1" }, + { "game.panel.penguins.align", "left" }, + { "game.panel.penguins.chars", "-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.chars", "-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.chars", "-1" }, + { "game.panel.sokoban_fields.font", "font.text_2" }, + + { "game.panel.robot_wheel.x", "-1" }, + { "game.panel.robot_wheel.y", "-1" }, + + { "game.panel.conveyor_belt_1.x", "-1" }, + { "game.panel.conveyor_belt_1.y", "-1" }, + { "game.panel.conveyor_belt_1_switch.x", "-1" }, + { "game.panel.conveyor_belt_1_switch.y", "-1" }, + { "game.panel.conveyor_belt_2.x", "-1" }, + { "game.panel.conveyor_belt_2.y", "-1" }, + { "game.panel.conveyor_belt_2_switch.x", "-1" }, + { "game.panel.conveyor_belt_2_switch.y", "-1" }, + { "game.panel.conveyor_belt_3.x", "-1" }, + { "game.panel.conveyor_belt_3.y", "-1" }, + { "game.panel.conveyor_belt_3_switch.x", "-1" }, + { "game.panel.conveyor_belt_3_switch.y", "-1" }, + { "game.panel.conveyor_belt_4.x", "-1" }, + { "game.panel.conveyor_belt_4.y", "-1" }, + { "game.panel.conveyor_belt_4_switch.x", "-1" }, + { "game.panel.conveyor_belt_4_switch.y", "-1" }, + + { "game.panel.magic_wall.x", "-1" }, + { "game.panel.magic_wall.y", "-1" }, + { "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.chars", "-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.dc_magic_wall.x", "-1" }, + { "game.panel.dc_magic_wall.y", "-1" }, + + { "game.panel.player_name.x", "-1" }, + { "game.panel.player_name.y", "-1" }, + { "game.panel.player_name.align", "left" }, + { "game.panel.player_name.chars", "-1" }, + { "game.panel.player_name.font", "font.text_2" }, + + { "game.panel.level_name.x", "-1" }, + { "game.panel.level_name.y", "-1" }, + { "game.panel.level_name.align", "left" }, + { "game.panel.level_name.chars", "-1" }, + { "game.panel.level_name.font", "font.text_2" }, + { "game.panel.level_author.x", "-1" }, + { "game.panel.level_author.y", "-1" }, + { "game.panel.level_author.align", "left" }, + { "game.panel.level_author.chars", "-1" }, + { "game.panel.level_author.font", "font.text_2" }, + + { "game.button.stop.x", "5" }, + { "game.button.stop.y", "215" }, + { "game.button.pause.x", "35" }, + { "game.button.pause.y", "215" }, + { "game.button.play.x", "65" }, + { "game.button.play.y", "215" }, + { "game.button.sound_music.x", "5" }, + { "game.button.sound_music.y", "245" }, + { "game.button.sound_loops.x", "35" }, + { "game.button.sound_loops.y", "245" }, + { "game.button.sound_simple.x", "65" }, + { "game.button.sound_simple.y", "245" }, { "[player].boring_delay_fixed", "1000" }, { "[player].boring_delay_random", "1000" },