Skip to content

Commit

Permalink
Fix NVL mode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Dec 1, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 01931d0 commit 23ec114
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Update/init.txt
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ void main()
ModNVLModeSettingLoad(
"", //NameFormat
-170, //WindowPosX
0, //WindowPosY
-10, //WindowPosY
1240, //WindowSizeX
720, //WindowSizeY
60, //WindowMarginLeft
@@ -101,18 +101,18 @@ void main()

ModNVLADVModeSettingLoad(
"", //NameFormat
-174, //WindowPosX
-75, //WindowPosY
1024, //WindowSizeX
768, //WindowSizeY
-170, //WindowPosX
-10, //WindowPosY
1240, //WindowSizeX
720, //WindowSizeY
60, //WindowMarginLeft
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
3, //FontID
0, //CharSpacing
8, //LineSpacing
30 //FontSize
34 //FontSize
);

SetScreenAspect("0.5625");

0 comments on commit 23ec114

Please sign in to comment.