Sfoglia il codice sorgente

Fixed buildings not becoming visible when reloading the page

tags/v0.0.1
Fen Dweller 7 anni fa
parent
commit
07a12bb215
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E80B35A6F11C3656
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      gorge.js

+ 6
- 0
gorge.js Vedi File

@@ -227,6 +227,12 @@ function setup() {

function unlockAtStart() {
unlockBuilding("micro");

for (const [key, value] of Object.entries(belongings)) {
if (belongings[key].visible) {
unlockBuilding(key);
}
}
}

function unlockBuilding(id) {


Loading…
Annulla
Salva