mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add centre crosshair
This commit is contained in:
parent
fb7d095e4a
commit
e8c20bdcb1
@ -67,12 +67,27 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Alpha = 0.6f,
|
||||
},
|
||||
new Box
|
||||
{
|
||||
Colour = Color4.White,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Height = 5,
|
||||
},
|
||||
new Box
|
||||
{
|
||||
Colour = Color4.White,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Width = 5,
|
||||
},
|
||||
usableAreaText = new OsuSpriteText
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Colour = Color4.White,
|
||||
Font = OsuFont.Default.With(size: 12)
|
||||
Font = OsuFont.Default.With(size: 12),
|
||||
Y = 10
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user