Add placeholder download method with progress bar

This commit is contained in:
Dean Herbert
2017-08-24 18:51:50 +09:00
parent 36629f5207
commit cacf256aad
3 changed files with 36 additions and 1 deletions

View File

@ -124,6 +124,7 @@ namespace osu.Game.Overlays.Direct
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
Size = new Vector2(height - vertical_padding * 2),
Action = StartDownload
},
},
},