Files
itgmania212121/stepmania/Themes/default/BGAnimations/_fade out with sound.lua
T
2007-02-26 02:29:43 +00:00

10 lines
215 B
Lua

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