From: Holger Schemel Date: Sat, 5 Oct 2024 18:35:41 +0000 (+0200) Subject: fixed BD style lava animation delay X-Git-Tag: 4.4.0.0-test-4~165 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=8aaaff4d4c48b0e6897af16d658137d584fcf790;p=rocksndiamonds.git fixed BD style lava animation delay --- diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 6671e7fe..9d30d7f3 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -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" },