BLUEBALL BUTTON OPTION

This commit is contained in:
CyndaquilDAC
2021-05-16 14:28:50 -05:00
parent aff87fad55
commit f7880bab43
4 changed files with 63 additions and 7 deletions

View File

@ -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;