Commit e8604e03 by BellCodeEditor

save project

parent 686c5f10
Showing with 6 additions and 0 deletions
......@@ -52,6 +52,12 @@ gamestate = True
block_list =pygame.sprite.Group() # 创建精灵组
with open('score.txt', 'r', encoding='utf-8')as f;
content = f.read()
record = json.loads(content)
one = content["第1名"]
two = content["第2名"]
thr = content["第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