From 97987f5ae84a7d577cec776a744f1576d867f398 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 20 May 2007 23:46:30 +0000 Subject: [PATCH] xml -> lua --- .../BGAnimations/ScreenGameplay toasty/default.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 stepmania/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua diff --git a/stepmania/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua b/stepmania/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua new file mode 100644 index 0000000000..bd55b34d44 --- /dev/null +++ b/stepmania/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua @@ -0,0 +1,9 @@ +local t = Def.ActorFrame { + LoadActor( "toasty" ) .. { + OnCommand = cmd(horizalign,left;vertalign,bottom;x,SCREEN_WIDTH;y,SCREEN_HEIGHT;decelerate,0.3;x,468;sleep,1.0;accelerate,0.3;x,SCREEN_WIDTH); + }; + LoadActor( THEME:GetPathS("", "_toasty") ) .. { + StartTransitioningCommand = cmd(play); + }; +} +return t