Commit 7a212139 by BellCodeEditor

save project

parent 65a469cf
Showing with 2 additions and 2 deletions
...@@ -92,8 +92,8 @@ while True: ...@@ -92,8 +92,8 @@ 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))
scoreSurf = basic_font.render(info, True, (255, 255, 255)) scoreSurf = basic_font.render(info, True, (255, 255, 255))
screen.blit(scoreSurf, (120,440)) Screen.blit(scoreSurf,(120,440))
......
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