calendar UI

This commit is contained in:
minjaesong
2023-08-15 14:58:50 +09:00
parent 8db1228e70
commit 3fce5d7e95
14 changed files with 207 additions and 93 deletions

View File

@@ -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() }