Compare commits

...

2 commits

Author SHA1 Message Date
Baptiste
ccb763b0df Merge branch 'dev' of https://git.etud.insa-toulouse.fr/rebillar/GrandTabernacleAutoVI into dev 2023-12-06 10:05:03 +01:00
Baptiste
656e040cb9 bullet 2023-12-06 10:04:39 +01:00

View file

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