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

12 lines
220 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.ActorFrame{
Def.Quad{
2013-07-02 20:28:29 -04:00
InitCommand=function(self)
self:FullScreen();
self:diffuse(color("#fffdf2FF"));
end;
OnCommand=function(self)
self:decelerate(0.75);
self:diffusealpha(0);
end;
2011-03-17 01:47:30 -04:00
};
2011-02-22 21:26:41 -06:00
};