mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Adjust gameplay position ever so slightly
This commit is contained in:
parent
e3576572a3
commit
949cf98d1a
@ -35,9 +35,9 @@ namespace osu.Game.Tournament.Screens.Gameplay
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Height = 720 / 1080f,
|
||||
Height = 718 / 1080f,
|
||||
Colour = new Color4(0, 255, 0, 255),
|
||||
Y = 16,
|
||||
Y = 14,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin= Anchor.Centre,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user