1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

Update colours for 3k to not use double-purples

This commit is contained in:
Dean Herbert 2023-03-15 17:18:45 +09:00
parent e246784867
commit d87f0557ce

View File

@ -139,9 +139,9 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
{ {
case 0: return colour_pink; case 0: return colour_pink;
case 1: return colour_purple; case 1: return colour_orange;
case 2: return colour_special_column; case 2: return colour_yellow;
default: throw new ArgumentOutOfRangeException(); default: throw new ArgumentOutOfRangeException();
} }