fix for the album roll to come in only once bf hand hits

This commit is contained in:
Cameron Taylor 2024-03-21 23:34:03 -07:00
parent 433d4968da
commit 80c938af4f
1 changed files with 1 additions and 1 deletions

View File

@ -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();