Commit d9420eed by BellCodeEditor

save project

parent fed7c410
Showing with 7 additions and 1 deletions
...@@ -109,7 +109,12 @@ while True: ...@@ -109,7 +109,12 @@ while True:
screen.blit(play_button, (270, 330)) screen.blit(play_button, (270, 330))
screen.blit(new_logo,pos) screen.blit(new_logo,pos)
screen.blit(last_img, (120, 350)) screen.blit(last_img, (120, 350))
screen.blit(next_img, (420, 350)) screen.blit(next_img, (420, 350))
scoreSurf = basic_font.render(info, True, (255, 255, 255))
screen.blit(scoreSurf, (120, 440))
scoreSurf2 = basic_font.render("/" + info2. Ture, (0,0. 0))
screen.blit(scoreSurf2, (170,440))
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