Make direct panel download and replay buttons share UI

This commit is contained in:
naoey
2019-07-02 15:55:30 +05:30
parent 6539c6da17
commit ee516d2515
5 changed files with 119 additions and 142 deletions

View File

@ -9,6 +9,7 @@ using osu.Game.Rulesets.Osu;
using osu.Game.Scoring;
using osu.Game.Screens.Play;
using osu.Game.Users;
using osuTK;
using System;
using System.Collections.Generic;
@ -41,6 +42,7 @@ namespace osu.Game.Tests.Visual.Gameplay
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(80, 40),
};
});
}