Files
itgmania212121/Themes/HelloWorld/BGAnimations/ScreenWithMenuElements out.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("#fffdf200"));
end;
OnCommand=function(self)
self:decelerate(0.875);
self:diffusealpha(1);
end;
2011-03-17 01:47:30 -04:00
};
2011-02-23 01:37:12 -06:00
}