From 9a2a784924cfebcd37eebb6e11677392d7780980 Mon Sep 17 00:00:00 2001 From: fallahn Date: Thu, 27 Jul 2023 11:50:57 +0100 Subject: [PATCH] tweak text position --- samples/golf/src/golf/GolfStateUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/golf/src/golf/GolfStateUI.cpp b/samples/golf/src/golf/GolfStateUI.cpp index ce7ecca28..3bec66e75 100644 --- a/samples/golf/src/golf/GolfStateUI.cpp +++ b/samples/golf/src/golf/GolfStateUI.cpp @@ -3058,7 +3058,7 @@ void GolfState::showMessageBoard(MessageBoardID messageType, bool special) { textEnt3.getComponent().setString("Nice Putt!"); textEnt3.getComponent().setFillColour(TextGoldColour); - textEnt3.getComponent().move({ 0.f, -8.f }); + textEnt3.getComponent().move({ 0.f, -10.f }); textEnt.getComponent().move({ 0.f, 2.f, 0.f }); }