diff --git a/src/WorldshaperLauncher.tsx b/src/WorldshaperLauncher.tsx index de891b2..684d120 100644 --- a/src/WorldshaperLauncher.tsx +++ b/src/WorldshaperLauncher.tsx @@ -40,6 +40,10 @@ function openStudioInCurrentTab(worldId: string): void { window.location.assign(buildWorldshaperStudioUrl(worldId, window, { worldId })); } +function openRepo(): void { + window.location.assign("https://repo.andraxion.net/"); +} + function WorldshaperLauncher() { const [launchState, setLaunchState] = useState("resolving"); const [status, setStatus] = useState("Preparing Worldshaper Studio..."); @@ -215,6 +219,9 @@ function WorldshaperLauncher() { + ) : null}