X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=3a5a7a8685af028ba03e4d0a378bd22c80319688;hb=90c3a49422dd88de77ffc7b8dd1d4f1d73d0d9a3;hp=b9e97c3008da0e9ca4c0ff7a20a3cc98f3164484;hpb=b640b9d7647df4cbba0e530f6f4bcece384048e4;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index b9e97c30..3a5a7a86 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -2381,6 +2381,14 @@ struct ConfigInfo image_config[] = { "expandable_wall_any.EDITOR.xpos", "12" }, { "expandable_wall_any.EDITOR.ypos", "13" }, + { "bd_expandable_wall", "RocksElements.pcx" }, + { "bd_expandable_wall.xpos", "5" }, + { "bd_expandable_wall.ypos", "9" }, + { "bd_expandable_wall.frames", "1" }, + { "bd_expandable_wall.EDITOR", "RocksDC.pcx" }, + { "bd_expandable_wall.EDITOR.xpos", "15" }, + { "bd_expandable_wall.EDITOR.ypos", "15" }, + { "expandable_wall.growing.left", "RocksElements.pcx" }, { "expandable_wall.growing.left.xpos", "8" }, { "expandable_wall.growing.left.ypos", "10" }, @@ -3476,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" }, @@ -3819,14 +3917,14 @@ struct ConfigInfo image_config[] = #if 1 /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */ - /* (for testing, change filename back to "emc_object dot pcx") */ - { "emc_object", "emc_objects.pcx" }, + /* (for testing, change filename back to "emc_objects dot pcx") */ + { "emc_object", "RocksEMC.pcx" }, #if 0 { "emc_object.scale_up_factor", "2" }, #endif - /* (for testing, change filename back to "emc_sprite dot pcx") */ - { "emc_sprite", "emc_players.pcx" }, + /* (for testing, change filename back to "emc_players dot pcx") */ + { "emc_sprite", "RocksEMC.pcx" }, #if 0 { "emc_sprite.scale_up_factor", "2" }, #endif @@ -4389,7 +4487,14 @@ struct ConfigInfo image_config[] = { "background.envelope_4.anim_mode", "default" }, { "background.envelope_4.draw_masked", "false" }, + { "titlescreen_1", UNDEFINED_FILENAME }, + { "titlescreen_2", UNDEFINED_FILENAME }, + { "titlescreen_3", UNDEFINED_FILENAME }, + { "titlescreen_4", UNDEFINED_FILENAME }, + { "titlescreen_5", UNDEFINED_FILENAME }, + { "background", UNDEFINED_FILENAME }, + { "background.TITLE", UNDEFINED_FILENAME }, { "background.MAIN", UNDEFINED_FILENAME }, { "background.LEVELS", UNDEFINED_FILENAME }, { "background.SCORES", UNDEFINED_FILENAME }, @@ -4430,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" }, @@ -4442,6 +4550,27 @@ struct ConfigInfo image_config[] = { "door_2.step_delay", "10" }, { "door_2.anim_mode", "default" }, + { "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" }, { "[player].sleeping_delay_fixed", "2000" },