X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=156d48557ef3222f458b989dbba4a07728e09f60;hp=87127ad11bc620985af6ef9373ede4be569268f6;hb=5cdf02eb2a6d9627f7461ab9d386698cb7596096;hpb=59ee473b86e7cbc1d9b09a3c22b0bbd3a410f16f diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 87127ad1..156d4855 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -6406,8 +6406,26 @@ struct ConfigInfo image_config[] = { "[player].sleeping_delay_fixed", "2000" }, { "[player].sleeping_delay_random", "2000" }, - { "global.screen.width", "672" }, - { "global.screen.height", "560" }, + { "viewport.window.width", "672" }, + { "viewport.window.height", "560" }, + { "viewport.playfield.menu.width", "17" }, + { "viewport.playfield.menu.height", "17" }, + { "viewport.playfield.game.width", "17" }, + { "viewport.playfield.game.height", "17" }, + { "viewport.playfield.editor.width", "17" }, + { "viewport.playfield.editor.height", "17" }, + { "viewport.door_1.menu.x", "566" }, + { "viewport.door_1.menu.y", "60" }, + { "viewport.door_1.game.x", "566" }, + { "viewport.door_1.game.y", "60" }, + { "viewport.door_1.editor.x", "566" }, + { "viewport.door_1.editor.y", "60" }, + { "viewport.door_2.menu.x", "566" }, + { "viewport.door_2.menu.y", "400" }, + { "viewport.door_2.game.x", "566" }, + { "viewport.door_2.game.y", "400" }, + { "viewport.door_2.editor.x", "566" }, + { "viewport.door_2.editor.y", "356" }, { NULL, NULL } };