Merge branch 'master' into go-forward

This commit is contained in:
Dan Balasescu
2018-07-06 14:29:26 +09:00
committed by GitHub
28 changed files with 315 additions and 147 deletions

View File

@ -55,6 +55,8 @@ namespace osu.Game.Screens.Select
private readonly Box box;
private readonly Box light;
public override bool ReceiveMouseInputAt(Vector2 screenSpacePos) => box.ReceiveMouseInputAt(screenSpacePos);
public FooterButton()
{
Children = new Drawable[]