Files
itgmania212121/stepmania/Themes/default/BGAnimations/_fade out with sound.lua
T
2007-05-04 18:41:55 +00:00

8 lines
193 B
Lua

local t = Def.ActorFrame {
LoadActor( THEME:GetPathS("", "_swoosh normal") ) .. {
StartTransitioningCommand=cmd(play);
};
LoadActor( THEME:GetPathB("", "_fade out normal") );
};
return t;