Skip to content

Commit

Permalink
fix the pause button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Oct 16, 2021
1 parent b04511b commit 7d0b2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Themes/Til Death/BGAnimations/_songbg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ t[#t + 1] = Def.Quad {
end
}

t[#t+1] = UIElements.QuadButton(1, 100) .. {-- a fullscreen button for right click pausing so your right clicks dont pause accidentally
t[#t+1] = UIElements.QuadButton(-1000, 1) .. {-- a fullscreen button for right click pausing so your right clicks dont pause accidentally
InitCommand = function(self)
self:valign(0):halign(0)
self:zoomto(SCREEN_WIDTH, SCREEN_HEIGHT)
Expand Down
2 changes: 1 addition & 1 deletion Themes/_fallback/Scripts/97 UIElements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function BUTTON.GetTopButton(self, x, y)
return
end

local topZ = 0
local topZ = -99999
local topButton = nil
local topButtonDepth = 0

Expand Down

0 comments on commit 7d0b2e8

Please sign in to comment.