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

@ -77,8 +77,13 @@ class GameConfig
*/
this.ball_spawn_y = this.center_y;
/**
* @type {Number}
*/
this.stroke_thickness = response_data.STROKE_THICKNESS;
return 0;
}
}
export { GameConfig }
export { GameConfig };