Istador / pine-interactive-map

Interactive Map for the video game Pine. Showing all collectibles, resources and more that can be found in the game.
https://pine.blackpinguin.de/
Mozilla Public License 2.0
22 stars 5 forks source link

When I start a new game, how do I reset this map? #37

Closed MaxHeadroom68 closed 3 years ago

MaxHeadroom68 commented 3 years ago

I could make a new Chrome user profile or something, but surely there's an obvious way to reset the check boxes on this map, and I'm just missing it?

Thanks for all your effort on this, it's very helpful!

Istador commented 3 years ago

Hi, the map saves all user data into the browser's localStorage.

When on the map, you can simply press F12, type localStorage.clear() into the Console, press return, and then reload the page (F5).

Alternatively: when on the map press F12, click on Application, expand Local Storage, right click on https://pine.blackpinguin.de, click on Clear, and then reload the page (F5).