1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 05:39:53 +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
Unverified
parent 7a1766e378
commit cdd931633d
@@ -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;