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);