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.23 KB | None | 0 0
  1. ...
  2. def __init__(self, display):
  3. self.x_pos = (Config['game']['width'] -30) / 2
  4. self.y_pos = (Config['game']['height'] - 30) / 2
  5. self.display = display
  6. self.body = []
  7. self.max_size = 0
  8. ...
Add Comment
Please, Sign In to add comment