diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-23 20:24:40 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-23 20:24:40 +1000 |
commit | e64aabfcf1237639fa5d53ed7e02c3a6510f4a0c (patch) | |
tree | c319339d75266ecd2083d3cbfcbe972648b668e1 /source/frontend/StarNameplatePainter.hpp | |
parent | 01356293019e77ccaadd636b1c4d62733db419b0 (diff) |
add Nametag Directives
Diffstat (limited to 'source/frontend/StarNameplatePainter.hpp')
-rw-r--r-- | source/frontend/StarNameplatePainter.hpp | 4 |
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; |