소스 검색

Fixed buildings not becoming visible when reloading the page

tags/v0.0.1
Fen Dweller 7 년 전
부모
커밋
07a12bb215
No known key found for this signature in database GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      gorge.js

+ 6
- 0
gorge.js 파일 보기

@@ -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) {


불러오는 중...
취소
저장