Commit 31ea1094 by BellCodeEditor

save project

parent 74d5b8bb
Showing with 2 additions and 10 deletions
......@@ -4,12 +4,4 @@ import pygame
pygame.init()
# 创建一个
screen=pygame.display.set_mode((800,600))
while True:
for even in pygame.event.get()
if event.type==locals.QUIT()
exit()
screen.blit(backgroud,(0,0))
screen.blit(right,(0,0))
screen.blit(apple,(0,0))
\ No newline at end of file
screen=pygame.display.set_mode((800,600))
\ 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