From: Holger Schemel Date: Fri, 6 Jan 2023 22:48:05 +0000 (+0100) Subject: added level editor graphics for the MM style gray ball X-Git-Tag: 4.3.5.0~50 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=9e14b7d4bf8d485bfa4b4e13b82496cedc259554 added level editor graphics for the MM style gray ball --- diff --git a/graphics/gfx_classic/RocksMM.png b/graphics/gfx_classic/RocksMM.png index c993e64c..3fd82443 100644 Binary files a/graphics/gfx_classic/RocksMM.png and b/graphics/gfx_classic/RocksMM.png differ diff --git a/src/conf_gfx.c b/src/conf_gfx.c index b810bce8..28a22318 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5134,6 +5134,10 @@ struct ConfigInfo image_config[] = { "mm_gray_ball.xpos", "15" }, { "mm_gray_ball.ypos", "2" }, { "mm_gray_ball.frames", "1" }, + { "mm_gray_ball.EDITOR", "RocksMM.png" }, + { "mm_gray_ball.EDITOR.xpos", "15" }, + { "mm_gray_ball.EDITOR.ypos", "1" }, + { "mm_gray_ball.EDITOR.frames", "1" }, { "mm_fuel_full", "RocksMM.png" }, { "mm_fuel_full.xpos", "10" },