diff --git a/core/src/mindustry/ui/Fonts.java b/core/src/mindustry/ui/Fonts.java index 0695ab9e08..2fed1990d9 100644 --- a/core/src/mindustry/ui/Fonts.java +++ b/core/src/mindustry/ui/Fonts.java @@ -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; } diff --git a/gradle.properties b/gradle.properties index 4cc1fc7088..9d273aeadd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=6fb59f4a618da275223555def1685b46e70ab4f9 +archash=079640f8ea3e46c1aff497f5f8a5e5f9c5197282