Make a base OsuButton class to handle default samples

This commit is contained in:
Dean Herbert
2017-11-26 01:52:52 +09:00
parent ae48b85827
commit af499df6dd
8 changed files with 131 additions and 106 deletions

View File

@ -55,7 +55,7 @@ namespace osu.Game.Overlays.KeyBinding
}
}
public class ResetButton : OsuButton
public class ResetButton : TriangleButton
{
[BackgroundDependencyLoader]
private void load(OsuColour colours)