ソースを参照

Turn update rate back up to 60

tags/v0.0.6
Fen Dweller 5年前
コミット
2fd81ab666
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      gorge.js

+ 2
- 2
gorge.js ファイルの表示

@@ -10,7 +10,7 @@ const effects = {};

const resources = {};

let updateRate = 30;
let updateRate = 60;

const currentProductivity = {};
const contributions = {};
@@ -303,7 +303,7 @@ function spend(cost) {
function switchShowOwnedUpgrades() {

initializeUpgradeStates();
if (showOwnedUpgrades) {
document.querySelector("#upgrades").innerText = "Upgrades";
} else {


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