game: add: goal statistic
This commit is contained in:
@ -25,5 +25,7 @@ class GameConfigView(APIView):
|
||||
"BALL_SPEED_START": config.BALL_SPEED_START,
|
||||
|
||||
"STROKE_THICKNESS": config.STROKE_THICKNESS,
|
||||
|
||||
"GAME_MAX_SCORE": config.GAME_MAX_SCORE,
|
||||
}
|
||||
return Response(config_data, status = status.HTTP_200_OK)
|
Reference in New Issue
Block a user