From 1b429c2b2d2bd2f9c2e34d830b5595eda5255d7e Mon Sep 17 00:00:00 2001 From: ListenerJubatus Date: Mon, 23 Jul 2018 16:54:11 -0600 Subject: [PATCH] Polish stage indicator transition --- BGAnimations/ScreenEvaluation overlay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGAnimations/ScreenEvaluation overlay.lua b/BGAnimations/ScreenEvaluation overlay.lua index eabc24c..e7c3a89 100644 --- a/BGAnimations/ScreenEvaluation overlay.lua +++ b/BGAnimations/ScreenEvaluation overlay.lua @@ -3,7 +3,7 @@ if not GAMESTATE:IsCourseMode() then t[#t+1] = Def.ActorFrame { LoadActor(THEME:GetPathG("ScreenEvaluation", "StageDisplay")) .. { InitCommand=cmd(x,SCREEN_RIGHT-290;y,SCREEN_TOP+49;); - OffCommand=cmd(linear,0.3;diffusealpha,0;); + OffCommand=cmd(sleep,0.175;decelerate,0.4;addy,-105), } } else