mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-06 08:38:30 +09:00
font update
This commit is contained in:
10
.idea/runConfigurations.xml
generated
Normal file
10
.idea/runConfigurations.xml
generated
Normal 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.
@@ -472,8 +472,9 @@ public class App implements ApplicationListener {
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
|
||||||
fontGame = new GameFontBase(FONT_DIR, false, true,
|
fontGame = new GameFontBase(FONT_DIR, false, true, false,
|
||||||
false, Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest, false, 90, false
|
Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest, false,
|
||||||
|
256, false
|
||||||
);
|
);
|
||||||
Lang.invoke();
|
Lang.invoke();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user