mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:58:21 +08:00
Re-style.
This commit is contained in:
parent
1fda7ee33e
commit
77067b7e64
@ -67,7 +67,8 @@ namespace osu.Game.Graphics.Cursor
|
||||
Masking = true,
|
||||
BorderThickness = Size.X / 6,
|
||||
BorderColour = Color4.White,
|
||||
EdgeEffect = new EdgeEffect {
|
||||
EdgeEffect = new EdgeEffect
|
||||
{
|
||||
Type = EdgeEffectType.Shadow,
|
||||
Colour = Color4.Pink.Opacity(0.5f),
|
||||
Radius = 5,
|
||||
@ -117,6 +118,7 @@ namespace osu.Game.Graphics.Cursor
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
cursorScale.ValueChanged += scaleChanged;
|
||||
}
|
||||
|
||||
|
@ -277,7 +277,7 @@ namespace osu.Game
|
||||
}
|
||||
|
||||
//central game mode change logic.
|
||||
if (currentScreen.ShowOverlays != true)
|
||||
if (!currentScreen.ShowOverlays)
|
||||
{
|
||||
Toolbar.State = Visibility.Hidden;
|
||||
musicController.State = Visibility.Hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user