render_color changes?
Posted: Tue May 26, 2015 10:13 am
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)