Commit 8e3e689c by BellCodeEditor

save project

parent 7f9fde96
Showing with 1 additions and 0 deletions
......@@ -64,6 +64,7 @@ with open('record.txt','r',encoding='utf-8') as f:
one = recond["第1名"]
two = recond["第2名"]
three = recond["第3名"]
while True:
for event in pygame.event.get():
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