BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
472 stars 156 forks source link

Start locations position rounding #165

Closed SamOgon-one closed 1 year ago

SamOgon-one commented 1 year ago

Start locations position rounding, they are sligthy offset in some maps, like in InsideAndOutAIE (33.499755859375, 30.5) instead of (33.5, 30.5)

BurnySc2 commented 1 year ago

Technically the self.start_location isn't verified/converted but since that position comes from a townhall, I believe the coordinates for that location should be correct.