X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=019af377ea7b22bbdd704f9b6cf95877f83395a0;hb=9eff630555d9f481889fa2f807af76daaa2e70cb;hp=c91dbcb409b2d2c65202debb6eb1b99797ad7af0;hpb=c0f3e2e3c8f0c8b88fca68375d0b942bda8ffcbf;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index c91dbcb4..019af377 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4235,11 +4235,21 @@ struct ConfigInfo image_config[] = { "font.menu_1.y", "320" }, { "font.menu_1.width", "32" }, { "font.menu_1.height", "32" }, + { "font.menu_1.active", "RocksFontBig.pcx" }, + { "font.menu_1.active.x", "0" }, + { "font.menu_1.active.y", "480" }, + { "font.menu_1.active.width", "32" }, + { "font.menu_1.active.height", "32" }, { "font.menu_2", "RocksFontMedium.pcx" }, { "font.menu_2.x", "0" }, { "font.menu_2.y", "320" }, { "font.menu_2.width", "16" }, { "font.menu_2.height", "32" }, + { "font.menu_2.active", "RocksFontMedium.pcx" }, + { "font.menu_2.active.x", "0" }, + { "font.menu_2.active.y", "480" }, + { "font.menu_2.active.width", "16" }, + { "font.menu_2.active.height", "32" }, { "font.text_1", "RocksFontSmall.pcx" }, { "font.text_1.x", "0" }, @@ -4535,6 +4545,16 @@ struct ConfigInfo image_config[] = { "menu.draw_yoffset.EDITOR", "0" }, { "menu.draw_xoffset.INFO", "0" }, { "menu.draw_yoffset.INFO", "0" }, + { "menu.draw_xoffset.INFO[ELEMENTS]", "0" }, + { "menu.draw_yoffset.INFO[ELEMENTS]", "0" }, + { "menu.draw_xoffset.INFO[MUSIC]", "0" }, + { "menu.draw_yoffset.INFO[MUSIC]", "0" }, + { "menu.draw_xoffset.INFO[CREDITS]", "0" }, + { "menu.draw_yoffset.INFO[CREDITS]", "0" }, + { "menu.draw_xoffset.INFO[PROGRAM]", "0" }, + { "menu.draw_yoffset.INFO[PROGRAM]", "0" }, + { "menu.draw_xoffset.INFO[LEVELSET]", "0" }, + { "menu.draw_yoffset.INFO[LEVELSET]", "0" }, { "menu.draw_xoffset.SETUP", "0" }, { "menu.draw_yoffset.SETUP", "0" }, @@ -4548,26 +4568,26 @@ struct ConfigInfo image_config[] = { "menu.fade_delay", "250" }, { "menu.post_delay", "125" }, - { "main.button.name.x", "-1" }, - { "main.button.name.y", "-1" }, - { "main.button.levels.x", "-1" }, - { "main.button.levels.y", "-1" }, - { "main.button.scores.x", "-1" }, - { "main.button.scores.y", "-1" }, - { "main.button.editor.x", "-1" }, - { "main.button.editor.y", "-1" }, - { "main.button.info.x", "-1" }, - { "main.button.info.y", "-1" }, - { "main.button.game.x", "-1" }, - { "main.button.game.y", "-1" }, - { "main.button.setup.x", "-1" }, - { "main.button.setup.y", "-1" }, - { "main.button.quit.x", "-1" }, - { "main.button.quit.y", "-1" }, - { "main.button.prev_level.x", "-1" }, - { "main.button.prev_level.y", "-1" }, - { "main.button.next_level.x", "-1" }, - { "main.button.next_level.y", "-1" }, + { "main.button.name.x", "0" }, + { "main.button.name.y", "64" }, + { "main.button.levels.x", "0" }, + { "main.button.levels.y", "96" }, + { "main.button.scores.x", "0" }, + { "main.button.scores.y", "128" }, + { "main.button.editor.x", "0" }, + { "main.button.editor.y", "160" }, + { "main.button.info.x", "0" }, + { "main.button.info.y", "192" }, + { "main.button.game.x", "0" }, + { "main.button.game.y", "224" }, + { "main.button.setup.x", "0" }, + { "main.button.setup.y", "256" }, + { "main.button.quit.x", "0" }, + { "main.button.quit.y", "288" }, + { "main.button.prev_level.x", "320" }, + { "main.button.prev_level.y", "96" }, + { "main.button.next_level.x", "448" }, + { "main.button.next_level.y", "96" }, { "main.text.name.x", "-1" }, { "main.text.name.y", "-1" }, @@ -4602,12 +4622,12 @@ struct ConfigInfo image_config[] = { "main.text.quit.width", "-1" }, { "main.text.quit.height", "-1" }, - { "main.text.current_level.x", "-1" }, - { "main.text.current_level.y", "-1" }, - { "main.text.first_level.x", "-1" }, - { "main.text.first_level.y", "-1" }, - { "main.text.last_level.x", "-1" }, - { "main.text.last_level.y", "-1" }, + { "main.text.current_level.x", "352" }, + { "main.text.current_level.y", "96" }, + { "main.text.first_level.x", "488" }, + { "main.text.first_level.y", "98" }, + { "main.text.last_level.x", "488" }, + { "main.text.last_level.y", "112" }, { "main.text.levelset_info.x", "-1" }, { "main.text.levelset_info.y", "-1" }, { "main.text.level_info.x", "-1" }, @@ -4620,6 +4640,8 @@ struct ConfigInfo image_config[] = { "preview.y", "388" }, { "preview.xsize", "66" }, { "preview.ysize", "34" }, + { "preview.xoffset", "0" }, + { "preview.yoffset", "0" }, { "preview.tile_size", "4" }, { "preview.step_offset", "1" }, { "preview.step_delay", "50" },