X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=33a58e2469de410da1f0c41f48734cf30ef22760;hb=cb81cac37a6a681c0ee295918e5ef919fbef1e90;hp=1427994e8ea9dc10269ae5955f4de0bc0f4b45a6;hpb=ca40038f7fbffd28bd6a106715a573d2029b5a04;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 1427994e..33a58e24 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -60,6 +60,9 @@ struct ConfigTypeInfo image_config_suffix[] = { ".name", ARG_UNDEFINED, TYPE_STRING }, { ".scale_up_factor", ARG_UNDEFINED, TYPE_INTEGER }, { ".clone_from", ARG_UNDEFINED, TYPE_TOKEN }, + { ".fade_delay", ARG_UNDEFINED, TYPE_INTEGER }, + { ".post_delay", ARG_UNDEFINED, TYPE_INTEGER }, + { ".auto_delay", ARG_UNDEFINED, TYPE_INTEGER }, { NULL, NULL, 0 } }; @@ -4538,6 +4541,14 @@ struct ConfigInfo image_config[] = { "border.draw_masked.PLAYING", "false" }, { "border.draw_masked.DOOR", "false" }, + { "title.fade_delay", "500" }, + { "title.post_delay", "250" }, + { "title.auto_delay", "-1" }, + + { "menu.fade_delay", "250" }, + { "menu.post_delay", "125" }, + { "menu.auto_delay", "-1" }, + { "menu.draw_xoffset", "0" }, { "menu.draw_yoffset", "0" }, { "menu.draw_xoffset.MAIN", "0" }, @@ -4570,10 +4581,6 @@ struct ConfigInfo image_config[] = { "menu.list_size.SCORES", "-1" }, { "menu.list_size.INFO", "-1" }, - { "menu.fade_delay", "250" }, - { "menu.post_delay", "125" }, - { "menu.auto_delay", "0" }, - { "main.button.name.x", "0" }, { "main.button.name.y", "64" }, { "main.button.levels.x", "0" },