mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Refactor1, UX1
This commit is contained in:
@ -7,11 +7,11 @@ namespace osu.Game.Graphics
|
||||
{
|
||||
public class StreamColour
|
||||
{
|
||||
public readonly Color4 Stable = new Color4(102, 204, 255, 255);
|
||||
public readonly Color4 StableFallback = new Color4(34, 153, 187, 255);
|
||||
public readonly Color4 Beta = new Color4(255, 221, 85, 255);
|
||||
public readonly Color4 CuttingEdge = new Color4(238, 170, 0, 255);
|
||||
public readonly Color4 Lazer = new Color4(237, 18, 33, 255);
|
||||
public readonly Color4 Web = new Color4(136, 102, 238, 255);
|
||||
public static readonly Color4 STABLE = new Color4(102, 204, 255, 255);
|
||||
public static readonly Color4 STABLEFALLBACK = new Color4(34, 153, 187, 255);
|
||||
public static readonly Color4 BETA = new Color4(255, 221, 85, 255);
|
||||
public static readonly Color4 CUTTINGEDGE = new Color4(238, 170, 0, 255);
|
||||
public static readonly Color4 LAZER = new Color4(237, 18, 33, 255);
|
||||
public static readonly Color4 WEB = new Color4(136, 102, 238, 255);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user