Advertisement
Jousway

mine pissing me off

Aug 22nd, 2011
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 0 0
  1. local t = Def.ActorFrame {
  2.     Def.Sprite {
  3.         Texture=NOTESKIN:GetPath( '_down', 'tap mine underlay' );
  4.         Frames = Sprite.LinearFrames( 1, 1 );
  5.         InitCommand=cmd(queuecommand,"SaturnIsStillAIdiot");
  6.         SaturnIsStillAIdiotCommand=cmd(linear,0.06;diffuse,0.4,0,0,1;linear,0.06;diffuse,1,0,0,1;queuecommand,"SaturnIsStillAIdiot");
  7.     };
  8.         Def.Sprite {
  9.         Texture=NOTESKIN:GetPath( '_down', 'tap mine base' );
  10.         Frames = Sprite.LinearFrames( 1, 1 );
  11.         InitCommand=cmd(spin;effectclock,'beat';effectmagnitude,0,0,80);
  12.     };
  13.         Def.Sprite {
  14.         Texture=NOTESKIN:GetPath( '_down', 'tap mine overlay' );
  15.         Frames = Sprite.LinearFrames( 1, 1 );
  16.         InitCommand=cmd(spin;effectclock,'beat';effectmagnitude,0,0,-40);
  17.     };
  18. };
  19. return t;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement