Commit 1df229fb by BellCodeEditor

auto save

parent 2d9b4401
Showing with 2 additions and 1 deletions
...@@ -34,7 +34,8 @@ jumpState="running" ...@@ -34,7 +34,8 @@ jumpState="running"
t=30 t=30
road_x=0 road_x=0
background_x=0 background_x=0
block_list= obstacle=Block(bush,cacti,stone)
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
......
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