game: online: limit max ball speed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user