1.9 release

This commit is contained in:
minjaesong
2021-03-15 19:56:53 +09:00
parent 06bc8c9e2d
commit 3841611780
4 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"