Render video as a part of the storyboard

This commit is contained in:
voidedWarranties
2020-03-07 21:32:03 -08:00
parent d68d7edea3
commit 76c832518f
21 changed files with 136 additions and 719 deletions

View File

@ -303,11 +303,6 @@ namespace osu.Game.Beatmaps.Formats
beatmap.BeatmapInfo.Metadata.BackgroundFile = CleanFilename(split[2]);
break;
case LegacyEventType.Video:
beatmap.BeatmapInfo.Metadata.VideoOffset = Parsing.ParseInt(split[1]);
beatmap.BeatmapInfo.Metadata.VideoFile = CleanFilename(split[2]);
break;
case LegacyEventType.Break:
double start = getOffsetTime(Parsing.ParseDouble(split[1]));