mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 05:33:22 +08:00
Set better defaults for SkinBlueprint
transforms
This commit is contained in:
parent
c48aceb055
commit
dc3c1150b8
@ -82,6 +82,7 @@ namespace osu.Game.Overlays.SkinEditor
|
|||||||
{
|
{
|
||||||
Text = Item.GetType().Name,
|
Text = Item.GetType().Name,
|
||||||
Font = OsuFont.Default.With(size: 10, weight: FontWeight.Bold),
|
Font = OsuFont.Default.With(size: 10, weight: FontWeight.Bold),
|
||||||
|
Alpha = 0,
|
||||||
Anchor = Anchor.BottomRight,
|
Anchor = Anchor.BottomRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
},
|
},
|
||||||
@ -99,7 +100,6 @@ namespace osu.Game.Overlays.SkinEditor
|
|||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
updateSelectedState();
|
updateSelectedState();
|
||||||
this.FadeInFromZero(200, Easing.OutQuint);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnHover(HoverEvent e)
|
protected override bool OnHover(HoverEvent e)
|
||||||
|
Loading…
Reference in New Issue
Block a user