adopting Java 9/Kotlin 1.2

This commit is contained in:
minjaesong
2018-02-10 21:40:17 +09:00
parent f8568899d9
commit e565a9f173
31 changed files with 326 additions and 69 deletions

View File

@@ -28,6 +28,9 @@ class UICheatDetected : UICanvas() {
private val backgroundCol = Color(0x181818C0)
override fun renderUI(batch: SpriteBatch, camera: Camera) {
Terrarum.ingame?.consoleHandler?.setAsClose()
Terrarum.ingame?.consoleHandler?.isVisible = false
batch.color = backgroundCol
batch.fillRect(0f, 0f, width.toFloat(), height.toFloat())