diff --git a/stepmania/Themes/default/BGAnimations/ScreenTitleMenu underlay.lua b/stepmania/Themes/default/BGAnimations/ScreenTitleMenu underlay.lua index b5f06eb102..cfd4a9adea 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenTitleMenu underlay.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenTitleMenu underlay.lua @@ -1,7 +1,6 @@ -local children = { +return Def.ActorFrame { LoadActor( THEME:GetPathB("ScreenWithMenuElements", "underlay") ); LoadActor( THEME:GetPathG("ScreenTitleMenu", GAMESTATE:GetCurrentGame():GetName()) ) .. { OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y-40;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); }; -} -return WrapInActorFrame( children ) +};