From ca1426eabc873f781eb0dd389d45634b7d183250 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:07:59 +1000 Subject: Lua chat callbacks + better font styling golly gee whiz!! i hope i didn't fuck something up --- source/frontend/StarChatBubbleManager.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/frontend/StarChatBubbleManager.hpp') diff --git a/source/frontend/StarChatBubbleManager.hpp b/source/frontend/StarChatBubbleManager.hpp index cf46fcc..42b58db 100644 --- a/source/frontend/StarChatBubbleManager.hpp +++ b/source/frontend/StarChatBubbleManager.hpp @@ -26,7 +26,7 @@ public: private: typedef tuple BubbleImage; - typedef tuple BubbleText; + typedef tuple BubbleText; struct Bubble { EntityId entity; @@ -64,8 +64,7 @@ private: TextPositioning m_textTemplate; TextPositioning m_portraitTextTemplate; - Color m_color; - int m_fontSize; + TextStyle m_textStyle; Vec2F m_textPadding; BubbleSeparator m_bubbles; -- cgit v1.2.3