diff --git a/src/WorldshaperLauncher.tsx b/src/WorldshaperLauncher.tsx index 1ff37f8..c0f446b 100644 --- a/src/WorldshaperLauncher.tsx +++ b/src/WorldshaperLauncher.tsx @@ -100,33 +100,45 @@ function WorldshaperLauncher() { style={{ "--launcher-background-image": `url(${launcherBackground})` } as CSSProperties} >
New RPG
-{status}
- {launchState === "blocked" ? ( -- Allow the popup, then use the studio button again to launch the floating editor window. -
- ) : null} - {launchState === "opened" ? ( -- The studio is open in its own slim window. This page stays behind as your release board and relaunch point. -
- ) : null} - {launchState === "ready" ? ( -- The editor is designed to live in its own floating window, so the launcher keeps the first step clean. -
- ) : null} - {error ?{error}
: null} -New RPG
+{status}
++ Allow the popup, then use the studio button again to launch the floating editor window. +
+ ) : null} + {launchState === "opened" ? ( ++ The studio is open in its own slim window. This page stays behind as your release board and relaunch point. +
+ ) : null} + {launchState === "ready" ? ( ++ The editor is designed to live in its own floating window, so the launcher keeps the first step clean. +
+ ) : null} + {error ?{error}
: null} +