From f94cf0d133a5d426a20cb5ac7eeb60f72b690119 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 22 Apr 2014 18:39:14 -0400 Subject: turn on gravity --- assets/javascripts/rectangles/map/draw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/javascripts/rectangles/map/draw.js') diff --git a/assets/javascripts/rectangles/map/draw.js b/assets/javascripts/rectangles/map/draw.js index 57faa10..560cf38 100644 --- a/assets/javascripts/rectangles/map/draw.js +++ b/assets/javascripts/rectangles/map/draw.js @@ -151,7 +151,7 @@ map.draw = new function(){ ctx.save() ctx.translate(x,z) - var radius = 3 / map.zoom + var radius = 2 / map.zoom ctx.beginPath(); ctx.arc(0, 0, radius, 0, 2*Math.PI, false); -- cgit v1.2.3-70-g09d2