本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
chemicalcrux
/
gorge
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
9
Wiki
活動
瀏覽代碼
Update the button when the game is loaded
tags/v0.0.3
Fen Dweller
5 年之前
父節點
bd946484fc
當前提交
3775e308cb
共有
1 個檔案被更改
,包括
7 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
update
Productivity
();
update
All
();
}
Write
Preview
Loading…
取消
儲存