mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 18:27:18 +08:00
Change red shade for timing control points
This commit is contained in:
parent
fb4f620c90
commit
e6b7d2530e
@ -26,7 +26,7 @@ namespace osu.Game.Beatmaps.ControlPoints
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private const double default_beat_length = 60000.0 / 60.0;
|
private const double default_beat_length = 60000.0 / 60.0;
|
||||||
|
|
||||||
public override Color4 GetRepresentingColour(OsuColour colours) => colours.Red1;
|
public override Color4 GetRepresentingColour(OsuColour colours) => colours.Red2;
|
||||||
|
|
||||||
public static readonly TimingControlPoint DEFAULT = new TimingControlPoint
|
public static readonly TimingControlPoint DEFAULT = new TimingControlPoint
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user