2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Initial icons build system

This commit is contained in:
Jack Andersen
2016-01-17 14:40:11 -10:00
parent 51e295e311
commit 96facf2389
9 changed files with 478 additions and 6 deletions

View File

@@ -91,11 +91,11 @@ void SplashScreen::updateContentOpacity(float opacity)
m_buildInfo->typesetGlyphs(m_buildInfoStr, clearColor);
m_newButt.m_view.reset(new Specter::Button(res, *this, &m_newProjBind, m_newString,
Specter::Button::Style::Text));
nullptr, Specter::Button::Style::Text));
m_openButt.m_view.reset(new Specter::Button(res, *this, &m_openProjBind, m_openString,
Specter::Button::Style::Text));
nullptr, Specter::Button::Style::Text));
m_extractButt.m_view.reset(new Specter::Button(res, *this, &m_extractProjBind, m_extractString,
Specter::Button::Style::Text));
nullptr, Specter::Button::Style::Text));
updateSize();
}