X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=2782ed7dd69b084d0540383ca89afae308655542;hb=eb09b9aa5521e286723c668030825cd0e3470c3c;hp=7b2b91909485847af84453c8b328e311fd35a9a8;hpb=9f7cd608c28ded86b2c2e649c776220ae27df038;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 7b2b9190..2782ed7d 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4897,6 +4897,44 @@ struct ConfigInfo image_config[] = { "editor.cascade_list.active.y", "80" }, { "editor.cascade_list.active.frames", "1" }, + { "background", UNDEFINED_FILENAME }, + { "background.TITLE_INITIAL", UNDEFINED_FILENAME }, + { "background.TITLE", UNDEFINED_FILENAME }, + { "background.MAIN", UNDEFINED_FILENAME }, + { "background.LEVELS", UNDEFINED_FILENAME }, + { "background.SCORES", UNDEFINED_FILENAME }, + { "background.EDITOR", UNDEFINED_FILENAME }, + { "background.INFO", UNDEFINED_FILENAME }, + { "background.INFO[ELEMENTS]", UNDEFINED_FILENAME }, + { "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 }, + + { "background.titlescreen_initial_1", UNDEFINED_FILENAME }, + { "background.titlescreen_initial_2", UNDEFINED_FILENAME }, + { "background.titlescreen_initial_3", UNDEFINED_FILENAME }, + { "background.titlescreen_initial_4", UNDEFINED_FILENAME }, + { "background.titlescreen_initial_5", UNDEFINED_FILENAME }, + { "background.titlescreen_1", UNDEFINED_FILENAME }, + { "background.titlescreen_2", UNDEFINED_FILENAME }, + { "background.titlescreen_3", UNDEFINED_FILENAME }, + { "background.titlescreen_4", UNDEFINED_FILENAME }, + { "background.titlescreen_5", UNDEFINED_FILENAME }, + { "background.titlemessage_initial_1", UNDEFINED_FILENAME }, + { "background.titlemessage_initial_2", UNDEFINED_FILENAME }, + { "background.titlemessage_initial_3", UNDEFINED_FILENAME }, + { "background.titlemessage_initial_4", UNDEFINED_FILENAME }, + { "background.titlemessage_initial_5", UNDEFINED_FILENAME }, + { "background.titlemessage_1", UNDEFINED_FILENAME }, + { "background.titlemessage_2", UNDEFINED_FILENAME }, + { "background.titlemessage_3", UNDEFINED_FILENAME }, + { "background.titlemessage_4", UNDEFINED_FILENAME }, + { "background.titlemessage_5", UNDEFINED_FILENAME }, + { "background.envelope_1", "RocksScreen.pcx" }, { "background.envelope_1.x", "0" }, { "background.envelope_1.y", "0" }, @@ -4926,25 +4964,6 @@ struct ConfigInfo image_config[] = { "background.envelope_4.anim_mode", "default" }, { "background.envelope_4.draw_masked", "false" }, - { "background", UNDEFINED_FILENAME }, - { "background.TITLE_INITIAL", UNDEFINED_FILENAME }, - { "background.TITLE", UNDEFINED_FILENAME }, - { "background.MESSAGE_INITIAL", UNDEFINED_FILENAME }, - { "background.MESSAGE", UNDEFINED_FILENAME }, - { "background.MAIN", UNDEFINED_FILENAME }, - { "background.LEVELS", UNDEFINED_FILENAME }, - { "background.SCORES", UNDEFINED_FILENAME }, - { "background.EDITOR", UNDEFINED_FILENAME }, - { "background.INFO", UNDEFINED_FILENAME }, - { "background.INFO[ELEMENTS]", UNDEFINED_FILENAME }, - { "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 }, - { "titlescreen_initial_1", UNDEFINED_FILENAME }, { "titlescreen_initial_2", UNDEFINED_FILENAME }, { "titlescreen_initial_3", UNDEFINED_FILENAME }, @@ -4961,6 +4980,33 @@ struct ConfigInfo image_config[] = /* keyword to start parser: "CONFIG_VARS_START" <-- do not change! */ + { "[titlemessage_initial].x", "336" }, + { "[titlemessage_initial].y", "280" }, + { "[titlemessage_initial].width", "640" }, + { "[titlemessage_initial].height", "512" }, + { "[titlemessage_initial].chars", "-1" }, + { "[titlemessage_initial].lines", "-1" }, + { "[titlemessage_initial].align", "center" }, + { "[titlemessage_initial].valign", "middle" }, + { "[titlemessage_initial].font", "font.text_1" }, + { "[titlemessage_initial].autowrap", "false" }, + { "[titlemessage_initial].centered", "false" }, + { "[titlemessage_initial].skip_comments", "false" }, + { "[titlemessage_initial].sort_priority", "0" }, + { "[titlemessage].x", "336" }, + { "[titlemessage].y", "280" }, + { "[titlemessage].width", "640" }, + { "[titlemessage].height", "512" }, + { "[titlemessage].chars", "-1" }, + { "[titlemessage].lines", "-1" }, + { "[titlemessage].align", "center" }, + { "[titlemessage].valign", "middle" }, + { "[titlemessage].font", "font.text_1" }, + { "[titlemessage].autowrap", "false" }, + { "[titlemessage].centered", "false" }, + { "[titlemessage].skip_comments", "false" }, + { "[titlemessage].sort_priority", "0" }, + { "titlemessage_initial_1.x", "336" }, { "titlemessage_initial_1.y", "280" }, { "titlemessage_initial_1.width", "640" },