diff --git a/CG/windo_filter_adv.png b/CG/windo_filter_adv.png new file mode 100644 index 00000000..6ce9a68e Binary files /dev/null and b/CG/windo_filter_adv.png differ diff --git a/Update/init.txt b/Update/init.txt index c4cffce6..4e963f3c 100644 --- a/Update/init.txt +++ b/Update/init.txt @@ -76,17 +76,17 @@ void main() ModADVModeSettingLoad( "{0}\n", //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" ); }