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.

11 lines
185 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
GRAVITY = 1.0
ANTI_GRAVITY = 0.3
FONT = 'FixedSys.ttf'