rsr: MusicWheel upgrades part 2
(Sourced from shakesoda/stepmania.)
This commit is contained in:
@@ -23,22 +23,4 @@ t[#t].InitCommand = function(self)
|
||||
self:diffusetopedge({0.1, 0.1, 0.1, 0.6})
|
||||
end
|
||||
|
||||
-- bottom border
|
||||
t[#t+1] = Def.Quad {}
|
||||
t[#t].InitCommand = function(self)
|
||||
self:x(offset+10)
|
||||
self:y(math.ceil(height/2)+1)
|
||||
self:setsize(width+20, 2)
|
||||
self:diffuse({0.0, 0.0, 0.0, 0.8})
|
||||
end
|
||||
|
||||
-- left border
|
||||
t[#t+1] = Def.Quad {}
|
||||
t[#t].InitCommand = function(self)
|
||||
self:x(-width/2+offset)
|
||||
self:y(1)
|
||||
self:setsize(2, height+2)
|
||||
self:diffuse({0.0, 0.0, 0.0, 0.8})
|
||||
end
|
||||
|
||||
return t
|
||||
|
||||
Reference in New Issue
Block a user