1
0
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:
DrabWeb 2017-01-30 16:18:11 -04:00
parent c642660896
commit 9d4a14074f

View File

@ -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;