due to freeplay songs unlocking aswell, default value is 'week 6 beat'
This commit is contained in:
parent
daf05521bc
commit
c4db591f09
@ -6,7 +6,7 @@ class KadeEngineData
|
|||||||
public static function initSave()
|
public static function initSave()
|
||||||
{
|
{
|
||||||
if (FlxG.save.data.weekUnlocked == null)
|
if (FlxG.save.data.weekUnlocked == null)
|
||||||
FlxG.save.data.weekUnlocked = 6;
|
FlxG.save.data.weekUnlocked = 7;
|
||||||
|
|
||||||
if (FlxG.save.data.newInput == null)
|
if (FlxG.save.data.newInput == null)
|
||||||
FlxG.save.data.newInput = true;
|
FlxG.save.data.newInput = true;
|
||||||
|
@ -721,7 +721,7 @@ class ResetSettings extends Option
|
|||||||
display = updateDisplay();
|
display = updateDisplay();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
FlxG.save.data.weekUnlocked = 6;
|
FlxG.save.data.weekUnlocked = 7;
|
||||||
FlxG.save.data.newInput = true;
|
FlxG.save.data.newInput = true;
|
||||||
FlxG.save.data.downscroll = false;
|
FlxG.save.data.downscroll = false;
|
||||||
FlxG.save.data.dfjk = false;
|
FlxG.save.data.dfjk = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user