From 63b68b3a55a11b32b07e7b8bdbf3760722d5e7f9 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:42:07 +1000 Subject: Nameplate and chat bubble improvements They should stack much better now. I also hooked up the true mouth position to the name-tag, but it's too shaky on chat bubbles. --- source/game/StarObject.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/game/StarObject.cpp') diff --git a/source/game/StarObject.cpp b/source/game/StarObject.cpp index 43a8574..dc19d74 100644 --- a/source/game/StarObject.cpp +++ b/source/game/StarObject.cpp @@ -1193,6 +1193,10 @@ Vec2F Object::mouthPosition() const { } } +Vec2F Object::mouthPosition(bool) const { + return mouthPosition(); +} + List Object::pullPendingChatActions() { return std::move(m_pendingChatActions); } -- cgit v1.2.3