Skip to content

Commit 866d201

Browse files
committed
fix: adjust balatro settings
1 parent b9ce462 commit 866d201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lua/settings.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)