Skip to content

Commit

Permalink
Make duck inspectable
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Oct 3, 2023
1 parent c198e08 commit bff995f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefabs/duck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export function DuckPrefab(): EntityDef {
halfExtents: [0.25, 0.5, 0.45]
}}
scale={[1, 1, 1]}
inspectable
/>
);
}

0 comments on commit bff995f

Please sign in to comment.