mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 14:34:04 +09:00
calendar UI
This commit is contained in:
@@ -14,6 +14,10 @@ import net.torvald.terrarum.ui.UICanvas
|
||||
*/
|
||||
class UICheatDetected : UICanvas() {
|
||||
|
||||
init {
|
||||
handler.allowESCtoClose = false
|
||||
}
|
||||
|
||||
override var width: Int
|
||||
get() = App.scr.width
|
||||
set(value) { throw UnsupportedOperationException() }
|
||||
|
||||
Reference in New Issue
Block a user