1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-04 23:31:09 +00:00

Fix background images

This commit is contained in:
Harley White 2021-06-04 20:36:44 -04:00
parent a4b65be2f8
commit 0dca9b5b3e
4 changed files with 13 additions and 1 deletions
js/utils

View file

@ -1,5 +1,6 @@
// ************ Save stuff ************
function save() {
NaNcheck(player)
if (NaNalert) return
localStorage.setItem(modInfo.id, btoa(unescape(encodeURIComponent(JSON.stringify(player)))));
localStorage.setItem(modInfo.id+"_options", btoa(unescape(encodeURIComponent(JSON.stringify(options)))));