Skip to content

Commit

Permalink
update NetRoom underlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulti-FD committed Jul 15, 2021
1 parent 520af8b commit 0db9c1b
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions Themes/Til Death/BGAnimations/ScreenNetRoom underlay.lua
Original file line number Diff line number Diff line change
@@ -1,33 +1,20 @@
local t = Def.ActorFrame {}

t[#t + 1] =
Def.Quad {
--black dim behind songwheel text
t[#t + 1] = Def.Quad {
InitCommand = function(self)
self:xy(SCREEN_WIDTH, 0):halign(1):valign(0):zoomto(capWideScale(get43size(350), 350), SCREEN_HEIGHT):diffuse(
color("#33333399")
)
self:xy(SCREEN_WIDTH, 0):halign(1):valign(0):zoomto(capWideScale(get43size(350), 350), SCREEN_HEIGHT)
self:diffuse(0.1,0.1,0.1,0.4)
end,
BeginCommand= function(self)
SCREENMAN:GetTopScreen():AddInputCallback(MPinput)
end
}

-- what is this supposed to be? - mina
t[#t + 1] =
Def.Quad {
InitCommand = function(self)
self:draworder(-300):xy(10, 300 - 100):zoomto(SCREEN_WIDTH, 160):halign(0):diffuse(getMainColor("highlight")):diffusealpha(
0.15
):diffusebottomedge(color("0,0,0,0"))
end
}

t[#t + 1] =
Def.Quad {
--vertical bar left of songwheel
t[#t + 1] = Def.Quad {
InitCommand = function(self)
self:xy(SCREEN_WIDTH - capWideScale(get43size(350), 350), 0):halign(0):valign(0):zoomto(4, SCREEN_HEIGHT):diffuse(
getMainColor("highlight")
)
self:xy(SCREEN_WIDTH - capWideScale(get43size(350), 350), 0):halign(0):valign(0):zoomto(4, SCREEN_HEIGHT)
self:diffuse(getMainColor("highlight")):diffusealpha(0.5)
end
}

Expand Down

0 comments on commit 0db9c1b

Please sign in to comment.