mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 11:51:50 +09:00
typewriter: latin alph capitals
This commit is contained in:
@@ -89,7 +89,7 @@ class TypewriterGDX(val width: Int, val height: Int) : Game() {
|
||||
|
||||
try {
|
||||
textbuf.forEachIndexed { index, s ->
|
||||
font.draw(batch, s, 40f, 40f + 32 * index)
|
||||
font.draw(batch, s, 40f, 40f + 24 * index)
|
||||
}
|
||||
}
|
||||
catch (e: ConcurrentModificationException) {}
|
||||
|
||||
Reference in New Issue
Block a user