X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=271ef2eb73b1453e1f76b477699bf68633f387bf;hb=041e5e848c15b4a07020a6d9fe392fcda53d72a8;hp=f3bebdf5960ce02388e8a476cf51f2ce445e6383;hpb=42fb5f9da1e64e9c604ca1a8e6d1bde8fa1a5b58;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index f3bebdf5..271ef2eb 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5752,6 +5752,15 @@ struct ConfigInfo image_config[] = { "game.panel.score.draw_masked", "true" }, { "game.panel.score.draw_order", "0" }, + { "game.panel.highscore.x", "-1" }, + { "game.panel.highscore.y", "-1" }, + { "game.panel.highscore.align", "left" }, + { "game.panel.highscore.valign", "top" }, + { "game.panel.highscore.digits", "5" }, + { "game.panel.highscore.font", "font.text_2" }, + { "game.panel.highscore.draw_masked", "true" }, + { "game.panel.highscore.draw_order", "0" }, + { "game.panel.time.x", "50" }, { "game.panel.time.y", "194" }, { "game.panel.time.align", "center" },