aboutsummaryrefslogtreecommitdiffstats
path: root/src/consts.ts
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-06-02 08:54:02 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-06-02 08:54:02 +0200
commit6c37585ef4ef2535aff8c45c64850be0a6c26eab (patch)
treec53e07505182735fbd23687a0c731d4bb2f10e14 /src/consts.ts
parent7a494b148dd03d6346a63641fc479015e7450a26 (diff)
download1942-6c37585ef4ef2535aff8c45c64850be0a6c26eab.tar.gz
1942-6c37585ef4ef2535aff8c45c64850be0a6c26eab.tar.zst
1942-6c37585ef4ef2535aff8c45c64850be0a6c26eab.zip
Death animations
Diffstat (limited to 'src/consts.ts')
-rw-r--r--src/consts.ts2
1 files changed, 1 insertions, 1 deletions
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