mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 00:22:58 +08:00
Indent
This commit is contained in:
parent
ee0cefdd5b
commit
2a5b9f79ff
@ -128,7 +128,7 @@ namespace osu.Game.Overlays.Direct
|
||||
content.TweenEdgeEffectTo(edgeEffectHovered, hover_transition_time, Easing.OutQuint);
|
||||
content.MoveToY(-4, hover_transition_time, Easing.OutQuint);
|
||||
if (FadePlayButton)
|
||||
PlayButton.FadeIn(120, Easing.InOutQuint);
|
||||
PlayButton.FadeIn(120, Easing.InOutQuint);
|
||||
|
||||
return base.OnHover(state);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user