diff --git a/Extras/Font Mod/1 - MS PGothic/Update/init.txt b/Extras/Font Mod/1 - MS PGothic/Update/init.txt index da12e6d..47b19dd 100644 --- a/Extras/Font Mod/1 - MS PGothic/Update/init.txt +++ b/Extras/Font Mod/1 - MS PGothic/Update/init.txt @@ -6,9 +6,16 @@ void main() SetLineSpacing(1); SetFontSize(42); - SetWindowPos(-4, 0); - SetWindowSize(1024, 768); + //SetNameFormat("{0}\n"); + SetNameFormat(""); + + SetScreenAspect("0.5635"); + + SetWindowPos(0, 0); + SetWindowSize(1280, 720); SetWindowMargins(60, 30, 50, 30); + SetGUIPosition( 15, 0); + CallScript( "flow" ); -} \ No newline at end of file +} diff --git a/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt b/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt index dc37018..93e6e77 100644 --- a/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt +++ b/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt @@ -6,9 +6,16 @@ void main() SetLineSpacing(1); SetFontSize(42); - SetWindowPos(-4, 0); - SetWindowSize(1024, 768); + //SetNameFormat("{0}\n"); + SetNameFormat(""); + + SetScreenAspect("0.5635"); + + SetWindowPos(0, 0); + SetWindowSize(1280, 720); SetWindowMargins(60, 30, 50, 30); + SetGUIPosition( 15, 0); + CallScript( "flow" ); -} \ No newline at end of file +} diff --git a/Extras/Watermark-less Window/CGAlt/windo_filter.png b/Extras/Watermark-less Window/CGAlt/windo_filter.png deleted file mode 100644 index efa5300..0000000 Binary files a/Extras/Watermark-less Window/CGAlt/windo_filter.png and /dev/null differ diff --git a/Extras/Watermark-less Window/Readme.txt b/Extras/Watermark-less Window/Readme.txt deleted file mode 100644 index 6f4d908..0000000 --- a/Extras/Watermark-less Window/Readme.txt +++ /dev/null @@ -1,3 +0,0 @@ -Hate that stupid watermark in the lower right corner? - -Place this into the Streamingassets folder. \ No newline at end of file