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

6 lines
152 B
Lua
Raw Normal View History

2011-02-23 01:37:12 -06:00
return Def.ActorFrame{
Def.Quad{
InitCommand=cmd(FullScreen;diffuse,color("#fffdf200"));
OnCommand=cmd(decelerate,0.875;diffusealpha,1);
};
}