Browse Source
Halve the update rate until I can improve performance
tags/v0.0.5
No known key found for this signature in database
GPG Key ID: E80B35A6F11C3656
1 changed files with
1 additions and
1 deletions
-
gorge.js
|
|
|
@@ -10,7 +10,7 @@ const effects = {}; |
|
|
|
|
|
|
|
const resources = {}; |
|
|
|
|
|
|
|
let updateRate = 60; |
|
|
|
let updateRate = 30; |
|
|
|
|
|
|
|
const currentProductivity = {}; |
|
|
|
let clickBonus = 0; |
|
|
|
|