tsoule88 / evolvedTD

Evolutionary tower defense game from the University of Idaho
GNU General Public License v3.0
4 stars 2 forks source link

SmallerTower #150

Closed doug-graham closed 9 years ago

doug-graham commented 9 years ago

I made the tower's size (image size, box2D body size, everything) scale with the tower.radius variable. Then I took the radius variable down from 80 (the size the tower's been this whole time) to 50. You guys can be the judges of what number is right, but at least now we have the capability to scale the tower's size easily.

doug-graham commented 9 years ago

This resolves #101

andyleejordan commented 9 years ago

:+1: