mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add "ok" chart plotting; Add more keys to StreamColour .FromStreamName function
This commit is contained in:
@ -19,10 +19,15 @@ namespace osu.Game.Graphics
|
||||
private static readonly Dictionary<string, ColourInfo> colours = new Dictionary<string, ColourInfo>
|
||||
{
|
||||
{ "stable40", STABLE },
|
||||
{ "Stable", STABLE },
|
||||
{ "stable", STABLEFALLBACK },
|
||||
{ "Stable Fallback", STABLEFALLBACK },
|
||||
{ "beta40", BETA },
|
||||
{ "Beta", BETA },
|
||||
{ "cuttingedge", CUTTINGEDGE },
|
||||
{ "Cutting Edge", CUTTINGEDGE },
|
||||
{ "lazer", LAZER },
|
||||
{ "Lazer", LAZER },
|
||||
{ "web", WEB },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user