Update textbox

This commit is contained in:
Jáchym Toušek
2019-06-24 22:30:20 +02:00
parent c02310e318
commit 343e9494f8
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 164 KiB

View File

@@ -86,7 +86,7 @@ void main()
1, //FontID 1, //FontID
0, //CharSpacing 0, //CharSpacing
8, //LineSpacing 8, //LineSpacing
28 //FontSize 30 //FontSize
); );
ModNVLModeSettingLoad( ModNVLModeSettingLoad(
@@ -124,7 +124,7 @@ void main()
SetScreenAspect("0.5625"); SetScreenAspect("0.5625");
SetGUIPosition(170, 0); SetGUIPosition(170, 0);
ModSetConfigFontSize(15); ModSetConfigFontSize(15);
ModSetMainFontOutlineWidth(8); ModSetMainFontOutlineWidth(10);
CallScript( "flow" ); CallScript( "flow" );
} }