Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarTeamBar.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-28 01:07:55 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-28 01:07:55 +1000
commit59ab7dabe6b24fe998764f23d0da15aa7d4af3f9 (patch)
treec3a318aa247027be531227f1d71238dbb0bee94b /source/frontend/StarTeamBar.hpp
parenta1e428fafa61b98d5405914290f251978cd9ac31 (diff)
Misc internal UI fixes
Diffstat (limited to 'source/frontend/StarTeamBar.hpp')
-rw-r--r--source/frontend/StarTeamBar.hpp3
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;