Commit 255dc6b1 by BellCodeEditor

auto save

parent 42d6aeda
Showing with 2 additions and 0 deletions
...@@ -51,6 +51,8 @@ time = 0 ...@@ -51,6 +51,8 @@ time = 0
gamestate = True gamestate = True
score=0 score=0
block_list =pygame.sprite.Group() # 创建精灵组 block_list =pygame.sprite.Group() # 创建精灵组
with open("record.txt","r",encoding="utf-8") as f:
fs=f.read()
while True: while True:
for event in pygame.event.get(): 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