File size: 148 Bytes
3aea7c6
 
 
 
 
18b0fa5
 
 
1
2
3
4
5
6
7
8
9
import type { Settings } from "$lib/types/settings";

export const settings: Settings = $state({
	camera: {
		position: [0, 0, 0],
		fov: 75
	}
});