From 86a30260a0ae8bf6910150753f2db2c0894b0b24 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 14 Oct 2023 15:03:23 +0800
Subject: [PATCH] auto save

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

diff --git a/snake.py b/snake.py
index 4b7a23b..13bf8fb 100644
--- a/snake.py
+++ b/snake.py
@@ -76,4 +76,4 @@ while True:
     BT = my_font.render(SB,True,(0,0,0))
     screen.blit(BT,(540,10))
     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