1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 00:38:33 +08:00

Add V2 suffix for easier test browsing

This commit is contained in:
Salman Alshamrani
2025-02-06 02:25:12 -05:00
Unverified
parent 3ab208bb46
commit e1d6ce5ff4
4 changed files with 8 additions and 8 deletions
@@ -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)
{
}
@@ -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)
{
}
@@ -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)
{
}
@@ -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)
{
}