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:
parent
17900fea62
commit
e9dde822a1
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user