rebuild, fix defaults

This commit is contained in:
Brian Beck 2025-11-11 21:37:45 -08:00
parent fa70e54d9b
commit d9b15b9a12
9 changed files with 11 additions and 11 deletions

View file

@ -110,8 +110,8 @@ const missions = getResourceList()
export default function HomePage() {
const canvasRef = useRef<HTMLCanvasElement>(null);
const [missionName, setMissionName] = useState("Damnation");
const [fogEnabled, setFogEnabled] = useState(false);
const [missionName, setMissionName] = useState("TWL2_WoodyMyrk");
const [fogEnabled, setFogEnabled] = useState(true);
const threeContext = useRef<Record<string, any>>({});
useEffect(() => {