fixed speed of conveyor belt animation for BD engine
authorHolger Schemel <holger.schemel@virtion.de>
Wed, 26 Jun 2024 16:18:00 +0000 (18:18 +0200)
committerHolger Schemel <holger.schemel@virtion.de>
Wed, 26 Jun 2024 16:18:00 +0000 (18:18 +0200)
src/conf_gfx.c

index 2981a5234099a08765c34e046d3cdd2b24d21be4..e452f3bd6e72216e361c6956d416a8ec4d464c87 100644 (file)
@@ -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"                   },