2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Prelim release badging

This commit is contained in:
2016-07-16 12:21:12 -07:00
parent a271b6ab58
commit f6514b2575
11 changed files with 296 additions and 4 deletions

View File

@@ -6,6 +6,8 @@
#include <specter/MultiLineTextView.hpp>
#include <specter/FileBrowser.hpp>
#include <specter/Menu.hpp>
#include <specter/Icon.hpp>
#include "ViewManager.hpp"
namespace urde
@@ -22,6 +24,8 @@ class SplashScreen : public specter::ModalWindow
std::unique_ptr<specter::TextView> m_title;
std::string m_buildInfoStr;
std::unique_ptr<specter::MultiLineTextView> m_buildInfo;
std::unique_ptr<specter::IconView> m_badgeIcon;
std::unique_ptr<specter::TextView> m_badgeText;
std::string m_newString;
specter::ViewChild<std::unique_ptr<specter::Button>> m_newButt;