game: add: padding to collision

This commit is contained in:
2024-02-20 09:07:01 +01:00
parent 983f457c1e
commit 59cac2b1fd
6 changed files with 43 additions and 19 deletions

View File

@ -17,4 +17,6 @@ BALL_SIZE = 4
BALL_SPAWN_POS_X = MAP_SIZE_X / 2
BALL_SPAWN_POS_Y = MAP_SIZE_Y / 2
SERVER_TPS = 20
SERVER_TPS = 20
STROKE_THICKNESS = 10