X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=880d0632210ce7915b720bcf44138210940ff9ef;hb=6b748c845ff51daac061662d016447e122cf6fb3;hp=589d89df3df3a546578a3fa487563e82ccc1afcf;hpb=36fa3603cc9a33f0a15b5806a019045badd5a1fa;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 589d89df..880d0632 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5894,10 +5894,10 @@ struct ConfigInfo image_config[] = { "[title].post_delay", "250" }, { "[title].auto_delay", "-1" }, - { "[titlemessage_initial].x", "336" }, - { "[titlemessage_initial].y", "280" }, - { "[titlemessage_initial].width", "640" }, - { "[titlemessage_initial].height", "512" }, + { "[titlemessage_initial].x", "-1" }, + { "[titlemessage_initial].y", "-1" }, + { "[titlemessage_initial].width", "-1" }, + { "[titlemessage_initial].height", "-1" }, { "[titlemessage_initial].chars", "-1" }, { "[titlemessage_initial].lines", "-1" }, { "[titlemessage_initial].align", "center" }, @@ -5911,10 +5911,10 @@ struct ConfigInfo image_config[] = { "[titlemessage_initial].fade_delay", ARG_DEFAULT }, { "[titlemessage_initial].post_delay", ARG_DEFAULT }, { "[titlemessage_initial].auto_delay", ARG_DEFAULT }, - { "[titlemessage].x", "336" }, - { "[titlemessage].y", "280" }, - { "[titlemessage].width", "640" }, - { "[titlemessage].height", "512" }, + { "[titlemessage].x", "-1" }, + { "[titlemessage].y", "-1" }, + { "[titlemessage].width", "-1" }, + { "[titlemessage].height", "-1" }, { "[titlemessage].chars", "-1" }, { "[titlemessage].lines", "-1" }, { "[titlemessage].align", "center" }, @@ -7692,6 +7692,7 @@ struct ConfigInfo image_config[] = { "global.use_envelope_request", "false" }, + { "game.graphics_engine_version", "-1" }, { "game.forced_scroll_delay_value", "-1" }, { "game.use_native_emc_graphics_engine", "false" }, { "game.use_native_sp_graphics_engine", "true" }, @@ -7705,6 +7706,9 @@ struct ConfigInfo image_config[] = { "viewport.window.width", "672" }, { "viewport.window.height", "560" }, + { "viewport.window.TITLE.width", ARG_DEFAULT }, + { "viewport.window.TITLE.height", ARG_DEFAULT }, + { "viewport.playfield.x", "6" }, { "viewport.playfield.y", "6" }, { "viewport.playfield.width", "548" }, @@ -7730,6 +7734,7 @@ struct ConfigInfo image_config[] = { "viewport.playfield.PLAYING.width", ARG_DEFAULT }, { "viewport.playfield.PLAYING.height", ARG_DEFAULT }, { "viewport.playfield.PLAYING.border_size", ARG_DEFAULT }, + { "viewport.door_1.x", "566" }, { "viewport.door_1.y", "60" }, { "viewport.door_1.width", "100" }, @@ -7755,6 +7760,7 @@ struct ConfigInfo image_config[] = { "viewport.door_1.PLAYING.width", ARG_DEFAULT }, { "viewport.door_1.PLAYING.height", ARG_DEFAULT }, { "viewport.door_1.PLAYING.border_size", ARG_DEFAULT }, + { "viewport.door_2.x", "566" }, { "viewport.door_2.y", "400" }, { "viewport.door_2.width", "100" },