From: Holger Schemel Date: Sun, 1 Dec 2024 13:49:02 +0000 (+0100) Subject: added missing editor graphics for BD style time penalty element X-Git-Tag: 4.4.0.0-test-4~3 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=4d6ee03e3f147497033b505a3008b52f1d6a25fc;p=rocksndiamonds.git added missing editor graphics for BD style time penalty element --- diff --git a/graphics/gfx_classic/RocksBD2.png b/graphics/gfx_classic/RocksBD2.png index 4b3293a9..b73684ad 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 c83a70e7..1565764e 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -1002,6 +1002,10 @@ struct ConfigInfo image_config[] = { "bdx_time_penalty.xpos", "3" }, { "bdx_time_penalty.ypos", "6" }, { "bdx_time_penalty.frames", "1" }, + { "bdx_time_penalty.EDITOR", "RocksBD2.png" }, + { "bdx_time_penalty.EDITOR.xpos", "3" }, + { "bdx_time_penalty.EDITOR.ypos", "5" }, + { "bdx_time_penalty.EDITOR.frames", "1" }, { "bdx_gravestone", "RocksBD.png" }, { "bdx_gravestone.xpos", "3" },