mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
this seems to be optimal font cache size for the game
This commit is contained in:
@@ -461,7 +461,7 @@ public class App implements ApplicationListener {
|
|||||||
|
|
||||||
|
|
||||||
fontGame = new GameFontBase(FONT_DIR, false, true,
|
fontGame = new GameFontBase(FONT_DIR, false, true,
|
||||||
false, Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest, false, 256, false
|
false, Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest, false, 64, false
|
||||||
);
|
);
|
||||||
Lang.invoke();
|
Lang.invoke();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user