diff --git a/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay/default.lua b/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay/default.lua index 44958f52e4..d69e7692ae 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay/default.lua @@ -1,7 +1,7 @@ local t = Def.ActorFrame { LoadActor( "../ScreenTitleMenu overlay" ); LoadActor( "pay" ) .. { - OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y-60;diffuseshift;effectcolor1,0.5,0.5,0.5,1;effectcolor2,1,1,1,1); + OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+120;diffuseshift;effectcolor1,0.5,0.5,0.5,1;effectcolor2,1,1,1,1); Condition = GAMESTATE:GetCoinMode() == "CoinMode_Pay"; }; LoadActor( "jp" ) .. { @@ -23,7 +23,7 @@ local t = Def.ActorFrame { TilesStartY = 380; TilesSpacingY = 10000; TileVelocityX = -300; - OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y); + OnCommand = cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+50); Condition = GAMESTATE:GetPremium() == "Premium_DoubleFor1Credit"; }; } diff --git a/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay/dp.png b/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay/dp.png index e3ce1bb271..d4c36a5269 100644 Binary files a/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay/dp.png and b/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay/dp.png differ