mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Remove StreamColour class and implement locally
This commit is contained in:
@ -75,7 +75,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
{
|
||||
Text = build.DisplayVersion,
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Light, size: 24),
|
||||
Colour = StreamColour.FromStreamName(build.UpdateStream.Name),
|
||||
Colour = build.UpdateStream.Colour,
|
||||
},
|
||||
}
|
||||
},
|
||||
@ -156,7 +156,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
{
|
||||
Text = build.DisplayVersion,
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Light, size: 19),
|
||||
Colour = StreamColour.FromStreamName(build.UpdateStream.Name),
|
||||
Colour = build.UpdateStream.Colour,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user