font gen updated, fonts re-made, adjustments to compensate.
This commit is contained in:
parent
330e1321d4
commit
d22d9c4b9a
31 changed files with 241 additions and 307 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue