Fixed some bugs 🆒

This commit is contained in:
unsettledgames
2020-03-15 16:32:48 +01:00
parent 4cac83530d
commit 7dec2f1490
5 changed files with 43 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ function Layer(width, height, canvas) {
this.canvas.style.top = 48+canvasView.clientHeight/2-(this.canvasSize[1]*zoom/2)+'px';
this.context.imageSmoothingEnabled = false;
this.context.mozImageSmoothingEnabled = false;
},
// Resizes canvas
this.resize = function() {