Commit 726ca39a by BellCodeEditor

save project

parent 7a57dcf3
Showing with 1 additions and 0 deletions
...@@ -25,6 +25,7 @@ new_score = 0 ...@@ -25,6 +25,7 @@ new_score = 0
old_score = 0 old_score = 0
score_music = pygame.mixer.Sound('score.wav') score_music = pygame.mixer.Sound('score.wav')
sss = pygame.font.Font('STKAITI.TTF',20) sss = pygame.font.Font('STKAITI.TTF',20)
with open('record.txt','r',encoding='utf-8')as text: with open('record.txt','r',encoding='utf-8')as text:
text_read=text.read() text_read=text.read()
text_loads=json.loads(text_read) text_loads=json.loads(text_read)
......
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