New textbox

This commit is contained in:
Jáchym Toušek
2019-05-18 15:28:07 +02:00
parent 140b9d94a7
commit 61a9789689
2 changed files with 6 additions and 5 deletions

BIN
CG/windo_filter_adv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -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(
@@ -99,7 +99,7 @@ void main()
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
3, //FontID
1, //FontID
0, //CharSpacing
8, //LineSpacing
34 //FontSize
@@ -115,7 +115,7 @@ void main()
30, //WindowMarginTop
50, //WindowMarginRight
30, //WindowMarginBottom
3, //FontID
1, //FontID
0, //CharSpacing
8, //LineSpacing
34 //FontSize
@@ -124,6 +124,7 @@ void main()
SetScreenAspect("0.5625");
SetGUIPosition(170, 0);
ModSetConfigFontSize(15);
ModSetMainFontOutlineWidth(8);
CallScript( "flow" );
}