Kasante95

game_over_cond

Apr 4th, 2023
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. if game_over:
  2.     screen.fill("pink")
  3.     screen.draw.text("Final Score: " + str(score), topleft=(10, 10), fontsize=60)
Advertisement
Add Comment
Please, Sign In to add comment