shit at the beg

This commit is contained in:
Kade M 2021-03-13 17:56:53 -08:00 committed by GitHub
parent 5db6c0dd88
commit 5ad22a1769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,18 @@ class TitleState extends MusicBeatState
trace('NEWGROUNDS LOL');
#end
if (FlxG.save.data.newInput == null)
FlxG.save.data.newInput = true;
if (FlxG.save.data.downscroll == null)
FlxG.save.data.downscroll = false;
if (FlxG.save.data.dfjk == null)
FlxG.save.data.dfjk = false;
if (FlxG.save.data.accuracyDisplay == null)
FlxG.save.data.accuracyDisplay = true;
FlxG.save.bind('funkin', 'ninjamuffin99');
Highscore.load();