added support for setting alpha value for global animations
[rocksndiamonds.git] / src / conf_gfx.c
index 73eb60dbcd3f70232e43956a874275bf086e9139..31b17a70836e48ddd1f190bd6a21ba986e02a5fb 100644 (file)
@@ -82,6 +82,7 @@ struct ConfigTypeInfo image_config_suffix[] =
   { ".sort_priority",                  ARG_UNDEFINED,  TYPE_INTEGER    },
   { ".class",                          ARG_UNDEFINED,  TYPE_STRING     },
   { ".style",                          ARG_UNDEFINED,  TYPE_STRING     },
+  { ".alpha",                          ARG_UNDEFINED,  TYPE_INTEGER    },
   { ".active_xoffset",                 "0",            TYPE_INTEGER    },
   { ".active_yoffset",                 "0",            TYPE_INTEGER    },
   { ".pressed_xoffset",                        "0",            TYPE_INTEGER    },