mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +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:
@ -52,7 +52,7 @@ namespace osu.Game.Screens
|
||||
return new IntroCircles();
|
||||
|
||||
case IntroSequence.Welcome:
|
||||
return new IntroLegacy();
|
||||
return new IntroWelcome();
|
||||
|
||||
default:
|
||||
return new IntroTriangles();
|
||||
|
Reference in New Issue
Block a user