diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-06-02 23:13:07 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-06-02 23:16:33 +0200 |
| commit | b4defa324a330217f0139f1240bcf53c0b1f996a (patch) | |
| tree | deabb94fd351b10d3d6b38d967424149536b3927 /src/drawables/Bullet.ts | |
| parent | ef76266d1a61c02f1721efedc830fab12279d2b9 (diff) | |
| download | 1942-b4defa324a330217f0139f1240bcf53c0b1f996a.tar.gz 1942-b4defa324a330217f0139f1240bcf53c0b1f996a.tar.zst 1942-b4defa324a330217f0139f1240bcf53c0b1f996a.zip | |
v1.0.0
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 { |
