Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
local t = Def.ActorFrame {
|
||||
Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath( '_upleftsolo', 'underlay' );
|
||||
Frame0000=0;
|
||||
Delay0000=1;
|
||||
InitCommand=function(self) end;
|
||||
};
|
||||
Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
||||
Frame0000=1;
|
||||
Delay0000=1;
|
||||
InitCommand=function(self)
|
||||
self:rotationz(135);
|
||||
end;
|
||||
};
|
||||
};
|
||||
local t = Def.ActorFrame {
|
||||
Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath( '_upleftsolo', 'underlay' );
|
||||
Frame0000=0;
|
||||
Delay0000=1;
|
||||
InitCommand=cmd();
|
||||
};
|
||||
Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
||||
Frame0000=1;
|
||||
Delay0000=1;
|
||||
InitCommand=cmd(rotationz,135);
|
||||
};
|
||||
};
|
||||
return t;
|
||||
Reference in New Issue
Block a user