rnd-20040822-4-src
[rocksndiamonds.git] / src / conf_gfx.c
index 5e5e998c845256443718becc8759e2b1dd569dc5..18986c779c0644f78a08b2c7441a599c9522b08a 100644 (file)
@@ -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 */