Transition and evaluation tweaks.

Sped up gameplay outro and eval animations, profile save/load now
properly uses offcommands rather than opaque throbber behaviour, Song
title on evaluation was also moved slightly upward a bit,
This commit is contained in:
ListenerJubatus
2018-01-26 20:34:24 -06:00
parent d68557a37b
commit 10d78a5664
5 changed files with 46 additions and 29 deletions
@@ -8,8 +8,11 @@ t[#t+1] = Def.ActorFrame {
self:SetAllStateDelays(0.1):diffusealpha(1):diffuse(color("#6248A7")):Center()
end,
OnCommand=function(self)
self:zoom(0):decelerate(0.25):zoom(0.5):sleep(0.5):decelerate(0.25):zoom(0)
end
self:zoom(0):decelerate(0.25):zoom(0.5)
end;
OffCommand=function(self)
self:decelerate(0.25):zoom(0)
end;
};
};