Commit 31eac2bb by BellCodeEditor

save project

parent e8858184
Showing with 1 additions and 1 deletions
......@@ -60,7 +60,7 @@ with open('score.txt', 'r', encoding='utf-8')as f:
record = json.loads(content)
one = content["第一名"]
tuo = content["第二名"]
thr = content["第三名"]
three = content["第三名"]
while True:
for event in pygame.event.get():
......
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