ai.client.debug_text_3d uses RGB values in wrong order
DuncanDHall opened this issue · 0 comments
DuncanDHall commented
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)