X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=4a5c997f24f17e7395502f068c9769097c067e36;hb=c46bcfd8dd92fbf3ce134eed1e64078147d33b50;hp=e30ef6612b842584d909d3a8b6dca166b412ac8f;hpb=63fc5e7eb53f6dc099fee58bcaa7923c09e86ef5;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index e30ef661..4a5c997f 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -948,6 +948,23 @@ struct ConfigInfo image_config[] = { "dynamite.active.EDITOR.xpos", "1" }, { "dynamite.active.EDITOR.ypos", "14" }, + { "em_dynamite", "RocksElements.pcx" }, + { "em_dynamite.xpos", "0" }, + { "em_dynamite.ypos", "3" }, + { "em_dynamite.frames", "1" }, + { "em_dynamite.EDITOR", "RocksElements.pcx" }, + { "em_dynamite.EDITOR.xpos", "0" }, + { "em_dynamite.EDITOR.ypos", "14" }, + { "em_dynamite.active", "RocksElements.pcx" }, + { "em_dynamite.active.xpos", "1" }, + { "em_dynamite.active.ypos", "3" }, + { "em_dynamite.active.frames", "7" }, + { "em_dynamite.active.delay", "4" }, + { "em_dynamite.active.anim_mode", "linear" }, + { "em_dynamite.active.EDITOR", "RocksElements.pcx" }, + { "em_dynamite.active.EDITOR.xpos", "1" }, + { "em_dynamite.active.EDITOR.ypos", "14" }, + { "wall_emerald", "RocksElements.pcx" }, { "wall_emerald.xpos", "4" }, { "wall_emerald.ypos", "8" }, @@ -3368,6 +3385,11 @@ struct ConfigInfo image_config[] = { "trigger_player.ypos", "13" }, { "trigger_player.frames", "1" }, + { "trigger_ce_value", "RocksDC.pcx" }, + { "trigger_ce_value.xpos", "15" }, + { "trigger_ce_value.ypos", "15" }, + { "trigger_ce_value.frames", "1" }, + { "emc_key_5", "RocksEMC.pcx" }, { "emc_key_5.xpos", "0" }, { "emc_key_5.ypos", "5" }, @@ -3708,13 +3730,13 @@ struct ConfigInfo image_config[] = /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */ /* (for testing, change filename back to "emc_object dot pcx") */ - { "emc_object", "emc_object.pcx" }, + { "emc_object", "emc_objects.pcx" }, #if 0 { "emc_object.scale_up_factor", "2" }, #endif /* (for testing, change filename back to "emc_sprite dot pcx") */ - { "emc_sprite", "emc_sprite.pcx" }, + { "emc_sprite", "emc_players.pcx" }, #if 0 { "emc_sprite.scale_up_factor", "2" }, #endif