X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=d5bb9a554c33db4a1554837db972908d219b2cd0;hb=b9ff5d05fe2fe26b3841c05a6c5fe516bb81c33d;hp=c321bcf0eb00e4a5bba9510790a0fdf645bfdb76;hpb=88fd751f97e6f0f4acb3a9b790f98e3291960c2a;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index c321bcf0..d5bb9a55 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -8749,8 +8749,9 @@ struct ConfigInfo image_config[] = { "game.panel.score.y", "159" }, { "game.panel.score.align", "center" }, { "game.panel.score.valign", "top" }, - { "game.panel.score.digits", "5" }, + { "game.panel.score.digits", "-1" }, { "game.panel.score.font", "font.text_2" }, + { "game.panel.score.font_narrow", "font.text_1" }, { "game.panel.score.draw_masked", "true" }, { "game.panel.score.draw_order", "0" }, { "game.panel.score.class", "none" }, @@ -8760,8 +8761,9 @@ struct ConfigInfo image_config[] = { "game.panel.highscore.y", "-1" }, { "game.panel.highscore.align", "left" }, { "game.panel.highscore.valign", "top" }, - { "game.panel.highscore.digits", "5" }, + { "game.panel.highscore.digits", "-1" }, { "game.panel.highscore.font", "font.text_2" }, + { "game.panel.highscore.font_narrow", "font.text_1" }, { "game.panel.highscore.draw_masked", "true" }, { "game.panel.highscore.draw_order", "0" }, { "game.panel.highscore.class", "none" },