mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Deleted bool I created before
This commit is contained in:
parent
4e3a29943a
commit
823acd7a60
1 changed files with 0 additions and 2 deletions
|
@ -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>)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue