X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=6d4c8bb7a836afceebc8a9f2ae9b70c51303462f;hb=ae7adeb9c0b4cd7e530251f87f1349290db9eb35;hp=860f53d4468fcff86bb3ffd3670b94314053b830;hpb=1907a314668338eb542080062ca81d95451ca9db;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 860f53d4..6d4c8bb7 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -47,6 +47,7 @@ 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 }, @@ -4590,6 +4591,15 @@ struct ConfigInfo image_config[] = { "toon_20.direction", "down" }, { "toon_20.position", "any" }, + { "global.anim_1.gfx", UNDEFINED_FILENAME }, + { "global.anim_2.gfx", UNDEFINED_FILENAME }, + { "global.anim_3.gfx", UNDEFINED_FILENAME }, + { "global.anim_4.gfx", UNDEFINED_FILENAME }, + { "global.anim_5.gfx", UNDEFINED_FILENAME }, + { "global.anim_6.gfx", UNDEFINED_FILENAME }, + { "global.anim_7.gfx", UNDEFINED_FILENAME }, + { "global.anim_8.gfx", UNDEFINED_FILENAME }, + { "global.anim_1", UNDEFINED_FILENAME }, { "global.anim_2", UNDEFINED_FILENAME }, { "global.anim_3", UNDEFINED_FILENAME }, @@ -4599,6 +4609,11 @@ struct ConfigInfo image_config[] = { "global.anim_7", UNDEFINED_FILENAME }, { "global.anim_8", UNDEFINED_FILENAME }, + { "internal.global.toon_default", UNDEFINED_FILENAME }, + { "internal.global.toon_default.anim_mode", "random" }, + + { "internal.global.anim_default", UNDEFINED_FILENAME }, + { "menu.calibrate_red", "RocksElements.png" }, { "menu.calibrate_red.xpos", "12" }, { "menu.calibrate_red.ypos", "8" },