mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 13:04:05 +09:00
console command loading from command list on the module directory
This commit is contained in:
@@ -55,7 +55,9 @@ class ConsoleWindow : UICanvas() {
|
||||
|
||||
private var iMadeTheGameToPause = false
|
||||
|
||||
private val textinput = UIItemTextLineInput(this, 0, 0, this.width)
|
||||
private val textinput = UIItemTextLineInput(this, 0, 0, this.width, keyFilter = { e ->
|
||||
!e.keycodes.contains(Input.Keys.GRAVE)
|
||||
})
|
||||
|
||||
private var clickLatched = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user