mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Read videos from storage
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user