rework on graphics.cpp, implement some GFX with lua

This commit is contained in:
Eduardo Bart
2011-08-14 14:45:25 -03:00
parent 2abe962aa9
commit afc197f2dc
28 changed files with 250 additions and 128 deletions

View File

@@ -30,7 +30,7 @@ void UILabel::loadStyleFromOTML(const OTMLNodePtr& styleNode)
void UILabel::render()
{
getFont()->renderText(m_text, getGeometry(), m_align, getColor());
getFont()->renderText(m_text, getGeometry(), m_align, m_fontColor);
}
void UILabel::resizeToText()