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

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
GRAVITY = 1.0
6 months ago
ANTI_GRAVITY = 0.3
6 months ago
FONT = 'FixedSys.ttf'