Skip to content

Commit

Permalink
New textbox
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed May 18, 2019
1 parent e9b2d2f commit 93defd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Binary file added CG/windo_filter_adv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions Update/init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ void main()
ModADVModeSettingLoad(
"<size=+4>{0}\n</size>", //NameFormat
-170, //WindowPosX
-275, //WindowPosY
-300, //WindowPosY
1150, //WindowSizeX
250, //WindowSizeY
60, //WindowMarginLeft
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
3, //FontID
1, //FontID
0, //CharSpacing
8, //LineSpacing
30 //FontSize
28 //FontSize
);

ModNVLModeSettingLoad(
Expand All @@ -99,7 +99,7 @@ void main()
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
3, //FontID
1, //FontID
0, //CharSpacing
8, //LineSpacing
34 //FontSize
Expand All @@ -115,7 +115,7 @@ void main()
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
3, //FontID
1, //FontID
0, //CharSpacing
8, //LineSpacing
34 //FontSize
Expand All @@ -124,6 +124,7 @@ void main()
SetScreenAspect("0.5625");
SetGUIPosition(170, 0);
ModSetConfigFontSize(15);
ModSetMainFontOutlineWidth(8);

CallScript( "flow" );
}

0 comments on commit 93defd8

Please sign in to comment.