apparently you guys can't add options correctly (me included)
This commit is contained in:
parent
3e500b7a4d
commit
052ef5df5a
@ -824,6 +824,7 @@ class LockWeeksOption extends Option
|
||||
}
|
||||
FlxG.save.data.weekUnlocked = 1;
|
||||
StoryMenuState.weekUnlocked = [true, true];
|
||||
confirm = false;
|
||||
trace('Weeks Locked');
|
||||
display = updateDisplay();
|
||||
return true;
|
||||
@ -894,6 +895,8 @@ class ResetSettings extends Option
|
||||
FlxG.save.data.weekUnlocked = null;
|
||||
FlxG.save.data.newInput = null;
|
||||
FlxG.save.data.downscroll = null;
|
||||
FlxG.save.data.antialiasing = null;
|
||||
FlxG.save.data.missSounds = null;
|
||||
FlxG.save.data.dfjk = null;
|
||||
FlxG.save.data.accuracyDisplay = null;
|
||||
FlxG.save.data.offset = null;
|
||||
@ -909,6 +912,7 @@ class ResetSettings extends Option
|
||||
FlxG.save.data.watermark = null;
|
||||
FlxG.save.data.ghost = null;
|
||||
FlxG.save.data.distractions = null;
|
||||
FlxG.save.data.stepMania = null;
|
||||
FlxG.save.data.flashing = null;
|
||||
FlxG.save.data.resetButton = null;
|
||||
FlxG.save.data.botplay = null;
|
||||
@ -916,7 +920,12 @@ class ResetSettings extends Option
|
||||
FlxG.save.data.strumline = null;
|
||||
FlxG.save.data.customStrumLine = null;
|
||||
FlxG.save.data.camzoom = null;
|
||||
FlxG.save.data.stepMania = null;
|
||||
FlxG.save.data.scoreScreen = null;
|
||||
FlxG.save.data.inputShow = null;
|
||||
FlxG.save.data.optimize = null;
|
||||
FlxG.save.data.cacheImages = null;
|
||||
FlxG.save.data.editor = null;
|
||||
|
||||
KadeEngineData.initSave();
|
||||
confirm = false;
|
||||
trace('All settings have been reset');
|
||||
|
Loading…
x
Reference in New Issue
Block a user