From: Holger Schemel Date: Fri, 6 Dec 2024 17:45:50 +0000 (+0100) Subject: changed graphics for magic wall for native BD engine X-Git-Tag: 4.4.0.0-test-5~8 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=219951e7b5ecd6a89771af27b23b5345814ec3f7;p=rocksndiamonds.git changed graphics for magic wall for native BD engine --- diff --git a/graphics/gfx_classic/RocksBD.png b/graphics/gfx_classic/RocksBD.png index d9db309a..e1e03c58 100644 Binary files a/graphics/gfx_classic/RocksBD.png and b/graphics/gfx_classic/RocksBD.png differ diff --git a/src/conf_gfx.c b/src/conf_gfx.c index ff462771..3a285cf9 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -442,9 +442,13 @@ struct ConfigInfo image_config[] = { "bdx_diamond.falling.EDITOR.ypos", "3" }, { "bdx_magic_wall", UNDEFINED_FILENAME }, - { "bdx_magic_wall.clone_from", "bd_magic_wall" }, - { "bdx_magic_wall.active", UNDEFINED_FILENAME }, - { "bdx_magic_wall.active.clone_from", "bd_magic_wall.active" }, + { "bdx_magic_wall.clone_from", "bdx_wall" }, + { "bdx_magic_wall.active", "RocksBD.png" }, + { "bdx_magic_wall.active.xpos", "4" }, + { "bdx_magic_wall.active.ypos", "13" }, + { "bdx_magic_wall.active.frames", "8" }, + { "bdx_magic_wall.active.delay", "2" }, + { "bdx_magic_wall.active.global_sync", "true" }, { "bdx_amoeba_1", "RocksBD.png" }, { "bdx_amoeba_1.xpos", "4" },