fixed BD style lava animation delay
authorHolger Schemel <holger.schemel@virtion.de>
Sat, 5 Oct 2024 18:35:41 +0000 (20:35 +0200)
committerHolger Schemel <holger.schemel@virtion.de>
Sat, 5 Oct 2024 18:35:41 +0000 (20:35 +0200)
src/conf_gfx.c

index 6671e7fe892ed79d6a02950fc9c3cff1b51e3051..9d30d7f34d1f4fb96572118faff6ff0b5bc4c5a7 100644 (file)
@@ -1079,8 +1079,12 @@ struct ConfigInfo image_config[] =
   { "bdx_gate_3.ypos",                                 "3"                             },
   { "bdx_gate_3.frames",                               "1"                             },
 
-  { "bdx_lava",                                                UNDEFINED_FILENAME              },
-  { "bdx_lava.clone_from",                             "acid"                          },
+  { "bdx_lava",                                                "RocksElements.png"             },
+  { "bdx_lava.xpos",                                   "12"                            },
+  { "bdx_lava.ypos",                                   "7"                             },
+  { "bdx_lava.frames",                                 "4"                             },
+  { "bdx_lava.delay",                                  "4"                             },
+  { "bdx_lava.global_sync",                            "true"                          },
 
   { "bdx_sweet",                                       "RocksBD.png"                   },
   { "bdx_sweet.xpos",                                  "5"                             },