Commit e6e4570f by BellCodeEditor

save project

parent c3e5e121
Showing with 7 additions and 0 deletions
...@@ -105,4 +105,10 @@ while True: ...@@ -105,4 +105,10 @@ 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))
scoreSuf = basic_font.render(info,True,(255,255,255))
screen.blit(scoreSuf,(120,440))
scoreSuf = basic_font.render("/" + info2,True,(0,0,0))
screen.blit(scoreSuf2,(170,440))
pygame.display.update() 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