Revert "Handle noteskin lua. Thanks to Jousway."

This reverts commit 1532c4e5ab.
This commit is contained in:
Jason Felds
2013-07-18 18:02:18 -04:00
parent fb5db73c45
commit ef1190e3db
108 changed files with 1111 additions and 1940 deletions
@@ -1,12 +1,6 @@
return Def.Sprite {
Texture=NOTESKIN:GetPath( '_down', 'explosion' );
Frame0000=0;
Delay0000=1;
InitCommand=function(self)
self:diffuseblink();
self:effectcolor1(1, 1, 1, 0.8);
self:effectcolor2(1, 1, 1, 1);
self:effectclock('beat');
self:effectperiod(0.25);
end;
return Def.Sprite {
Texture=NOTESKIN:GetPath( '_down', 'explosion' );
Frame0000=0;
Delay0000=1;
InitCommand=cmd(diffuseblink;effectcolor1,1,1,1,0.8;effectcolor2,1,1,1,1;effectclock,'beat';effectperiod,0.25);
};