Shuffle mod for kickbox. Noteskin from midiman.

This commit is contained in:
Kyzentun
2015-01-27 17:27:02 -07:00
parent c69cf1ef4e
commit cf66c5e78d
186 changed files with 565 additions and 3 deletions
@@ -0,0 +1,10 @@
local t = Def.ActorFrame {
InitCommand=cmd(pulse;effectclock,'beat';effectmagnitude,1,1.2,1);
Def.Sprite {
Texture=NOTESKIN:GetPath( '_AnyRightFoot', 'tap lift' );
Frame0000=0;
Delay0000=1;
InitCommand=cmd(diffuseramp;effectclock,'beat';effectcolor1,color("1,1,1,1");effectcolor2,color("1,1,1,0.5"));
};
};
return t;