landgreen / n-gon

2-d physics rogue-lite platformer shooter
https://landgreen.github.io/n-gon/
GNU General Public License v3.0
143 stars 205 forks source link

saving null? #120

Closed epicgranol closed 9 months ago

epicgranol commented 9 months ago

i want to reinstall n gon for the new update but i cant save null :( is there a way to save it (maybe like across comps as well)

Ant-Throw-Pology commented 9 months ago

Do you mean like cloning the repo as a zip file?

Because if so, the local storage data is the same across all file:// URLs, because they have the same origin

So if you download the new update, it'll keep the local storage data (which includes banned levels, lore status, entanglement stuff, etc)

epicgranol commented 9 months ago

ty!! also do u know how to advance in the lore status?? like idk how to get to the undefined room again

kgurchiek commented 9 months ago

You can get back to it multiple times the same way you got there the first time

landgreen commented 9 months ago

lore.unlockTesting(); localSettings.loreCount = 5 //this sets what conversation is heard (0-5) tech.giveTech("tinker"); //show junk tech in experiment mode