Closed PercyDan54 closed 3 years ago
This is mcosu's hit error meter
This is official osu's hit error meter
There's a noticable color mismatch
Here's the color code from osu!fx:
protected Color colour300 = new Color(50, 188, 231); protected Color colour100 = new Color(87, 227, 19); protected Color colour50 = new Color(218, 174, 70);
Fixed in https://github.com/McKay42/McOsu/commit/b5803cd37dd3c27741b76744b5d141f425e9b33c
This is mcosu's hit error meter
This is official osu's hit error meter
There's a noticable color mismatch
Here's the color code from osu!fx: