Block input and show loading when submitting registration

This commit is contained in:
Dean Herbert
2018-12-06 16:29:41 +09:00
parent 09f985c721
commit de8c5a6df0
3 changed files with 136 additions and 62 deletions

View File

@ -8,6 +8,9 @@ using osuTK.Graphics;
namespace osu.Game.Graphics.UserInterface
{
/// <summary>
/// A loading spinner.
/// </summary>
public class LoadingAnimation : VisibilityContainer
{
private readonly SpriteIcon spinner;