Auroriax / PuzzleScriptPlus

Puzzlescript Plus: Open Source HTML5 Puzzle Game Engine (with lots of extra functionality)
https://auroriax.github.io/PuzzleScript/
34 stars 4 forks source link

Should "new game" completely erase the section solve data ? #124

Open Stingby12 opened 2 months ago

Stingby12 commented 2 months ago

Check ([ ] -> [x]) all that apply, then describe the issue below:

I think that the level select feature should have an option where the "new game" button could completely remove the level select data. This could even be an editor feature where you clear the section solve data, which will be definitively useful when you switch from level_select_unlocked_ahead to level_select_unlocked_rollover.

The closest thing I could find that replicates my suggestion is changing the section names but the data is still saved to the section with the name associated with that section, even if you reload the page.

Also something I noticed : the data is stored within the sections, not the actual levels or messages.