mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 13:27:20 +08:00
Improve feel of spinners.
This commit is contained in:
parent
202976c0c3
commit
735961977b
@ -120,12 +120,15 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
{
|
||||
base.UpdatePreemptState();
|
||||
|
||||
FadeIn(200);
|
||||
circleContainer.ScaleTo(1, 400, EasingTypes.OutElastic);
|
||||
|
||||
background.Delay(TIME_PREEMPT - 100);
|
||||
background.Delay(TIME_PREEMPT - 500);
|
||||
|
||||
background.ScaleTo(scaleToCircle * 1.2f, 400, EasingTypes.OutQuint);
|
||||
background.FadeIn(200);
|
||||
background.ScaleTo(1, 200, EasingTypes.OutQuint);
|
||||
|
||||
background.Delay(400);
|
||||
background.ScaleTo(1, 250, EasingTypes.OutQuint);
|
||||
|
||||
disc.Delay(TIME_PREEMPT - 50);
|
||||
disc.FadeIn(200);
|
||||
|
@ -173,7 +173,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
|
||||
|
||||
private int completeTick;
|
||||
|
||||
private bool updateCompleteTick() => completeTick != (completeTick = (int)(RotationAbsolute / 720));
|
||||
private bool updateCompleteTick() => completeTick != (completeTick = (int)(RotationAbsolute / 360));
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user