We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How this should be implemented is not yet determined, should initially support Terran
Could be some kind of function (cython?) (include_townhall so expanding on high ground is possible):
def get_building_positions(race, include_townhall, position, ramp_position, wall_off: bool) -> Dict[size, set[Point2]]: pass
Returns a dict in the following format:
dict
{ "2x2": {(50, 55), (15, 10)}, "3x3": {(20, 21), (152, 8)}, "5x5": {(23, 67)} }
position
radius
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How this should be implemented is not yet determined, should initially support Terran
Could be some kind of function (cython?) (include_townhall so expanding on high ground is possible):
Returns a
dict
in the following format:position
radius
based onposition
, and only allow structures at same terrain height asposition
The text was updated successfully, but these errors were encountered: