somehow fixed issue #8

This commit is contained in:
minjaesong
2018-08-09 19:32:30 +09:00
parent cdd0514ca0
commit ab0d483cb1
6 changed files with 47 additions and 40 deletions

View File

@@ -204,6 +204,9 @@ class FontTestGDX : Game() {
batch.begin()
batch.color = Color.WHITE
batch.draw(tex, 0f, (TEXH.toFloat()/appConfig.height)*TEXH - scrollOffsetY, TEXW.toFloat(), -(TEXH.toFloat() / appConfig.height) * TEXH.toFloat())
font.draw(batch, "TESTTESTTEST", 0f, 0f)
batch.end()
}