mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Indent
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user