zeroed-some/sprong / 52438bc

Browse files

adjust ball speed

Authored by espadonne
SHA
52438bc8c5adb72677b0b6f8acf8c6935a3c9391
Parents
ff0f166
Tree
d8a5dd1

1 changed file

StatusFile+-
M sprong.js 1 1
sprong.jsmodified
@@ -30,7 +30,7 @@ const CANVAS_WIDTH = 800;
3030
 const CANVAS_HEIGHT = 400;
3131
 
3232
 // Game constants
33
-const BALL_SPEED    = 8;
33
+const BALL_SPEED    = 6;
3434
 const BALL_RADIUS   = 12;
3535
 const PADDLE_WIDTH  = 20;
3636
 const PADDLE_HEIGHT = 80;