X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=fd978dae45dd7b10c2adf267f4656dca2252e810;hb=93926b59ca45db5bb31f63e08d7ee729745e0306;hp=f3bebdf5960ce02388e8a476cf51f2ce445e6383;hpb=17c2de428378f092f928b516a5efc93fa12479e7;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index f3bebdf5..fd978dae 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4975,6 +4975,7 @@ struct ConfigInfo image_config[] = { "background.INFO[VERSION]", UNDEFINED_FILENAME }, { "background.INFO[LEVELSET]", UNDEFINED_FILENAME }, { "background.SETUP", UNDEFINED_FILENAME }, + { "background.PLAYING", UNDEFINED_FILENAME }, { "background.DOOR", UNDEFINED_FILENAME }, { "background.titlescreen_initial_1", UNDEFINED_FILENAME }, @@ -5752,6 +5753,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" },