aboutsummaryrefslogtreecommitdiffstats
path: root/src/drawables/Bullet.ts
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-06-02 23:13:07 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-06-02 23:16:33 +0200
commitb4defa324a330217f0139f1240bcf53c0b1f996a (patch)
treedeabb94fd351b10d3d6b38d967424149536b3927 /src/drawables/Bullet.ts
parentef76266d1a61c02f1721efedc830fab12279d2b9 (diff)
download1942-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.ts1
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 {