mirror of
https://github.com/osukey/osukey.git
synced 2025-06-29 15:17:57 +09:00
Add colours for tick judgements
This commit is contained in:
parent
c8e14d7710
commit
00efed2c39
@ -41,6 +41,8 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
|||||||
{
|
{
|
||||||
switch (result)
|
switch (result)
|
||||||
{
|
{
|
||||||
|
case HitResult.SmallTickMiss:
|
||||||
|
case HitResult.LargeTickMiss:
|
||||||
case HitResult.Miss:
|
case HitResult.Miss:
|
||||||
return colours.Red;
|
return colours.Red;
|
||||||
|
|
||||||
@ -53,6 +55,8 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
|||||||
case HitResult.Good:
|
case HitResult.Good:
|
||||||
return colours.GreenLight;
|
return colours.GreenLight;
|
||||||
|
|
||||||
|
case HitResult.SmallTickHit:
|
||||||
|
case HitResult.LargeTickHit:
|
||||||
case HitResult.Great:
|
case HitResult.Great:
|
||||||
return colours.Blue;
|
return colours.Blue;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user