X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=1282c695dfad181381f44ca742e33141b84ddc15;hp=913a3728888f4e97ec53c0d3ad59c9a82b57403d;hb=f965a2a6e56dd5c1e91b306dfd52b38b1dd49537;hpb=6077980c61e1985fcc5ac969cd5e15e696498191 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 913a3728..1282c695 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5842,6 +5842,15 @@ struct ConfigInfo image_config[] = { "game.panel.time_ss.draw_masked", "true" }, { "game.panel.time_ss.draw_order", "0" }, + { "game.panel.frame.x", "-1" }, + { "game.panel.frame.y", "-1" }, + { "game.panel.frame.align", "left" }, + { "game.panel.frame.valign", "top" }, + { "game.panel.frame.digits", "-1" }, + { "game.panel.frame.font", "font.text_2" }, + { "game.panel.frame.draw_masked", "true" }, + { "game.panel.frame.draw_order", "0" }, + { "game.panel.shield_normal.x", "-1" }, { "game.panel.shield_normal.y", "-1" }, { "game.panel.shield_normal.tile_size", "16" },