Commit 28197bc6 by BellCodeEditor

save project

parent 9bc41ba0
Showing with 3 additions and 2 deletions
......@@ -12,4 +12,5 @@ while True:
for i in pygame.event.get():
if i.type == locals.QUIT:
exit()
screen.blit(bg,(0,0))
\ No newline at end of file
screen.blit(bg,(0,0))
pygame.display.update()
\ 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