mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 18:33:04 +08:00
Merge remote-tracking branch 'refs/remotes/ppy/master' into overlay-headers-update-three
This commit is contained in:
commit
35fad4c262
BIN
osu.Game.Tests/Resources/Archives/241526 Soleily - Renatus.osz
Normal file
BIN
osu.Game.Tests/Resources/Archives/241526 Soleily - Renatus.osz
Normal file
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 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)
|
public static string GetTestBeatmapForImport(bool virtualTrack = false)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user