From 27c410cb9dd64bcddeb380c491e9880aeb5ad81d Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 26 Mar 2021 05:09:42 -0400 Subject: [PATCH] cutscene bullshit --- source/NoteSplash.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/NoteSplash.hx b/source/NoteSplash.hx index a06bd024c..0b6295bba 100644 --- a/source/NoteSplash.hx +++ b/source/NoteSplash.hx @@ -26,6 +26,8 @@ class NoteSplash extends FlxSprite updateHitbox(); offset.set(width * 0.3, height * 0.3); + + alpha = 0.75; } override function update(elapsed:Float)