From b0f1832bc5c536826c5829c135486cc45c1beb2f Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 28 May 2022 09:23:23 +0800 Subject: [PATCH] save project --- snake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snake.py b/snake.py index 248da04..0a5785d 100644 --- a/snake.py +++ b/snake.py @@ -58,7 +58,7 @@ while True: apple_x = num1* 30-30 apple_y = num2* 30-30 else: - position.pop(0) + position.pop(0) # 将背景图画上去 screen.blit(background, (0, 0)) # 将贪吃蛇的头画上去 -- libgit2 0.25.0