due to freeplay songs unlocking aswell, default value is 'week 6 beat'

This commit is contained in:
Lucky56 2021-06-19 07:44:14 +02:00
parent daf05521bc
commit c4db591f09
No known key found for this signature in database
GPG Key ID: 19E3875EAD1F8B8F
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class KadeEngineData
public static function initSave()
{
if (FlxG.save.data.weekUnlocked == null)
FlxG.save.data.weekUnlocked = 6;
FlxG.save.data.weekUnlocked = 7;
if (FlxG.save.data.newInput == null)
FlxG.save.data.newInput = true;

View File

@ -721,7 +721,7 @@ class ResetSettings extends Option
display = updateDisplay();
return true;
}
FlxG.save.data.weekUnlocked = 6;
FlxG.save.data.weekUnlocked = 7;
FlxG.save.data.newInput = true;
FlxG.save.data.downscroll = false;
FlxG.save.data.dfjk = false;