From 53b5153c2245b827ada2e2bf8e1bd32fd12c9177 Mon Sep 17 00:00:00 2001 From: MtH Date: Sat, 13 Mar 2021 19:48:49 +0100 Subject: [PATCH] finger fadeout oops --- source/DialogueBox.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/DialogueBox.hx b/source/DialogueBox.hx index 1e56367af..104b10a8b 100644 --- a/source/DialogueBox.hx +++ b/source/DialogueBox.hx @@ -202,6 +202,7 @@ class DialogueBox extends FlxSpriteGroup portraitLeft.visible = false; portraitRight.visible = false; swagDialogue.alpha -= 1 / 5; + handSelect.alpha -= 1 / 5; dropText.alpha = swagDialogue.alpha; }, 5);