now font size looks nice

This commit is contained in:
GenZmeY 2020-12-12 14:04:45 +03:00
parent 570ed51111
commit 1992ba9ec2

View File

@ -520,7 +520,7 @@ function Font PickFont(byte i, out float Scaler)
Scaler = 0.75; Scaler = 0.75;
return DrawFonts[0]; return DrawFonts[0];
case 4: case 4:
Scaler = 0.80; Scaler = 0.85;
return DrawFonts[0]; return DrawFonts[0];
case 5: case 5:
Scaler = 0.90; Scaler = 0.90;