X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=3a5a7a8685af028ba03e4d0a378bd22c80319688;hb=90c3a49422dd88de77ffc7b8dd1d4f1d73d0d9a3;hp=3421d9a578291aca6b78c30046a0a5b0aed54453;hpb=8cea50fbd1b74a2bc164a79cbd26bdbb3abd6689;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 3421d9a5..3a5a7a86 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -3484,6 +3484,96 @@ struct ConfigInfo image_config[] = { "current_ce_score.ypos", "12" }, { "current_ce_score.frames", "1" }, + { "last_ce_1", "RocksMore.pcx" }, + { "last_ce_1.xpos", "0" }, + { "last_ce_1.ypos", "7" }, + { "last_ce_1.frames", "1" }, + + { "last_ce_2", "RocksMore.pcx" }, + { "last_ce_2.xpos", "1" }, + { "last_ce_2.ypos", "7" }, + { "last_ce_2.frames", "1" }, + + { "last_ce_3", "RocksMore.pcx" }, + { "last_ce_3.xpos", "2" }, + { "last_ce_3.ypos", "7" }, + { "last_ce_3.frames", "1" }, + + { "last_ce_4", "RocksMore.pcx" }, + { "last_ce_4.xpos", "3" }, + { "last_ce_4.ypos", "7" }, + { "last_ce_4.frames", "1" }, + + { "last_ce_5", "RocksMore.pcx" }, + { "last_ce_5.xpos", "4" }, + { "last_ce_5.ypos", "7" }, + { "last_ce_5.frames", "1" }, + + { "last_ce_6", "RocksMore.pcx" }, + { "last_ce_6.xpos", "5" }, + { "last_ce_6.ypos", "7" }, + { "last_ce_6.frames", "1" }, + + { "last_ce_7", "RocksMore.pcx" }, + { "last_ce_7.xpos", "6" }, + { "last_ce_7.ypos", "7" }, + { "last_ce_7.frames", "1" }, + + { "last_ce_8", "RocksMore.pcx" }, + { "last_ce_8.xpos", "7" }, + { "last_ce_8.ypos", "7" }, + { "last_ce_8.frames", "1" }, + + { "next_ce_1", "RocksMore.pcx" }, + { "next_ce_1.xpos", "0" }, + { "next_ce_1.ypos", "8" }, + { "next_ce_1.frames", "1" }, + + { "next_ce_2", "RocksMore.pcx" }, + { "next_ce_2.xpos", "1" }, + { "next_ce_2.ypos", "8" }, + { "next_ce_2.frames", "1" }, + + { "next_ce_3", "RocksMore.pcx" }, + { "next_ce_3.xpos", "2" }, + { "next_ce_3.ypos", "8" }, + { "next_ce_3.frames", "1" }, + + { "next_ce_4", "RocksMore.pcx" }, + { "next_ce_4.xpos", "3" }, + { "next_ce_4.ypos", "8" }, + { "next_ce_4.frames", "1" }, + + { "next_ce_5", "RocksMore.pcx" }, + { "next_ce_5.xpos", "4" }, + { "next_ce_5.ypos", "8" }, + { "next_ce_5.frames", "1" }, + + { "next_ce_6", "RocksMore.pcx" }, + { "next_ce_6.xpos", "5" }, + { "next_ce_6.ypos", "8" }, + { "next_ce_6.frames", "1" }, + + { "next_ce_7", "RocksMore.pcx" }, + { "next_ce_7.xpos", "6" }, + { "next_ce_7.ypos", "8" }, + { "next_ce_7.frames", "1" }, + + { "next_ce_8", "RocksMore.pcx" }, + { "next_ce_8.xpos", "7" }, + { "next_ce_8.ypos", "8" }, + { "next_ce_8.frames", "1" }, + + { "self", "RocksMore.pcx" }, + { "self.xpos", "8" }, + { "self.ypos", "7" }, + { "self.frames", "1" }, + + { "any_element", "RocksMore.pcx" }, + { "any_element.xpos", "9" }, + { "any_element.ypos", "7" }, + { "any_element.frames", "1" }, + { "emc_key_5", "RocksEMC.pcx" }, { "emc_key_5.xpos", "0" }, { "emc_key_5.ypos", "5" }, @@ -4445,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" }, @@ -4457,24 +4550,26 @@ struct ConfigInfo image_config[] = { "door_2.step_delay", "10" }, { "door_2.anim_mode", "default" }, -#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 + { "preview.x", "148" }, + { "preview.y", "388" }, + { "preview.xsize", "66" }, + { "preview.ysize", "34" }, + { "preview.tile_size", "4" }, + { "preview.step_offset", "1" }, + { "preview.step_delay", "50" }, + + { "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" },