gdx font: can customise font spritesheet location

This commit is contained in:
minjaesong
2017-06-16 19:29:40 +09:00
parent 5894cb944a
commit fc9778118f
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class TestTestTest : ApplicationAdapter() {
batch = SpriteBatch()
img = Texture("assets/test_texture.tga")
gameFont = GameFontBase(false)
gameFont = GameFontBase("assets/graphics/fonts")
//gameFont = BitmapFont()
}