style: formatting

This commit is contained in:
2026-06-01 16:47:44 -03:00
parent 5665804b8f
commit f583cfdc57
+2 -2
View File
@@ -154,8 +154,8 @@ export default function Seal() {
gl={{ antialias: false, powerPreference: "high-performance" }}
className='canvas'
>
<AmbientSound url="niko/snd/wind.mp3" volume={0.4}/>
<AmbientSound url="niko/snd/birds.mp3" volume={0.1}/>
<AmbientSound url="niko/snd/wind.mp3" volume={0.4} />
<AmbientSound url="niko/snd/birds.mp3" volume={0.1} />
<Scene />
<PostProcessing />