mirror of
https://github.com/osukey/osukey.git
synced 2025-06-16 08:47:55 +09:00
Fix anchors + origins
This commit is contained in:
parent
95e6785968
commit
e2891ab1e9
@ -59,6 +59,8 @@ namespace osu.Game.Screens.Multi
|
||||
|
||||
public Multiplayer()
|
||||
{
|
||||
Anchor = Anchor.Centre;
|
||||
Origin = Anchor.Centre;
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
InternalChild = waves = new MultiplayerWaveContainer
|
||||
|
@ -37,6 +37,8 @@ namespace osu.Game.Screens.Multi
|
||||
|
||||
protected MultiplayerSubScreen()
|
||||
{
|
||||
Anchor = Anchor.Centre;
|
||||
Origin = Anchor.Centre;
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user