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:
Shivam
2020-06-02 21:06:22 +02:00
parent 3d78ec90ac
commit 4ebc1d3721
4 changed files with 155 additions and 120 deletions

View File

@ -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();
}
}