Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
Reference in New Issue
Block a user