ソースを参照

Halve the update rate until I can improve performance

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

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

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

const resources = {};

let updateRate = 60;
let updateRate = 30;

const currentProductivity = {};
let clickBonus = 0;


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