Commit 31eaa703 by BellCodeEditor

save project

parent 97c64c58
Showing with 1 additions and 0 deletions
...@@ -40,6 +40,7 @@ while True: ...@@ -40,6 +40,7 @@ while True:
else: else:
jump="running" jump="running"
# 将背景图画上去 # 将背景图画上去
if jump=="running"
screen.blit(background, (0, 0)) screen.blit(background, (0, 0))
screen.blit(road, (0, 500)) screen.blit(road, (0, 500))
Q+=1 Q+=1
......
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