font update

This commit is contained in:
minjaesong
2021-09-16 22:22:15 +09:00
parent 61d269dcc3
commit 51a6cb5d5d
3 changed files with 13 additions and 2 deletions

View File

@@ -472,8 +472,9 @@ public class App implements ApplicationListener {
}*/
fontGame = new GameFontBase(FONT_DIR, false, true,
false, Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest, false, 90, false
fontGame = new GameFontBase(FONT_DIR, false, true, false,
Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest, false,
256, false
);
Lang.invoke();