From: Holger Schemel Date: Tue, 7 Feb 2023 23:52:27 +0000 (+0100) Subject: added graphic definition for activated state for level set info button X-Git-Tag: 4.3.5.0~15 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=02ea973a35d350f2cb762ce0767b25d4c3f14fbe added graphic definition for activated state for level set info button --- diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 3616c73b..b168262d 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -6209,6 +6209,8 @@ struct ConfigInfo image_config[] = { "menu.button_levelset_info.clone_from", "envelope_1" }, { "menu.button_levelset_info.active", UNDEFINED_FILENAME }, { "menu.button_levelset_info.active.clone_from", "envelope_1.collecting" }, + { "menu.button_levelset_info.pressed", UNDEFINED_FILENAME }, + { "menu.button_levelset_info.pressed.clone_from", "envelope_1" }, { "menu.button_switch_ecs_aga", UNDEFINED_FILENAME }, { "menu.button_switch_ecs_aga.active", UNDEFINED_FILENAME }, diff --git a/src/screens.c b/src/screens.c index 0df80eb6..3e0dd343 100644 --- a/src/screens.c +++ b/src/screens.c @@ -9664,7 +9664,8 @@ static struct FALSE, "play solution tape" }, { - IMG_MENU_BUTTON_LEVELSET_INFO, IMG_MENU_BUTTON_LEVELSET_INFO_ACTIVE, -1, + IMG_MENU_BUTTON_LEVELSET_INFO, IMG_MENU_BUTTON_LEVELSET_INFO_ACTIVE, + IMG_MENU_BUTTON_LEVELSET_INFO_PRESSED, &menu.main.button.levelset_info, NULL, SCREEN_CTRL_ID_LEVELSET_INFO, SCREEN_MASK_MAIN_HAS_SET_INFO,