From 02ea973a35d350f2cb762ce0767b25d4c3f14fbe Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Wed, 8 Feb 2023 00:52:27 +0100 Subject: [PATCH] added graphic definition for activated state for level set info button --- src/conf_gfx.c | 2 ++ src/screens.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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, -- 2.34.1