X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=860f53d4468fcff86bb3ffd3670b94314053b830;hb=98fa490c2f4f5abcb9cb9571048adc0d5362b195;hp=461dd9811854a84e3a38b8894c7817bf80b711e8;hpb=8bc9d8febda30d07142948f6b892365d3e11a940;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 461dd981..860f53d4 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -45,6 +45,8 @@ struct ConfigTypeInfo image_config_suffix[] = { ".diggable_like", ARG_UNDEFINED, TYPE_ELEMENT }, { ".border_size", ARG_UNDEFINED, TYPE_INTEGER }, { ".step_offset", "4", TYPE_INTEGER }, + { ".step_xoffset", ARG_UNDEFINED, TYPE_INTEGER }, + { ".step_yoffset", ARG_UNDEFINED, TYPE_INTEGER }, { ".step_delay", "1", TYPE_INTEGER }, { ".direction", ARG_UNDEFINED, TYPE_STRING }, { ".position", ARG_UNDEFINED, TYPE_STRING },