Files
itgmania212121/stepmania/Themes/default/BGAnimations/_options to options.lua
T

8 lines
181 B
Lua
Raw Normal View History

2007-02-26 02:43:52 +00:00
local t = Def.ActorFrame {
2007-05-04 18:41:55 +00:00
LoadActor( THEME:GetPathS("", "_swoosh normal") ) .. {
StartTransitioningCommand=cmd(play);
2007-02-26 02:43:52 +00:00
};
2007-05-04 18:41:55 +00:00
Def.Actor { OnCommand=cmd(sleep,0.5); };
2007-02-26 02:43:52 +00:00
};
return t;