diff --git a/FontDemoGDX.jar b/FontDemoGDX.jar old mode 100755 new mode 100644 index f22f194..2b27bbb Binary files a/FontDemoGDX.jar and b/FontDemoGDX.jar differ diff --git a/FontTestGDX/src/FontTestGDX.kt b/FontTestGDX/src/FontTestGDX.kt index 9df5822..b64ed72 100755 --- 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 942d0f0..5d85e68 100644 Binary files a/assets/hangul_johab.tga and b/assets/hangul_johab.tga differ diff --git a/demo.PNG b/demo.PNG index 7ed70d9..e19e9e5 100755 Binary files a/demo.PNG and b/demo.PNG differ