mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 01:17:35 +09:00
More formatting
This commit is contained in:
parent
3f73799975
commit
ef811f3cf3
@ -183,7 +183,7 @@ namespace osu.Game.Overlays
|
|||||||
play(playList.First().Beatmaps[0], true);
|
play(playList.First().Beatmaps[0], true);
|
||||||
else
|
else
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (current.Track.IsRunning)
|
if (current.Track.IsRunning)
|
||||||
current.Track.Stop();
|
current.Track.Stop();
|
||||||
else
|
else
|
||||||
|
@ -236,7 +236,7 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
newItems.Add(new PlaylistItem(value[i], i)
|
newItems.Add(new PlaylistItem(value[i], i)
|
||||||
{
|
{
|
||||||
OnSelect = OnSelect,
|
OnSelect = OnSelect,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -380,7 +380,7 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
foreach (OsuSpriteText t in artist)
|
foreach (OsuSpriteText t in artist)
|
||||||
t.Colour = colours.Gray9;
|
t.Colour = colours.Gray9;
|
||||||
|
|
||||||
icon.Colour = colours.Gray5;
|
icon.Colour = colours.Gray5;
|
||||||
currentColour = colours.Yellow;
|
currentColour = colours.Yellow;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user