mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
Remove janky animation on Freeplay menu. (#488)
This commit is contained in:
parent
7644ce1019
commit
b553dbd517
|
@ -638,14 +638,7 @@ class FreeplayState extends MusicBeatSubState
|
|||
funnyMenu.favIcon.visible = tempSongs[i].isFav;
|
||||
funnyMenu.hsvShader = hsvShader;
|
||||
|
||||
if (i < 8)
|
||||
{
|
||||
funnyMenu.initJumpIn(Math.min(i, 4), force);
|
||||
}
|
||||
else
|
||||
{
|
||||
funnyMenu.forcePosition();
|
||||
}
|
||||
|
||||
grpCapsules.add(funnyMenu);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue