kawase blur on toolkit

This commit is contained in:
minjaesong
2021-12-10 12:43:54 +09:00
parent 8ab852d18a
commit b5f4a4ae9f
4 changed files with 161 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ class UICheatDetected : UICanvas() {
private val backgroundCol = Color(0x181818C0)
private val backgroundCol = Color(0x00000080)
override fun renderUI(batch: SpriteBatch, camera: Camera) {
Terrarum.ingame?.consoleHandler?.setAsClose()
@@ -45,6 +45,7 @@ class UICheatDetected : UICanvas() {
}
override fun updateUI(delta: Float) {
INGAME.pause()
}
override fun doOpening(delta: Float) {