diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-05-01 12:52:55 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-05-01 15:09:41 -0400 |
| commit | b9f007562712688612269fad9c71df2d4981acaa (patch) | |
| tree | 968eddddbceb8d54fe5abe54b6b287cc77a5cc46 /assets/javascripts/rectangles/map/draw.js | |
| parent | e1369a3cd91a7512b1aa643388fd21435b6c76fd (diff) | |
resize rooms
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 560cf38..8e63003 100644 --- a/assets/javascripts/rectangles/map/draw.js +++ b/assets/javascripts/rectangles/map/draw.js @@ -47,7 +47,7 @@ map.draw = new function(){ } base.mouse = function(mouse){ - var radius = 5 / map.zoom + var radius = 3 / map.zoom ctx.fillStyle = "rgba(255,0,0,0.4)"; ctx.beginPath(); |
