We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765b4c2 commit ed514fcCopy full SHA for ed514fc
1 file changed
Themes/Til Death/BGAnimations/_userlist.lua
@@ -59,6 +59,10 @@ local function userLabel(i)
59
self:xy(x, y):zoom(usersZoom):diffuse(posit):queuecommand("Set")
60
end,
61
SetCommand = function(self)
62
+ if top:GetName() == "ScreenNetSelectMusic" then
63
+ y = usersY + 25
64
+ self:y(y)
65
+ end
66
local num = self:GetName() + 0
67
qty = top:GetUserQty()
68
if num <= qty then
0 commit comments