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

View file

@ -87,7 +87,7 @@ class AlbumRoll extends FlxSpriteGroup
albumArt.setGraphicSize(262, 262); // Magic number for size IG albumArt.setGraphicSize(262, 262); // Magic number for size IG
albumArt.zIndex = 100; albumArt.zIndex = 100;
playIntro(); // playIntro();
add(albumArt); add(albumArt);
applyExitMovers(); applyExitMovers();