mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-15 15:36:06 +09:00
lemme have some debugging helper
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user