Skip to content

Commit

Permalink
mask buttons behind the movable scoreboard
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Oct 16, 2021
1 parent cbe7937 commit 00fd30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Til Death/BGAnimations/superscoreboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ local o = Def.ActorFrame {
FILTERMAN:HelpImTrappedInAChineseFortuneCodingFactory(false)
self:playcommand("Init")
end,
Def.Quad {
UIElements.QuadButton(1, 1) .. {-- this is a nonfunctional button to mask buttons behind the window
Name = "FrameDisplay",
InitCommand = function(self)
self:zoomto(width, height - headeroff):halign(0):valign(0):diffuse(getMainColor("tabs"))
Expand Down Expand Up @@ -413,7 +413,7 @@ local function makeScoreDisplay(i)
self:visible(false)
end
end,
Def.Quad {
UIElements.QuadButton(1, 1) .. {-- this is a non functional button to mask buttons behind the box
InitCommand = function(self)
self:x(offx):zoomto(dwidth, pdh):halign(0)
end,
Expand Down

0 comments on commit 00fd30c

Please sign in to comment.