From: Holger Schemel Date: Wed, 26 Jun 2024 16:18:00 +0000 (+0200) Subject: fixed speed of conveyor belt animation for BD engine X-Git-Tag: 4.4.0.0-test-3~24 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=c105b290c30c1f69bc538988b54439dff8f163d0;p=rocksndiamonds.git fixed speed of conveyor belt animation for BD engine --- diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 2981a523..e452f3bd 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -921,7 +921,7 @@ struct ConfigInfo image_config[] = { "bdx_conveyor_left.active.xpos", "0" }, { "bdx_conveyor_left.active.ypos", "3" }, { "bdx_conveyor_left.active.frames", "8" }, - { "bdx_conveyor_left.active.delay", "2" }, + { "bdx_conveyor_left.active.delay", "1" }, { "bdx_conveyor_right", "RocksDC.png" }, { "bdx_conveyor_right.xpos", "0" }, @@ -934,7 +934,7 @@ struct ConfigInfo image_config[] = { "bdx_conveyor_right.active.xpos", "0" }, { "bdx_conveyor_right.active.ypos", "3" }, { "bdx_conveyor_right.active.frames", "8" }, - { "bdx_conveyor_right.active.delay", "2" }, + { "bdx_conveyor_right.active.delay", "1" }, { "bdx_conveyor_right.active.anim_mode", "reverse" }, { "bdx_conveyor_switch", "RocksBD.png" },