Commit b24ef9d1 by BellCodeEditor

save project

parent e1a5e96f
Showing with 1 additions and 1 deletions
...@@ -57,7 +57,7 @@ with open("score.txt","r",encoding="utf-8") as f: ...@@ -57,7 +57,7 @@ with open("score.txt","r",encoding="utf-8") as f:
three=record["第3名"] three=record["第3名"]
while True: while True:
speed=8+score//1 speed=8+score//3
if score>old_score: if score>old_score:
music_1.play() music_1.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