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;
30
 const CANVAS_HEIGHT = 400;
30
 const CANVAS_HEIGHT = 400;
31
 
31
 
32
 // Game constants
32
 // Game constants
33
-const BALL_SPEED    = 8;
33
+const BALL_SPEED    = 6;
34
 const BALL_RADIUS   = 12;
34
 const BALL_RADIUS   = 12;
35
 const PADDLE_WIDTH  = 20;
35
 const PADDLE_WIDTH  = 20;
36
 const PADDLE_HEIGHT = 80;
36
 const PADDLE_HEIGHT = 80;