1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 12:17:46 +08:00

Re-style.

This commit is contained in:
smoogipooo 2017-03-18 02:03:44 +09:00
parent 1fda7ee33e
commit 77067b7e64
2 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,8 @@ namespace osu.Game.Graphics.Cursor
Masking = true, Masking = true,
BorderThickness = Size.X / 6, BorderThickness = Size.X / 6,
BorderColour = Color4.White, BorderColour = Color4.White,
EdgeEffect = new EdgeEffect { EdgeEffect = new EdgeEffect
{
Type = EdgeEffectType.Shadow, Type = EdgeEffectType.Shadow,
Colour = Color4.Pink.Opacity(0.5f), Colour = Color4.Pink.Opacity(0.5f),
Radius = 5, Radius = 5,
@ -117,6 +118,7 @@ namespace osu.Game.Graphics.Cursor
} }
}, },
}; };
cursorScale.ValueChanged += scaleChanged; cursorScale.ValueChanged += scaleChanged;
} }

View File

@ -277,7 +277,7 @@ namespace osu.Game
} }
//central game mode change logic. //central game mode change logic.
if (currentScreen.ShowOverlays != true) if (!currentScreen.ShowOverlays)
{ {
Toolbar.State = Visibility.Hidden; Toolbar.State = Visibility.Hidden;
musicController.State = Visibility.Hidden; musicController.State = Visibility.Hidden;