mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 06:19:54 +08:00
Add divisor colour for 5,7,9 snaps
Closes https://github.com/ppy/osu/issues/34385#issuecomment-3117984457.
This commit is contained in:
@@ -129,6 +129,11 @@ namespace osu.Game.Screens.Edit
|
||||
case 12:
|
||||
return colours.YellowDarker;
|
||||
|
||||
case 5:
|
||||
case 7:
|
||||
case 9:
|
||||
return colours.GreenLight;
|
||||
|
||||
default:
|
||||
return Color4.Red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user