소스 검색

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 키 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 {


불러오는 중...
취소
저장