mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
fix for the album roll to come in only once bf hand hits
This commit is contained in:
parent
433d4968da
commit
80c938af4f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class AlbumRoll extends FlxSpriteGroup
|
|||
albumArt.setGraphicSize(262, 262); // Magic number for size IG
|
||||
albumArt.zIndex = 100;
|
||||
|
||||
playIntro();
|
||||
// playIntro();
|
||||
add(albumArt);
|
||||
|
||||
applyExitMovers();
|
||||
|
|
Loading…
Reference in a new issue