leakvor / Advanture_Of_Prince_C7

0 stars 0 forks source link

import constant and global #1

Open leakvor opened 1 year ago

leakvor commented 1 year ago

CONSTANT SCREEN_WIDTH = 1400 SCREEN_HEIGHT = 740 GRAVITY_FORCE = 9 JUMP_FORCE = 22 SPEED = 5 TIMED_LOOP = 10

GLOBAL score=0 notEvent=False hight_score=0 keyPressed = [] coin_score=1 water_score=5 fire_score=10 isWin=False isLose=False

annenichz1507 commented 1 year ago

Done