Commit 5d4bde1e by BellCodeEditor

save project

parent 186aa651
Showing with 2 additions and 0 deletions
...@@ -16,5 +16,6 @@ while True: ...@@ -16,5 +16,6 @@ while True:
if event.type == locals.QUIT: if event.type == locals.QUIT:
exit() exit()
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(logo,(170,60))
pygame.display.update() pygame.display.update()
fps.tick(60) fps.tick(60)
\ 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