Commit 7bb24503 by BellCodeEditor

save project

parent c30c4b73
Showing with 2 additions and 2 deletions
......@@ -8,7 +8,7 @@ aa=pygame.image.load("apple.png")
ri=pygame.image.load("right.png")
# 创建一个窗口
sreen=pygame.display.set_mode((880,600))
sreen=pygame.display.set_mode((660,480))
while True:
for event in pygame.event.get():
if event.type==locals.QUIT:
......@@ -19,5 +19,5 @@ while True:
sreen.blit(bo,(180,120))
sreen.blit(bo,(180,90))
sreen.blit(aa,(330,450))
pygame.display.updata()
pygame.display.update()
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