font mod updated, watermarkless window removed

This commit is contained in:
Cnnctr
2015-06-05 02:19:05 +02:00
parent 0bf19fd8c0
commit e8905a137b
4 changed files with 20 additions and 9 deletions

View File

@@ -6,9 +6,16 @@ void main()
SetLineSpacing(1);
SetFontSize(42);
SetWindowPos(-4, 0);
SetWindowSize(1024, 768);
//SetNameFormat("<line-h=10><size=+6>{0}\n</size></line-h>");
SetNameFormat("");
SetScreenAspect("0.5635");
SetWindowPos(0, 0);
SetWindowSize(1280, 720);
SetWindowMargins(60, 30, 50, 30);
SetGUIPosition( 15, 0);
CallScript( "flow" );
}
}