From 079149f9a290d35a0b15c820c3b2113eb0f3666a Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 12 Dec 2023 12:09:28 +0100 Subject: [PATCH] Increased timer speed --- web/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {