Add a new NoteSkin, double resolution to match the new theme.

This commit is contained in:
Colby Klein
2008-12-23 01:15:33 +00:00
parent 4a6c3dc99a
commit cdb4c81f0a
24 changed files with 214 additions and 0 deletions
@@ -0,0 +1,9 @@
local t = Def.ActorFrame {
Def.Sprite {
Texture="_arrow";
Frame0000=7;
Delay0000=1;
InitCommand=cmd(animate,false;pulse;effectclock,"beat";effectmagnitude,0.9,1,1);
};
};
return t;