mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 16:32:36 +00:00
Touch up keyboard prompt spacing
This commit is contained in:
parent
512eb5ec67
commit
5c5ab934b3
1 changed files with 2 additions and 2 deletions
|
|
@ -2713,7 +2713,7 @@ void V_DrawStringScaled(
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cx += 3*scale;
|
cx += 2*scale;
|
||||||
//V_DrawFill((cx)/FRACUNIT+(fontspec.right_outline), (cy)/FRACUNIT-2, 2, fontspec.lfh/FRACUNIT, flags|outerbox);
|
//V_DrawFill((cx)/FRACUNIT+(fontspec.right_outline), (cy)/FRACUNIT-2, 2, fontspec.lfh/FRACUNIT, flags|outerbox);
|
||||||
//V_DrawFill((cx)/FRACUNIT+(fontspec.right_outline), (cy)/FRACUNIT-1, 1, fontspec.lfh/FRACUNIT-2, flags|innerbox);
|
//V_DrawFill((cx)/FRACUNIT+(fontspec.right_outline), (cy)/FRACUNIT-1, 1, fontspec.lfh/FRACUNIT-2, flags|innerbox);
|
||||||
}
|
}
|
||||||
|
|
@ -3047,7 +3047,7 @@ fixed_t V_StringScaledWidth(
|
||||||
break;
|
break;
|
||||||
case '\xEE':
|
case '\xEE':
|
||||||
if (boxed)
|
if (boxed)
|
||||||
cx += 3*scale;
|
cx += 2*scale;
|
||||||
boxed = !boxed;
|
boxed = !boxed;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue