浏览代码

Fixed buildings not becoming visible when reloading the page

tags/v0.0.1
Fen Dweller 7 年前
父节点
当前提交
07a12bb215
找不到此签名对应的密钥 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) {


正在加载...
取消
保存