From e6abf4281c39da58446036da21c8ad70a08ba815 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 9 Jan 2022 13:55:04 +0800
Subject: [PATCH] save project

---
 my_game.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/my_game.py b/my_game.py
index c15aaa9..d23b08d 100644
--- a/my_game.py
+++ b/my_game.py
@@ -139,10 +139,6 @@ while True:
                 record=json.dumps(record,ensure_ascii=False)
                 with open("record.txt","w",encoding='utf-8') as f:
                     f.write(record)
-
-
-
-
             else:
                 if (sprite.rect.x+sprite.rect.width)<wukong.rect.x:
                     score+=sprite.score
--
libgit2 0.25.0