Compare commits
No commits in common. "ccb763b0df3e41a3803749c2e89797ab5c0ee2b3" and "9be72d4b6fe7bc48d7812361473c8b01e5f0a7b1" have entirely different histories.
ccb763b0df
...
9be72d4b6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue