X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=3a5a7a8685af028ba03e4d0a378bd22c80319688;hb=33816a6d8e5d9898e9cac269b6c5e647b03e5e85;hp=44a4ca802a364e37e667587726c3109f926af5e7;hpb=db796e071bbe21db45ac516e55eaf2ea7cee33d5;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 44a4ca80..3a5a7a86 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4535,6 +4535,9 @@ struct ConfigInfo image_config[] = { "menu.list_size.SCORES", "-1" }, { "menu.list_size.INFO", "-1" }, + { "menu.fade_delay", "250" }, + { "menu.post_delay", "125" }, + { "door_1.width", "-1" }, { "door_1.height", "-1" }, { "door_1.step_offset", "2" }, @@ -4555,24 +4558,18 @@ struct ConfigInfo image_config[] = { "preview.step_offset", "1" }, { "preview.step_delay", "50" }, -#if DEBUG - { "game.level.x", "-1" }, - { "game.level.y", "-1" }, - { "game.gems.x", "-1" }, - { "game.gems.y", "-1" }, - { "game.bombs.x", "-1" }, - { "game.bombs.y", "-1" }, - { "game.keys.x", "-1" }, - { "game.keys.y", "-1" }, - { "game.score.x", "-1" }, - { "game.score.y", "-1" }, - { "game.time.x", "-1" }, - { "game.time.y", "-1" }, -#if 0 - { "game.tape.x", "-1" }, - { "game.tape.y", "-1" }, -#endif -#endif + { "game.panel.level.x", "37" }, + { "game.panel.level.y", "20" }, + { "game.panel.gems.x", "29" }, + { "game.panel.gems.y", "54" }, + { "game.panel.inventory.x", "29" }, + { "game.panel.inventory.y", "89" }, + { "game.panel.keys.x", "18" }, + { "game.panel.keys.y", "123" }, + { "game.panel.score.x", "15" }, + { "game.panel.score.y", "159" }, + { "game.panel.time.x", "29" }, + { "game.panel.time.y", "194" }, { "[player].boring_delay_fixed", "1000" }, { "[player].boring_delay_random", "1000" },