mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 21:47:31 +09: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.TweenEdgeEffectTo(edgeEffectHovered, hover_transition_time, Easing.OutQuint);
|
||||||
content.MoveToY(-4, hover_transition_time, Easing.OutQuint);
|
content.MoveToY(-4, hover_transition_time, Easing.OutQuint);
|
||||||
if (FadePlayButton)
|
if (FadePlayButton)
|
||||||
PlayButton.FadeIn(120, Easing.InOutQuint);
|
PlayButton.FadeIn(120, Easing.InOutQuint);
|
||||||
|
|
||||||
return base.OnHover(state);
|
return base.OnHover(state);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user