version update and fixes

This commit is contained in:
KadeDev
2021-04-02 17:21:19 -07:00
parent 8a95be0b5f
commit 5928783520
7 changed files with 19 additions and 10 deletions

View File

@ -335,6 +335,7 @@ class OffsetMenu extends Option
PlayState.isStoryMode = false;
PlayState.storyDifficulty = 0;
PlayState.storyWeek = 0;
PlayState.offsetTesting = true;
trace('CUR WEEK' + PlayState.storyWeek);
LoadingState.loadAndSwitchState(new PlayState());
return false;