mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Make osu/taiko/catch use Ok+Great
This commit is contained in:
@ -336,7 +336,7 @@ namespace osu.Game.Skinning
|
||||
case HitResult.Meh:
|
||||
return this.GetAnimation("hit50", true, false);
|
||||
|
||||
case HitResult.Good:
|
||||
case HitResult.Ok:
|
||||
return this.GetAnimation("hit100", true, false);
|
||||
|
||||
case HitResult.Great:
|
||||
|
Reference in New Issue
Block a user