このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
();
}
書き込み
プレビュー
読み込み中…
キャンセル
保存