X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=18986c779c0644f78a08b2c7441a599c9522b08a;hb=4a8314a1bba69c0ca6ea33bd11d7e4cf9aa0f65d;hp=5e5e998c845256443718becc8759e2b1dd569dc5;hpb=cee436b68cda95e13abc810235a11ce94bc79c95;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 5e5e998c..18986c77 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -52,6 +52,7 @@ struct ConfigTypeInfo image_config_suffix[] = { ".post_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, { ".name", ARG_UNDEFINED, TYPE_STRING }, + { ".scale_up", ARG_UNDEFINED, TYPE_INTEGER }, { NULL, NULL, 0 } }; @@ -3768,6 +3769,13 @@ struct ConfigInfo image_config[] = { "background.SETUP", UNDEFINED_FILENAME }, { "background.DOOR", UNDEFINED_FILENAME }, + /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */ + + { "emc_object", "emc_object.pcx" }, + { "emc_score", "emc_score.pcx" }, + { "emc_sprite", "emc_sprite.pcx" }, + { "emc_title", "emc_title.pcx" }, + /* the following directives are not associated with an image, but probably make sense to be defined in "graphicsinfo.conf", too */