mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
fix: title screen UIs can be closed using ESC
This commit is contained in:
@@ -27,6 +27,10 @@ import java.io.File
|
||||
*/
|
||||
class UINewCharacter(val remoCon: UIRemoCon) : UICanvas() {
|
||||
|
||||
init {
|
||||
handler.allowESCtoClose = false
|
||||
}
|
||||
|
||||
override var width = 480
|
||||
override var height = 480
|
||||
|
||||
|
||||
Reference in New Issue
Block a user