Mobile font border fix

This commit is contained in:
Anuken
2020-11-16 17:00:14 -05:00
parent 4b733fe244
commit 242109f34e
2 changed files with 2 additions and 3 deletions

View File

@@ -85,9 +85,8 @@ public class Fonts{
size = 48;
incremental = false;
characters = "\0" + Iconc.all;
borderWidth = Scl.scl(5f);
borderWidth = 5f;
borderColor = Color.darkGray;
}})).loaded = f -> Fonts.iconLarge = (Font)f;
}