rnd-20040927-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index ada412c6c52b19b6b7dc0028bf31427fb30fa4fa..5992643871c3c4399c35b051f55e429195e373c4 100644 (file)
@@ -19,7 +19,7 @@
    reliable default values. If that value is GFX_ARG_UNDEFINED, it will
    be dynamically determined, using some of the other list values. */
 
-struct ConfigInfo image_config_suffix[] =
+struct ConfigTypeInfo image_config_suffix[] =
 {
   { ".x",                              ARG_UNDEFINED,  TYPE_INTEGER    },
   { ".y",                              ARG_UNDEFINED,  TYPE_INTEGER    },
@@ -52,6 +52,7 @@ struct ConfigInfo 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,14 @@ 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_object.scale_up",                     "2"                     },
+
+  { "emc_sprite",                              "emc_sprite.pcx"        },
+  { "emc_sprite.scale_up",                     "2"                     },
+
   /* the following directives are not associated with an image, but
      probably make sense to be defined in "graphicsinfo.conf", too */