2011-03-17 01:47:30 -04:00
|
|
|
local t = Def.ActorFrame {
|
|
|
|
|
Def.Sprite {
|
|
|
|
|
Texture="_arrow";
|
|
|
|
|
Frame0000=7;
|
|
|
|
|
Delay0000=1;
|
2013-07-06 21:51:12 -04:00
|
|
|
InitCommand=function(self)
|
|
|
|
|
self:animate(false);
|
|
|
|
|
self:pulse();
|
|
|
|
|
self:effectclock("beat");
|
|
|
|
|
self:effectmagnitude(0.9, 1, 1);
|
|
|
|
|
end;
|
2011-03-17 01:47:30 -04:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
return t;
|