window ui

This commit is contained in:
Eduardo Bart
2011-04-09 19:55:58 -03:00
parent a9a110f44b
commit f2bdc89d8d
18 changed files with 338 additions and 59 deletions

View File

@@ -30,7 +30,7 @@ void UIButton::render()
{
UIElement::render();
g_fonts.get("tibia-8px-antialised")->renderText(m_text, getRect(), ALIGN_CENTER);
g_fonts.get("tibia-8px-antialised")->renderText(m_text, getRect(), ALIGN_CENTER, Color(0xFFEEEEEE));
}
bool UIButton::onInputEvent(const InputEvent& event)