Guest User

Untitled

a guest
Jul 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ...
  2. def draw(self):
  3. return pygame.draw.rect(
  4. self.display,
  5. Config['colors']['green'],
  6. [
  7. self.x_pos,
  8. self.y_pos,
  9. Config['snake']['height'],
  10. Config['snake']['width']
  11. ]
  12. )
  13. ...
Add Comment
Please, Sign In to add comment