X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=4c7a117f890ee24df18e5da0ccd90c62ea9a47ba;hb=f6477461020eebe6489d4997ac973c985d82e4aa;hp=76333abd86686dcff61b65488a57ed53df895487;hpb=6f20c46794de2b6e936f9f9ea46f893a059ffd47;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 76333abd..4c7a117f 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -5091,6 +5091,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" }, @@ -6725,6 +6731,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" },