X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_var.c;h=13fa8959a4335966b8088f9528924be734d605c8;hb=949580a3bafe5c8abd1fac99202411b65900b883;hp=4a6389ad826491c77359b4429925038f8c73162b;hpb=56356dc9e2d4a856879a3c91aa7212d0a80afdfd;p=rocksndiamonds.git diff --git a/src/conf_var.c b/src/conf_var.c index 4a6389ad..13fa8959 100644 --- a/src/conf_var.c +++ b/src/conf_var.c @@ -1288,6 +1288,14 @@ struct TokenIntPtrInfo image_config_vars[] = "menu.draw_yoffset.SETUP[INPUT]", &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_INPUT] }, + { + "menu.draw_xoffset.SETUP[SHORTCUTS]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS] + }, + { + "menu.draw_yoffset.SETUP[SHORTCUTS]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS] + }, { "menu.draw_xoffset.SETUP[SHORTCUTS_1]", &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_1] @@ -1304,6 +1312,22 @@ struct TokenIntPtrInfo image_config_vars[] = "menu.draw_yoffset.SETUP[SHORTCUTS_2]", &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_2] }, + { + "menu.draw_xoffset.SETUP[SHORTCUTS_3]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_3] + }, + { + "menu.draw_yoffset.SETUP[SHORTCUTS_3]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_3] + }, + { + "menu.draw_xoffset.SETUP[SHORTCUTS_4]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_4] + }, + { + "menu.draw_yoffset.SETUP[SHORTCUTS_4]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_4] + }, { "menu.draw_xoffset.SETUP[CHOOSE_ARTWORK]", &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_ARTWORK] @@ -2748,6 +2772,38 @@ struct TokenIntPtrInfo image_config_vars[] = "game.panel.score.draw_order", &game.panel.score.sort_priority }, + { + "game.panel.highscore.x", + &game.panel.highscore.x + }, + { + "game.panel.highscore.y", + &game.panel.highscore.y + }, + { + "game.panel.highscore.align", + &game.panel.highscore.align + }, + { + "game.panel.highscore.valign", + &game.panel.highscore.valign + }, + { + "game.panel.highscore.digits", + &game.panel.highscore.size + }, + { + "game.panel.highscore.font", + &game.panel.highscore.font + }, + { + "game.panel.highscore.draw_masked", + &game.panel.highscore.draw_masked + }, + { + "game.panel.highscore.draw_order", + &game.panel.highscore.sort_priority + }, { "game.panel.time.x", &game.panel.time.x @@ -4980,6 +5036,14 @@ struct TokenIntPtrInfo image_config_vars[] = "game.use_native_emc_graphics_engine", &game.use_native_emc_graphics_engine }, + { + "game.use_native_sp_graphics_engine", + &game.use_native_sp_graphics_engine + }, + { + "game.use_masked_pushing", + &game.use_masked_pushing + }, { "[player].boring_delay_fixed", &game.player_boring_delay_fixed