From d7602369c430d0fac45183ff5234a7ae49a773f1 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 3 Nov 2024 15:09:16 +0100 Subject: [PATCH] added cloned font definitions to not break existing artwork sets --- src/conf_gfx.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 0d102bb9..34d79c16 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -7779,6 +7779,8 @@ struct ConfigInfo image_config[] = { "font.footer", UNDEFINED_FILENAME }, { "font.footer.clone_from", "font.text_4" }, + { "font.footer.INFO", UNDEFINED_FILENAME }, + { "font.footer.INFO.clone_from", "font.text_4.INFO" }, { "font.menu_1", "RocksFontBig.png" }, { "font.menu_1.x", "0" }, @@ -7920,6 +7922,8 @@ struct ConfigInfo image_config[] = { "font.text_4.SETUP.clone_from", "font.text_4.LEVELS" }, { "font.text_4.NAMES", UNDEFINED_FILENAME }, { "font.text_4.NAMES.clone_from", "font.menu_1.active" }, + { "font.text_4.INFO", UNDEFINED_FILENAME }, + { "font.text_4.INFO.clone_from", "font.text_4" }, { "font.text_4.SCORES", "RocksFontMedium.png" }, { "font.text_4.SCORES.x", "0" }, { "font.text_4.SCORES.y", "480" }, -- 2.34.1