File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ local function configure_balatro_speed()
100100 -- Graphics settings - restore normal quality
101101 G .SETTINGS .GRAPHICS = G .SETTINGS .GRAPHICS or {}
102102 G .SETTINGS .GRAPHICS .shadows = " Off" -- Always disable shadows
103- G .SETTINGS .GRAPHICS .bloom = 0 -- Always disable CRT bloom
103+ G .SETTINGS .GRAPHICS .bloom = " Off " -- Always disable CRT bloom
104104 G .SETTINGS .GRAPHICS .crt = 0 -- Always disable CRT
105105 G .SETTINGS .GRAPHICS .texture_scaling = 1 -- Always disable pixel art smoothing
106106
107107 -- Window settings - restore normal display
108108 G .SETTINGS .WINDOW = G .SETTINGS .WINDOW or {}
109- G .SETTINGS .WINDOW .vsync = 1
109+ G .SETTINGS .WINDOW .vsync = 0
110110
111111 -- Visual effects - enable reduced motion
112112 G .SETTINGS .reduced_motion = true -- Always enable reduced motion
You can’t perform that action at this time.
0 commit comments