From: Holger Schemel Date: Sun, 30 Jun 2024 13:06:59 +0000 (+0200) Subject: added BD graphics definitions for cracking nut X-Git-Tag: 4.4.0.0-test-3~15 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=da7ffa495fc3f68280a1a970e5be429ec79911fb;p=rocksndiamonds.git added BD graphics definitions for cracking nut --- 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" },