Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Left','Hold BottomCap Active');
|
||||
InitCommand=function(self)
|
||||
self:diffuse(color("0.5,0.5,0.5,0.5"));
|
||||
end;
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Left','Hold BottomCap Active');
|
||||
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||
};
|
||||
Reference in New Issue
Block a user