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