mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 11:51:50 +09:00
PUA realloc; tamil ligatures
This commit is contained in:
@@ -103,7 +103,7 @@ class TypewriterGDX(val width: Int, val height: Int, val cols: Int) : Game() {
|
||||
CodepointSequence()
|
||||
)
|
||||
|
||||
var keylayoutbase = 0xF3000
|
||||
var keylayoutbase = 0xF9000
|
||||
private val printableKeys = ((Input.Keys.NUM_0..Input.Keys.NUM_9) + (Input.Keys.A..Input.Keys.PERIOD) + 62 + (Input.Keys.BACKSPACE..Input.Keys.SLASH)).toHashSet()
|
||||
|
||||
var initDone = false
|
||||
|
||||
Reference in New Issue
Block a user