We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866d201 commit b366f15Copy full SHA for b366f15
src/lua/settings.lua
@@ -100,7 +100,7 @@ local function configure_balatro_speed()
100
-- Graphics settings - restore normal quality
101
G.SETTINGS.GRAPHICS = G.SETTINGS.GRAPHICS or {}
102
G.SETTINGS.GRAPHICS.shadows = "Off" -- Always disable shadows
103
- G.SETTINGS.GRAPHICS.bloom = "Off" -- Always disable CRT bloom
+ G.SETTINGS.GRAPHICS.bloom = 0 -- Always disable CRT bloom
104
G.SETTINGS.GRAPHICS.crt = 0 -- Always disable CRT
105
G.SETTINGS.GRAPHICS.texture_scaling = 1 -- Always disable pixel art smoothing
106
0 commit comments