Skip to content

Commit

Permalink
Polish stage indicator transition
Browse files Browse the repository at this point in the history
  • Loading branch information
ListenerJubatus committed Jul 23, 2018
1 parent 65ffef5 commit 1b429c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BGAnimations/ScreenEvaluation overlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b429c2

Please sign in to comment.