made blocks smaller. still have to update the boundary to reflect this.

This commit is contained in:
lengstrom 2014-05-19 21:52:31 -04:00
parent 07c5a18ddb
commit 6d260ae38a

View file

@ -3,7 +3,7 @@ var angularVelocityConst = 6;
function Block(lane, color, distFromHex, settled) {
this.settled = (settled == undefined) ? 0 : 1;
this.height = 20;
this.height = 15;
this.width = 65;
this.lane = lane;
this.angle = 90 - (30 + 60 * lane);