Commit 66528926 by BellCodeEditor

save project

parent d506f1ad
Showing with 3 additions and 2 deletions
...@@ -116,4 +116,5 @@ while True: ...@@ -116,4 +116,5 @@ while True:
scoreSurf2 = font.render("/"+info2,True,(0,0,0)) scoreSurf2 = font.render("/"+info2,True,(0,0,0))
screen.blit(scoreSurf2, (170, 440)) screen.blit(scoreSurf2, (170, 440))
screen.blit(scoreSurf,(120,440)) screen.blit(scoreSurf,(120,440))
pygame.display.update() pygame.display.update()
\ No newline at end of file
\ 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