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

6 lines
147 B
Lua
Raw Normal View History

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