Skip to content

Commit ed514fc

Browse files
committed
Move lobby list down to make room for visualizer
1 parent 765b4c2 commit ed514fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Themes/Til Death/BGAnimations/_userlist.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ local function userLabel(i)
5959
self:xy(x, y):zoom(usersZoom):diffuse(posit):queuecommand("Set")
6060
end,
6161
SetCommand = function(self)
62+
if top:GetName() == "ScreenNetSelectMusic" then
63+
y = usersY + 25
64+
self:y(y)
65+
end
6266
local num = self:GetName() + 0
6367
qty = top:GetUserQty()
6468
if num <= qty then

0 commit comments

Comments
 (0)