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:
parent
a4b65be2f8
commit
0dca9b5b3e
4 changed files with 13 additions and 1 deletions
js/utils
|
@ -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)))));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue