Read videos from storage

This commit is contained in:
Dean Herbert
2018-11-04 21:15:02 +09:00
parent 89a1414c63
commit 7e092c6084
4 changed files with 20 additions and 5 deletions

View File

@ -88,7 +88,7 @@ namespace osu.Game.Tournament.Screens.Drawings
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{
new VideoSprite(@"C:\Users\Dean\BG Logoless - OWC.m4v")
new VideoSprite(storage.GetStream("BG Logoless - OWC.m4v"))
{
RelativeSizeAxes = Axes.Both,
Loop = true,