Go away senpai

No more black senpai portrait covering spirit (fixes #1022)
This commit is contained in:
ACardboardBox 2021-06-26 20:21:13 -04:00 committed by GitHub
parent eb33e85b65
commit aa581a2dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,6 @@ class DialogueBox extends FlxSpriteGroup
portraitLeft.visible = false;
if (PlayState.SONG.song.toLowerCase() == 'thorns')
{
portraitLeft.color = FlxColor.BLACK;
swagDialogue.color = FlxColor.WHITE;
dropText.color = FlxColor.BLACK;
}