added graphics to phase field and mod

This commit is contained in:
landgreen
2020-03-05 18:01:13 -08:00
parent c2b77579f7
commit 76105ea77f
4 changed files with 29 additions and 6 deletions

View File

@@ -241,7 +241,6 @@ document.getElementById("build-button").addEventListener("click", () => { //setu
let localSettings = JSON.parse(localStorage.getItem("localSettings"));
// console.log(localSettings)
if (localSettings) {
console.log('exist')
game.isBodyDamage = localSettings.isBodyDamage
document.getElementById("body-damage").checked = localSettings.isBodyDamage