mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 00:12:27 +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
|
||||
{
|
||||
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-1, 1, fontspec.lfh/FRACUNIT-2, flags|innerbox);
|
||||
}
|
||||
|
|
@ -3047,7 +3047,7 @@ fixed_t V_StringScaledWidth(
|
|||
break;
|
||||
case '\xEE':
|
||||
if (boxed)
|
||||
cx += 3*scale;
|
||||
cx += 2*scale;
|
||||
boxed = !boxed;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue