Add button for creating new mod presets

This commit is contained in:
Bartłomiej Dach
2022-07-22 21:17:27 +02:00
parent 227906e30e
commit 085080576a
4 changed files with 49 additions and 7 deletions

View File

@ -43,8 +43,7 @@ namespace osu.Game.Overlays.Mods
}
public const float CORNER_RADIUS = 7;
protected const float HEIGHT = 42;
public const float HEIGHT = 42;
protected virtual float IdleSwitchWidth => 14;
protected virtual float ExpandedSwitchWidth => 30;