Kasante95

place_coin

Apr 4th, 2023
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. coin.x = randint(20, (WIDTH - 20))
  2. coin.y = randint(20, (HEIGHT - 20))
Advertisement
Add Comment
Please, Sign In to add comment