Files
itgmania212121/stepmania/Themes/default/BGAnimations/_options to options.lua
T
2007-02-26 02:43:52 +00:00

10 lines
203 B
Lua

local t = Def.ActorFrame {
children = {
LoadActor( THEME:GetPathS("", "_swoosh normal") ) .. {
StartTransitioningCommand=cmd(play);
};
Def.Actor { OnCommand=cmd(sleep,0.5); };
};
};
return t;