This commit is contained in:
Atsuyo-INSA 2023-12-06 10:00:40 +01:00
parent 623b687a52
commit 9be72d4b6f

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/pacman.png";
class Render {
constructor(id, mapsrc) {