X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=3bf86692669a6b71d04c64cf7efd096d73e6a729;hb=6a0abfaaf87f8ae079c0baec627d0a89ae0336cc;hp=0975d42a99dd6c7d2b619b480cb057a2ac3ecad7;hpb=1c857c9422067bbce410dcc32e64bc9605649e58;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 0975d42a..3bf86692 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,20 +7374,22 @@ 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" }, - { "game.button.redo.x", "65" }, - { "game.button.redo.y", "215" }, - { "game.button.save.x", "5" }, - { "game.button.save.y", "215" }, - { "game.button.load.x", "65" }, - { "game.button.load.y", "215" }, + { "game.button.undo.x", "-1" }, + { "game.button.undo.y", "-1" }, + { "game.button.redo.x", "-1" }, + { "game.button.redo.y", "-1" }, + { "game.button.save.x", "-1" }, + { "game.button.save.y", "-1" }, + { "game.button.pause2.x", "-1" }, + { "game.button.pause2.y", "-1" }, + { "game.button.load.x", "-1" }, + { "game.button.load.y", "-1" }, { "game.button.sound_music.x", "5" }, { "game.button.sound_music.y", "245" }, { "game.button.sound_loops.x", "35" }, @@ -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" },