From da7ffa495fc3f68280a1a970e5be429ec79911fb Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 30 Jun 2024 15:06:59 +0200 Subject: [PATCH] added BD graphics definitions for cracking nut --- src/conf_gfx.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/conf_gfx.c b/src/conf_gfx.c index e452f3bd..5d28a11b 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -853,8 +853,16 @@ struct ConfigInfo image_config[] = { "bdx_trapped_diamond.ypos", "6" }, { "bdx_trapped_diamond.frames", "1" }, - { "bdx_nut", UNDEFINED_FILENAME }, - { "bdx_nut.clone_from", "nut" }, + { "bdx_nut", "RocksBD.png" }, + { "bdx_nut.xpos", "0" }, + { "bdx_nut.ypos", "13" }, + { "bdx_nut.frames", "1" }, + { "bdx_nut.breaking", "RocksBD.png" }, + { "bdx_nut.breaking.xpos", "0" }, + { "bdx_nut.breaking.ypos", "13" }, + { "bdx_nut.breaking.frames", "4" }, + { "bdx_nut.breaking.delay", "8" }, + { "bdx_nut.breaking.anim_mode", "linear" }, { "bdx_nut.falling.EDITOR", "RocksBD2.png" }, { "bdx_nut.falling.EDITOR.xpos", "5" }, { "bdx_nut.falling.EDITOR.ypos", "2" }, -- 2.34.1