Closed EricFedrowisch closed 10 years ago
Remove self.tall as an argument and a variable, replace with self.height which can be determined by using pygame.surface.get_height() during init()
Maybe not a good idea. Tall does have a valid existence to denote things that "project" upwards from the base coordinate.
Remove self.tall as an argument and a variable, replace with self.height which can be determined by using pygame.surface.get_height() during init()