Skip to content

Commit

Permalink
tweak text position
Browse files Browse the repository at this point in the history
  • Loading branch information
fallahn committed Jul 27, 2023
1 parent 5cb0c3c commit 9a2a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/golf/src/golf/GolfStateUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3058,7 +3058,7 @@ void GolfState::showMessageBoard(MessageBoardID messageType, bool special)
{
textEnt3.getComponent<cro::Text>().setString("Nice Putt!");
textEnt3.getComponent<cro::Text>().setFillColour(TextGoldColour);
textEnt3.getComponent<cro::Transform>().move({ 0.f, -8.f });
textEnt3.getComponent<cro::Transform>().move({ 0.f, -10.f });

textEnt.getComponent<cro::Transform>().move({ 0.f, 2.f, 0.f });
}
Expand Down

0 comments on commit 9a2a784

Please sign in to comment.