BurnySc2/python-sc2

ai.client.debug_text_3d uses RGB values in wrong order

DuncanDHall opened this issue · 0 comments

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)