Commit 65a19e12 by BellCodeEditor

auto save

parent b7892e98
Showing with 4 additions and 2 deletions
......@@ -7,4 +7,7 @@ while True:
for event in pygame.event.get():
print(event)
if event.type==locals.QUIT:
exit()
\ No newline at end of file
exit()
p=pygame.image.load('be.ing')
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