mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 22:58:47 +07:00
Removed font line height tweak
This commit is contained in:
parent
e6dd36283d
commit
be5e1648e0
@ -111,8 +111,6 @@ public class UI extends SceneModule{
|
||||
Structs.each(font -> {
|
||||
font.setUseIntegerPositions(false);
|
||||
font.getData().setScale(Vars.fontScale);
|
||||
font.getData().down += Unit.dp.scl(3f);
|
||||
font.getData().lineHeight -= Unit.dp.scl(3f);
|
||||
}, skin.font(), skin.getFont("default-font-chat"), skin.getFont("trad-chinese"), skin.getFont("simp-chinese"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user