ehrm..okay
is there a way to change settings of something by id?
At the moment, I change the color of a StaticText like that:
Code: Select all
gui::IGUIStaticText* loadText;
loadText = guienv->addStaticText(L"Lade Map...",true, core::rect<s32>(5,450,300,470));
loadText->setOverrideColor(video::SColor(0,255,255,255));I think that would be nice:
Code: Select all
setOverrideColor(color,ID);