diff --git a/FontTestGDX/src/TypewriterGDX.kt b/FontTestGDX/src/TypewriterGDX.kt index bb0334f..f417ae1 100644 --- a/FontTestGDX/src/TypewriterGDX.kt +++ b/FontTestGDX/src/TypewriterGDX.kt @@ -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) {} diff --git a/assets/typewriter/typewriter_ko_3set-390.tga b/assets/typewriter/typewriter_ko_3set-390.tga index 29c44da..c6cf6d0 100644 Binary files a/assets/typewriter/typewriter_ko_3set-390.tga and b/assets/typewriter/typewriter_ko_3set-390.tga differ diff --git a/work_files/typewriter_input/alphnum_glyphs_master.kra b/work_files/typewriter_input/alphnum_glyphs_master.kra new file mode 100644 index 0000000..3ed69be Binary files /dev/null and b/work_files/typewriter_input/alphnum_glyphs_master.kra differ diff --git a/work_files/typewriter_input/typewriter_ko_3set-390.psd b/work_files/typewriter_input/typewriter_ko_3set-390.psd index 36694b9..f6dccaa 100644 Binary files a/work_files/typewriter_input/typewriter_ko_3set-390.psd and b/work_files/typewriter_input/typewriter_ko_3set-390.psd differ