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.

14 lines
238 B

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