From: Holger Schemel Date: Sun, 5 May 2024 23:25:13 +0000 (+0200) Subject: added new graphics for BD engine amoeba elements X-Git-Tag: 4.4.0.0-test-1~8 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=3160ba4d4fc516cfa286a000439a288fa123c605;p=rocksndiamonds.git added new graphics for BD engine amoeba elements --- diff --git a/graphics/gfx_classic/RocksBD.png b/graphics/gfx_classic/RocksBD.png index bb0b1bb8..639080c5 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 fa517c7e..7262ac97 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -442,11 +442,19 @@ struct ConfigInfo image_config[] = { "bdx_magic_wall.active", UNDEFINED_FILENAME }, { "bdx_magic_wall.active.clone_from", "bd_magic_wall.active" }, - { "bdx_amoeba_1", UNDEFINED_FILENAME }, - { "bdx_amoeba_1.clone_from", "bd_amoeba" }, - - { "bdx_amoeba_2", UNDEFINED_FILENAME }, - { "bdx_amoeba_2.clone_from", "bd_amoeba" }, + { "bdx_amoeba_1", "RocksBD.png" }, + { "bdx_amoeba_1.xpos", "4" }, + { "bdx_amoeba_1.ypos", "11" }, + { "bdx_amoeba_1.frames", "4" }, + { "bdx_amoeba_1.delay", "4" }, + { "bdx_amoeba_1.anim_mode", "pingpong2" }, + + { "bdx_amoeba_2", "RocksBD.png" }, + { "bdx_amoeba_2.xpos", "8" }, + { "bdx_amoeba_2.ypos", "11" }, + { "bdx_amoeba_2.frames", "4" }, + { "bdx_amoeba_2.delay", "4" }, + { "bdx_amoeba_2.anim_mode", "pingpong2" }, { "bdx_butterfly_1", UNDEFINED_FILENAME }, { "bdx_butterfly_1.clone_from", "bd_butterfly" }, @@ -849,8 +857,8 @@ struct ConfigInfo image_config[] = { "bdx_nut.falling.EDITOR.ypos", "2" }, { "bdx_bladder", "RocksBD.png" }, - { "bdx_bladder.xpos", "4" }, - { "bdx_bladder.ypos", "11" }, + { "bdx_bladder.xpos", "8" }, + { "bdx_bladder.ypos", "12" }, { "bdx_bladder.frames", "4" }, { "bdx_bladder.delay", "4" }, { "bdx_bladder.anim_mode", "pingpong2" },