how to set gui button font color?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
hzsyber
Posts: 52
Joined: Tue Apr 01, 2008 2:21 pm
Location: Canton,China.

how to set gui button font color?

Post by hzsyber »

i use Irrlicht Multilingual pack,
but i don't know how to set button background-color & font color.

thanks.
torleif
Posts: 188
Joined: Mon Jun 30, 2008 4:53 am

Post by torleif »

read up about buttons here

Create a sprite bank with your colors, then use
use MyButton->setSprite( etc )
To set it.
Post Reply