python-sc2 icon indicating copy to clipboard operation
python-sc2 copied to clipboard

ai.client.debug_text_3d uses RGB values in wrong order

Open DuncanDHall opened this issue 2 years ago • 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)

DuncanDHall avatar Jan 23 '23 00:01 DuncanDHall