Max velocity in offline

This commit is contained in:
Xamora 2024-05-15 14:00:01 +02:00
parent 400a91df3e
commit 1d5a609b3a

View File

@ -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
};