Merge branch 'master' into overlay-scroll-container

This commit is contained in:
Dean Herbert
2020-04-09 15:05:49 +09:00
committed by GitHub
148 changed files with 3457 additions and 1018 deletions

View File

@ -70,7 +70,7 @@ namespace osu.Game.Tests.Visual.UserInterface
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
AutoSizeAxes = Axes.Both,
Position = new Vector2(0, 25),
Position = new Vector2(-5, 25),
Current = { BindTarget = modSelect.SelectedMods }
}
};