Преглед изворни кода

Turn update rate back up to 60

tags/v0.0.6
Fen Dweller пре 5 година
родитељ
комит
2fd81ab666
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      gorge.js

+ 2
- 2
gorge.js Прегледај датотеку

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


const resources = {}; const resources = {};


let updateRate = 30;
let updateRate = 60;


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


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


Loading…
Откажи
Сачувај