From e526f393cadeba7e6d0bca383821ee0a66a2a872 Mon Sep 17 00:00:00 2001 From: Elijah Cohen Date: Thu, 2 May 2019 19:01:07 -0500 Subject: [PATCH] cleaner lines --- web/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/main.js b/web/main.js index ecafbd8..2ab0ca2 100644 --- a/web/main.js +++ b/web/main.js @@ -17,7 +17,7 @@ var main = function() { // starts everything, gets us going, setup ish ctx = canvas.getContext('2d'); // change the 1's to zoom in i think.. todo ctx.transform(10, 0, 0, 10, ctx.canvas.width/2, ctx.canvas.height/2); // change to setTransform? - + ctx.lineWidth = ctx.lineWidth/5; // this is just to have everything go easily for testing var othersockets = []; for(var i=0; i