mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix anchors + origins
This commit is contained in:
@ -59,6 +59,8 @@ namespace osu.Game.Screens.Multi
|
||||
|
||||
public Multiplayer()
|
||||
{
|
||||
Anchor = Anchor.Centre;
|
||||
Origin = Anchor.Centre;
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
InternalChild = waves = new MultiplayerWaveContainer
|
||||
|
Reference in New Issue
Block a user