Commit 965fc17c by BellCodeEditor

save project

parent efb1904b
Showing with 2 additions and 0 deletions
...@@ -100,6 +100,7 @@ while True: ...@@ -100,6 +100,7 @@ while True:
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