1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 04:14:26 +08:00

Use System mod type for NoMod

This commit is contained in:
Andrei Zavatski
2019-09-20 23:47:21 +03:00
Unverified
parent 0d43f4e4f9
commit e7118a9272
3 changed files with 3 additions and 4 deletions
@@ -165,7 +165,7 @@ namespace osu.Game.Overlays.BeatmapSet
public override IconUsage Icon => FontAwesome.Solid.Ban;
public override ModType Type => ModType.Custom;
public override ModType Type => ModType.System;
}
}
}
+1 -2
View File
@@ -10,7 +10,6 @@ namespace osu.Game.Rulesets.Mods
Conversion,
Automation,
Fun,
System,
Custom
System
}
}
+1 -1
View File
@@ -101,7 +101,7 @@ namespace osu.Game.Rulesets.UI
highlightedColour = colours.PinkLight;
break;
case ModType.Custom:
case ModType.System:
backgroundColour = colours.Gray6;
highlightedColour = colours.Gray7;
modIcon.Colour = colours.Yellow;