Deep-Phield-Softworks / XeroSum

Isometric, Squad-Based, Real-Time Strategy RPG
0 stars 0 forks source link

Remove self.tall as an argument and a variable, replace with self.height #25

Closed EricFedrowisch closed 10 years ago

EricFedrowisch commented 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()

EricFedrowisch commented 10 years ago

Maybe not a good idea. Tall does have a valid existence to denote things that "project" upwards from the base coordinate.