From 61abaf660c634aeaec928cbd6586c1278e16c6fe Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 26 Feb 2007 02:43:52 +0000 Subject: [PATCH] lua --- .../Themes/default/BGAnimations/_options to options.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 stepmania/Themes/default/BGAnimations/_options to options.lua 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;