lemme have some debugging helper

This commit is contained in:
minjaesong
2018-08-09 02:54:43 +09:00
parent 6714bbb510
commit 45532ca9b7
2 changed files with 13 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ class FontTestGDX : Game() {
lateinit var batch: SpriteBatch
override fun create() {
font = GameFontBase("./assets", flipY = false) // must test for two cases
font = GameFontBase("./assets", flipY = false, errorOnUnknownChar = true) // must test for two flipY cases
val inTextFile = Gdx.files.internal("./FontTestGDX/demotext.txt")
val reader = inTextFile.reader()