X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=9ac6c9089d78181c92a9729e566dd26d203bf1b0;hb=e863b9777df452d4d666e63b4dca8ae957cddd6b;hp=82f508fd6af3630670d6e7987dd62bf59b3aa2ae;hpb=08077278b4277434ebbeb0e828cf45f9ce9ee387;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 82f508fd..9ac6c908 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5829,6 +5829,8 @@ struct ConfigInfo image_config[] = { "menu.draw_yoffset.SETUP[ARTWORK]", "0" }, { "menu.draw_xoffset.SETUP[INPUT]", "0" }, { "menu.draw_yoffset.SETUP[INPUT]", "0" }, + { "menu.draw_xoffset.SETUP[TOUCH]", "0" }, + { "menu.draw_yoffset.SETUP[TOUCH]", "0" }, { "menu.draw_xoffset.SETUP[SHORTCUTS]", "0" }, { "menu.draw_yoffset.SETUP[SHORTCUTS]", "0" }, { "menu.draw_xoffset.SETUP[SHORTCUTS_1]", "0" }, @@ -6023,8 +6025,6 @@ struct ConfigInfo image_config[] = { "main.input.name.valign", "top" }, { "main.input.name.font", "font.input_1" }, - { "main.show_game_buttons", "false" }, - { "preview.x", "272" }, { "preview.y", "380" }, { "preview.align", "center" }, @@ -7081,6 +7081,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" },