Files
itgmania212121/NoteSkins/dance/midi-note-3d/Down Tap Mine.lua
T
Jousway 594eaa0807 And adding the new one, Also adding Midi-Vivid-3d.
One little note tough, Midiman said he is making a new midi-note, So I might
update these with Midiman's edits in the future.
2011-11-27 21:25:42 +01:00

10 lines
208 B
Lua

local t = Def.ActorFrame {
Def.Sprite {
Texture=NOTESKIN:GetPath( '_down', 'tap mine' );
Frame0000=0;
Delay0000=1;
InitCommand=cmd(spin;effectclock,'beat';effectmagnitude,0,0,-180);
};
};
return t;