Commit 356b6257 by BellCodeEditor

auto save

parent e7f099db
Showing with 14 additions and 2 deletions
if eve imput pygame
\ No newline at end of file input x = 0
y =400
jumpstate = "running"
t =30
bg_x=0
bg_x -=1
if bg_x <=-1000:
bg_x = 0
screen.blit(background,(bg_x,0))
road_x -= 8
if road_x<=1000
road_x=0
obstacle =random.choice([bush,stone,cacti])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment