mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:49:55 +08:00
Add archive resources for testing (#7421)
Add archive resources for testing
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -13,7 +13,7 @@ namespace osu.Game.Tests.Resources
|
||||
|
||||
public static Stream OpenResource(string name) => GetStore().GetStream($"Resources/{name}");
|
||||
|
||||
public static Stream GetTestBeatmapStream(bool virtualTrack = false) => new DllResourceStore("osu.Game.Resources.dll").GetStream($"Beatmaps/241526 Soleily - Renatus{(virtualTrack ? "_virtual" : "")}.osz");
|
||||
public static Stream GetTestBeatmapStream(bool virtualTrack = false) => OpenResource($"Archives/241526 Soleily - Renatus{(virtualTrack ? "_virtual" : "")}.osz");
|
||||
|
||||
public static string GetTestBeatmapForImport(bool virtualTrack = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user