mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 01:54:04 +09:00
fix: title screen UIs can be closed using ESC
This commit is contained in:
@@ -9,6 +9,10 @@ import net.torvald.terrarum.ui.UICanvas
|
||||
* Created by minjaesong on 2017-03-13.
|
||||
*/
|
||||
object NullUI : UICanvas() {
|
||||
init {
|
||||
handler.allowESCtoClose = false
|
||||
}
|
||||
|
||||
override var width: Int = 0
|
||||
override var height: Int = 0
|
||||
override var openCloseTime = 0f
|
||||
|
||||
Reference in New Issue
Block a user