From 80c938af4f704074a5e9c6a61f1410a772b7b6b6 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Thu, 21 Mar 2024 23:34:03 -0700 Subject: [PATCH] fix for the album roll to come in only once bf hand hits --- source/funkin/ui/freeplay/AlbumRoll.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/ui/freeplay/AlbumRoll.hx b/source/funkin/ui/freeplay/AlbumRoll.hx index 05bf01b76..a1e63c9a1 100644 --- a/source/funkin/ui/freeplay/AlbumRoll.hx +++ b/source/funkin/ui/freeplay/AlbumRoll.hx @@ -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();