Skip to content

Commit 6c58937

Browse files
committed
fix examples transparency
1 parent 05c15bf commit 6c58937

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/worlds/Starter.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,18 @@ export default function Starter() {
7272
src="https://uploads.codesandbox.io/uploads/user/b3e56831-8b98-4fee-b941-0e27f39883ab/I9vI-RoNmD7W.png"
7373
position={[-11, 2, 6.4]}
7474
rotation={[0, Math.PI, 0]}
75-
transparent
7675
/>
7776
<Image
7877
src="https://uploads.codesandbox.io/uploads/user/b3e56831-8b98-4fee-b941-0e27f39883ab/I9vI-RoNmD7W.png"
7978
position={[-12.5, 2, 6.4]}
8079
rotation={[0, Math.PI, 0]}
8180
framed
82-
transparent
8381
/>
8482
<Image
8583
src="https://uploads.codesandbox.io/uploads/user/b3e56831-8b98-4fee-b941-0e27f39883ab/I9vI-RoNmD7W.png"
8684
position={[-14, 2, 6.4]}
8785
rotation={[0, Math.PI, 0]}
8886
framed
89-
transparent
9087
/>
9188
<Interactable
9289
onHover={() => setHovering(true)}

0 commit comments

Comments
 (0)