Skip to content

Commit

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

Expand Down

0 comments on commit 47ca8d1

Please sign in to comment.