X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=ea1630257a714d688ccd95b633bd3c25ca2b8a40;hp=c1c0890a4617f9d863cc5f03026cd16a02466038;hb=c8cce6c46873bf9d4121703b53585905edd9b154;hpb=380fd20716d52d4cec876996f52449878bdcee45 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index c1c0890a..ea163025 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -6381,7 +6381,7 @@ struct ConfigInfo image_config[] = { "font.title_2.width", "14" }, { "font.title_2.height", "14" }, { "font.title_2.SETUP", UNDEFINED_FILENAME }, - { "font.title_2.SETUP.clone_from", "font.text_4" }, + { "font.title_2.SETUP.clone_from", "font.text_2" }, { "font.menu_1", "RocksFontBig.png" }, { "font.menu_1.x", "0" }, @@ -7802,7 +7802,15 @@ struct ConfigInfo image_config[] = { "menu.line_spacing.INFO[LEVELSET]", "0" }, { "menu.line_spacing.SETUP[INPUT]", "0" }, - { "menu.extra_spacing", "2" }, + { "menu.extra_spacing.INFO", "2" }, + { "menu.extra_spacing.INFO[TITLE]", "2" }, + { "menu.extra_spacing.INFO[ELEMENTS]", "2" }, + { "menu.extra_spacing.INFO[MUSIC]", "2" }, + { "menu.extra_spacing.INFO[CREDITS]", "2" }, + { "menu.extra_spacing.INFO[PROGRAM]", "2" }, + { "menu.extra_spacing.INFO[VERSION]", "2" }, + { "menu.extra_spacing.INFO[LEVELSET]", "2" }, + { "menu.extra_spacing.SETUP[INPUT]", "2" }, { "main.button.name.x", "0" }, { "main.button.name.y", "64" },