Commit 3170646b by BellCodeEditor

save project

parent 3bc0d49c
Showing with 3 additions and 2 deletions
......@@ -120,7 +120,7 @@ while True:
screen.blit(last_img, (120, 350))
screen.blit(next_img, (420, 350))
ScoreSurf=basic_front.render(info,True,(255,255,255))
ScoreSurf=basic_front.render("/" + info2,True,(0,0,0))
screen.blit(ScoreSurf,(120,440))
ScoreSurf=basic_front.render("/" + info2,True,(0,0,0))
screen.blit(ScoreSurf,(170,440))
pygame.display.update()
\ 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