Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
This commit is contained in:
@@ -3,12 +3,7 @@ local t = Def.ActorFrame {
|
||||
Texture="_arrow";
|
||||
Frame0000=7;
|
||||
Delay0000=1;
|
||||
InitCommand=function(self)
|
||||
self:animate(false);
|
||||
self:pulse();
|
||||
self:effectclock("beat");
|
||||
self:effectmagnitude(0.9, 1, 1);
|
||||
end;
|
||||
InitCommand=cmd(animate,false;pulse;effectclock,"beat";effectmagnitude,0.9,1,1);
|
||||
};
|
||||
};
|
||||
return t;
|
||||
|
||||
Reference in New Issue
Block a user