mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 11:51:50 +09:00
probably useable now
This commit is contained in:
@@ -54,9 +54,6 @@ class TypewriterGDX(val width: Int, val height: Int) : Game() {
|
||||
|
||||
if (keycode == Input.Keys.ENTER) {
|
||||
textbuf.add(CodepointSequence())
|
||||
}
|
||||
else if (keycode and 128 == Input.Keys.BACKSPACE) {
|
||||
|
||||
}
|
||||
else {
|
||||
textbuf.last().add(keycode + 0xF3000)
|
||||
|
||||
Reference in New Issue
Block a user