2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 17:47:42 +00:00

Menu activation implementation

This commit is contained in:
Jack Andersen
2016-01-15 17:57:11 -10:00
parent 8697291405
commit ae5b478a88
3 changed files with 18 additions and 14 deletions

View File

@@ -180,6 +180,9 @@ void Button::colorGlyphs(const Zeus::CColor& newColor)
{
m_textColor = newColor;
m_text->colorGlyphs(newColor);
for (int i=28 ; i<31 ; ++i)
m_verts[i].m_color = newColor;
m_vertsBinding.load(m_verts, sizeof(m_verts));
}
void Button::ButtonTarget::setInactive()