From: Holger Schemel Date: Mon, 16 Dec 2024 22:14:45 +0000 (+0100) Subject: added separate level editor graphics for BD style non-sloped wall X-Git-Tag: 4.4.0.0~13 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=595bf567079dbc5d6578d880383b984fb789263c;p=rocksndiamonds.git added separate level editor graphics for BD style non-sloped wall --- diff --git a/graphics/gfx_classic/RocksBD2.png b/graphics/gfx_classic/RocksBD2.png index b73684ad..a61ba395 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 000572a2..befdea02 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -699,7 +699,10 @@ struct ConfigInfo image_config[] = { "bdx_wall_sloped_down_right.frames", "1" }, { "bdx_wall_non_sloped", UNDEFINED_FILENAME }, - { "bdx_wall_non_sloped.clone_from", "wall" }, + { "bdx_wall_non_sloped.clone_from", "bdx_wall" }, + { "bdx_wall_non_sloped.EDITOR", "RocksBD2.png" }, + { "bdx_wall_non_sloped.EDITOR.xpos", "4" }, + { "bdx_wall_non_sloped.EDITOR.ypos", "5" }, { "bdx_wall_diggable", UNDEFINED_FILENAME }, { "bdx_wall_diggable.clone_from", "bdx_wall" },