You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
222 B

6 months ago
SCREEN_W,SCREEN_H = 800,600
SCREEN_SIZE = (SCREEN_W, SCREEN_H)
6 months ago
GROUND_HEIGHT = SCREEN_H - 62
6 months ago
BG_MULTI = 2.68
PLAYER_MULTI = 2.9
6 months ago
BRICK_MULTI = 2.69
ENEMY_MULTI = 2.5
6 months ago
GRAVITY = 1.0
6 months ago
ANTI_GRAVITY = 0.3
6 months ago
FONT = 'FixedSys.ttf'