From 6195690d704d993889ed9ab85fe4ac762c6a4715 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 8 Aug 2021 15:10:08 +0800
Subject: [PATCH] auto save

---
 snake.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snake.py b/snake.py
index 3f8b9f7..3478b80 100644
--- a/snake.py
+++ b/snake.py
@@ -70,4 +70,4 @@ while True:
     screen.blit(food, (ax, ay))
     # 刷新画面
     pygame.display.update()
-    FPSCLOCK.tick(3)
\ No newline at end of file
+    FPSCLOCK.tick(5)
\ No newline at end of file
--
libgit2 0.25.0