Commit ce89f89d by BellCodeEditor

save project

parent a5e9717c
Showing with 2 additions and 1 deletions
......@@ -88,7 +88,8 @@ while True:
BN=nb//60
NB=nb%60
into=str(BN)+':'+str(NB)
scoreSurf=basic_font.render(info,True,(225,225,225))
scoreSurf=basic_font.render(into,True,(225,225,225))
print(into)
screen.blit(scoreSurf,(120,440))
print(play_time)
......
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