small changes to roulette item
(Sourced from shakesoda/stepmania.)
This commit is contained in:
@@ -40,4 +40,11 @@ t[#t].InitCommand = function(self)
|
||||
self:texcoordvelocity(-0, 0.5)
|
||||
end
|
||||
|
||||
-- blu blockers
|
||||
t[#t+1] = Def.Quad {}
|
||||
t[#t].InitCommand = function(self)
|
||||
self:setsize(width, height * 0.8)
|
||||
self:diffuse({0, 0, 0, 0.65})
|
||||
end
|
||||
|
||||
return t
|
||||
|
||||
Reference in New Issue
Block a user