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 {
|
try {
|
||||||
textbuf.forEachIndexed { index, s ->
|
textbuf.forEachIndexed { index, s ->
|
||||||
font.draw(batch, s, 40f, 40f + 32 * index)
|
font.draw(batch, s, 40f, 40f + 24 * index)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (e: ConcurrentModificationException) {}
|
catch (e: ConcurrentModificationException) {}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 320 KiB |
BIN
work_files/typewriter_input/alphnum_glyphs_master.kra
Normal file
BIN
work_files/typewriter_input/alphnum_glyphs_master.kra
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user