Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
jonylu7 committed Jun 17, 2024
1 parent 47ca8d1 commit 440a237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Scene/TutorialScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ void TutorialScene::stageStart() {
m_PlayerObjectivesText->SetVisible(true);
m_PlayerObjectivesText->setMovingRelativeToCamera(false);
Util::Transform trans;
trans.translation = {840, 5};

trans.translation = {540, 5};
trans.scale = {0.7, 0.7};
m_PlayerObjectivesText->SetTransform(trans);

Expand Down

0 comments on commit 440a237

Please sign in to comment.