maybe this?

This commit is contained in:
biglyderv 2025-05-07 19:19:10 -04:00
parent 9b060afc6c
commit dbb92fc4b6
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -160,6 +160,9 @@ Game.prototype.startGame = function () {
this.ctx = ctx;
ctx.msImageSmoothingEnabled = false;
ctx.mozImageSmoothingEnabled = false;
ctx.webkitImageSmoothingEnabled = false;
ctx.imageSmoothingEnabled = false;
ctx.drawImage(this.img, 0, 0, width, height);