Skip to content

Commit

Permalink
most excelephantish lagmoncrabber
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 29, 2018
1 parent 9a39605 commit 1b10cb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Themes/_fallback/Graphics/ScrollBar TickThumb.lua
@@ -1,17 +1,19 @@
local t = Def.ActorFrame {}
local screname
local whee
t[#t + 1] =
Def.ActorFrame {
Def.Quad {
Name = "DootyMcBooty",
BeginCommand = function(self)
self:zoomto(32, 32):valign(0.634522134234)
if SCREENMAN:GetTopScreen():GetName() == "ScreenSelectMusic" or SCREENMAN:GetTopScreen():GetName() == "ScreenNetSelectMusic" then
screname = SCREENMAN:GetTopScreen():GetName()
if screname == "ScreenSelectMusic" or screname == "ScreenNetSelectMusic" then
whee = SCREENMAN:GetTopScreen():GetMusicWheel()
end
end,
LeftClickMessageCommand = function(self)
if SCREENMAN:GetTopScreen():GetName() == "ScreenSelectMusic" or SCREENMAN:GetTopScreen():GetName() == "ScreenNetSelectMusic" then
if whee then
if SCREEN_WIDTH - INPUTFILTER:GetMouseX() < 32 then
local idx = whee:GetCurrentIndex()
local num = whee:GetNumItems()
Expand Down

0 comments on commit 1b10cb3

Please sign in to comment.