Commit 205dddb5 by BellCodeEditor

save project

parent 98386c0f
Showing with 1 additions and 1 deletions
......@@ -7,7 +7,7 @@ b=pygame.image.load('right.png')
c=pygame.image.load('apple.png')
while True:
for event in pygame.event.get():
if event.type==locals.QUIT
if event.type==locals.QUIT:
exit()
screen.blit(a,(0,0))
screen.blit(b,(290,120))
......
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