mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -05:00
Use stickers to transition from the Results state
This commit is contained in:
parent
1b5b7f0ae2
commit
0ff258ce75
1 changed files with 2 additions and 2 deletions
|
@ -352,11 +352,11 @@ class ResultState extends MusicBeatSubState
|
||||||
{
|
{
|
||||||
if (params.storyMode)
|
if (params.storyMode)
|
||||||
{
|
{
|
||||||
FlxG.switchState(() -> new StoryMenuState());
|
openSubState(new funkin.ui.transition.StickerSubState(null, (sticker) -> new funkin.ui.story.StoryMenuState(sticker)));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FlxG.switchState(() -> new FreeplayState());
|
openSubState(new funkin.ui.transition.StickerSubState(null, (sticker) -> new funkin.ui.story.FreeplayState(null, sticker)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue