Commit ceea8ce3 by BellCodeEditor

save project

parent 9eafd770
Showing with 5 additions and 0 deletions
......@@ -14,3 +14,8 @@ while True:
for event in pygame.event.get():
if event.type ==locals.QUIT:
exit()
asd.blit(right,(290,30))
asd.blit(body,(260,30))
asd.blit(bg,(0,0))
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