Mercurial > traipse_dev
diff orpg/mapper/grid.py @ 19:78407d627cba traipse_dev
Beginning of Code Clean-up. Some code untested, may break!
author | sirebral |
---|---|
date | Sat, 25 Jul 2009 17:24:40 -0500 |
parents | 4385a7d0efd1 |
children | 072ffc1d466f |
line wrap: on
line diff
--- a/orpg/mapper/grid.py Tue Jul 21 05:34:16 2009 -0500 +++ b/orpg/mapper/grid.py Sat Jul 25 17:24:40 2009 -0500 @@ -54,7 +54,8 @@ self.mapscale = 1.0 self.unit_size = 100 self.unit_size_y = 100 - #unit_widest and unit_offset are for the Hex Grid only. these are mathmatics to figure out the exact center of the hex + #unit_widest and unit_offset are for the Hex Grid only. + #These are mathematics to figure out the exact center of the hex self.unit_widest = 100 self.unit_offset = 100 #size_ratio is the size ajustment for Hex and ISO to make them more accurate