From 197f9d25b5ad30914e57c88ec46a4603f6edec2a Mon Sep 17 00:00:00 2001 From: lFinnix <187519832+lFinnix@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:16:11 +0100 Subject: [PATCH] Update index.html Is Subba wor --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index acc4e39..f37ff57 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,7 +75,7 @@ ctx = canvas.getContext('2d'), ucanvas = get('upcoming'), uctx = ucanvas.getContext('2d'), - speed = { start: 1000.6, decrement: 0.005, min: 1.1 }, // how long before piece drops by 1 row (seconds) + speed = { start: 0.6, decrement: 0.005, min: 0.1 } // how long before piece drops by 1 row (seconds) nx = 10, // width of tetris court (in blocks) ny = 20, // height of tetris court (in blocks) nu = 5; // width/height of upcoming preview (in blocks)