new redesigned hangul

This commit is contained in:
Minjae Song
2019-05-14 13:17:20 +09:00
parent 81dc38d242
commit 51d4dec6d3
3 changed files with 1 additions and 1 deletions

View File

@@ -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"