diff --git a/stepmania/Themes/default/BGAnimations/_options to options.lua b/stepmania/Themes/default/BGAnimations/_options to options.lua new file mode 100644 index 0000000000..8d35148e1b --- /dev/null +++ b/stepmania/Themes/default/BGAnimations/_options to options.lua @@ -0,0 +1,9 @@ +local t = Def.ActorFrame { + children = { + LoadActor( THEME:GetPathS("", "_swoosh normal") ) .. { + StartTransitioningCommand=cmd(play); + }; + Def.Actor { OnCommand=cmd(sleep,0.5); }; + }; +}; +return t;