Skip to content

Commit

Permalink
Merge pull request #6237 from mozilla/AdjustObjectMenuButtonPositions
Browse files Browse the repository at this point in the history
bitECS: Adjust Object menu button positions
  • Loading branch information
takahirox authored Aug 30, 2023
2 parents fc96292 + 8b58109 commit 5819daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/prefabs/object-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ const position = {
focus: [-0.25, 0.375, uiZ] as ArrayVec3,
track: [ 0.25, 0.375, uiZ] as ArrayVec3,
remove: [ 0, -0.375, uiZ] as ArrayVec3,
drop: [ 0, -0.625, uiZ] as ArrayVec3,
inspect: [ 0, -0.625, uiZ] as ArrayVec3,
drop: [ 0.1, -0.625, uiZ] as ArrayVec3,
inspect: [ -0.1, -0.625, uiZ] as ArrayVec3,
deserializeDrawing: [ -0.3, -0.625, uiZ] as ArrayVec3,
openLink: [ 0.43, -0.375, uiZ] as ArrayVec3,
refresh: [ 0.43, -0.6, uiZ] as ArrayVec3,
refresh: [ 0.3, -0.625, uiZ] as ArrayVec3,
clone: [-0.43, -0.375, uiZ] as ArrayVec3,
rotate: [ -0.3, -0.125, uiZ] as ArrayVec3,
mirror: [ 0, -0.125, uiZ] as ArrayVec3,
Expand Down

0 comments on commit 5819daf

Please sign in to comment.