mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:12:57 +08:00
Adjust visual behavior.
This commit is contained in:
parent
2bd447ca56
commit
0c6825bb20
@ -42,7 +42,7 @@ namespace osu.Game.Overlays
|
||||
Masking = true;
|
||||
Anchor = Anchor.TopRight;//placeholder
|
||||
Origin = Anchor.TopRight;
|
||||
Position = new Vector2(10, 50);
|
||||
Position = new Vector2(10, 60);
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new Box
|
||||
@ -309,8 +309,8 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
|
||||
//placeholder for toggling
|
||||
protected override void PopIn() => FadeIn(500);
|
||||
protected override void PopIn() => FadeIn(100);
|
||||
|
||||
protected override void PopOut() => FadeOut(500);
|
||||
protected override void PopOut() => FadeOut(100);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user