1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-28 21:19:27 +00:00

Deleted bool I created before

This commit is contained in:
Lotusotho 2021-02-04 22:40:02 +01:00 committed by GitHub
parent cf7a4825ca
commit 9c0197cfc0

View file

@ -33,8 +33,6 @@ class DialogueBox extends FlxSpriteGroup
var handSelect:FlxSprite;
var bgFade:FlxSprite;
var firstDialogue:Bool = true;
public function new(talkingRight:Bool = true, ?dialogueList:Array<String>)
{