Skip to content

Commit

Permalink
Fix title screen UI position
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 committed Nov 16, 2023
1 parent db8ccf6 commit 61187b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DredgeVR/VRUI/VRUIManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void OnTitleSceneStart()

if (DLCHelper.OwnsThePaleReach())
{
canvas.transform.position = new Vector3(-91f, 1f, -1338f);
canvas.transform.position = new Vector3(-91.1f, 1f, -1339.2f);
canvas.transform.rotation = Quaternion.Euler(0, 230, 0);
}
else
Expand Down

0 comments on commit 61187b5

Please sign in to comment.