From 1878a203175315b0b6f29dbf9d9f80a7afe8811e Mon Sep 17 00:00:00 2001 From: Anup Sharma Date: Wed, 10 May 2017 14:37:28 -0700 Subject: [PATCH] Committing the changes --- texture.jpg => images/texture.jpg | Bin index.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename texture.jpg => images/texture.jpg (100%) diff --git a/texture.jpg b/images/texture.jpg similarity index 100% rename from texture.jpg rename to images/texture.jpg diff --git a/index.html b/index.html index 8310c55..65aea9d 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,7 @@ ctx = canvas.getContext('2d'), ucanvas = get('upcoming'), uctx = ucanvas.getContext('2d'), - speed = { start: 0.6, decrement: 0.005, min: 0.1 }, // how long before piece drops by 1 row (seconds) + speed = { start: 1.0, 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)