X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_var.c;h=47937e01f219e8c35a4b4637ca1599c34bcc72c3;hb=827ba2bca2dfb8d7af57786df4304b61f0a8466e;hp=3cf2fae60b1cd9602aa5d4938155814415aa47ea;hpb=197edf38367a6f825e4a60441a11a3c55191e51b;p=rocksndiamonds.git diff --git a/src/conf_var.c b/src/conf_var.c index 3cf2fae6..47937e01 100644 --- a/src/conf_var.c +++ b/src/conf_var.c @@ -1208,6 +1208,86 @@ struct TokenIntPtrInfo image_config_vars[] = "menu.draw_yoffset.SETUP", &menu.draw_yoffset[GFX_SPECIAL_ARG_SETUP] }, + { + "menu.draw_xoffset.SETUP[GAME]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_GAME] + }, + { + "menu.draw_yoffset.SETUP[GAME]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_GAME] + }, + { + "menu.draw_xoffset.SETUP[EDITOR]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_EDITOR] + }, + { + "menu.draw_yoffset.SETUP[EDITOR]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_EDITOR] + }, + { + "menu.draw_xoffset.SETUP[GRAPHICS]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_GRAPHICS] + }, + { + "menu.draw_yoffset.SETUP[GRAPHICS]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_GRAPHICS] + }, + { + "menu.draw_xoffset.SETUP[SOUND]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SOUND] + }, + { + "menu.draw_yoffset.SETUP[SOUND]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SOUND] + }, + { + "menu.draw_xoffset.SETUP[ARTWORK]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_ARTWORK] + }, + { + "menu.draw_yoffset.SETUP[ARTWORK]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_ARTWORK] + }, + { + "menu.draw_xoffset.SETUP[INPUT]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_INPUT] + }, + { + "menu.draw_yoffset.SETUP[INPUT]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_INPUT] + }, + { + "menu.draw_xoffset.SETUP[SHORTCUTS_1]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_1] + }, + { + "menu.draw_yoffset.SETUP[SHORTCUTS_1]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_1] + }, + { + "menu.draw_xoffset.SETUP[SHORTCUTS_2]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_2] + }, + { + "menu.draw_yoffset.SETUP[SHORTCUTS_2]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_2] + }, + { + "menu.draw_xoffset.SETUP[CHOOSE_ARTWORK]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_ARTWORK] + }, + { + "menu.draw_yoffset.SETUP[CHOOSE_ARTWORK]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_ARTWORK] + }, + { + "menu.draw_xoffset.SETUP[CHOOSE_OTHER]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_OTHER] + }, + { + "menu.draw_yoffset.SETUP[CHOOSE_OTHER]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_OTHER] + }, { "menu.scrollbar_xoffset", &menu.scrollbar_xoffset @@ -1228,6 +1308,10 @@ struct TokenIntPtrInfo image_config_vars[] = "menu.list_size.INFO", &menu.list_size[GFX_SPECIAL_ARG_INFO] }, + { + "menu.list_size.SETUP", + &menu.list_size[GFX_SPECIAL_ARG_SETUP] + }, { "main.button.name.x", &menu.main.button.name.x @@ -3624,6 +3708,134 @@ struct TokenIntPtrInfo image_config_vars[] = "game.panel.gravity_state.draw_order", &game.panel.gravity_state.sort_priority }, + { + "game.panel.graphic_1.x", + &game.panel.graphic[0].x + }, + { + "game.panel.graphic_1.y", + &game.panel.graphic[0].y + }, + { + "game.panel.graphic_1.draw_masked", + &game.panel.graphic[0].draw_masked + }, + { + "game.panel.graphic_1.draw_order", + &game.panel.graphic[0].sort_priority + }, + { + "game.panel.graphic_2.x", + &game.panel.graphic[1].x + }, + { + "game.panel.graphic_2.y", + &game.panel.graphic[1].y + }, + { + "game.panel.graphic_2.draw_masked", + &game.panel.graphic[1].draw_masked + }, + { + "game.panel.graphic_2.draw_order", + &game.panel.graphic[1].sort_priority + }, + { + "game.panel.graphic_3.x", + &game.panel.graphic[2].x + }, + { + "game.panel.graphic_3.y", + &game.panel.graphic[2].y + }, + { + "game.panel.graphic_3.draw_masked", + &game.panel.graphic[2].draw_masked + }, + { + "game.panel.graphic_3.draw_order", + &game.panel.graphic[2].sort_priority + }, + { + "game.panel.graphic_4.x", + &game.panel.graphic[3].x + }, + { + "game.panel.graphic_4.y", + &game.panel.graphic[3].y + }, + { + "game.panel.graphic_4.draw_masked", + &game.panel.graphic[3].draw_masked + }, + { + "game.panel.graphic_4.draw_order", + &game.panel.graphic[3].sort_priority + }, + { + "game.panel.graphic_5.x", + &game.panel.graphic[4].x + }, + { + "game.panel.graphic_5.y", + &game.panel.graphic[4].y + }, + { + "game.panel.graphic_5.draw_masked", + &game.panel.graphic[4].draw_masked + }, + { + "game.panel.graphic_5.draw_order", + &game.panel.graphic[4].sort_priority + }, + { + "game.panel.graphic_6.x", + &game.panel.graphic[5].x + }, + { + "game.panel.graphic_6.y", + &game.panel.graphic[5].y + }, + { + "game.panel.graphic_6.draw_masked", + &game.panel.graphic[5].draw_masked + }, + { + "game.panel.graphic_6.draw_order", + &game.panel.graphic[5].sort_priority + }, + { + "game.panel.graphic_7.x", + &game.panel.graphic[6].x + }, + { + "game.panel.graphic_7.y", + &game.panel.graphic[6].y + }, + { + "game.panel.graphic_7.draw_masked", + &game.panel.graphic[6].draw_masked + }, + { + "game.panel.graphic_7.draw_order", + &game.panel.graphic[6].sort_priority + }, + { + "game.panel.graphic_8.x", + &game.panel.graphic[7].x + }, + { + "game.panel.graphic_8.y", + &game.panel.graphic[7].y + }, + { + "game.panel.graphic_8.draw_masked", + &game.panel.graphic[7].draw_masked + }, + { + "game.panel.graphic_8.draw_order", + &game.panel.graphic[7].sort_priority + }, { "game.panel.element_1.x", &game.panel.element[0].x