diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:35:51 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:35:51 -0400 |
| commit | cc5b8f36d085faa80f2bd26d0ef201f043c74367 (patch) | |
| tree | e9c901dff741a1658223c8d5d78fa0fba88caa07 /js | |
| parent | 256979d57cfaa4a3bf3b7e3d51568530f936b5b0 (diff) | |
shorter delays!!
Diffstat (limited to 'js')
| -rw-r--r-- | js/ui/nopaint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js index f82aae2..bf94bdc 100644 --- a/js/ui/nopaint.js +++ b/js/ui/nopaint.js @@ -153,7 +153,7 @@ var nopaint = (function(){ }, play: function(){ clearTimeout(this.timeout) - var delay = nopaint.is_turbo ? randrange(250, 500) : randrange(400, 800) + var delay = nopaint.is_turbo ? randrange(150, 300) : randrange(400, 800) this.timeout = setTimeout(this.play.bind(this), delay) this.check_fitness() this.step += 1 |
