font gen updated, fonts re-made, adjustments to compensate.

This commit is contained in:
Mari the Deer 2021-12-17 19:57:23 +01:00
commit d22d9c4b9a
31 changed files with 241 additions and 307 deletions

View file

@ -195,6 +195,10 @@ Class SWWMUtility
{
x = (x-160)*CleanXFac_1+(Screen.GetWidth()*.5);
}
static clearscope void AdjustClean_1y( out double y )
{
y = (y-100)*CleanYFac_1+(Screen.GetHeight()*.5);
}
// thanks zscript
static clearscope double fract( double a )