BLUEBALL BUTTON OPTION
This commit is contained in:
@ -65,6 +65,9 @@ class KadeEngineData
|
||||
|
||||
if (FlxG.save.data.flashing == null)
|
||||
FlxG.save.data.flashing = true;
|
||||
|
||||
if (FlxG.save.data.resetButton == null)
|
||||
FlxG.save.data.resetButton = false;
|
||||
|
||||
if (FlxG.save.data.botplay == null)
|
||||
FlxG.save.data.botplay = false;
|
||||
|
Reference in New Issue
Block a user