mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add original sprite and visualiser
Notes: This is using a modified version of welcome.osz to facilitate the visualiser and the animation of the sprite is not accurate.
This commit is contained in:
@ -8,8 +8,8 @@ using osu.Game.Screens.Menu;
|
||||
namespace osu.Game.Tests.Visual.Menus
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestSceneIntroLegacy : IntroTestScene
|
||||
public class TestSceneIntroWelcome : IntroTestScene
|
||||
{
|
||||
protected override IScreen CreateScreen() => new IntroLegacy();
|
||||
protected override IScreen CreateScreen() => new IntroWelcome();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user