more kerning pairs i can think of WIP

This commit is contained in:
minjaesong
2020-04-21 05:17:19 +09:00
parent 3e04b8bbe6
commit ab067044f8
5 changed files with 5 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class FontTestGDX : Game() {
lateinit var camera: OrthographicCamera
private val testing = false
private val testing = true
private val demotextName = if (testing) "testtext.txt" else "demotext.txt"
private val outimageName = if (testing) "testing.PNG" else "demo.PNG"