mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
derives from trianglebutton rather than osubutton
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
|
||||
Container pink;
|
||||
SpriteIcon icon;
|
||||
Children = new Drawable[]
|
||||
AddRange(new Drawable[]
|
||||
{
|
||||
pink = new Container
|
||||
{
|
||||
@ -52,7 +52,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
Size = new Vector2(18),
|
||||
Shadow = false,
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Favourited.ValueChanged += value =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user