1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 18:43:53 +08:00

Try different formatting style

This commit is contained in:
Thomas Müller
2017-07-16 18:28:20 +03:00
Unverified
parent e6916ec57b
commit 19fb03e737
15 changed files with 94 additions and 41 deletions
@@ -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);
}
}
}