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