diff --git a/FontTestGDX/src/FontTestGDX.kt b/FontTestGDX/src/FontTestGDX.kt index b877a84..7b6ea33 100644 --- a/FontTestGDX/src/FontTestGDX.kt +++ b/FontTestGDX/src/FontTestGDX.kt @@ -22,7 +22,7 @@ class FontTestGDX : Game() { lateinit var camera: OrthographicCamera - private val testing = true + private val testing = false private val demotextName = if (testing) "testtext.txt" else "demotext.txt" private val outimageName = if (testing) "testing.png" else "demo.png" diff --git a/assets/hangul_johab.tga b/assets/hangul_johab.tga index 7b4bd97..83a4244 100644 Binary files a/assets/hangul_johab.tga and b/assets/hangul_johab.tga differ diff --git a/demo.PNG b/demo.PNG index 6f081af..6f72997 100644 Binary files a/demo.PNG and b/demo.PNG differ