update TextraTypist

This commit is contained in:
Anthony Calosa
2023-02-11 12:26:52 +08:00
parent a96827a807
commit e3426d15f2
10 changed files with 31 additions and 32 deletions

View File

@@ -395,9 +395,8 @@ public class Controls {
{
if(textraFont==null)
{
textraFont=new Font(getSkin().getFont("default"));
textraFont=new Font(getSkin().getFont("default"), 0f, 1.5f, 0f, 0f);
textraFont.addAtlas(Config.instance().getAtlas(Paths.ITEMS_ATLAS));
textraFont.adjustLineHeight(0.8f);//not sure why this is needed maybe the font is bad
}
return textraFont;
}