mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 15:46:06 +09:00
fix: title screen UIs can be closed using ESC
This commit is contained in:
@@ -16,6 +16,9 @@ import net.torvald.terrarum.ui.*
|
||||
*/
|
||||
class UIKeyboardControlPanel(remoCon: UIRemoCon?) : UICanvas() {
|
||||
|
||||
init {
|
||||
handler.allowESCtoClose = false
|
||||
}
|
||||
|
||||
override var width = 480
|
||||
override var height = 600
|
||||
|
||||
Reference in New Issue
Block a user