made blocks smaller. still have to update the boundary to reflect this.
This commit is contained in:
parent
07c5a18ddb
commit
6d260ae38a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue