minor improvement on rotund r

This commit is contained in:
minjaesong
2020-04-14 07:25:11 +09:00
parent 2fd3fcfd46
commit b7df181729
6 changed files with 20 additions and 90 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"