Skip to content

Commit

Permalink
Use slightly lighter shade of pink for alternative colour
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jun 10, 2024
1 parent 0efa028 commit 7d5dc75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public SamplePointPiece(HitObject hitObject)

public bool AlternativeColor { get; init; }

protected override Color4 GetRepresentingColour(OsuColour colours) => AlternativeColor ? colours.PinkDarker : colours.Pink;
protected override Color4 GetRepresentingColour(OsuColour colours) => AlternativeColor ? colours.Pink2 : colours.Pink1;

[BackgroundDependencyLoader]
private void load()
Expand Down

0 comments on commit 7d5dc75

Please sign in to comment.