change shotspeed

This commit is contained in:
Sam
2024-01-08 20:46:56 +01:00
parent 78f51cd0c6
commit fbbb137402

View File

@@ -20,7 +20,7 @@ let lives = 1;
let isDead = false;
let bossPosX = width / 2;
let bossPosY = 100;
let shotSpeed = 12;
let shotSpeed = 16;
let shotSpeedAdj;
let projectile;
let projSize = 5;