1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:03:13 +08:00

Change 3K middle key to "special" purple colour

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2023-06-07 12:10:30 +09:00 committed by GitHub
parent 7a1766e378
commit cdd931633d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
{
case 0: return colour_green;
case 1: return colour_purple;
case 1: return colour_special_column;
case 2: return colour_cyan;