From: Holger Schemel Date: Mon, 2 Dec 2024 17:36:45 +0000 (+0100) Subject: added editor graphics definitions for BD style firefly and butterfly X-Git-Tag: 4.4.0.0-test-5~22 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=88ca79d6d08712b84d562178f93688afd2139d1b;p=rocksndiamonds.git added editor graphics definitions for BD style firefly and butterfly --- diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 1565764e..03aa6321 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -464,12 +464,20 @@ struct ConfigInfo image_config[] = { "bdx_butterfly_1.clone_from", "bd_butterfly" }, { "bdx_butterfly_1.right", UNDEFINED_FILENAME }, { "bdx_butterfly_1.right.clone_from", "bd_butterfly.right" }, + { "bdx_butterfly_1.right.EDITOR", UNDEFINED_FILENAME }, + { "bdx_butterfly_1.right.EDITOR.clone_from", "bd_butterfly.right.EDITOR" }, { "bdx_butterfly_1.up", UNDEFINED_FILENAME }, { "bdx_butterfly_1.up.clone_from", "bd_butterfly.up" }, + { "bdx_butterfly_1.up.EDITOR", UNDEFINED_FILENAME }, + { "bdx_butterfly_1.up.EDITOR.clone_from", "bd_butterfly.up.EDITOR" }, { "bdx_butterfly_1.left", UNDEFINED_FILENAME }, { "bdx_butterfly_1.left.clone_from", "bd_butterfly.left" }, + { "bdx_butterfly_1.left.EDITOR", UNDEFINED_FILENAME }, + { "bdx_butterfly_1.left.EDITOR.clone_from", "bd_butterfly.left.EDITOR" }, { "bdx_butterfly_1.down", UNDEFINED_FILENAME }, { "bdx_butterfly_1.down.clone_from", "bd_butterfly.down" }, + { "bdx_butterfly_1.down.EDITOR", UNDEFINED_FILENAME }, + { "bdx_butterfly_1.down.EDITOR.clone_from", "bd_butterfly.down.EDITOR" }, { "bdx_butterfly_2", "RocksBD.png" }, { "bdx_butterfly_2.xpos", "0" }, @@ -523,12 +531,20 @@ struct ConfigInfo image_config[] = { "bdx_firefly_1.clone_from", "bd_firefly" }, { "bdx_firefly_1.right", UNDEFINED_FILENAME }, { "bdx_firefly_1.right.clone_from", "bd_firefly.right" }, + { "bdx_firefly_1.right.EDITOR", UNDEFINED_FILENAME }, + { "bdx_firefly_1.right.EDITOR.clone_from", "bd_firefly.right.EDITOR" }, { "bdx_firefly_1.up", UNDEFINED_FILENAME }, { "bdx_firefly_1.up.clone_from", "bd_firefly.up" }, + { "bdx_firefly_1.up.EDITOR", UNDEFINED_FILENAME }, + { "bdx_firefly_1.up.EDITOR.clone_from", "bd_firefly.up.EDITOR" }, { "bdx_firefly_1.left", UNDEFINED_FILENAME }, { "bdx_firefly_1.left.clone_from", "bd_firefly.left" }, + { "bdx_firefly_1.left.EDITOR", UNDEFINED_FILENAME }, + { "bdx_firefly_1.left.EDITOR.clone_from", "bd_firefly.left.EDITOR" }, { "bdx_firefly_1.down", UNDEFINED_FILENAME }, { "bdx_firefly_1.down.clone_from", "bd_firefly.down" }, + { "bdx_firefly_1.down.EDITOR", UNDEFINED_FILENAME }, + { "bdx_firefly_1.down.EDITOR.clone_from", "bd_firefly.down.EDITOR" }, { "bdx_firefly_2", "RocksBD.png" }, { "bdx_firefly_2.xpos", "2" },