diff options
Diffstat (limited to 'src/consts.ts')
| -rw-r--r-- | src/consts.ts | 2 |
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 |
