X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=eb8d100d920eff39b9304e7ff1507df31935f622;hb=bdc7198372648cdde60eb28495569700b63592d5;hp=76333abd86686dcff61b65488a57ed53df895487;hpb=6f20c46794de2b6e936f9f9ea46f893a059ffd47;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 76333abd..eb8d100d 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4859,8 +4859,12 @@ struct ConfigInfo image_config[] = { "tape.label.gfx.date.x", "305" }, { "tape.label.gfx.date.y", "285" }, { "tape.label.gfx.date.width", "90" }, - { "tape.label.gfx.date.height", "13" }, - { "tape.label.gfx.time", UNDEFINED_FILENAME }, + { "tape.label.gfx.date.height", "31" }, + { "tape.label.gfx.time", "RocksDoor.png" }, + { "tape.label.gfx.time.x", "345" }, + { "tape.label.gfx.time.y", "335" }, + { "tape.label.gfx.time.width", "45" }, + { "tape.label.gfx.time.height", "13" }, { "request.button.gfx.yes", "RocksDoor.png" }, { "request.button.gfx.yes.x", "302" }, @@ -5091,6 +5095,12 @@ struct ConfigInfo image_config[] = { "font.envelope_4.width", "16" }, { "font.envelope_4.height", "16" }, + { "font.request", "RocksFontSmall.png" }, + { "font.request.x", "0" }, + { "font.request.y", "210" }, + { "font.request.width", "14" }, + { "font.request.height", "14" }, + { "font.input_1", "RocksFontSmall.png" }, { "font.input_1.x", "0" }, { "font.input_1.y", "210" }, @@ -6685,8 +6695,8 @@ struct ConfigInfo image_config[] = { "tape.label.date.x", "5" }, { "tape.label.date.y", "5" }, - { "tape.label.time.x", "-1" }, - { "tape.label.time.y", "-1" }, + { "tape.label.time.x", "45" }, + { "tape.label.time.y", "55" }, { "tape.text.date.x", "7" }, { "tape.text.date.y", "19" }, @@ -6725,6 +6735,16 @@ struct ConfigInfo image_config[] = { "request.button.player_4.draw_player", "true" }, { "request.button.player_4.tile_size", "16" }, + { "request.x", "-1" }, + { "request.y", "-1" }, + { "request.width", "120" }, + { "request.height", "300" }, + { "request.border_size", "10" }, + { "request.line_spacing", "2" }, + { "request.step_offset", "10" }, + { "request.step_delay", "20" }, + { "request.anim_mode", "default" }, + { "global.use_envelope_request", "false" }, { "game.forced_scroll_delay_value", "-1" },