Commit d6e31429 by BellCodeEditor

auto save

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