mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Try different formatting style
This commit is contained in:
@ -246,7 +246,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
if (beatIndex < 0) return;
|
||||
|
||||
icon.ScaleTo(1 - 0.1f * amplitudeAdjust, beat_in_time, EasingTypes.Out)
|
||||
.Then().ScaleTo(1, beatLength * 2, EasingTypes.OutQuint);
|
||||
.Then()
|
||||
.ScaleTo(1, beatLength * 2, EasingTypes.OutQuint);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user