game: online: limit max ball speed

This commit is contained in:
2024-05-15 12:35:18 +02:00
parent 54edc080ab
commit 96c99a6f2d
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ MAP_CENTER_Y = MAP_SIZE_Y / 2
WALL_RATIO = 1
BALL_SPEED_MAX = 550
BALL_SPEED_INC = 50
BALL_SPEED_START = 170
BALL_SIZE = 4