1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Adjust testcase sizing to match editor

This commit is contained in:
Dean Herbert 2018-03-22 16:11:56 +09:00
parent a4804f47a9
commit 1b116dd04e

View File

@ -21,8 +21,7 @@ namespace osu.Game.Tests.Visual
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Y = -200,
Size = new Vector2(100, 110)
Size = new Vector2(90, 90)
};
}
}