game: add: vector colision (Not work)

This commit is contained in:
2024-02-01 13:18:11 +01:00
committed by AdrienLSH
parent 3e4d52c645
commit 4b092b31bb
12 changed files with 260 additions and 153 deletions

View File

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