Commit 904fad8a by BellCodeEditor

save project

parent 398397f8
Showing with 71 additions and 2 deletions
...@@ -40,4 +40,74 @@ scoesurf = basic_font.render("分数"+str(score),true,(255,255,255)) ...@@ -40,4 +40,74 @@ scoesurf = basic_font.render("分数"+str(score),true,(255,255,255))
scoesurf = (basicscoesurf(880,20)) scoesurf = (basicscoesurf(880,20))
speed = 8 + score//3 speed = 8 + score//3
wukong = Player(hero[index]) 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