ソースを参照

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();

}



読み込み中…
キャンセル
保存