Compare commits
2 commits
9be72d4b6f
...
ccb763b0df
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ccb763b0df | ||
|
|
656e040cb9 |
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/pacman.png";
|
||||
imgBullet.src = "./assets/bullet.png";
|
||||
class Render {
|
||||
|
||||
constructor(id, mapsrc) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue