mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Rename to match
This commit is contained in:
parent
58183ad3d5
commit
6bee26cfc9
@ -16,12 +16,11 @@ using osuTK.Graphics;
|
|||||||
namespace osu.Game.Tests.Visual.Menus
|
namespace osu.Game.Tests.Visual.Menus
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestSceneIntroSequence : OsuTestScene
|
public class TestSceneIntro : OsuTestScene
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
{
|
{
|
||||||
typeof(OsuLogo),
|
typeof(OsuLogo),
|
||||||
typeof(Intro),
|
|
||||||
typeof(StartupScreen),
|
typeof(StartupScreen),
|
||||||
typeof(OsuScreen)
|
typeof(OsuScreen)
|
||||||
};
|
};
|
||||||
@ -29,7 +28,7 @@ namespace osu.Game.Tests.Visual.Menus
|
|||||||
[Cached]
|
[Cached]
|
||||||
private OsuLogo logo;
|
private OsuLogo logo;
|
||||||
|
|
||||||
public TestSceneIntroSequence()
|
public TestSceneIntro()
|
||||||
{
|
{
|
||||||
var rateAdjustClock = new StopwatchClock(true);
|
var rateAdjustClock = new StopwatchClock(true);
|
||||||
var framedClock = new FramedClock(rateAdjustClock);
|
var framedClock = new FramedClock(rateAdjustClock);
|
Loading…
Reference in New Issue
Block a user