From e0f109524b99fba154b810ee385c153cf827a771 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 30 Jun 2024 15:11:01 +0200 Subject: [PATCH] added BD graphics definitions for chasing rock --- src/conf_gfx.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 5d28a11b..0ead706d 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -1096,8 +1096,10 @@ struct ConfigInfo image_config[] = { "bdx_waiting_rock.EDITOR.xpos", "4" }, { "bdx_waiting_rock.EDITOR.ypos", "2" }, - { "bdx_chasing_rock", UNDEFINED_FILENAME }, - { "bdx_chasing_rock.clone_from", "bdx_rock" }, + { "bdx_chasing_rock", "RocksBD.png" }, + { "bdx_chasing_rock.xpos", "0" }, + { "bdx_chasing_rock.ypos", "4" }, + { "bdx_chasing_rock.frames", "1" }, { "bdx_ghost", "RocksBD.png" }, { "bdx_ghost.xpos", "0" }, -- 2.34.1