diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 01:07:55 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 01:07:55 +1000 |
commit | 59ab7dabe6b24fe998764f23d0da15aa7d4af3f9 (patch) | |
tree | c3a318aa247027be531227f1d71238dbb0bee94b /source/frontend/StarTeamBar.hpp | |
parent | a1e428fafa61b98d5405914290f251978cd9ac31 (diff) |
Misc internal UI fixes
Diffstat (limited to 'source/frontend/StarTeamBar.hpp')
-rw-r--r-- | source/frontend/StarTeamBar.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/frontend/StarTeamBar.hpp b/source/frontend/StarTeamBar.hpp index d781547..8273ab6 100644 --- a/source/frontend/StarTeamBar.hpp +++ b/source/frontend/StarTeamBar.hpp @@ -5,6 +5,7 @@ #include "StarUuid.hpp" #include "StarMainInterfaceTypes.hpp" #include "StarProgressWidget.hpp" +#include "StarLabelWidget.hpp" namespace Star { @@ -103,6 +104,8 @@ private: ProgressWidgetPtr m_energyBar; ProgressWidgetPtr m_foodBar; + LabelWidgetPtr m_nameLabel; + Color m_energyBarColor; Color m_energyBarRegenMixColor; Color m_energyBarUnusableColor; |