From: Holger Schemel Date: Fri, 22 Nov 2024 19:46:35 +0000 (+0100) Subject: added missing editor graphics for some BD style game elements X-Git-Tag: 4.4.0.0-test-4~28 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=48ec5697d73727f1d0b410a0c0ebd7f44ce7b58b;p=rocksndiamonds.git added missing editor graphics for some BD style game elements - falling grass ball - falling loose grass - explodable steel wall --- diff --git a/graphics/gfx_classic/RocksBD2.png b/graphics/gfx_classic/RocksBD2.png index 733c5ff4..4b3293a9 100644 Binary files a/graphics/gfx_classic/RocksBD2.png and b/graphics/gfx_classic/RocksBD2.png differ diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 0fe8e04b..c83a70e7 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -588,11 +588,17 @@ struct ConfigInfo image_config[] = { "bdx_grass_ball.xpos", "9" }, { "bdx_grass_ball.ypos", "4" }, { "bdx_grass_ball.frames", "1" }, + { "bdx_grass_ball.falling.EDITOR", "RocksBD2.png" }, + { "bdx_grass_ball.falling.EDITOR.xpos", "1" }, + { "bdx_grass_ball.falling.EDITOR.ypos", "5" }, { "bdx_grass_loose", "RocksBD.png" }, { "bdx_grass_loose.xpos", "10" }, { "bdx_grass_loose.ypos", "4" }, { "bdx_grass_loose.frames", "1" }, + { "bdx_grass_loose.falling.EDITOR", "RocksBD2.png" }, + { "bdx_grass_loose.falling.EDITOR.xpos", "2" }, + { "bdx_grass_loose.falling.EDITOR.ypos", "5" }, { "bdx_sand_sloped_up_left", "RocksBD.png" }, { "bdx_sand_sloped_up_left.xpos", "8" }, @@ -700,6 +706,9 @@ struct ConfigInfo image_config[] = { "bdx_steelwall_explodable", UNDEFINED_FILENAME }, { "bdx_steelwall_explodable.clone_from", "bdx_steelwall" }, + { "bdx_steelwall_explodable.EDITOR", "RocksBD2.png" }, + { "bdx_steelwall_explodable.EDITOR.xpos", "0" }, + { "bdx_steelwall_explodable.EDITOR.ypos", "5" }, { "bdx_steelwall_diggable", UNDEFINED_FILENAME }, { "bdx_steelwall_diggable.clone_from", "bdx_steelwall" },