X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=a2406193916f55446bda0078db9d2aad31392c9b;hb=d41504f21368105b5818ccee3b33d5acd739aa6c;hp=5c8048dc0c9fb1af8a539272ba2e5324694c68b3;hpb=5d406078199b3795eeadb3fc97ca2efa2e4e2e55;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 5c8048dc..a2406193 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4744,6 +4744,9 @@ struct ConfigInfo image_config[] = { "game.button.gfx.sound_simple.pressed_xoffset", "-100" }, { "game.button.gfx.sound_simple.active_yoffset", "-30" }, + { "game.button.gfx.save", UNDEFINED_FILENAME }, + { "game.button.gfx.load", UNDEFINED_FILENAME }, + { "tape.button.gfx.eject", "RocksDoor.png" }, { "tape.button.gfx.eject.x", "305" }, { "tape.button.gfx.eject.y", "357" }, @@ -6999,6 +7002,10 @@ struct ConfigInfo image_config[] = { "game.button.sound_loops.y", "245" }, { "game.button.sound_simple.x", "65" }, { "game.button.sound_simple.y", "245" }, + { "game.button.save.x", "-1" }, + { "game.button.save.y", "-1" }, + { "game.button.load.x", "-1" }, + { "game.button.load.y", "-1" }, { "tape.button.eject.x", "5" }, { "tape.button.eject.y", "77" }, @@ -7072,6 +7079,8 @@ struct ConfigInfo image_config[] = { "tape.text.time.digits", "-1" }, { "tape.text.time.font", "font.tape_recorder" }, + { "tape.show_game_buttons", "false" }, + { "editor.palette.x", "5" }, { "editor.palette.y", "30" }, { "editor.palette.cols", "4" },