From ebd01e50ad20db67d3b87804a7b7bddf53a97d4b Mon Sep 17 00:00:00 2001 From: lemz Date: Mon, 15 Jul 2024 15:22:49 +0200 Subject: [PATCH] Update thorns.hxc --- preload/scripts/songs/thorns.hxc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/preload/scripts/songs/thorns.hxc b/preload/scripts/songs/thorns.hxc index 904f200c7..138c2b2bf 100644 --- a/preload/scripts/songs/thorns.hxc +++ b/preload/scripts/songs/thorns.hxc @@ -34,6 +34,8 @@ class ThornsSong extends Song { function startCutscene() { trace('Hit start of song! Starting cutscene.'); + PlayState.instance.isInCutscene = true; + PlayState.instance.camHUD.visible = false; PlayState.instance.camCutscene.visible = true;