mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
fix: title screen UIs can be closed using ESC
This commit is contained in:
@@ -67,6 +67,7 @@ class UINSMenu(
|
||||
var invocationArgument: Array<Any> = arrayOf(this)
|
||||
|
||||
init {
|
||||
handler.allowESCtoClose = false
|
||||
addSubMenu(tree)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user