Skip to content

Commit

Permalink
better default transform for menu
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispyPin committed Jun 6, 2021
1 parent eda8c8c commit 721c518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ovr-utils/addons/settings-manager/settings_definition.gd
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ const DEF = {
"fallback": ["left", "right", "head"],
"offsets": {
"left": {
"pos": Vector3(),
"rot": Quat(),
"pos": Vector3(0.15, 0.05, 0),
"rot": Quat(-0.653928, -0.023545, 0.008617, 0.756141),
},
"right": {
"pos": Vector3(),
"rot": Quat(),
"pos": Vector3(-0.15, 0.05, 0),
"rot": Quat(-0.653928, -0.023545, 0.008617, 0.756141),
},
"head": {
"pos": Vector3(0,0,-0.5),
Expand Down

0 comments on commit 721c518

Please sign in to comment.