X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=20f71882790df95fe0b0c5f4f02ec078789565cd;hb=994cb017022c658f115e3c9fc927d8a0cc83832c;hp=c4107ce9cc2f3d96ebd21f04d260a1ecf52c89f2;hpb=fa26d82a378cebf6b519c566c3f33739ebba7823;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index c4107ce9..20f71882 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -633,6 +633,18 @@ struct ConfigInfo image_config[] = { "nut.xpos", "12" }, { "nut.ypos", "1" }, { "nut.frames", "1" }, + { "nut.falling", "RocksElements.pcx" }, + { "nut.falling.xpos", "12" }, + { "nut.falling.ypos", "1" }, + { "nut.falling.frames", "1" }, + { "nut.moving_left", "RocksElements.pcx" }, + { "nut.moving_left.xpos", "12" }, + { "nut.moving_left.ypos", "1" }, + { "nut.moving_left.frames", "1" }, + { "nut.moving_right", "RocksElements.pcx" }, + { "nut.moving_right.xpos", "12" }, + { "nut.moving_right.ypos", "1" }, + { "nut.moving_right.frames", "1" }, { "nut.cracking", "RocksElements.pcx" }, { "nut.cracking.xpos", "13" }, { "nut.cracking.ypos", "1" }, @@ -2571,13 +2583,17 @@ struct ConfigInfo image_config[] = /* images not associated to game elements (used for menu screens etc.) */ /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */ - { "menu.back", "RocksScreen.pcx" }, - { "menu.door", "RocksDoor.pcx" }, - { "menu.toons", "RocksToons.pcx" }, - { "menu.font_big", "RocksFontBig.pcx" }, - { "menu.font_small", "RocksFontSmall.pcx" }, - { "menu.font_medium", "RocksFontMedium.pcx" }, - { "menu.font_em", "RocksFontEM.pcx" }, + { "global.border", "RocksScreen.pcx" }, + { "global.door", "RocksDoor.pcx" }, + { "global.toons", "RocksToons.pcx" }, + + { "font.big", "RocksFontBig.pcx" }, + { "font.medium", "RocksFontMedium.pcx" }, + { "font.small", "RocksFontSmall.pcx" }, + { "font.em", "RocksFontEM.pcx" }, + + { "background.default", UNDEFINED_FILENAME }, + { "background.door", UNDEFINED_FILENAME }, { "info.font_em_1", "RocksFontEM.pcx" }, { "info.font_em_1.xpos", "0" },