1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 15:12:57 +08:00

Expose triangles in OsuButton for further customisation

This commit is contained in:
Dean Herbert 2017-08-23 19:25:40 +09:00
parent 17900fea62
commit e9dde822a1

View File

@ -24,6 +24,8 @@ namespace osu.Game.Graphics.UserInterface
private SampleChannel sampleClick; private SampleChannel sampleClick;
private SampleChannel sampleHover; private SampleChannel sampleHover;
protected Triangles Triangles;
public OsuButton() public OsuButton()
{ {
Height = 40; Height = 40;
@ -52,7 +54,7 @@ namespace osu.Game.Graphics.UserInterface
AddRange(new Drawable[] AddRange(new Drawable[]
{ {
new Triangles Triangles = new Triangles
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
ColourDark = colours.BlueDarker, ColourDark = colours.BlueDarker,