diff options
Diffstat (limited to 'src/drawables/Bullet.ts')
| -rw-r--r-- | src/drawables/Bullet.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drawables/Bullet.ts b/src/drawables/Bullet.ts index f121cfa..6420db2 100644 --- a/src/drawables/Bullet.ts +++ b/src/drawables/Bullet.ts @@ -18,7 +18,6 @@ export default class Bullet extends Drawable { this.width = (this.sprite as HTMLImageElement).width this.height = (this.sprite as HTMLImageElement).height this.squares = [new Rectangle(this)] - console.log(this.width, this.height); } move(): boolean { |
