mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Update framework
This commit is contained in:
parent
139b03a1ce
commit
7485a78128
@ -1 +1 @@
|
|||||||
Subproject commit 4c765717846fef9a141800782a5a968c2bc3a278
|
Subproject commit d00a7df902074d0b3f1479904b7f322db9d39c1f
|
@ -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
|
||||||
|
titleSprites = text.AddText(titleBind.Value + @" ", sprite =>
|
||||||
//space after the title to put a space between the title and artist
|
|
||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user