game: add: speed increment

This commit is contained in:
2024-02-21 15:45:21 +01:00
committed by AdrienLSH
parent f2ce928fbb
commit 243227f743
2 changed files with 6 additions and 5 deletions

View File

@ -11,7 +11,7 @@ MAP_CENTER_Y = MAP_SIZE_Y / 2
WALL_RATIO = 1
BALL_SPEED_INC = 1
BALL_SPEED_INC = 50
BALL_SPEED_START = 170
BALL_SIZE = 4
BALL_SPAWN_POS_X = MAP_SIZE_X / 2