瀏覽代碼

Update the button when the game is loaded

tags/v0.0.3
Fen Dweller 5 年之前
父節點
當前提交
3775e308cb
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. +7
    -1
      gorge.js

+ 7
- 1
gorge.js 查看文件

@@ -91,6 +91,12 @@ function buyBuilding(type) {
updateClickBonus();

}

function updateAll() {
updateProductivity();
updateClickBonus();
updateClickVictim();
}
// update stuff

function updateDisplay() {
@@ -307,7 +313,7 @@ function setup() {
registerListeners();
load();
unlockAtStart();
updateProductivity();
updateAll();

}



Loading…
取消
儲存