mirror of
https://github.com/edubart/otclient.git
synced 2025-12-24 00:47:10 +01:00
window ui
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user