This commit is contained in:
Baptiste 2023-12-06 10:04:39 +01:00
parent 623b687a52
commit 656e040cb9

View file

@ -1,7 +1,7 @@
const imgPlayer = new Image();
const imgBullet = new Image();
imgPlayer.src = "./assets/body.png";
imgBullet.src = "./assets/body.png";
imgBullet.src = "./assets/bullet.png";
class Render {
constructor(id, mapsrc) {