Commit 0b0a6862 by BellCodeEditor

save project

parent 689f86c5
Showing with 1 additions and 1 deletions
...@@ -78,7 +78,7 @@ while True: ...@@ -78,7 +78,7 @@ while True:
a += 1 a += 1
if a > 4: if a > 4:
a =0 a =0
screen.blit(wukong, (150, y)) screen.blit(wukong.image, (150, y))
time += 1 time += 1
if time >= 60: if time >= 60:
time = 0 time = 0
......
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