Commit f82e8c43 by BellCodeEditor

save project

parent 7ccfd1a9
Showing with 1 additions and 1 deletions
...@@ -133,7 +133,7 @@ while True: ...@@ -133,7 +133,7 @@ while True:
record["第3名"]=two record["第3名"]=two
else: else:
record["第3名"]=score record["第3名"]=score
record=json.dumps(record,ensure_ascii=Flase) record=json.dumps(record,ensure_ascii=False)
else: else:
if sprite.rect.x + sprite.rect.width<wukong.rect.x: if sprite.rect.x + sprite.rect.width<wukong.rect.x:
score+=sprite.score score+=sprite.score
......
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