mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
screen blur moved to a single function
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user