X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=156d48557ef3222f458b989dbba4a07728e09f60;hb=5cdf02eb2a6d9627f7461ab9d386698cb7596096;hp=4c924e42e13d9bb96bb45d14cffd91392cd5dee9;hpb=949580a3bafe5c8abd1fac99202411b65900b883;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 4c924e42..156d4855 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -67,6 +67,8 @@ struct ConfigTypeInfo image_config_suffix[] = { ".align", ARG_UNDEFINED, TYPE_INTEGER }, { ".valign", ARG_UNDEFINED, TYPE_INTEGER }, { ".sort_priority", ARG_UNDEFINED, TYPE_INTEGER }, + { ".class", ARG_UNDEFINED, TYPE_STRING }, + { ".style", ARG_UNDEFINED, TYPE_STRING }, { NULL, NULL, 0 } }; @@ -5840,6 +5842,15 @@ struct ConfigInfo image_config[] = { "game.panel.time_ss.draw_masked", "true" }, { "game.panel.time_ss.draw_order", "0" }, + { "game.panel.frame.x", "-1" }, + { "game.panel.frame.y", "-1" }, + { "game.panel.frame.align", "left" }, + { "game.panel.frame.valign", "top" }, + { "game.panel.frame.digits", "-1" }, + { "game.panel.frame.font", "font.text_2" }, + { "game.panel.frame.draw_masked", "true" }, + { "game.panel.frame.draw_order", "0" }, + { "game.panel.shield_normal.x", "-1" }, { "game.panel.shield_normal.y", "-1" }, { "game.panel.shield_normal.tile_size", "16" }, @@ -6395,5 +6406,26 @@ struct ConfigInfo image_config[] = { "[player].sleeping_delay_fixed", "2000" }, { "[player].sleeping_delay_random", "2000" }, + { "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 } };