Deleted bool I created before

This commit is contained in:
Lotusotho 2021-02-04 22:40:02 +01:00 committed by GitHub
parent b8139d5c7f
commit 7ca2a9b86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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