Commit 2b955ffb by BellCodeEditor

auto save

parent cc1ca39f
Showing with 1 additions and 0 deletions
...@@ -16,6 +16,7 @@ while True: ...@@ -16,6 +16,7 @@ while True:
screen.blit(bg,(0,0)) screen.blit(bg,(0,0))
screen.blit(up,(100,100)) screen.blit(up,(100,100))
screen.blit(apple,(200,200)) screen.blit(apple,(200,200))
screen.blit(body,(100,130))
for event in pygame.event.get(): for event in pygame.event.get():
print(event) print(event)
if event.type==QUIT: if event.type==QUIT:
......
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