A wild Cherokee language appeared!

This commit is contained in:
minjaesong
2018-07-28 04:52:42 +09:00
parent 55bdaef897
commit dca8ed7392
9 changed files with 61 additions and 29 deletions

View File

@@ -135,6 +135,10 @@ class FontTestGDX : Game() {
println(font.charsetOverrideSerbian)
println(font.noColorCode)
println(font.toColorCode(0xFFFF))
println(0xE026.toChar())
println(0xE078.toChar())
println(0xE073.toChar())
}
override fun getScreen(): Screen? {