X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=44eafc75419d54bbc5346b5696c962b67a18858a;hb=7927e26b1ec2ef8b787a35d7867bdc40249cd2ee;hp=0975d42a99dd6c7d2b619b480cb057a2ac3ecad7;hpb=1c857c9422067bbce410dcc32e64bc9605649e58;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 0975d42a..44eafc75 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4741,6 +4741,13 @@ struct ConfigInfo image_config[] = { "game.button.gfx.save.width", "30" }, { "game.button.gfx.save.height", "30" }, { "game.button.gfx.save.pressed_xoffset", "-100" }, + { "game.button.gfx.pause2", "RocksDoor2.png" }, + { "game.button.gfx.pause2.x", "135" }, + { "game.button.gfx.pause2.y", "50" }, + { "game.button.gfx.pause2.width", "30" }, + { "game.button.gfx.pause2.height", "30" }, + { "game.button.gfx.pause2.pressed_xoffset", "-100" }, + { "game.button.gfx.pause2.active_yoffset", "-30" }, { "game.button.gfx.load", "RocksDoor2.png" }, { "game.button.gfx.load.x", "165" }, { "game.button.gfx.load.y", "50" }, @@ -6229,6 +6236,7 @@ struct ConfigInfo image_config[] = { "menu.list_size.LEVELNR", "-1" }, { "menu.list_size.SCORES", "-1" }, { "menu.list_size.INFO", "-1" }, + { "menu.list_size.INFO[ELEMENTS]", "-1" }, { "menu.list_size.SETUP", "-1" }, { "main.button.name.x", "0" }, @@ -7366,11 +7374,11 @@ struct ConfigInfo image_config[] = { "game.panel.level_author.draw_masked", "true" }, { "game.panel.level_author.draw_order", "0" }, - { "game.button.stop.x", "-1" }, - { "game.button.stop.y", "-1" }, + { "game.button.stop.x", "5" }, + { "game.button.stop.y", "215" }, { "game.button.pause.x", "35" }, { "game.button.pause.y", "215" }, - { "game.button.play.x", "35" }, + { "game.button.play.x", "65" }, { "game.button.play.y", "215" }, { "game.button.undo.x", "5" }, { "game.button.undo.y", "215" }, @@ -7378,6 +7386,8 @@ struct ConfigInfo image_config[] = { "game.button.redo.y", "215" }, { "game.button.save.x", "5" }, { "game.button.save.y", "215" }, + { "game.button.pause2.x", "35" }, + { "game.button.pause2.y", "215" }, { "game.button.load.x", "65" }, { "game.button.load.y", "215" }, { "game.button.sound_music.x", "5" }, @@ -7668,6 +7678,8 @@ struct ConfigInfo image_config[] = { "request.step_offset", "10" }, { "request.step_delay", "20" }, { "request.anim_mode", "default" }, + { "request.align", "center" }, + { "request.valign", "middle" }, { "request.autowrap", "false" }, { "request.centered", "true" }, { "request.wrap_single_words", "true" },