font mod updated, watermarkless window removed
This commit is contained in:
@@ -6,9 +6,16 @@ void main()
|
|||||||
SetLineSpacing(1);
|
SetLineSpacing(1);
|
||||||
SetFontSize(42);
|
SetFontSize(42);
|
||||||
|
|
||||||
SetWindowPos(-4, 0);
|
//SetNameFormat("<line-h=10><size=+6>{0}\n</size></line-h>");
|
||||||
SetWindowSize(1024, 768);
|
SetNameFormat("");
|
||||||
|
|
||||||
|
SetScreenAspect("0.5635");
|
||||||
|
|
||||||
|
SetWindowPos(0, 0);
|
||||||
|
SetWindowSize(1280, 720);
|
||||||
SetWindowMargins(60, 30, 50, 30);
|
SetWindowMargins(60, 30, 50, 30);
|
||||||
|
|
||||||
|
SetGUIPosition( 15, 0);
|
||||||
|
|
||||||
CallScript( "flow" );
|
CallScript( "flow" );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,9 +6,16 @@ void main()
|
|||||||
SetLineSpacing(1);
|
SetLineSpacing(1);
|
||||||
SetFontSize(42);
|
SetFontSize(42);
|
||||||
|
|
||||||
SetWindowPos(-4, 0);
|
//SetNameFormat("<line-h=10><size=+6>{0}\n</size></line-h>");
|
||||||
SetWindowSize(1024, 768);
|
SetNameFormat("");
|
||||||
|
|
||||||
|
SetScreenAspect("0.5635");
|
||||||
|
|
||||||
|
SetWindowPos(0, 0);
|
||||||
|
SetWindowSize(1280, 720);
|
||||||
SetWindowMargins(60, 30, 50, 30);
|
SetWindowMargins(60, 30, 50, 30);
|
||||||
|
|
||||||
|
SetGUIPosition( 15, 0);
|
||||||
|
|
||||||
CallScript( "flow" );
|
CallScript( "flow" );
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
@@ -1,3 +0,0 @@
|
|||||||
Hate that stupid watermark in the lower right corner?
|
|
||||||
|
|
||||||
Place this into the Streamingassets folder.
|
|
||||||
Reference in New Issue
Block a user