bullet
This commit is contained in:
parent
623b687a52
commit
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/body.png";
|
||||
imgBullet.src = "./assets/bullet.png";
|
||||
class Render {
|
||||
|
||||
constructor(id, mapsrc) {
|
||||
|
|
Loading…
Reference in a new issue