X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=66b90650e6244252234e8e086cef7d447f38283b;hp=6cdb6fe06c8b39e49df0b25b632ee5dbf9fa3e96;hb=cdb1ab45edf8771b961049cf15da337aa8c4528a;hpb=8b8ea53b13db11272139e2bd2fa62877ff0d32ec diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 6cdb6fe0..66b90650 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4392,7 +4392,7 @@ struct ConfigInfo image_config[] = { "mm_exit.opening.xpos", "8" }, { "mm_exit.opening.ypos", "1" }, { "mm_exit.opening.frames", "4" }, - { "mm_exit.opening.delay", "8" }, + { "mm_exit.opening.delay", "6" }, { "mm_exit.opening.anim_mode", "linear" }, { "mm_exit_open", "RocksMM.png" }, { "mm_exit_open.xpos", "11" }, @@ -4402,7 +4402,7 @@ struct ConfigInfo image_config[] = { "mm_exit.closing.xpos", "8" }, { "mm_exit.closing.ypos", "1" }, { "mm_exit.closing.frames", "4" }, - { "mm_exit.closing.delay", "8" }, + { "mm_exit.closing.delay", "6" }, { "mm_exit.closing.anim_mode", "linear,reverse" }, { "mm_mirror_1", "RocksMM.png" }, @@ -4931,7 +4931,7 @@ struct ConfigInfo image_config[] = { "mm_kettle", "RocksMM.png" }, { "mm_kettle.xpos", "12" }, { "mm_kettle.ypos", "1" }, - { "mm_kettle.frames", "4" }, + { "mm_kettle.frames", "1" }, { "mm_kettle.exploding", "RocksMM.png" }, { "mm_kettle.exploding.xpos", "13" }, { "mm_kettle.exploding.ypos", "1" }, @@ -6088,6 +6088,32 @@ struct ConfigInfo image_config[] = { "menu.scrollbar.active.ypos", "10" }, { "menu.scrollbar.active.frames", "1" }, + { "gfx.game.panel.time_anim", "RocksDoorMM.png" }, + { "gfx.game.panel.time_anim.x", "5" }, + { "gfx.game.panel.time_anim.y", "0" }, + { "gfx.game.panel.time_anim.width", "90" }, + { "gfx.game.panel.time_anim.height", "35" }, + { "gfx.game.panel.time_anim.frames", "1" }, + { "gfx.game.panel.time_anim.active", "RocksDoorMM.png" }, + { "gfx.game.panel.time_anim.active.x", "105" }, + { "gfx.game.panel.time_anim.active.y", "0" }, + { "gfx.game.panel.time_anim.active.width", "90" }, + { "gfx.game.panel.time_anim.active.height", "35" }, + { "gfx.game.panel.time_anim.active.frames", "1" }, + + { "gfx.game.panel.health_anim", "RocksDoorMM.png" }, + { "gfx.game.panel.health_anim.x", "5" }, + { "gfx.game.panel.health_anim.y", "35" }, + { "gfx.game.panel.health_anim.width", "90" }, + { "gfx.game.panel.health_anim.height", "35" }, + { "gfx.game.panel.health_anim.frames", "1" }, + { "gfx.game.panel.health_anim.active", "RocksDoorMM.png" }, + { "gfx.game.panel.health_anim.active.x", "105" }, + { "gfx.game.panel.health_anim.active.y", "35" }, + { "gfx.game.panel.health_anim.active.width", "90" }, + { "gfx.game.panel.health_anim.active.height", "35" }, + { "gfx.game.panel.health_anim.active.frames", "1" }, + { "gfx.game.button.stop", "RocksDoor.png" }, { "gfx.game.button.stop.x", "305" }, { "gfx.game.button.stop.y", "185" }, @@ -7734,6 +7760,14 @@ struct ConfigInfo image_config[] = { "menu.list_size.INFO[ELEMENTS]", "-1" }, { "menu.list_size.SETUP", "-1" }, + { "menu.text.paragraph.large_spacing", "-3" }, + { "menu.text.paragraph.normal_spacing", "-2" }, + { "menu.text.headline.large_spacing", "-2" }, + { "menu.text.headline.normal_spacing", "-1" }, + { "menu.text.line.large_spacing", "-1" }, + { "menu.text.line.normal_spacing", "0" }, + { "menu.text.all.extra_spacing", "2" }, + { "main.button.name.x", "0" }, { "main.button.name.y", "64" }, { "main.button.levels.x", "0" }, @@ -8328,6 +8362,27 @@ struct ConfigInfo image_config[] = { "game.panel.time_ss.draw_masked", "true" }, { "game.panel.time_ss.draw_order", "0" }, + { "game.panel.time_anim.x", "5" }, + { "game.panel.time_anim.y", "72" }, + { "game.panel.time_anim.direction", "right" }, + { "game.panel.time_anim.class", "mm_engine_only" }, + + { "game.panel.health.x", "-1" }, + { "game.panel.health.y", "-1" }, + { "game.panel.health.align", "center" }, + { "game.panel.health.valign", "top" }, + { "game.panel.health.digits", "-1" }, + { "game.panel.health.font", "font.text_2" }, + { "game.panel.health.font_narrow", "font.text_1" }, + { "game.panel.health.draw_masked", "true" }, + { "game.panel.health.draw_order", "0" }, + + { "game.panel.health_anim.x", "5" }, + { "game.panel.health_anim.y", "107" }, + { "game.panel.health_anim.direction", "right" }, + { "game.panel.health_anim.class", "mm_engine_only" }, + { "game.panel.health_anim.style", "reverse" }, + { "game.panel.frame.x", "-1" }, { "game.panel.frame.y", "-1" }, { "game.panel.frame.align", "left" },