Commit 396f3e8b by BellCodeEditor

auto save

parent e31ca181
Showing with 7 additions and 1 deletions
import pygame
food = pygame.lambda
# 初始化pygame,为使用pygame做准备
pygame.init()
......@@ -10,3 +10,8 @@ while True:
if event.type == locals.QUIT
exit()
screen.blit(background), (0,0))
screen.blit(right,(200,120))
screen.blit(food , (360,300))
pygame.dlsplay.update()
\ No newline at end of file
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