Commit 31eac2bb by BellCodeEditor

save project

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