1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Adjust gameplay position ever so slightly

This commit is contained in:
Dean Herbert 2018-11-11 09:23:54 +09:00
parent e3576572a3
commit 949cf98d1a

View File

@ -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,
},