mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
fix: title screen UIs can be closed using ESC
This commit is contained in:
@@ -34,6 +34,10 @@ import java.util.*
|
||||
*/
|
||||
class UILoadManage(val full: UILoadSavegame) : UICanvas() {
|
||||
|
||||
init {
|
||||
handler.allowESCtoClose = false
|
||||
}
|
||||
|
||||
override var width: Int = Toolkit.drawWidth
|
||||
override var height: Int = App.scr.height
|
||||
|
||||
|
||||
Reference in New Issue
Block a user