ef1190e3db
This reverts commit 1532c4e5ab.
15 lines
298 B
Lua
15 lines
298 B
Lua
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; |