X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=2a129b4fad4c3f84018ba55af824c260f74faff7;hb=5e616edfe5f101927d2ff3f7a14d2c65897de3cc;hp=55c6f3875c09d3e1fe7c57e2363bcfeea49027a4;hpb=1ed02c282e3b4bd73c5d26244e4df30d731cc6c8;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 55c6f387..2a129b4f 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -227,11 +227,6 @@ struct ConfigInfo image_config[] = { "[sp_default].exploding.delay", "3" }, { "[sp_default].exploding.anim_mode", "linear" }, - { "sp_empty_space", "RocksSP.pcx" }, - { "sp_empty_space.xpos", "0" }, - { "sp_empty_space.ypos", "0" }, - { "sp_empty_space.frames", "1" }, - { "sp_zonk", "RocksSP.pcx" }, { "sp_zonk.xpos", "1" }, { "sp_zonk.ypos", "0" }, @@ -1125,6 +1120,12 @@ struct ConfigInfo image_config[] = { "exit_open.frames", "4" }, { "exit_open.delay", "4" }, { "exit_open.anim_mode", "pingpong" }, + { "exit.closing", "RocksElements.pcx" }, + { "exit.closing.xpos", "0" }, + { "exit.closing.ypos", "11" }, + { "exit.closing.frames", "5" }, + { "exit.closing.delay", "6" }, + { "exit.closing.anim_mode", "linear,reverse" }, /* images for Emerald Mine Club style elements and actions */ @@ -1445,10 +1446,22 @@ struct ConfigInfo image_config[] = { "timegate_switch.active.ypos", "15" }, { "timegate_switch.active.frames", "4" }, - { "envelope", "RocksDC.pcx" }, - { "envelope.xpos", "4" }, - { "envelope.ypos", "14" }, - { "envelope.frames", "1" }, + { "envelope_1", "RocksDC.pcx" }, + { "envelope_1.xpos", "4" }, + { "envelope_1.ypos", "14" }, + { "envelope_1.frames", "1" }, + { "envelope_2", "RocksDC.pcx" }, + { "envelope_2.xpos", "4" }, + { "envelope_2.ypos", "14" }, + { "envelope_2.frames", "1" }, + { "envelope_3", "RocksDC.pcx" }, + { "envelope_3.xpos", "4" }, + { "envelope_3.ypos", "14" }, + { "envelope_3.frames", "1" }, + { "envelope_4", "RocksDC.pcx" }, + { "envelope_4.xpos", "4" }, + { "envelope_4.ypos", "14" }, + { "envelope_4.frames", "1" }, { "sign_exclamation", "RocksDC.pcx" }, { "sign_exclamation.xpos", "5" }, @@ -3486,6 +3499,9 @@ struct ConfigInfo image_config[] = { "door.step_offset", "2" }, { "door.step_delay", "10" }, + { "door.anim_mode", "default" }, + + { "game.envelope.anim_mode", "full" }, { NULL, NULL } };