diff --git a/js/Block.js b/js/Block.js index f1f7465..a0c1674 100644 --- a/js/Block.js +++ b/js/Block.js @@ -169,7 +169,7 @@ function findCenterOfBlocks(arr) { return { x:trueCanvas.width/2 + Math.cos(avgAngle * (Math.PI / 180)) * avgDFH, - y:trueCanvas.height/2 + Math.sin(avgAngle * (Math.PI / 180)) * avgDFH + y:trueCanvas.height/2 + Math.sin(avgAngle * (Math.PI / 180)) * avgDFH + arr[0].height * 1.5 } } \ No newline at end of file