mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 05:37:19 +08:00
Match osu-web colour for DifficultyRating.Hard
This commit is contained in:
parent
4e303b2aa1
commit
65db9d664e
@ -34,7 +34,7 @@ namespace osu.Game.Graphics
|
||||
return Color4Extensions.FromHex("66ff91");
|
||||
|
||||
case DifficultyRating.Hard:
|
||||
return Color4Extensions.FromHex("f7e75d");
|
||||
return Color4Extensions.FromHex("f7e85d");
|
||||
|
||||
case DifficultyRating.Insane:
|
||||
return Color4Extensions.FromHex("ff7e68");
|
||||
|
Loading…
x
Reference in New Issue
Block a user