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

10
.idea/runConfigurations.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
</set>
</option>
</component>
</project>

Binary file not shown.

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();