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

summaryrefslogtreecommitdiff
path: root/source/frontend/StarNameplatePainter.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-23 20:24:40 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-23 20:24:40 +1000
commite64aabfcf1237639fa5d53ed7e02c3a6510f4a0c (patch)
treec319339d75266ecd2083d3cbfcbe972648b668e1 /source/frontend/StarNameplatePainter.hpp
parent01356293019e77ccaadd636b1c4d62733db419b0 (diff)
add Nametag Directives
Diffstat (limited to 'source/frontend/StarNameplatePainter.hpp')
-rw-r--r--source/frontend/StarNameplatePainter.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/frontend/StarNameplatePainter.hpp b/source/frontend/StarNameplatePainter.hpp
index 51af619..08c7827 100644
--- a/source/frontend/StarNameplatePainter.hpp
+++ b/source/frontend/StarNameplatePainter.hpp
@@ -31,10 +31,14 @@ private:
TextPositioning statusPosition(Vec2F bubblePosition) const;
RectF determineBoundBox(Vec2F bubblePosition, Nametag const& nametag) const;
+ bool m_showMasterNames;
float m_opacityRate;
+ float m_inspectOpacityRate;
Vec2F m_offset;
String m_font;
String m_statusFont;
+ String m_fontDirectives;
+ String m_statusFontDirectives;
float m_fontSize;
float m_statusFontSize;
Vec2F m_statusOffset;