You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Literally the same thing, but the lines don't show up. If set, it should only be applicable starting the next day.
How to do it
Create an object Settings in the localStorage. When clicking on a pre-made ON/OFF button, it should add an object to Settings, something like {hardMode: lvlNumber}. Or straight-up hardconding a value and making a
settings={lang: "fr"HardMode: undefined}
When the hard mode is set, settings.hardMode would take the current lvlNumber as value. On page init, if hardMode exists and isn't equal to current level number, then we simply don't buildLines
The text was updated successfully, but these errors were encountered:
Hard Mode
Literally the same thing, but the lines don't show up. If set, it should only be applicable starting the next day.
How to do it
Create an object Settings in the localStorage. When clicking on a pre-made ON/OFF button, it should add an object to Settings, something like {hardMode: lvlNumber}. Or straight-up hardconding a value and making a
When the hard mode is set, settings.hardMode would take the current lvlNumber as value. On page init, if hardMode exists and isn't equal to current level number, then we simply don't buildLines
The text was updated successfully, but these errors were encountered: