Kasante95

actors_draw

Apr 4th, 2023
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. def draw():
  2.     screen.fill("green")
  3.     fox.draw()
  4.     coin.draw()
  5.     screen.draw.text("Score: " + str(score), color="black", topleft=(10, 10))
Advertisement
Add Comment
Please, Sign In to add comment