From 2ad785f65d6c3e6f6bcf2fa52baf4d03ed6337d0 Mon Sep 17 00:00:00 2001 From: Andraxion Date: Fri, 26 Jun 2026 21:12:44 -0400 Subject: [PATCH] Add repo link to launcher --- src/WorldshaperLauncher.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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}