Anonymous
Guest
self.contents.font.color = normal_color
self.contents.draw_text(4, 32, 120, 32, text, 2)
This is the line I see everywhere, and so I think it is the one that deals with the font's color.....
So what do I do to change the color of the font?
self.contents.draw_text(4, 32, 120, 32, text, 2)
This is the line I see everywhere, and so I think it is the one that deals with the font's color.....
So what do I do to change the color of the font?