Match panel with web

This commit is contained in:
Joehu
2018-05-31 08:09:19 -07:00
parent 9c0eff72b5
commit 1095669a55
4 changed files with 36 additions and 8 deletions

View File

@ -126,7 +126,7 @@ namespace osu.Game.Overlays.Direct
return;
}
icon.Icon = playing ? FontAwesome.fa_pause : FontAwesome.fa_play;
icon.Icon = playing ? FontAwesome.fa_stop : FontAwesome.fa_play;
icon.FadeColour(playing || IsHovered ? hoverColour : Color4.White, 120, Easing.InOutQuint);
if (playing)