mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 11:23:40 +08:00
Add V2 suffix for easier test browsing
This commit is contained in:
+2
-2
@@ -18,14 +18,14 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Tests.Visual.SongSelectV2
|
||||
{
|
||||
public partial class TestSceneBeatmapCarouselDifficultyPanel : ThemeComparisonTestScene
|
||||
public partial class TestSceneBeatmapCarouselV2DifficultyPanel : ThemeComparisonTestScene
|
||||
{
|
||||
[Resolved]
|
||||
private BeatmapManager beatmaps { get; set; } = null!;
|
||||
|
||||
private BeatmapInfo beatmap = null!;
|
||||
|
||||
public TestSceneBeatmapCarouselDifficultyPanel()
|
||||
public TestSceneBeatmapCarouselV2DifficultyPanel()
|
||||
: base(false)
|
||||
{
|
||||
}
|
||||
+2
-2
@@ -9,9 +9,9 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Tests.Visual.SongSelectV2
|
||||
{
|
||||
public partial class TestSceneBeatmapCarouselGroupPanel : ThemeComparisonTestScene
|
||||
public partial class TestSceneBeatmapCarouselV2GroupPanel : ThemeComparisonTestScene
|
||||
{
|
||||
public TestSceneBeatmapCarouselGroupPanel()
|
||||
public TestSceneBeatmapCarouselV2GroupPanel()
|
||||
: base(false)
|
||||
{
|
||||
}
|
||||
+2
-2
@@ -16,14 +16,14 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Tests.Visual.SongSelectV2
|
||||
{
|
||||
public partial class TestSceneBeatmapCarouselSetPanel : ThemeComparisonTestScene
|
||||
public partial class TestSceneBeatmapCarouselV2SetPanel : ThemeComparisonTestScene
|
||||
{
|
||||
[Resolved]
|
||||
private BeatmapManager beatmaps { get; set; } = null!;
|
||||
|
||||
private BeatmapSetInfo beatmapSet = null!;
|
||||
|
||||
public TestSceneBeatmapCarouselSetPanel()
|
||||
public TestSceneBeatmapCarouselV2SetPanel()
|
||||
: base(false)
|
||||
{
|
||||
}
|
||||
+2
-2
@@ -18,14 +18,14 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Tests.Visual.SongSelectV2
|
||||
{
|
||||
public partial class TestSceneBeatmapCarouselStandalonePanel : ThemeComparisonTestScene
|
||||
public partial class TestSceneBeatmapCarouselV2StandalonePanel : ThemeComparisonTestScene
|
||||
{
|
||||
[Resolved]
|
||||
private BeatmapManager beatmaps { get; set; } = null!;
|
||||
|
||||
private BeatmapInfo beatmap = null!;
|
||||
|
||||
public TestSceneBeatmapCarouselStandalonePanel()
|
||||
public TestSceneBeatmapCarouselV2StandalonePanel()
|
||||
: base(false)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user