Increased timer speed

This commit is contained in:
sam
2023-12-12 12:09:28 +01:00
parent 4236e028c6
commit 079149f9a2

View File

@@ -64,7 +64,7 @@ function setup() {
}
function score() {
time += 1 / framerate;
time += 3 / framerate;
}
function life() {