X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=04db35adef9073cfda0039f78a6e027e51e5a43c;hb=8ae535c1c76e1c33572afbcd4b2d3d9c3d7ba63e;hp=e85df278d8a9a46b1b79d9fc1f9f0f1967d9ab1d;hpb=1fcb72cda932d6ce8e528fc40c87262128fa5533;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index e85df278..04db35ad 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -47,13 +47,13 @@ struct ConfigTypeInfo image_config_suffix[] = { ".step_offset", "4", TYPE_INTEGER }, { ".step_xoffset", ARG_UNDEFINED, TYPE_INTEGER }, { ".step_yoffset", ARG_UNDEFINED, TYPE_INTEGER }, - { ".step_frames", ARG_UNDEFINED, TYPE_INTEGER }, { ".step_delay", "1", TYPE_INTEGER }, { ".direction", ARG_UNDEFINED, TYPE_STRING }, { ".position", ARG_UNDEFINED, TYPE_STRING }, { ".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 },