added another configuration option for global animation properties
[rocksndiamonds.git] / src / conf_gfx.c
index e85df278d8a9a46b1b79d9fc1f9f0f1967d9ab1d..ed2d85ebf8d6c7a4a594a09fbd04b83144bb7c1d 100644 (file)
@@ -54,6 +54,7 @@ struct ConfigTypeInfo image_config_suffix[] =
   { ".draw_xoffset",                   "0",            TYPE_INTEGER    },
   { ".draw_yoffset",                   "0",            TYPE_INTEGER    },
   { ".draw_masked",                    "false",        TYPE_BOOLEAN    },
+  { ".draw_order",                     ARG_UNDEFINED,  TYPE_INTEGER    },
   { ".init_delay_fixed",               ARG_UNDEFINED,  TYPE_INTEGER    },
   { ".init_delay_random",              ARG_UNDEFINED,  TYPE_INTEGER    },
   { ".anim_delay_fixed",               ARG_UNDEFINED,  TYPE_INTEGER    },