Files
itgmania212121/Themes/default/BGAnimations/Screen cancel/default.lua
T

9 lines
282 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.ActorFrame {
Def.Quad {
InitCommand=cmd(Center;zoomto,SCREEN_WIDTH+1,SCREEN_HEIGHT);
OnCommand=cmd(diffuse,color("0,0,0,0.5");sleep,5/60;diffusealpha,1;sleep,5/60);
2011-03-17 01:47:30 -04:00
};
LoadActor(THEME:GetPathS("_Screen","cancel")) .. {
StartTransitioningCommand=cmd(play);
2011-03-17 01:47:30 -04:00
};
2010-01-26 21:00:30 -06:00
};