n-gon
n-gon copied to clipboard
Added import and export data button
I decided to add this because it can be hard to move things like lore progress/testing mode between different computers.
improved the error displaying too, since 1) Firefox doesn't seem to include the error message in the error.stack (I used console.log(new Error().stack)
to test) and 2) error.toString() is basically ${error.name}: ${error.message}