diff --git a/web/game.js b/web/game.js index 58425e3..eb401dc 100644 --- a/web/game.js +++ b/web/game.js @@ -254,8 +254,8 @@ function draw() { // draw background background(0, 0, 0, 100); ffps = frameRate(); - shotSpeed = ffps / 4; - playerSpeed = ffps / 14; + shotSpeed = 1000 / ffps; + playerSpeed = 300 / ffps; if (homescreenOn) { homescreen();