diff options
| author | Julie Lala <jules@okfoc.us> | 2014-04-17 10:51:34 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-04-17 10:51:34 -0400 |
| commit | 309574dec1852238ae899d719f5486f21949a064 (patch) | |
| tree | 538a5e0ae66fd32d73174fac204758c867543ea5 | |
| parent | af14fea4d7482d2a141add59e3127c1643b873de (diff) | |
more opaque map
| -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 8a0649a..1dcd1ae 100644 --- a/assets/javascripts/rectangles/map/draw.js +++ b/assets/javascripts/rectangles/map/draw.js @@ -4,7 +4,7 @@ map.draw = new function(){ var base = this base.clear_canvas = function (){ - ctx.fillStyle = "rgba(255,255,255,0.7)" + ctx.fillStyle = "rgba(255,255,255,0.99)" ctx.clearRect(0,0,w,h) ctx.fillRect(0,0,w,h) } |
