Commit ffaffc42 by BellCodeEditor

save project

parent a85afe0a
Showing with 3 additions and 2 deletions
...@@ -102,4 +102,5 @@ while True: ...@@ -102,4 +102,5 @@ while True:
screen.blit(last_img, (120, 350)) screen.blit(last_img, (120, 350))
screen.blit(next_img, (420, 350)) screen.blit(next_img, (420, 350))
pygame.display.update() scoreSurf = basic_font.render(info,True,(255,255,255))
\ No newline at end of file screen.blit(scoreSurf,(120,440))
\ 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