Commit 981bf17a by BellCodeEditor

save project

parent 1b4fc16d
Showing with 1 additions and 1 deletions
...@@ -92,7 +92,7 @@ while True: ...@@ -92,7 +92,7 @@ while True:
play_time = int(play_time/1000) play_time = int(play_time/1000)
play_m = play_time//60 play_m = play_time//60
play_s = play_time % 60 play_s = play_time % 60
info = str(play_m) info = str(play_m) + ":" str(play_s)
screen.blit(bg_img, (0, 0)) screen.blit(bg_img, (0, 0))
screen.blit(play_button, (270, 330)) screen.blit(play_button, (270, 330))
screen.blit(logo_img, (new_logo,pos)) screen.blit(logo_img, (new_logo,pos))
......
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