diff --git a/assets/body2.png b/assets/body2.png new file mode 100644 index 0000000..f79ba4c Binary files /dev/null and b/assets/body2.png differ diff --git a/js/render.js b/js/render.js index ba40859..b07ea6a 100644 --- a/js/render.js +++ b/js/render.js @@ -17,7 +17,7 @@ class Render { RenderPlayer(player) { const img = new Image(); - img.src = "./assets/body.png"; + img.src = "./assets/body2.png"; this.ctx.save(); this.ctx.translate(player.x, player.y); this.ctx.rotate(player.angle);