Merge pull request #21 from Cnnctr/patch-1

updated font mod to work with the latest version, actually removed watermarkless window
This commit is contained in:
Ítalo Bruno Andrade
2015-06-04 22:08:48 -03:00
5 changed files with 31 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
void main()
{
SetFontId(0); //0 is MS Gothic (default japanese), 1 is MS PGothic (default english), 2 is dejavu sans, 3 is source han sans chinese simplified (for chinese)
@@ -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" );
}
}

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" );
}
}

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" );
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,3 +0,0 @@
Hate that stupid watermark in the lower right corner?
Place this into the Streamingassets folder.