X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_var.c;h=03ab11dd55ae577483766f92e8a8696af065bd02;hb=d41504f21368105b5818ccee3b33d5acd739aa6c;hp=af5915b55104a36ec12af411d0a00f542427748a;hpb=f6513d7bc5806904a55708a2ddb6673842e933bd;p=rocksndiamonds.git diff --git a/src/conf_var.c b/src/conf_var.c index af5915b5..03ab11dd 100644 --- a/src/conf_var.c +++ b/src/conf_var.c @@ -5804,6 +5804,22 @@ struct TokenIntPtrInfo image_config_vars[] = "game.button.sound_simple.y", &game.button.sound_simple.y }, + { + "game.button.save.x", + &game.button.save.x + }, + { + "game.button.save.y", + &game.button.save.y + }, + { + "game.button.load.x", + &game.button.load.x + }, + { + "game.button.load.y", + &game.button.load.y + }, { "tape.button.eject.x", &tape.button.eject.x @@ -6068,6 +6084,50 @@ struct TokenIntPtrInfo image_config_vars[] = "tape.text.time.font", &tape.text.time.font }, + { + "tape.show_game_buttons", + &tape.show_game_buttons + }, + { + "editor.palette.x", + &editor.palette.x + }, + { + "editor.palette.y", + &editor.palette.y + }, + { + "editor.palette.cols", + &editor.palette.cols + }, + { + "editor.palette.rows", + &editor.palette.rows + }, + { + "editor.palette.element_left.x", + &editor.palette.element_left.x + }, + { + "editor.palette.element_left.y", + &editor.palette.element_left.y + }, + { + "editor.palette.element_middle.x", + &editor.palette.element_middle.x + }, + { + "editor.palette.element_middle.y", + &editor.palette.element_middle.y + }, + { + "editor.palette.element_right.x", + &editor.palette.element_right.x + }, + { + "editor.palette.element_right.y", + &editor.palette.element_right.y + }, { "request.button.yes.x", &request.button.yes.x