Commit 64c81de3 by BellCodeEditor

save project

parent c7c389d3
Showing with 0 additions and 2 deletions
...@@ -5,5 +5,4 @@ screen=pygame.display.set_mode((600,480)) ...@@ -5,5 +5,4 @@ screen=pygame.display.set_mode((600,480))
while True: while True:
for a in pygame.event.get(): for a in pygame.event.get():
if a.type==locals.QUIT: if a.type==locals.QUIT:
exit() exit()
\ No newline at end of file
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