mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_DrawMenuTyping: Slightly more consistent spacing for single-char virtual keys
The entire virtual keyboard needs a visual redesign, but this will make navigating it slightly easier for now.
This commit is contained in:
parent
16649d0754
commit
03a7f33c55
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ static void M_DrawMenuTyping(void)
|
|||
|
||||
V_DrawString(x, y, V_ALLOWLOWERCASE|tflag|mflag, buf);
|
||||
|
||||
x += V_StringWidth(buf, 0)+8;
|
||||
x += (buf[1] ? V_StringWidth(buf, 0) : 8) + 8;
|
||||
}
|
||||
x = 60;
|
||||
y += 12;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue