X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=3f64eeca6aa418ab88fe76bde8c16d96d6231463;hb=cc87512c58b885ea16697b0017201c900fce8428;hp=3616c73b7662f854fc962f041c16db0cc4f58c7f;hpb=d30adaf83e17eef0c2b186c6fd622baa506df4f0;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 3616c73b..3f64eeca 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -86,6 +86,10 @@ struct ConfigTypeInfo image_config_suffix[] = { ".active_yoffset", "0", TYPE_INTEGER }, { ".pressed_xoffset", "0", TYPE_INTEGER }, { ".pressed_yoffset", "0", TYPE_INTEGER }, + { ".stacked_xfactor", "1", TYPE_INTEGER }, + { ".stacked_yfactor", "1", TYPE_INTEGER }, + { ".stacked_xoffset", "0", TYPE_INTEGER }, + { ".stacked_yoffset", "0", TYPE_INTEGER }, { NULL, NULL, 0 } }; @@ -5140,6 +5144,12 @@ struct ConfigInfo image_config[] = { "mm_gray_ball.xpos", "15" }, { "mm_gray_ball.ypos", "2" }, { "mm_gray_ball.frames", "1" }, + { "mm_gray_ball.active", "RocksMM.png" }, + { "mm_gray_ball.active.xpos", "15" }, + { "mm_gray_ball.active.ypos", "1" }, + { "mm_gray_ball.active.frames", "2" }, + { "mm_gray_ball.active.delay", "20" }, + { "mm_gray_ball.active.vertical", "true" }, { "mm_gray_ball.EDITOR", "RocksMM.png" }, { "mm_gray_ball.EDITOR.xpos", "15" }, { "mm_gray_ball.EDITOR.ypos", "1" }, @@ -6207,8 +6217,10 @@ struct ConfigInfo image_config[] = { "menu.button_levelset_info", UNDEFINED_FILENAME }, { "menu.button_levelset_info.clone_from", "envelope_1" }, + { "menu.button_levelset_info.pressed", UNDEFINED_FILENAME }, + { "menu.button_levelset_info.pressed.clone_from", "envelope_1.collecting" }, { "menu.button_levelset_info.active", UNDEFINED_FILENAME }, - { "menu.button_levelset_info.active.clone_from", "envelope_1.collecting" }, + { "menu.button_levelset_info.active.clone_from", "envelope_1" }, { "menu.button_switch_ecs_aga", UNDEFINED_FILENAME }, { "menu.button_switch_ecs_aga.active", UNDEFINED_FILENAME },