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

6 lines
159 B
Lua
Raw Normal View History

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