Max velocity in offline
This commit is contained in:
parent
400a91df3e
commit
1d5a609b3a
@ -280,8 +280,8 @@ class Game {
|
||||
PADDLESPEED: 3,
|
||||
BALLRADIUS: 5,
|
||||
BALLSPEED: 2,
|
||||
BALLMAXSPEED: 4,
|
||||
BALLSPEEDINCR: 0.15,
|
||||
BALLMAXSPEED: 10,
|
||||
BALLSPEEDINCR: 0.2,
|
||||
MAXBOUNCEANGLE: 10 * (Math.PI / 12),
|
||||
MAXSCORE: 2
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user