mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Rename IntroFallback classes to IntroLegacy
This commit also renames files accordingly with https://github.com/ppy/osu-resources/pull/103
This commit is contained in:
@ -8,8 +8,8 @@ using osu.Game.Screens.Menu;
|
||||
namespace osu.Game.Tests.Visual.Menus
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestSceneIntroFallback : IntroTestScene
|
||||
public class TestSceneIntroLegacy : IntroTestScene
|
||||
{
|
||||
protected override IScreen CreateScreen() => new IntroFallback();
|
||||
protected override IScreen CreateScreen() => new IntroLegacy();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user