style: run format:apply

This commit is contained in:
neru
2026-01-02 04:58:34 -03:00
parent 4148f2729b
commit 67457e252e
2 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
height: 100%; height: 100%;
background: black; background: black;
z-index: 4444; z-index: 4444;
transition: opacity 1.0s ease-in-out; transition: opacity 1s ease-in-out;
pointer-events: none; pointer-events: none;
opacity: 1; opacity: 1;
@@ -43,4 +43,4 @@
100% { 100% {
transform: rotate(360deg); transform: rotate(360deg);
} }
} }
+7 -6
View File
@@ -627,9 +627,7 @@ function Loader() {
}, [progress, active]); }, [progress, active]);
return ( return (
<div <div className={`loader ${!visible ? 'loader hidden' : ''}`}>
className={`loader ${!visible ? 'loader hidden' : ''}`}
>
<img src='/img/niko.jpg' className='niko-spin' /> <img src='/img/niko.jpg' className='niko-spin' />
</div> </div>
); );
@@ -659,9 +657,12 @@ export default function Home() {
<SMAA /> <SMAA />
</EffectComposer> </EffectComposer>
<Environment files={'hdr/sky.hdr'} environmentIntensity={1} background /> <Environment
<fogExp2 attach='fog' args={[0x9A9A9A, 0.01]} /> files={'hdr/sky.hdr'}
environmentIntensity={1}
background
/>
<fogExp2 attach='fog' args={[0x9a9a9a, 0.01]} />
<Terrain <Terrain
chunks={16} chunks={16}