mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Woops forgot to add PauseButton
This commit is contained in:
parent
c642660896
commit
9d4a14074f
@ -72,7 +72,7 @@ namespace osu.Game.Overlays.Pause
|
||||
Schedule(delegate {
|
||||
colourContainer.ResizeTo(new Vector2(0.8f, 1f), 0, EasingTypes.None);
|
||||
spriteText.Spacing = Vector2.Zero;
|
||||
glowContainer.Alpha = 0;
|
||||
glowContainer.FadeOut();
|
||||
});
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user