diff --git a/FontTestGDX/src/TypewriterGDX.kt b/FontTestGDX/src/TypewriterGDX.kt index 035d166..d6537ee 100644 --- a/FontTestGDX/src/TypewriterGDX.kt +++ b/FontTestGDX/src/TypewriterGDX.kt @@ -73,7 +73,7 @@ class TypewriterGDX(val width: Int, val height: Int) : Game() { textbuf.add(CodepointSequence()) } else if (printableKeys.contains(keycode and 127)) { - textbuf.last().add(keycode + 0xF2000) + textbuf.last().add(keycode + 0xF3000) } } @@ -93,7 +93,7 @@ class TypewriterGDX(val width: Int, val height: Int) : Game() { try { textbuf.forEachIndexed { index, s -> - font.draw(batch, s, 40f, 40f + 24 * index) + font.draw(batch, s, 40f, 40f + 20 * index) } } catch (e: ConcurrentModificationException) {} diff --git a/assets/typewriter/typewriter_intl_qwerty.tga b/assets/typewriter/typewriter_intl_qwerty.tga index 9ee0be8..51ef7dd 100644 Binary files a/assets/typewriter/typewriter_intl_qwerty.tga and b/assets/typewriter/typewriter_intl_qwerty.tga differ diff --git a/assets/typewriter/typewriter_ko_3set-390.tga b/assets/typewriter/typewriter_ko_3set-390.tga index 325230c..43571ef 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 index a975822..057168d 100644 Binary files a/work_files/typewriter_input/alphnum_glyphs_master.kra and b/work_files/typewriter_input/alphnum_glyphs_master.kra differ diff --git a/work_files/typewriter_input/typewriter_intl_qwerty.psd b/work_files/typewriter_input/typewriter_intl_qwerty.psd index 191fec5..cdd048f 100644 Binary files a/work_files/typewriter_input/typewriter_intl_qwerty.psd and b/work_files/typewriter_input/typewriter_intl_qwerty.psd differ diff --git a/work_files/typewriter_input/typewriter_ko_3set-390.psd b/work_files/typewriter_input/typewriter_ko_3set-390.psd index fa0c523..55287c7 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