mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 04:12:55 +08:00
Allow scaling outside of defined area
Caters to skins which show borders outside of the circle for repeats.
This commit is contained in:
parent
5a9d18380c
commit
2cb3619b54
@ -40,7 +40,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Icon = FontAwesome.Solid.ChevronRight,
|
Icon = FontAwesome.Solid.ChevronRight,
|
||||||
Size = new Vector2(0.35f)
|
Size = new Vector2(0.35f)
|
||||||
})
|
}, confineMode: ConfineMode.NoScaling)
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user