Files
itgmania212121/stepmania/Themes/default/BGAnimations/_fade out delayed.lua
T

6 lines
260 B
Lua
Raw Normal View History

local delay = ScreenMetric("OutDelay");
return Def.Quad {
2009-01-05 05:54:37 +00:00
InitCommand=cmd(diffuse,color("#000000");stretchto,SCREEN_LEFT,SCREEN_TOP,SCREEN_RIGHT,SCREEN_BOTTOM);
StartTransitioningCommand=cmd(hibernate,delay;diffusealpha,0;linear,0.3;diffusealpha,1);
2009-01-05 05:54:37 +00:00
};