Commit 577d1e07 by BellCodeEditor

save project

parent d6e31429
Showing with 5 additions and 2 deletions
...@@ -17,4 +17,8 @@ while True: ...@@ -17,4 +17,8 @@ while True:
if event.type == locals.QUIT: if event.type == locals.QUIT:
exit() exit()
screen.blit(bg_img, (0, 0)) screen.blit(bg_img, (0, 0))
screen.blit(logo_img, (170,60 ))
\ No newline at end of file screen.blit(stop_img, (270,360))
screen.blit(last_img, (120,350))
screen.blit(next_img, (420,350))
pygame.display.update()
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