diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-12-26 14:24:53 +0100 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-12-26 14:24:53 +0100 |
commit | 474a7253b6b67e2ed33936f6b633587d5d304b66 (patch) | |
tree | 456b9cef3cb59da8e0eb575b9425a1fedfe67e1e /src/entities/boshybullet.js | |
parent | 1fc522bc8c4a96858223e597ced8fea94ba57874 (diff) |
hello kitty stage 1 and 2 done
Diffstat (limited to 'src/entities/boshybullet.js')
-rw-r--r-- | src/entities/boshybullet.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/boshybullet.js b/src/entities/boshybullet.js index a87e159..8c8a191 100644 --- a/src/entities/boshybullet.js +++ b/src/entities/boshybullet.js @@ -10,7 +10,7 @@ export class BoshyBullet extends Entity { constructor(position = new Vector(0,0)) { super({ size: new Vector(5, 5), - position: position.floor(), + position: position, sprite: BOSHY.BULLET, }) } |