From 6c37585ef4ef2535aff8c45c64850be0a6c26eab Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 2 Jun 2022 08:54:02 +0200 Subject: Death animations --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/consts.ts') diff --git a/src/consts.ts b/src/consts.ts index 63f9917..5443a1a 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -4,7 +4,7 @@ ctx.imageSmoothingEnabled = false; export const PLAYER_SIZE = 20; // canvas-dot export const PLAYER_VEL = 3.5; // canvas-dot / frame -export const BULLET_VEL = 4.5; // canvas-dot / frame +export const BULLET_VEL = 4; // canvas-dot / frame export const FIRE_DELAY = 300; // ms export const TOPBAR_HEIGHT = 24; // ms -- cgit v1.3.1