small changes to roulette item

(Sourced from shakesoda/stepmania.)
This commit is contained in:
AJ Kelly
2013-10-07 15:05:34 -05:00
parent d3f8de2a2c
commit ff12dc332f
2 changed files with 9 additions and 2 deletions
@@ -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