From 474a7253b6b67e2ed33936f6b633587d5d304b66 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Thu, 26 Dec 2024 14:24:53 +0100 Subject: hello kitty stage 1 and 2 done --- src/entities/boshybullet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/boshybullet.js') 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, }) } -- cgit v1.2.3