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,19 @@
local t = Def.ActorFrame {
Def.Sprite {
Texture="_AnyRightFoot receptor underlay";
Frame0000=0;
Delay0000=1;
InitCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'InitCommand');
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'NoneCommand');
};
Def.Sprite {
Texture="_AnyRightFoot receptor frame";
Frame0000=0;
Delay0000=1;
InitCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'InitCommand');
PressCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'PressCommand');
LiftCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'LiftCommand');
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'NoneCommand');
};
};
return t;