mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix anchors + origins
This commit is contained in:
@ -37,6 +37,8 @@ namespace osu.Game.Screens.Multi
|
||||
|
||||
protected MultiplayerSubScreen()
|
||||
{
|
||||
Anchor = Anchor.Centre;
|
||||
Origin = Anchor.Centre;
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user