X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=2a02b3c19b50b0c0447668949d86bde55d6683c0;hb=ba702cd338586991ab20176cf5587afbb4d77af7;hp=d21f22ec0cff55f51e7ff734bca19d8a6788fb65;hpb=dd84b7b1787629d37dd3cabeb8c5c6218190730f;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index d21f22ec..2a02b3c1 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -63,6 +63,8 @@ struct ConfigTypeInfo image_config_suffix[] = { ".fade_delay", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay", ARG_UNDEFINED, TYPE_INTEGER }, { ".auto_delay", ARG_UNDEFINED, TYPE_INTEGER }, + { ".align", ARG_UNDEFINED, TYPE_INTEGER }, + { ".sort_priority", ARG_UNDEFINED, TYPE_INTEGER }, { NULL, NULL, 0 } }; @@ -4929,6 +4931,7 @@ struct ConfigInfo image_config[] = { "background.INFO[MUSIC]", UNDEFINED_FILENAME }, { "background.INFO[CREDITS]", UNDEFINED_FILENAME }, { "background.INFO[PROGRAM]", UNDEFINED_FILENAME }, + { "background.INFO[VERSION]", UNDEFINED_FILENAME }, { "background.INFO[LEVELSET]", UNDEFINED_FILENAME }, { "background.SETUP", UNDEFINED_FILENAME }, { "background.DOOR", UNDEFINED_FILENAME }, @@ -4947,6 +4950,129 @@ struct ConfigInfo image_config[] = /* the following directives are not associated with an image, but probably make sense to be defined in "graphicsinfo.conf", too */ + { "titlemessage_initial_1.x", "-1" }, + { "titlemessage_initial_1.y", "-1" }, + { "titlemessage_initial_1.width", "-1" }, + { "titlemessage_initial_1.height", "-1" }, + { "titlemessage_initial_1.chars", "-1" }, + { "titlemessage_initial_1.lines", "-1" }, + { "titlemessage_initial_1.align", "center" }, + { "titlemessage_initial_1.autowrap", "false" }, + { "titlemessage_initial_1.centered", "false" }, + { "titlemessage_initial_1.skip_comments", "false" }, + { "titlemessage_initial_1.sort_priority", "0" }, + { "titlemessage_initial_2.x", "-1" }, + { "titlemessage_initial_2.y", "-1" }, + { "titlemessage_initial_2.width", "-1" }, + { "titlemessage_initial_2.height", "-1" }, + { "titlemessage_initial_2.chars", "-1" }, + { "titlemessage_initial_2.lines", "-1" }, + { "titlemessage_initial_2.align", "center" }, + { "titlemessage_initial_2.autowrap", "false" }, + { "titlemessage_initial_2.centered", "false" }, + { "titlemessage_initial_2.skip_comments", "false" }, + { "titlemessage_initial_2.sort_priority", "0" }, + { "titlemessage_initial_3.x", "-1" }, + { "titlemessage_initial_3.y", "-1" }, + { "titlemessage_initial_3.width", "-1" }, + { "titlemessage_initial_3.height", "-1" }, + { "titlemessage_initial_3.chars", "-1" }, + { "titlemessage_initial_3.lines", "-1" }, + { "titlemessage_initial_3.align", "center" }, + { "titlemessage_initial_3.autowrap", "false" }, + { "titlemessage_initial_3.centered", "false" }, + { "titlemessage_initial_3.skip_comments", "false" }, + { "titlemessage_initial_3.sort_priority", "0" }, + { "titlemessage_initial_4.x", "-1" }, + { "titlemessage_initial_4.y", "-1" }, + { "titlemessage_initial_4.width", "-1" }, + { "titlemessage_initial_4.height", "-1" }, + { "titlemessage_initial_4.chars", "-1" }, + { "titlemessage_initial_4.lines", "-1" }, + { "titlemessage_initial_4.align", "center" }, + { "titlemessage_initial_4.autowrap", "false" }, + { "titlemessage_initial_4.centered", "false" }, + { "titlemessage_initial_4.skip_comments", "false" }, + { "titlemessage_initial_4.sort_priority", "0" }, + { "titlemessage_initial_5.x", "-1" }, + { "titlemessage_initial_5.y", "-1" }, + { "titlemessage_initial_5.width", "-1" }, + { "titlemessage_initial_5.height", "-1" }, + { "titlemessage_initial_5.chars", "-1" }, + { "titlemessage_initial_5.lines", "-1" }, + { "titlemessage_initial_5.align", "center" }, + { "titlemessage_initial_5.autowrap", "false" }, + { "titlemessage_initial_5.centered", "false" }, + { "titlemessage_initial_5.skip_comments", "false" }, + { "titlemessage_initial_5.sort_priority", "0" }, + { "titlemessage_1.x", "-1" }, + { "titlemessage_1.y", "-1" }, + { "titlemessage_1.width", "-1" }, + { "titlemessage_1.height", "-1" }, + { "titlemessage_1.chars", "-1" }, + { "titlemessage_1.lines", "-1" }, + { "titlemessage_1.align", "center" }, + { "titlemessage_1.autowrap", "false" }, + { "titlemessage_1.centered", "false" }, + { "titlemessage_1.skip_comments", "false" }, + { "titlemessage_1.sort_priority", "0" }, + { "titlemessage_2.x", "-1" }, + { "titlemessage_2.y", "-1" }, + { "titlemessage_2.width", "-1" }, + { "titlemessage_2.height", "-1" }, + { "titlemessage_2.chars", "-1" }, + { "titlemessage_2.lines", "-1" }, + { "titlemessage_2.align", "center" }, + { "titlemessage_2.autowrap", "false" }, + { "titlemessage_2.centered", "false" }, + { "titlemessage_2.skip_comments", "false" }, + { "titlemessage_2.sort_priority", "0" }, + { "titlemessage_3.x", "-1" }, + { "titlemessage_3.y", "-1" }, + { "titlemessage_3.width", "-1" }, + { "titlemessage_3.height", "-1" }, + { "titlemessage_3.chars", "-1" }, + { "titlemessage_3.lines", "-1" }, + { "titlemessage_3.align", "center" }, + { "titlemessage_3.autowrap", "false" }, + { "titlemessage_3.centered", "false" }, + { "titlemessage_3.skip_comments", "false" }, + { "titlemessage_3.sort_priority", "0" }, + { "titlemessage_4.x", "-1" }, + { "titlemessage_4.y", "-1" }, + { "titlemessage_4.width", "-1" }, + { "titlemessage_4.height", "-1" }, + { "titlemessage_4.chars", "-1" }, + { "titlemessage_4.lines", "-1" }, + { "titlemessage_4.align", "center" }, + { "titlemessage_4.autowrap", "false" }, + { "titlemessage_4.centered", "false" }, + { "titlemessage_4.skip_comments", "false" }, + { "titlemessage_4.sort_priority", "0" }, + { "titlemessage_5.x", "-1" }, + { "titlemessage_5.y", "-1" }, + { "titlemessage_5.width", "-1" }, + { "titlemessage_5.height", "-1" }, + { "titlemessage_5.chars", "-1" }, + { "titlemessage_5.lines", "-1" }, + { "titlemessage_5.align", "center" }, + { "titlemessage_5.autowrap", "false" }, + { "titlemessage_5.centered", "false" }, + { "titlemessage_5.skip_comments", "false" }, + { "titlemessage_5.sort_priority", "0" }, + + { "readme.x", "-1" }, + { "readme.y", "-1" }, + { "readme.width", "-1" }, + { "readme.height", "-1" }, + { "readme.chars", "-1" }, + { "readme.lines", "-1" }, + { "readme.align", "center" }, + { "readme.autowrap", "true" }, + { "readme.centered", "false" }, + { "readme.skip_comments", "true" }, + { "readme.sort_priority", "0" }, + { "global.num_toons", "20" }, { "border.draw_masked.TITLE", "false" }, @@ -4987,6 +5113,8 @@ struct ConfigInfo image_config[] = { "menu.draw_yoffset.INFO[CREDITS]", "0" }, { "menu.draw_xoffset.INFO[PROGRAM]", "0" }, { "menu.draw_yoffset.INFO[PROGRAM]", "0" }, + { "menu.draw_xoffset.INFO[VERSION]", "0" }, + { "menu.draw_yoffset.INFO[VERSION]", "0" }, { "menu.draw_xoffset.INFO[LEVELSET]", "0" }, { "menu.draw_yoffset.INFO[LEVELSET]", "0" }, { "menu.draw_xoffset.SETUP", "0" }, @@ -5074,9 +5202,11 @@ struct ConfigInfo image_config[] = { "main.text.level_info_1.x", "272" }, { "main.text.level_info_1.y", "352" }, { "main.text.level_info_1.align", "center" }, + { "main.text.level_info_1.chars", "-1" }, { "main.text.level_info_2.x", "272" }, { "main.text.level_info_2.y", "523" }, { "main.text.level_info_2.align", "center" }, + { "main.text.level_info_2.chars", "-1" }, { "main.text.title_1.x", "272" }, { "main.text.title_1.y", "8" }, { "main.text.title_1.align", "center" },