Add lambda, set default to cel, rename default

This commit is contained in:
teejusb
2022-05-27 14:35:18 -07:00
parent e424ff5c8b
commit 3e8a843398
55 changed files with 290 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
local t = Def.ActorFrame {
Def.Sprite {
Texture=NOTESKIN:GetPath( '_down', 'tap lift' );
InitCommand=cmd(animate,false;pulse;effectclock,"beat";effectmagnitude,0.9,1,1;effectcolor1,color("1,1,1,1");effectcolor2,color("1,1,1,0.8"););
};
};
return t;