game: add: config
This commit is contained in:
9
games/config.py
Normal file
9
games/config.py
Normal file
@ -0,0 +1,9 @@
|
||||
PADDLE_SPEED_MAX = 1
|
||||
PADDLE_SIZE_HEIGHT = 10
|
||||
PADDLE_SIZE_WIDTH = 100
|
||||
|
||||
PADDLE_RAIL = PADDLE_SIZE_WIDTH * 5
|
||||
|
||||
BALL_SPEED_INC = 1
|
||||
BALL_SPEED_START = 1
|
||||
BALL_SIZE = 4
|
Reference in New Issue
Block a user