Commit 965fc17c by BellCodeEditor

save project

parent efb1904b
Showing with 3 additions and 1 deletions
...@@ -99,7 +99,8 @@ while True: ...@@ -99,7 +99,8 @@ while True:
#screen.blit(logo_img, (170, 60)) #screen.blit(logo_img, (170, 60))
screen.bilt(new_logo,pos) screen.bilt(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))
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