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