Commit 4e4417c7 by BellCodeEditor

auto save

parent 8c8cbf27
Showing with 0 additions and 4 deletions
......@@ -52,10 +52,6 @@ gamestate = True
speed=8
score=0
old_score=0
with open('record.txt','r',encodent='UTF-8') as f:
file=f.read()
json.loads(file)
block_list =pygame.sprite.Group() # 创建精灵组
a=pygame.mixer.Sound('score.wav')
......
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