Commit a9623a4f by BellCodeEditor

save project

parent 22b5c200
Showing with 5 additions and 2 deletions
......@@ -37,4 +37,7 @@ else:
sprite.score = 0
scoesurf = basic_font.render("分数"+str(score),true,(255,255,255))
scoesurf = (basicscoesurf(880,20))
\ No newline at end of file
scoesurf = (basicscoesurf(880,20))
speed = 8 + score//3
wukong = Player(hero[index])
s
\ No newline at end of file
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