screen blur moved to a single function

This commit is contained in:
minjaesong
2021-09-09 17:55:50 +09:00
parent 1a0c48987d
commit 3f2d2902d2
3 changed files with 36 additions and 49 deletions

View File

@@ -180,6 +180,7 @@ class UIInventoryFull(
override fun renderUI(batch: SpriteBatch, camera: Camera) {
Toolkit.blurEntireScreen(batch, camera as OrthographicCamera, 1f,0, 0, width, height)
// background fill
batch.end()