Commit 8df93945 by BellCodeEditor

save project

parent 1e7c0191
Showing with 10 additions and 1 deletions
...@@ -131,7 +131,16 @@ while True: ...@@ -131,7 +131,16 @@ while True:
if (sprite.rect.x + sprite.rect.width) < wukong.rect.x: if (sprite.rect.x + sprite.rect.width) < wukong.rect.x:
score += sprite.score score += sprite.score
sprite.score = 0 sprite.score = 0
if score>three:
if score>one:
record["第1名"]:score
record["第2名"]:one
record["第3名"]:two
elif core>two:
record["第2名"]:score
record["第3名"]:two
else:
record["第3名"]:score
if score > old_score: if score > old_score:
score_audio.play() score_audio.play()
old_score = score old_score = score
......
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