Skip to content

Commit

Permalink
Disable shader for undiscovered Headache
Browse files Browse the repository at this point in the history
  • Loading branch information
Firch committed Jan 8, 2025
1 parent 8ae7db9 commit 5c94088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lovely.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ position = 'before'
match_indent = true
payload = '''
if self.config.center.key == 'j_bunc_headache' then
if self.config.center.key == 'j_bunc_headache' and (self.config.center.discovered or self.bypass_discovery_center) then
local realw, realh = love.window.getMode()
self.children.center:draw_shader('bunc_headache', nil, {
Expand Down

0 comments on commit 5c94088

Please sign in to comment.