From 5fdda4ba0a0eafc3491bbbfb8f73e4b55097fad4 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 17 May 2007 22:26:36 +0000 Subject: [PATCH] xml -> lua --- stepmania/Themes/default/BGAnimations/ScreenLogo underlay.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 stepmania/Themes/default/BGAnimations/ScreenLogo underlay.lua diff --git a/stepmania/Themes/default/BGAnimations/ScreenLogo underlay.lua b/stepmania/Themes/default/BGAnimations/ScreenLogo underlay.lua new file mode 100644 index 0000000000..4ee98322a0 --- /dev/null +++ b/stepmania/Themes/default/BGAnimations/ScreenLogo underlay.lua @@ -0,0 +1,3 @@ +return LoadActor( THEME:GetPathG('ScreenTitleMenu',GAMESTATE:GetCurrentGame():GetName()) ) .. { + OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomy,0;sleep,0.5;bounceend,0.5;zoomy,1;glowshift;effectperiod,2.5;effectcolor1,1,1,1,0.1;effectcolor2,1,1,1,0.3); +}; \ No newline at end of file