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

@ -52,7 +52,7 @@ namespace osu.Game.Screens
return new IntroCircles();
case IntroSequence.Welcome:
return new IntroLegacy();
return new IntroWelcome();
default:
return new IntroTriangles();