diff --git a/web/game.js b/web/game.js index 767b4c7..6ae021b 100644 --- a/web/game.js +++ b/web/game.js @@ -64,7 +64,7 @@ function setup() { } function score() { - time += 1 / framerate; + time += 3 / framerate; } function life() {