BurnySc2 / python-sc2

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

ai.client.debug_text_3d uses RGB values in wrong order #166

Open DuncanDHall opened 1 year ago

DuncanDHall commented 1 year ago

When I set the color to (255, 0, 0), the resulting text is blue. (0, 0, 255) is red. (0, 0, 255) is green.

self.client.debug_text_3d(test, some_unit, (0, 0, 255), size=16)