mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 07:49:54 +08:00
Change red shade for timing control points
This commit is contained in:
@@ -26,7 +26,7 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
/// </summary>
|
||||
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user