Page 1 of 1

render_color changes?

Posted: Tue May 26, 2015 10:13 am
by Predz
Have there been changes to the render_color property? Because the current <Entity>.color property doesn't work. You must now supply a Color instance directly to the render_color property rather than an integer. I got it to work my side by doing.

Syntax: Select all

player.render_color = Color(255, 0, 0)

Posted: Tue May 26, 2015 2:36 pm
by Ayuto