Compare commits

..

No commits in common. "ccb763b0df3e41a3803749c2e89797ab5c0ee2b3" and "9be72d4b6fe7bc48d7812361473c8b01e5f0a7b1" have entirely different histories.

View file

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