Files
itgmania212121/Themes/HelloWorld/BGAnimations/ScreenTitleMenu out.lua
T

6 lines
164 B
Lua
Raw Normal View History

2011-02-22 21:26:41 -06:00
return Def.ActorFrame{
Def.Quad{
InitCommand=cmd(FullScreen;diffuse,color("#fffdf200"));
OnCommand=cmd(sleep,1.125;decelerate,0.875;diffusealpha,1);
};
}