mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Update framework
This commit is contained in:
@ -97,18 +97,13 @@ namespace osu.Game.Overlays.Music
|
||||
{
|
||||
text.Clear();
|
||||
|
||||
var t = new List<SpriteText>();
|
||||
|
||||
//space after the title to put a space between the title and artist
|
||||
text.AddText(titleBind.Value + @" ", sprite =>
|
||||
//space after the title to put a space between the title and artist
|
||||
titleSprites = text.AddText(titleBind.Value + @" ", sprite =>
|
||||
{
|
||||
sprite.TextSize = 16;
|
||||
sprite.Font = @"Exo2.0-Regular";
|
||||
t.Add(sprite);
|
||||
});
|
||||
|
||||
titleSprites = t;
|
||||
|
||||
text.AddText(artistBind.Value, sprite =>
|
||||
{
|
||||
sprite.TextSize = 14;
|
||||
|
Reference in New Issue
Block a user