diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-04-22 18:39:14 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-04-22 18:39:14 -0400 |
| commit | f94cf0d133a5d426a20cb5ac7eeb60f72b690119 (patch) | |
| tree | b605578151d9d1118dc8921845d9bc205a6f1f3b /assets/javascripts/rectangles/map/draw.js | |
| parent | d08f365e4deb3206fd3361c7395268983510d831 (diff) | |
turn on gravity
Diffstat (limited to 'assets/javascripts/rectangles/map/draw.js')
| -rw-r--r-- | assets/javascripts/rectangles/map/draw.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
