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.
|
SCREEN_W,SCREEN_H = 800,600
|
|
SCREEN_SIZE = (SCREEN_W, SCREEN_H)
|
|
|
|
BG_MULTI = 2.68
|
|
PLAYER_MULTI = 2.9
|
|
|
|
GRAVITY = 1.0
|
|
|
|
FONT = 'FixedSys.ttf' |