Ver código fonte

Halve the update rate until I can improve performance

tags/v0.0.5
Fen Dweller 5 anos atrás
pai
commit
342c097524
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: E80B35A6F11C3656
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js Ver arquivo

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

const resources = {};

let updateRate = 60;
let updateRate = 30;

const currentProductivity = {};
let clickBonus = 0;


Carregando…
Cancelar
Salvar